/*
	Theme Name: HighTech PPE Custom Theme
	Theme URI: http://hightechppe.com
	Description: Custom landing page theme for HigTech PPE
	Version: 1.0
	Author: A. Betterman Creative
	Author URI: https://abettermancc.com
	Tags:
*/

/*Master Items------------------------*/

body{
	margin: 0px;
	padding: 0px;
	position: relative;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.full-height-section{
	min-height: calc(100vh - 60px); /*Full Height - Header Height*/
	width: 100vw;
	position: relative;

	display: flex;
	flex-direction: row;
}

.img-cover{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.order-button{
	width: 120px;
	height: 40px;
	background-color: #EB4849;
	color: #F4EFDF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 30px;

	display: flex;
	justify-content: center;
	align-items: center;

	transition: all 0.25s ease;
}

.order-button:hover{
	width: 200px;

	transition: all 0.25s ease;
}

.order-button:hover p{
	transform: scale(1.1);
	/*transition: all 0.5s ease;*/
}

.order-button p{
	margin: 0px;
	transition: all 0.25s ease;
}

.left{
	width: 50%;
	min-height: 400px;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.right{
	width: 50%;
	min-height: 400px;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#intro-section,
#protection-section,
#everyday-section,
#lovewins-section{
	position: absolute;
	top: -60px;
}

.four-o-four-section{
	flex-direction: column;
	justify-content: center;
	align-items: center;

	margin-top: 60px;
}

/*Master Items END*/

/*Text------------------------*/

a,
a:visited,
a:hover,
a:focus,
a:hover{
	text-decoration: none;
	color: inherit;
}

p{
	font-family: 'Montserrat', sans-serif;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 40px;
	margin-top: 0px;
}

h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

span{
	font-weight: 500;
}

.left p,
.right p{
	line-height: 25px;
	letter-spacing: 0.5px;
}

/*Text END*/

/*Colors------------------------*/

.bg-tan{
	background-color: #F4EFDF;
}

.text-tan{
	color: #F4EFDF;
}

.bg-teal{
	background-color: #4D6466;
}

.text-teal{
	color: #4D6466;
}

.bg-light-teal{
	background-color: #668D8C;
}

.text-light-teal{
	color: #668D8C;
}

.bg-extralight-teal{
	background-color: #F5F8F8;
}

.text-extralight-teal{
	color: #F5F8F8;
}

.bg-white{
	background-color: #FFFFFF;
}

.text-white{
	color: #FFFFFF;
}

.bg-red{
	background-color: #EB4849;
}

.text-red{
	color: #EB4849;
}

/*Colors END*/

/*Header------------------------*/

header{
	width: 100vw;
	height: 60px;
	position: fixed;
	z-index: 999;
	margin-top: -60px;
	box-shadow: 0px 0px 15px #4D6466;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.nav-wrap{
	width: 80%;
	height: 100%;

	display: flex;
	flex-direction: row;
}

.htppe-logo{
	height: 60px;
}

nav{
	width: calc(100% - 240px); /*Full Width - Logo Width*/

	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

header ul{
	list-style-type:none;
	padding: 0px;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

header li{
	height: 60px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	transition: all 0.25s ease;
}

header li:hover{
	color: #EB4849;
	background-color: #4D6466;

	transition: all 0.25s ease;
}

li p{
	margin: 0px;
}

.header-order-button{
	width: 120px;
	height: 40px;
	background-color: #EB4849;
	color: #F4EFDF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	margin-left: 12px;
	padding-left: 12px;
	padding-right: 12px;

	display: flex;
	justify-content: center;
	align-items: center;

	transition: all 0.25s ease;
}

.header-order-button:hover{
	height: 60px;

	transition: all 0.25s ease;
}

.header-order-button:hover p{
	transform: scale(1.1);
	/*transition: all 0.5s ease;*/
}

.header-order-button p{
	margin: 0px;
	transition: all 0.25s ease;
}

@media only screen and (max-width: 1280px) {
	header ul{
		display: none;
	}
}

/*Header END*/

/*Intro------------------------*/

.intro-section{
	margin-top: 60px;
}

.intro-section h1{
	margin-bottom: 10px;
}

.hero-img{
	mix-blend-mode: multiply;
}

.text-wrap{
	max-width: 800px;
	padding-left: 10%;
	padding-right: 10%;
}

/*Intro END*/

/*Masks------------------------*/

.top-img-wrap{
	width: 100%;
	height: 70%;
	position: absolute;
	margin: auto;
	top: 0;
}

.three-img-wrap{
	width: 100%;
	height: 30%;
	position: absolute;
	margin: auto;
	bottom: 0;

	display: flex;
	flex-direction: row;

}

.three-img{
	width: 33.33%;
	position: relative;
}

.protectionmask-section .right{
	padding-top: 0px;
	padding-bottom: 0px;
}

.protectionmask-section ul,
.everydaymask-section ul{
	padding-left: 20px;
}

.protectionmask-section li,
.everydaymask-section li{
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
}

/*Masks END*/

/*What If Love Wins------------------------*/

.overlay{
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	opacity: 0.8;
}

.lovewins-section{
	justify-content: center;
	align-items: center;
}

.lovewins-section .text-wrap{
	z-index: 3;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 80%;
	padding-left: 0px;
	padding-right: 0px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.love-mask{
	width: 200px;
	margin-bottom: 20px;
}

.wilw-logo{
	width: 80%;
	margin-bottom: 20px;
}

/*What If Love Wins END*/

/*Footer------------------------*/

footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer h3{
	margin-top: 0px;
}

footer span{
	text-transform: uppercase;
	color: #F4EFDF;
}

footer p{
	font-size: 12px;
	color: #ffffff;
}

.footer-section{
	padding-top: 50px;
	padding-bottom: 50px;
}

.four-column{
	width: 80%;
	max-width: 1300px;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.column{
	width: 20%;
}

.footer-logo{
	width: 100%;

	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}

.socialmedia-wrap{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.icon-wrap{
	color: #F4EFDF;
	height: 30px;
	width: 30px;
	border: #F4EFDF 1px solid;
	margin-right: 10px;
	margin-bottom: 10px;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	transition: all 0.25s ease;
}

.icon-wrap:hover{
	border: #EB4849 1px solid;
	background-color: #EB4849;

	transition: all 0.25s ease;
}

.icon-wrap:hover .icon{
	font-size: 20px;
	transition: all 0.25s ease;
}

.icon{
	transition: all 0.25s ease;
	font-size: 15px;
	color: #F4EFDF;
}

.copyright-section{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.copyright-section h3{
	font-size: 10px;

	margin: 0px;
}

.logo-column-center{
	display: none;
}

@media only screen and (max-width: 1000px) {
	.column{
		width: 30%;
	}

	.logo-column{
		display: none;
	}

	.logo-column-center{
		display: block;
		width: 25%;
		min-width: 200px;
		max-width: 100%;
	}
}

/*Footer END*/

/*Mobile------------------------*/

@media only screen and (max-width: 850px) {
	.full-height-section{
		flex-direction: column;
		min-height: 800px;
	}

	.left{
		width: 100%;
	}

	.right{
		width: 100%;
	}

	.protectionmask-section{
		flex-direction: column-reverse;
		justify-content: flex-end;
	}

	.intro-section .left,
	.protectionmask-section .right{
		min-height: 400px;
	}

	.intro-section .right,
	.protectionmask-section .left,
	.everydaymask-section .right{
		justify-content: flex-start;

	}

	.column{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.four-column:last-child{
		margin-bottom: 0px !important;
	}

	.socialmedia-wrap{
		justify-content: center;
	}
}

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

	nav{
		display: none;
	}

	.nav-wrap{
		justify-content: center;
	}

}

/*Mobile END*/


/* Internet Explorer Check */

.iecheck{
	display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

.iecheck{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	z-index: 99999;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	
	background-color: #F4EFDF;
	color: #4D6466;
}
	
	.message-wrap{
		width: 80%;
		max-width: 500px;
		text-align: center;
	}
	
	.ie-logo{
		width: 200px;
	}
	
	.iecheck span{
		color: #EB4849;
	}
}

/* Lower */
.iecheck-lower{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	z-index: 99999;
	
	background-color: #000000;
	color: #ffffff;
}
	
.message-wrap-lower{
	width: 80%;
	max-width: 600px;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 200px;
	bottom: 0;
	left: 0;
	right: 0;
}

.ie-logo-lower{
	width: 100px;
}


@supports (-ms-ime-align: auto) {
  nav{
	width: 80%;
}
}
/* Internet Explorer Check END */
