@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

form {
	margin: 0 auto;
	padding: 0;
	max-width: 500px;
}
hr {
	height: 1px;
	margin: 10px auto;
}
fieldset {
	clear: both;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #998450;
	border-radius: 3px;
}
legend {
	font-family: 'Lato', sans-serif !important;
    font-weight: 300;
	color: #716243;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 10px;
}
h5 {
	margin: 10px 0;
}
input[type="checkbox"],
input[type="radio"] {
	zoom: 1.0000001 /* fix mojave + chrome bug that bugs displaying checkboxes and radio buttons */
}
select {
	border: 1px solid gray;
	border-radius: 3px;
	font-size: 14px;
	padding: 5px;
	vertical-align: middle;
	margin-top: 10px;
}
	#request-access select {
		padding: 3px;
		color: rgb(100,100,100);
		background: #eee;
		border: none;
		margin: 0;
		font-size: 12px;
	}
	select:required:invalid {
	  color: rgb(130,130,130);
	}
	option[value=""][disabled] {
	  display: none;
	}
	option {
	  color: black;
	}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	display: block;
	border: none;
	color: #000;
	margin: 0 0 10px;
	padding: 5px;
	width: 100%;
	background: #eee;
	border-radius: 3px;
	font-family: sans-serif;
	font-size: 12px;
}
label {
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
}
.pair input[type="text"],
.pair input[type="password"],
.pair input[type="email"],
.pair select {
	width: 49%;
	display: inline-block;
}
.pair input[type="text"]:first-child,
.pair input[type="password"]:first-child,
.pair input[type="email"]:first-child,
.pair select:first-child {
	margin-right: 1%;
}

#req__title {
	width: 14%;
	display: inline-block;
}
#req__fname {
	width: 42%;
	display: inline-block;
}
#req__lname {
	width: 42%;
	display: inline-block;
}

#req__city,
#req__country,
#req__lang {
	width: 32%;
	display: inline-block;
}

input[type="submit"] {
    display: inline-block;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
    border: none;
    margin: 20px 10px 20px 0;
    padding: 5px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    background: #998450;
    border-radius: 3px;
    text-transform: uppercase;
	transition: all .5s;
}
	input[type="submit"]:hover {
		background: #baa87a;
	}
.secondary-btn {
	display: inline-block;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
    border: none;
    margin: 20px 10px 20px 0;
    padding: 5px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    background: #baa87a;
    border-radius: 3px;
    text-transform: uppercase;
	transition: all .5s;
}
	.secondary-btn:hover {
		background: #998450;
		color: white;
	}

.error {
	border-top: 2px solid #998450;
	background: #e2dccc;
	display: block;
	margin: 30px auto;
	width: 500px;
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
}

form#request-access.closed {
	display: none;
}
#manual.closed h2::after {
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent #7a7a7a transparent;
}
#manual.open h2::after {
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #7a7a7a transparent transparent;
}
#manual.closed p {
	display: none;
}
#inquire {
	position: fixed;
	z-index: 102;
	top: 100px;
	transition: all .5s;
	left: 0;
	width: 200px;
	/*display: none;*/
}
	#inquire fieldset {
		background: white;
	}
	#inquire input[type="submit"] {
		font-size: 15px;
	}
#inquire.is_stuck {
	top: 50px !important;
	position: relative;
}
#inquire.is_stuck fieldset {
	background: white;
	box-shadow: 0px 0px 2px #808080;
	left: 0;
}
#inquire .toggle-wrap {
	position: absolute;
	top: 30px;
	right: -30px;
	background: #998450;
	width: 30px;
	padding-top: 8px;
	text-align: center;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	overflow: hidden;
	transition: all .5s;
}
	#inquire .toggle-wrap:hover {
		background: #baa87a;
	}
#inquire.hidden {
	left: -800px;
}
#inquire.closed  {
	left: -200px;
}
	#inquire .toggle-wrap .title {
		color: white;
		font-family: 'Lato', sans-serif !important;
    	font-weight: 300;
    	-webkit-transform: rotate(-90deg);
    	-ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
        display: inline-block;
		white-space: nowrap;
		padding: 10px;
		font-size: 16px;
		line-height: .5;
		text-transform: uppercase;
	}
		#inquire .toggle-wrap .title:after {
			content: "";
			float: left;
			margin-top: 100%;
		}
	#inquire .toggle-wrap .toggle {
		color: white;
		text-decoration: none;
	    font-family: PerpetuaLt,sans-serif !important;
	    display: inline-block;
	    width: 0;
		height: 0;
	}
	#inquire.open .toggle-wrap .toggle {
		border-style: solid;
		border-width: 7px 16px 7px 0;
		border-color: transparent white transparent;
	}
	#inquire.closed .toggle-wrap .toggle {
		border-style: solid;
		border-width: 7px 0 7px 16px;
		border-color: transparent transparent transparent white;
	}

/**
 *
 * Cat select (after login)
 *
 */
#result {
	text-align: center;
}
#result > .cat-label {
	vertical-align: -15px;
	font-size: 14px;
	padding-right: 8px;
}
#result > #view {
	font-size: 16px;
	margin: 45px auto 15px;
	display: inline-block;
	background: #998450;
	color: white;
	padding: .6em 1.4em .5em .8em;
	box-sizing: border-box;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #baa87a 0%,#998450 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
	#result > #view option {
		background: white;
	}

#inquire .cat-label.hidden {
	display: none;
}

#socialize {
	display: none;
}