/*
Theme Name: Mining4Life Registration 2023
Theme URI: http://underscores.me/
Author: wonderMakr
Author URI: http://www.wondermakr.com
Description: Custom WP Theme for the Mining4Life Registration Site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hefl-registration
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hold Em For Life Registration is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

html { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 14px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; height: 100%; width: 100%; position: relative;}
*, *:before, *:after { box-sizing: inherit; -webkit-box-sizing: inherit;  -moz-box-sizing: inherit; }

.column {
	width: 49%;
}

.left {
	float: left;
	margin-right: 1%;
}

.right {
	float: right;
	margin-left: 1%;
}

.clear {
	clear: both;
}

body {
	margin: 0;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
/*
	background-image: url('images/AM_main.jpg');
	background-size: 100%;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
*/
}

a {
	font-weight: 300;
}

#content {
	padding: 1em;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
}

.site-header, .site-footer {
	background-color: #000;
}

.site-header {
	/* padding: 30px 20px; */
	color: #fff;
	height: 150px;
	background-image: url('images/background.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.site-branding {
	text-align: center;
}

.site-footer {
	padding: 20px 0;
}

.site-header p, .site-footer p {
	margin: 0;
	padding: 0;
}

.site-header a, .site-footer a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-title {
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: 2px;
	color: #ad8900;
}

.entry-title span {
	color: #000;
}

.home .entry-title {
	text-align: center;
}

input[type="text"], input[type="email"], input[type="password"] {
	width: 100%;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	padding: 1em;
	border-radius: 0;
	-webkit-appearance: none;
}

#select-province {
	width: 100% !important;
}

.selectric {
	height: 49px;
}

.selectric .button {
	height: 49px;
}

.selectric .label {
	line-height: 49px;
	color: #727272;
	font-size: 14px;
	margin-left: 14px;
	font-weight: 400;
	font-family: 'Open Sans';
}

.selectric-items li {
	padding-left: 28px;
	width: 100%;
}

.selectric-items .disabled, .selectric-items li:first-child {
	padding-left: 14px;
}

::-webkit-input-placeholder {
	font-weight: 400;
}

#company-other .selectric-wrapper {
	width: 49%;
	float: left;
}

#company-other input {
	/* float: right;
	width: 49%; */
}

#city-province .selectric-wrapper {
	width: 49%;
	float: right;
}

#city-province input {
	float: left;
	width: 49%;
}

#postal-country .selectric-wrapper {
	width: 49%;
	float: right;
}

#postal-country input {
	float: left;
	width: 49%;
}

.form-group {
	margin-bottom: 10px;
}

.site-footer .site-info {
	color: #fff;
	text-align: center;
}

.btn {
	background-color: #000;
	color: #fff;
	padding: 1em 3em;
	display: inline-block;
	border: 0;
	font-weight: 300;
}

.errors, .success {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #ff0000;
	border-left-width: 5px;
	background-color: #fff;
	padding: 1em;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

.success {
	border: 1px solid #46b450;
	border-left-width: 5px;
}

#main ul {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	display: flex;
	flex-flow: wrap;
}

#main .errors ul {
	display: block;
}

ul#hefl_sponsorship-level-container.hefl_column3 li.sponsorlevel {
	width: 31.5%;
}

ul#hefl_sponsorship-level-container.hefl_column4 li.sponsorlevel {
	width: 23%;
}

li.sponsorlevel {
	margin: 1.33333333%;
	border: 0;
	list-style-type: none;
	background-color: #f8f8f8;
	position: relative;
	padding-bottom: 4em;
}

li.sponsorlevel:first-child {
	margin-left: 0;
}

li.sponsorlevel:last-child {
	margin-right: 0 !important;
}

.sponsorlevel-title, .sponsorlevel-amount {
	text-align: center;
	padding: .7em;
}

.sponsorlevel-amount {
	background-color: #f2f2f2;
}

.sponsorlevel-title {
	background-color: #064368;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}

.sponsorlevel-details {
	padding: 1em;
}

.sponsorlevel-title, .sponsorlevel-amount {
	margin: 0;
}

.sponsorlevel-link {
	background-color: #ad8900;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.sponsorlevel-link a {
	color: #fff;
	text-decoration: underline;
	display: block;
	padding: 1em;
	height: 100%;
	width: 100%;
}

.cancel-link {
	margin-left: 50px;
}


/* iPad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

	ul#hefl_sponsorship-level-container.hefl_column3 li.sponsorlevel, ul#hefl_sponsorship-level-container.hefl_column4 li.sponsorlevel {
		width: 48%;
		margin: 1%;
	}
		
	.column {
		width: 100%;
	}
	
}


/* iPhone */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 667px) {
	ul#hefl_sponsorship-level-container.hefl_column3 li.sponsorlevel, ul#hefl_sponsorship-level-container.hefl_column4 li.sponsorlevel {
		width: 100%;
		margin: 0;
		position: relative;
		margin-bottom: 40px;
		min-height: inherit;
	}
	
	.site-footer .site-info {
		font-size: .75em;
	}
	
	.column {
		width: 100%;
	}
	
	#company-other .selectric-wrapper {
		width: 100%;
		margin-bottom: 10px;
	}

	#company-other input {
		width: 100%;
	}
	
	#city-province .selectric-wrapper {
		width: 100%;
	}

	#city-province input {
		width: 100%;
		margin-bottom: 10px;
	}
	
	#postal-country .selectric-wrapper {
		width: 100%;
	}

	#postal-country input {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.btn {
		width: 100%;
	}
	
	.cancel-link {
		display: block;
		text-align: center;
		margin-left: 0;
		margin-top: 30px;
	}

}
