/*
Theme Name: METRO MAX
Author: FaroWarks
Version: 1.0
*/


/*	General	
------------------------------*/
	
	* {
		padding: 0;
		margin: 0;
		outline: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	* html .clearfix,
	*:first-child+html .clearfix { 
		zoom: 1;
	}
	
	body {
		font-family: 'Open Sans';
		font-size: 14px;
		line-height: 18px;
		background: #f6f6f6;
		background-attachment: fixed;
	}	
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	a img {
		border: 0;
	}
			
	.gform_validation_container,
	.gform_ajax_spinner,
	.gfield_visibility_hidden,
	.gf_step,
	.hidden {
		display: none;		
	}	
	
		.gf_step.gf_step_active {
			display: block;
			font-size: 18px;
			text-align: center;
			margin-bottom: 30px;
			padding-bottom: 20px;
			border-bottom: 1px solid #eee;			
		}
		
		.gf_step_number {
			display: none;
		}		
	
	input,
	button {
		-webkit-appearance: none;
	}

	
/*	Main Styles
-------------------------------------------*/
	
	.box {
		width: 94%;
		max-width: 630px;
		margin: 30px auto;		
		background: #ffffff;
		border: 1px solid #e1e1e1;
		box-sizing: border-box;
	}
	
	/*
	 *	Logo
	 */
	.box .head {
		text-align: center;
		background: #015291;
		padding: 30px 0 25px 0;
	}
		
		.box .logo {
				
		}
			
			.box .logo img {
				width: auto;
				height: auto;
				max-height: 90px;			
				margin: 0 auto;
				display: block;
			}
		
		.box .head p {
			color: #ffffff;
			font-size: 19px;
			font-weight: 700;
			line-height: 25px;
			text-align: center;
			padding: 10px 0 15px 0;
			margin: 0 20px;
			border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		}
		
		.box .head a {
			color: #ffffff;
			margin-top: 12px;
			display: inline-block;
			text-decoration: none;
		}
	
	.box .wrapper {
		padding: 25px 30px 30px 30px;
	}	
		
	/*
	 *	Form
	 */
	.box ul {
		list-style: none;
	} 
	 
	.box .gform_fields {
		list-style: none;
	}
	
	.box .gfield + .gfield {
		margin-top: 32px;		
	}
		
		.box .gfield_label {
			font-size: 15px;
			font-weight: bold;
			padding-bottom: 15px;
			display: block;
		}
			
			.box .gfield_label .gfield_required {
				color: #ff0000;
				margin-left: 4px;
			}
						
			.box .gfield .gfield_label + .gfield_description {
				color: #666;
				margin-top: -7px;
				margin-bottom: 15px;
			}	
		
		.box .gfield-type ul {
			overflow: hidden;
		}
			
			.box .gfield-type li {
				float: left;
				width: calc(33.33333% - 10px);	
				padding-top: 0px !important;		
			}
			
				.box .gfield-type li + li {
					margin-left: 15px;
				}
								
			.box .gfield-type li .radiobox {
				display: none;
			}
			
			.box .gfield-type li label {
				display: block;
				font-size: 20px;
				font-weight: bold;
				text-align: center;
				padding: 18px 15px;
				background: #f8f8f8;
				border: 1px solid #eaeaea;
				box-sizing: border-box;
			}	
			
			.box .gfield-type li input:checked ~ label {
				color: #ffffff;	
				background: #015291;
			}
		
		.box .gfield ul li + li  {
			padding-top: 8px;
		}
			
			.box .gfield .radiobox,
			.box .gfield .checkbox {
				float: left;
				width: 18px;
				height: 18px;
				display: block;
				margin-right: 8px;				
				background: #f8f8f8;
				border: 1px solid #eaeaea;
				box-sizing: border-box;
				position: relative;
				cursor: pointer;			
			}
			
				.box .gfield .radiobox .inn,
				.box .gfield .checkbox .inn {
					top: 2px;
					left: 2px;
					right: 2px;
					bottom: 2px;				
					position: absolute;	
					background: #015291;
					-webkit-transform: scale(0);
							transform: scale(0);
					-webkit-transition: all ease 0.3s;
							transition: all ease 0.3s;
				}
				
				.box .gfield .radiobox.checked .inn,
				.box .gfield .checkbox.checked .inn {
					-webkit-transform: scale(1);
							transform: scale(1);	
				}
				
			.box .gfield .radiobox,
			.box .gfield .radiobox .inn {
				border-radius: 50%;
			}
				
			.box .gfield ul li label {
				cursor: pointer;
				display: block;
				overflow: hidden;
				position: relative;
			}
			
			.box .ginput_complex label {
				font-size: 12px;
				font-style: italic;
				padding-top: 4px;
				display: block;
			}
			
			.box .ginput_complex .ginput_right {
				padding-top: 12px;
				display: block;
			}
		
		.box .gfield input,
		.box .gfield select {
			width: 100%;
			resize: none;
			font-family: 'Open Sans';
			font-size: 14px;
			line-height: 18px;
			padding: 12px 14px;
			background: #f8f8f8;
			border: 1px solid #eaeaea;
			box-sizing: border-box;
		}
		
		.box .gfield textarea {
			width: 100%;
			height: 140px;
			resize: none;
			font-family: 'Open Sans';
			font-size: 14px;
			line-height: 18px;
			padding: 18px;
			background: #f8f8f8;
			border: 1px solid #eaeaea;
			box-sizing: border-box;
		}
		
		.box .gfield table {
			table-layout: fixed;
		}
		
			.box .gfield table th {
				font-size: 12px;
				font-weight: 400;
				text-align: center;
				width: 20%;
			}
			
			.box .gfield table td {
				padding: 2px;
			}

	.box .gform_footer {	
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #eee;		
	}
	
	.gform_page_footer {
		overflow: hidden;
		position: relative;
	}

	.box .button {
		display: block;
		float: right;
		width: 48%;
		padding: 14px 18px;
		margin-top: 25px;
		color: #ffffff;
		font-family: 'Open Sans';
		font-size: 20px;
		font-weight: bold;
		line-height: 24px;
		text-transform: uppercase;
		box-sizing: border-box;	
		background: #015291;
		border: 0px;
		cursor: pointer;
		-webkit-transition: all ease 0.3s;
				transition: all ease 0.3s;
	}
	
		.box .gform_button:hover {
			background: #004275;
		}
		
	.box .gform_previous_button {
		float: left;
		background: #777;
	}
	
	.validation_error {
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		line-height: 17px;
		letter-spacing: -0.01em;
		background: #dc3431;
		padding: 12px 15px;
		margin-bottom: 25px;
	}
	
	.validation_message {
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
		line-height: 16px;
		letter-spacing: -0.01em;
		background: #dc3431;
		padding: 9px 12px 10px 12px;
		margin-top: 5px;
	}
	
	.success {
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
		line-height: 18px;
		background: #1baa1f;
		padding: 9px 12px;
	}
	
	.gform_confirmation_wrapper {
		padding: 30px 0;
		text-align: center;
	}
	
		.gform_confirmation_wrapper strong {
			font-size: 18px;
		}
	
	.summary .row {
		padding: 10px 15px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	
		.summary .row:first-child {
			border-top: 0px;
			padding-top: 0px;
		}
	
		.summary .row:nth-child(even) {
			background: #f7f7f7;
		}
	
		.summary .row strong {
			display: block;
			padding-bottom: 3px;
		}		
	
		.summary table {
			table-layout: fixed;
			margin-top: 7px;
			border: 1px solid #ddd;
			border-collapse: collapse;
			background: #fefefe;
		}		
		
			.summary table td,
			.summary table th {
				padding: 5px !important;
				border: 1px solid #ddd;	
			}
			
			.summary table td:first-child {
				font-size: 12px;
			}
	
	
/*	Login
-------------------------------------------*/
	
	.tml {
		margin: 0 auto;
	}
	
	.tml .error,
	.tml .message {
		padding: 10px !important;
	}
	
	.tml-action-links {
		display: none !important;
	}
	
	.tml input,
	.tml textarea,
	.tml select {
		font-family: 'Open Sans';
		font-size: 15px;
		line-height: 18px;
		padding: 13px 12px;
		border-radius: 3px;
		background: #f7f7f7;
		border: 1px solid #ddd;
	}
	
	.tml-rememberme-wrap {
		display: none !important;	
	}
	
	.tml-login .tml-submit-wrap input {
		display: block;
		width: 100% !important;
		padding: 13px 18px;
		color: #ffffff;
		font-family: 'Open Sans';
		font-size: 15px;
		font-weight: bold;
		line-height: 18px;
		text-transform: uppercase;
		box-sizing: border-box;	
		background: #015291;
		border: 0px;
		cursor: pointer;
		-webkit-transition: all ease 0.3s;
				transition: all ease 0.3s;
	}
	
		.tml-login .tml-submit-wrap input:hover {
			background: #004275;
		}
	
	
/*	Responsive
-------------------------------------------*/

	@media (max-width: 680px) {
		.box { margin: 3% auto; }
	}
	
	@media (max-width: 400px) {
		.box { padding: 15px 20px 20px 20px; }
		.box .logo { padding-bottom: 30px; }
		.box .gfield_label { line-height: 20px; }
		.box .gfield ul li + li { padding-top: 12px; }
		.box .gfield + .gfield { border-top: 1px dashed #eee; padding-top: 20px; margin-top: 20px; }
		.box .gform_footer { padding-top: 25px; }
	}
	