/* Custom Styles */
html,
body {
	min-height: 100%;
	height: 100%;
}

body {
	font-size: 16px;
	line-height: 1.4em;
	color: #3c3c3c;
    font-family: 'Poppins', sans-serif;
	-webkit-overflow-scrolling: touch;
}

.wrapper {
	box-sizing: border-box;
	min-height: 100%;
	height: 100%;
}

.hide {
	display: none !important;
}

input,
textarea,
select {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/*Typography*/

h1 {
	font-size: 72px;
	line-height: 65px;
	text-transform: uppercase;
	font-weight: 700;
}

h2 {
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;
	text-transform: uppercase;
}

h2 span {
	font-weight: 300;
}

h3 {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

p {
	font-size: 16px;
	line-height: 28px;
}

p.large {
	font-size: 21px;
	line-height: 36px;
}

a {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

hr {
}

.btn {
	display: inline-block;
	padding: 14px 15px 11px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

/*Header*/

header {
	min-height: 80px;
}

.logo {
	background: url(/wp-content/themes/petvenue/img-sales-site/logo.png) no-repeat center;
	width: 130px;
	height: 51px;
	display: inline-block;
	margin-top: 15px;
}

header ul {
	display: flex;
}

header ul li {
	
}

header ul li a {
	color: #4b433a;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	height: 24px;
	padding: 28px 15px;
}

header ul li.active a {
	color: #fec110;
	box-shadow: inset 0 -3px 0 0 #fec110;
}

/*Login and Sign Up*/

.user-section > a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	color: #09bcd4;
	height: 24px;
	padding: 28px 15px;
	display: inline-block;
}

.login {
	position: absolute;
	top: 80px;
	right: 0;
	width: 600px;
	height: 280px;
	background-color: #fff;
	z-index: 20;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.login h3 {
	color: #fff;
	font-size: 24px;
}

.login .forgot {
	color: #fff;
}

.login input[type="text"],
.login input[type="password"] {
	border: none;
	background-color: #fff;
	font-size: 15px;
	padding: 10px 12px 7px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 3px;
}

.login input.system-btn {
	border: solid 1px #fff;
	text-align: center;
	font-size: 16px;
}

.forms {
	background: linear-gradient(45deg, #f8981d 0%,#fec110 100%);
	box-sizing: border-box;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: all 0.5s ease; 
}

.show-sign-up .forms {
	left: 50%;
	z-index: 10;
}

.forms .mask {
	width: 600px;
	display: flex;
	transition: all 0.5s ease;
}

.show-sign-up .forms .mask {
	margin-left: -300px;
}

.login-form,
.sign-up-form {
	width: 50%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.triggers {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}

.triggers .mask {
	width: 600px;
	display: flex;
	height: 100%;
	transition: all 0.5s ease;
}

.open-sign-up,
.open-login {
	display: flex;
	height: 100%;
	width: 50%;
	flex-direction: column;
	padding: 0 40px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.open-sign-up strong,
.open-login strong {
	display: block;
	margin-bottom: 15px;
	color: #444;
	font-size: 18px;
}

.open-sign-up .btn,
.open-login .btn {
	max-width: 100px;
}

/* Intro */

.intro {
	background: linear-gradient(45deg, #f8981d 0%,#fec110 100%);
	color: #fff;
}

.intro-video {
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.intro-video img {
	display: block;
	width: 100%;
}

a.cta {
	background-color: #09bcd4;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 18px 30px 15px;
	display: inline-block;
}

/* Text block */

.text-block {
	background: url(/wp-content/themes/petvenue/img-sales-site/text-block.png) no-repeat center right #fff;
	padding: 1px 0;
	border-bottom: solid 1px #e1e1e1;
}

.text-block.no-bkd {
	background: #fff;
}

.text-block.grey {
	background: #fafafa;
}

/* How To */

.how-to {
	background-color: #fafafa;
	padding: 1px 0;
	border-bottom: solid 1px #e1e1e1;
}

.how-to .row {
	align-items: flex-end;
}

/* Stand Out */

.stand-out {
	background: linear-gradient(45deg, #fec110 0%,#f8981d 100%);
	color: #fff;
	padding: 1px 0;
}







