/*

	Theme Name: Metro Child Theme

	Theme URI: http://my.studiopress.com/themes/metro/

	Description: Metro is a responsive child theme created for the Genesis Framework.

	Author: StudioPress

	Author URI: http://www.studiopress.com/



	Version: 1.0



	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready



	Template: genesis

	Template Version: 1.9



	License: GPL-2.0+

	License URI: http://www.opensource.org/licenses/gpl-license.php 

*/

 



/* Table of Contents



	01 Defaults

	02 Typography

		- Font Color

		- Font Family

		- Font Size

		- Font Miscellaneous

	03 Layout

		- Structure

		- 1080px CSS Grid

		- Header

		- Main Content

		- Post Info & Meta

		- Column Classes

		- Miscellaneous

	04 Menus

		- Primary Navigation Extras

		- Secondary Navigation

	05 Headings

	06 Lists

	07 Post Navigation

	08 Comments

	09 Sidebars

	10 Footer

		- Footer Widgets

	11 Forms & Buttons

		- Gravity Forms

	12 Images & Captions

	13 Theme Colors

		- Metro Blue

		- Metro Green

		- Metro Pink

		- Metro Red

	14 Media Queries

		- max-width: 1024px

		- max-width: 768px

		- max-width: 480px



*/





/*

01 Defaults

---------------------------------------------------------------------------------------------------- */



@import url(//fonts.googleapis.com/css?family=Oxygen:400,700);



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

input, menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	border: 0;

	margin: 0;

	padding: 0;

	vertical-align: baseline;

}



html {

	font-size: 100%; /* 16px browser default */

}



body {

	line-height: 1;

}



a.social-buttons,

body,

input,

select,

textarea,

.footer-widgets-1,

.footer-widgets-2,

.footer-widgets-3,

#content,

#inner {

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

}



a,

a:visited,

button,

input[type="button"],

input[type="submit"],

.btn {

	-moz-transition: all 0.1s ease-in-out;

	-webkit-transition: all 0.1s ease-in-out;

	transition: all 0.1s ease-in-out;

}



::-moz-selection {

	background-color: #222;

	color: #fff;

}



::selection {

	background-color: #222;

	color: #fff;

}



a img {

	border: none;

}





/*

02 Typography

-------------------------------------------------------------------------------------------------------



	This section covers font colors, families, size, styles and weight.



	This style sheet uses rem values with a pixel fallback.

	The rem values are calculated per the examples below:



	10 / 16 =		0.625rem

	12 / 16 =		0.75rem

	14 / 16 =		0.875rem

	15 / 16 =		0.9375rem

	16 / 16 =		1rem	

	18 / 16 =		1.125rem

	20 / 16 =		1.25rem

	24 / 16 =		1.5rem

	30 / 16 =		1.875rem

	36 / 16 =		2.25rem

	42 / 16 =		2.625rem

	48 / 16 =		3rem

	

	Further reading on the use and compatibility of rems:

	

	http://caniuse.com/rem

	http://snook.ca/archives/html_and_css/font-size-with-rem

	

*/



/* 02a - Font Color ----------- */



a:hover,

body,

input,

.post-info a:hover,

.post-meta a:hover {

	color: #222;

}



h1,

h2,

h2 a,

h2 a:visited,

h3,

h4,

h4 a,

h4 a:visited,

h4.widgettitle a,

.entry-title a {

	color: #333;

}



a,

h2 a:hover,

.genesis-nav-menu li.right a:hover,

#footer a:hover,

#subnav .subnav-left a:hover {

	color: none;

}



blockquote::before,

blockquote p,

input,

select,

textarea,

.post-info,

.post-info a,

.post-meta,

.post-meta a {

	color: #999;

}



button,

input[type="button"],

input[type="submit"],

.btn,

.genesis-nav-menu a,

.genesis-nav-menu li.right,

.navigation li a,

.navigation li a:hover,

.navigation li.active a,

.navigation li.disabled,

.post-comments a,

.post-comments a:hover,

#footer a,

#footer p,

#subnav .subnav-left,

#subnav .subnav-left a,

#title a,

#title a:hover {

	color: #fff;

}



.sidebar .enews-widget p,

.sidebar .enews-widget .widgettitle {

	color: #666;

}



/* 02b - Font Family ----------- */



h1,

h2,

h3,

h4,

h5,

h6,

body,

input,

textarea,

.entry-title a {

	font-family: Helvetica, Arial, sans-serif;

}



h1,

h2,

h3,

h4,

h5,

h6,

.entry-title a {

	font-family: 'Oxygen', sans-serif;

}



.widgettitle,

#comments h3,

#respond h3,

#title {

	font-family: 'Oxygen', sans-serif;

}



/* 02c - Font Size ----------- */



h1,

.entry-title,

.entry-title a,

#title {

	font-size: 24px;

}



blockquote::before {

	font-size: 32px;

}



h2 {

	font-size: 20px;

}



h3,

h4,

.after-post h4,

.archive-title,

.home-bottom h2,

.home-middle h2,

.taxonomy-description h1 {

	font-size: 18px;

}



h5 {

	font-size: 16px;

}



h6,

.author-box h1,

.genesis-nav-menu,

.sidebar h2 a,

.widgettitle {

	font-size: 16px;

}



.footer-widgets,

.sidebar {

	font-size: 15px;

	font-size: 0.9375rem;

}



input,

select,

textarea,

.genesis-nav-menu a,

.genesis-nav-menu li.right,

.post-info,

.post-meta,

.wp-caption,

#content div.gform_wrapper input[type="submit"] {

	font-size: 14px;

	font-size: 0.875rem;

}



.genesis-nav-menu.menu-primary li li a,

.genesis-nav-menu.menu-secondary,

.genesis-nav-menu.menu-secondary a,

.post-info,

.post-meta,

#footer p,

#subnav {

	font-size: 12px;

	font-size: 0.75rem;

}



.genesis-nav-menu.menu-primary {

	/*margin-top: 15px;*/

}



a.social-buttons {

	font-size: 10px;

	font-size: 0.625rem;

}



/* 02d - Font Miscellaneous ----------- */



blockquote p {

	font-style: italic;

}



cite {

	font-style: normal;

}



body {

	font-weight: 300;

}



.widgettitle,

#comments h3,

#respond h3,

#title {

	font-weight: 400;

}



h1,

h2,

h3,

h4,

h5,

h6,

.entry-title a,

.wp-caption,

#footer p,

#subnav {

	font-weight: 300;

}



strong {

	font-weight: 700;

}



a.social-buttons,

.after-post,

.wp-caption {

	text-align: center;

}



a.social-buttons,

h2 a,

h2 a:visited,

.genesis-nav-menu a,

.navigation li a,

.post-info a,

.post-meta a,

.widgettitle a,

#footer a,

#subnav .subnav-left a,

#title a {

	text-decoration: none;

}



a.social-buttons,

button,

input[type="button"],

input[type="submit"],

span.uppercase,

.btn,

.genesis-nav-menu.menu-primary,

.post-info,

.post-meta,

.widgettitle,

#comments h3,

#respond h3,

#title a {

	text-transform: uppercase;

}





/*

03 Layout

---------------------------------------------------------------------------------------------------- */



/* 03a - Structure ----------- */



.footer-widgets,

#wrap {

	background-color: #fff;

	margin: 32px auto;

	margin: 2rem auto;

	max-width: 960px;

	overflow: hidden;

}



.metro-landing #wrap {

	max-width: 700px;

}



#wrap {

	clear: both;

	padding: 36px;

	padding: 2.25rem;

	-moz-box-shadow:    0px 1px 1px #888;

	-webkit-box-shadow: 0px 1px 1px #888;

	box-shadow:         0px 1px 1px #888;

}



#inner {

	clear: both;

	overflow: hidden;

	padding-top: 32px;

	padding-top: 2rem;

}



.metro-landing #inner {

	padding-top: 0;

}



/* 03b - 1080px CSS Grid ----------- */



#sidebar-alt {

	width: 15.555555555%; /* 168px / 1080px */

}



.footer-widgets-1,

.footer-widgets-2,

.footer-widgets-3,

.sidebar,

.subnav-left,

#header .widget-area {

	width: 31.111111111%; /* 336px / 1080px */

}



.content-sidebar-sidebar .sidebar,

.sidebar-content-sidebar .sidebar,

.sidebar-sidebar-content .sidebar {

	width: 38.356164383%; /* 336px / 876px */

}



.content-sidebar-sidebar #content,

.sidebar-content-sidebar #content,

.sidebar-sidebar-content #content {

	width: 57.534246575%; /* 504px / 876px */

}



.home-middle-left,

.home-middle-right {

	width: 47.457627118%; /* 336px / 708px */

}



.content-sidebar #content,

.sidebar-content #content,

#title-area {

	width: 65.555555555%; /* 708px / 1080px */

}



.content-sidebar-sidebar #content-sidebar-wrap,

.sidebar-content-sidebar #content-sidebar-wrap,

.sidebar-sidebar-content #content-sidebar-wrap {

	width: 81.111111111%; /* 876px / 1080px */

}



.content-sidebar #content-sidebar-wrap,

.full-width-content #content,

.full-width-content #content-sidebar-wrap,

.sidebar-content #content-sidebar-wrap {

	width: 100%; /* 1080px / 1080px */

}



.footer-widgets-1,

.footer-widgets-2,

.home-middle-left,

.sidebar-content #sidebar,

.sidebar-sidebar-content #sidebar,

#content,

#content-sidebar-wrap,

#footer .gototop,

#sidebar-alt,

#title-area {

	float: left;

}



.content-sidebar-sidebar #sidebar-alt,

.footer-widgets-3,

.home-middle-right,

.sidebar,

.sidebar-content #content,

.sidebar-content-sidebar #content-sidebar-wrap,

.sidebar-sidebar-content #content,

.sidebar-sidebar-content #content-sidebar-wrap,

#footer .creds,

#header .widget-area {

	float: right;

}



/* 03c - Header ----------- */



#header {

	min-height: 87px;

	overflow: hidden;

}



#title {

	margin-bottom: 16px;

	margin-bottom: 1rem;

	padding: 20px 0 16px;

	padding: 1.25rem 0 1rem;

}



#title a {

	

	line-height: 1;

	padding: 8px 16px;

	padding: 0.5rem 1rem;

}



.header-image #title a {

	padding: 0;

}



.header-image #title {

	margin: 0;

	padding: 0;

}



.header-full-width #title,

.header-full-width #title a,

.header-full-width #title-area {

	width: 100%;

}



.header-image #title,

.header-image #title a,

.header-image #title-area {

	display: block;

	float: left;

	min-height: 87px;

	min-width: 960px;

	overflow: hidden;

	text-indent: -9999px;

}



.header-image #title,

.header-image #title a {

	


	width: 100%;

}



/* 03d - Main Content ----------- */



#content {

	padding: 8px 0px 12px;

}



.metro-home #content {

	padding: 0;

}



.entry,

.page .post.entry {

	background: url(images/lines.png) bottom repeat-x;

	margin-bottom: 48px;

	margin-bottom: 3rem;

	padding-bottom: 32px;

	padding-bottom: 2rem;

}



.metro-home .entry {

	background: none;

	padding: 0;

}



.metro-home .home-bottom .entry {

	margin-bottom: 20px;

	margin-bottom: 1.25rem;

	padding-bottom: 20px;

	padding-bottom: 1.25rem;

}



.page .entry,

.single .entry {

	background: none;

}



.page .entry {

	margin: 0;

}



.single .entry {

	margin-bottom: 32px;

	margin-bottom: 2rem;

	padding: 0;

}



.entry-content {

	overflow: hidden;

}



.entry-content,

.entry-content p,

.metro-home .entry {

	line-height: 1.625;

}



.after-post p {

	margin-bottom: 20px;

	margin-bottom: 1.25rem;

}



.entry-content p {

	margin-bottom: 26px;

	margin-bottom: 1.625rem;

}



blockquote {

	padding: 24px 64px;

	padding: 1.5rem 4rem;

}



blockquote::before {

	content: "“";

	display: block;

	height: 0;

	left: -20px;

	position: relative;

	top: -10px;

}



/* 03e - Post Info & Meta ----------- */



.post-info,

.post-meta {

	clear: both;

	line-height: 1.5;

	display: none;

}



.post-info {

	margin-bottom: 32px;

	margin-bottom: 2rem;

}



.post-comments a {

	background-color: #00235b;

	float: right;

	margin-top: -8px;

	margin-top: -0.5rem;

	padding: 8px 16px;

	padding: 0.5rem 1rem;

}



.post-comments a:hover {

	background-color: #333;

}



.categories,

.tags {

	display: block;

}



/* 03f - Column Classes ----------- */



.five-sixths,

.four-fifths,

.four-sixths,

.one-fifth,

.one-fourth,

.one-half,

.one-sixth,

.one-third,

.three-fifths,

.three-fourths,

.three-sixths,

.two-fifths,

.two-fourths,

.two-sixths,

.two-thirds {

	float: left;

	margin-left: 3.333333333%; /* 36px / 1080px */

}



.one-half,

.three-sixths,

.two-fourths {

	width: 48.33333333%; /* 522px / 1080px */

}



.one-third,

.two-sixths {

	width: 31.111111111%; /* 336px / 1080px */

}



.four-sixths,

.two-thirds {

	width: 65.555555555%; /* 708px / 1080px */

}



.one-fourth {

	width: 22.5%; /* 243px / 1080px */

}



.three-fourths {

	width: 74.166666666%; /* 801px / 1080px */

}



.one-fifth {

	width: 17.314814814%; /* 187px / 1080px */

}



.two-fifths {

	width: 37.962962963%; /* 410px / 1080px */

}



.three-fifths {

	width: 58.703703703%; /* 634px / 1080px */

}



.four-fifths {

	width: 79.351851851%; /* 857px / 1080px */

}



.one-sixth {

	width: 13.888888888%; /* 150px / 1080px */

}



.five-sixths {

	width: 82.638888888%; /* 952px / 1152px */

}



.first {

	margin-left: 0;

}



/* 03g - Miscellaneous ----------- */



.featuredpost .post,

.home-middle {

	overflow: hidden;

}



.home-bottom .featuredpost .post {

	border-bottom: 5px solid #f5f5f5;

}



.after-post,

.after-post .wrap {

	overflow: hidden;

}



.after-post {

	background: url(images/lines.png);

	margin-top: 32px;

	margin-top: 2rem;

	padding: 16px;

	padding: 1rem;

}



.after-post .wrap {

	background-color: #fff;

	padding: 32px;

	padding: 2rem;

}



p.subscribe-to-comments {

	padding: 24px 0 16px;

	padding: 1.5rem 0 1rem;

}



p.pages,

.clear,

.clear-line,

.first,

.home-bottom,

.home-middle,

#nav {

	clear: both;

}



.clear-line {

	border-bottom: 1px solid #ccc;

	margin-bottom: 26px;

	margin-bottom: 1.625rem;

}



.alignleft,

.archive-page {

	float: left;

}



.alignright {

	float: right;

}



.archive-page {

	width: 50%;

}



.after-post,

.author-box,

.author-box h1,

.taxonomy-description {

	line-height: 1.5;

}



.author-box,

.sticky,

.taxonomy-description {

	background-color: #f5f5f5;

	margin-bottom: 48px;

	margin-bottom: 3rem;

	overflow: hidden;

	padding: 32px;

	padding: 2rem;

}



.breadcrumb {

	background: url(images/lines.png) bottom repeat-x;

	margin-bottom: 32px;

	margin-bottom: 2rem;

	padding-bottom: 20px;

	padding-bottom: 1.25rem;

}



.author .author-box {

	margin-bottom: 32px;

	margin-bottom: 2rem;

}





/*

04 Menus

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {

	overflow: hidden;

}



.menu-secondary,

#header .genesis-nav-menu {

	float: right;

	width: auto;

}



#header .genesis-nav-menu {

	float: right;

	margin-top: 32px;

	margin-top: 2rem;

	width: auto;

}



.genesis-nav-menu.menu-primary,

nav_menu-2 {

	background-color: #00235d;

}



.genesis-nav-menu ul,

#menu-main-3 ul {

	float: left;

	width: 100%;

}



.genesis-nav-menu li {

	display: inline-block;

	float: left;

	list-style-type: none;

	text-align: left;

}



.genesis-nav-menu a {

	display: block;

	padding: 16px 20px 14px;

	padding: 1rem 1.25rem 0.875rem;

	position: relative;

	font-family: 'Oxygen', sans-serif;

}



.genesis-nav-menu.menu-secondary a {

	padding: 12px 16px;

	padding: 0.75rem 1rem;

}



.genesis-nav-menu .current-menu-item a,

.genesis-nav-menu li a:hover,

.genesis-nav-menu li:hover a {

	background-color: #f89829;

}



.genesis-nav-menu li li a,

.genesis-nav-menu li li a:link,

.genesis-nav-menu li li a:visited {

	background-color: #333;

	padding: 16px 20px 14px;

	padding: 1rem 1.25rem 0.875rem;

	position: relative;

	width: 120px;

}



.genesis-nav-menu.menu-secondary li li a,

.genesis-nav-menu.menu-secondary li li a:link,

.genesis-nav-menu.menu-secondary li li a:visited, {

	padding: 12px 16px;

	padding: 0.75rem 1rem;

	width: 140px;

}



.genesis-nav-menu li li a:hover {

	background-color: #f89829;

}



.genesis-nav-menu li ul {

	left: -9999px;

	position: absolute;

	width: 160px;

	z-index: 99;

}



.genesis-nav-menu.menu-secondary li ul {

	width: 172px;

}



.genesis-nav-menu li ul ul,

#menu-main-3 li ul ul {

	margin: -42px 0 0 159px;

}



.genesis-nav-menu.menu-secondary li ul ul {

	margin: -36px 0 0 171px;

}



.genesis-nav-menu li:hover ul ul,

.genesis-nav-menu li.sfHover ul ul {

	left: -9999px;

}



.genesis-nav-menu li:hover,

.genesis-nav-menu li.sfHover {

	position: static;

}



ul.genesis-nav-menu li:hover>ul,

ul.genesis-nav-menu li.sfHover ul,

#header .genesis-nav-menu li:hover>ul,

#header .genesis-nav-menu li.sfHover ul {

	left: auto;

}



.genesis-nav-menu li a .sf-sub-indicator,

.genesis-nav-menu li li a .sf-sub-indicator,

.genesis-nav-menu li li li a .sf-sub-indicator {

	position: absolute;

	text-indent: -9999px;

}



#wpadminbar li:hover ul ul {

	left: 0;

}



/* 04a - Primary Navigation Extras ----------- */



.genesis-nav-menu li.right {

	float: right;

	padding: 16px 20px 14px;

	padding: 1rem 1.25rem 0.875rem;

}



.genesis-nav-menu li.right a {

	display: inline;

	padding: 0;

}



.genesis-nav-menu li.search {

	padding: 6px;

	padding: 0.375rem;

}



.genesis-nav-menu li.rss a {

	background: url(images/rss.png) no-repeat center left;

	margin-left: 20px;

	margin-left: 1.25rem;

	padding-left: 20px;

	padding-left: 1.25rem;

}



.genesis-nav-menu li.twitter a {

	background: url(images/twitter-nav.png) no-repeat center left;

	padding-left: 24px;

	padding-left: 1.5rem;

}



/* 04b - Secondary Navigation ----------- */



#subnav {

	background-color: #333;

	overflow: hidden;

}



#subnav .wrap {

	margin: 0 auto;

	max-width: 1020px;

}



#subnav span.uppercase {

	margin-right: 6px;

	margin-right: 0.375rem;

}



.subnav-left {

	float: left;

	padding: 12px 16px;

	padding: 0.75rem 1rem;

}





/*

05 Headings

---------------------------------------------------------------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6,

.entry-title a {

	line-height: 1.2;

	margin-bottom: 16px;

	margin-bottom: 1rem;

}



.author-box h1 {

	margin: 0

}



.taxonomy-description h1 {

	margin-bottom: 4px;

	margin-bottom: 0.25rem;

}



.archive-title {

	background: url(images/lines.png) bottom repeat-x;

	margin-bottom: 32px;

	margin-bottom: 2rem;

	padding-bottom: 16px;

	padding-bottom: 1rem;

}



.featuredpost h2 {

	margin-bottom: 8px;

	margin-bottom: 0.5rem;

}



.home-bottom .featuredpost h2 {

	margin: 8px 0;

	margin: 0.5rem 0;

}



.home-bottom .featuredpost .widgettitle {

	margin-bottom: 20px;

	margin-bottom: 1.25rem;

}



.widgettitle,

#comments h3,

#respond h3 {

	background: url(images/lines.png);

	text-align: center;

}



.comments-title,

.widget-headline {

	background-color: #fff;

	line-height: 1;

}



.after-post .widget-headline,

.after-post .widgettitle,

.sidebar .enews-widget .widgettitle,

.sidebar .enews-widget .widget-headline {

	background: none;

}



.comments-title {

	padding: 0 12px;

	padding: 0 0.75rem;

}



.widget-headline {

	padding: 0 8px;

	padding: 0 0.5rem;

}





/*

06 Lists

---------------------------------------------------------------------------------------------------- */



.entry-content ol,

.entry-content ul {

	margin-bottom: 26px;

	margin-bottom: 1.625rem;

}



.entry-content ol li,

.entry-content ul li {

	line-height: 1.625;

}



.entry-content ol li,

.entry-content ul li {

	margin-left: 40px;

	margin-left: 2.5rem;

}



.entry-content ol li {

	list-style-type: decimal;

}



.entry-content ul li {

	list-style-type: disc;

}



.entry-content ol ol,

.entry-content ul ul {

	margin-bottom: 0;

}





/*

07 Post Navigation

---------------------------------------------------------------------------------------------------- */



.navigation li {

	display: inline;

}



.navigation li a,

.navigation li a:hover,

.navigation li.active a,

.navigation li.disabled {

	background-color: #333;

	cursor: pointer;

	padding: 12px;

	padding: 0.75rem;

}



.navigation li a:hover,

.navigation li.active a {

	background-color: #00235b;

}





/*

08 Comments

---------------------------------------------------------------------------------------------------- */



#comments,

#respond {

	line-height: 1.5;

	overflow: hidden;

}



.ping-list,

#comments {

	margin-bottom: 48px;

	margin-bottom: 3rem;

}



#author,

#email,

#url {

	width: 50%;

}



.commentmetadata,

#author,

#email,

#url {

	margin-bottom: 12px;

	margin-bottom: 0.75rem;

}



#comment {

	line-height: 1.5;

	margin: 12px 0;

	margin: 0.75rem 0;

}



label {

	margin-left: 0;

	margin-left: 0;

}



.comment-list li,

.ping-list li {

	list-style-type: none;

	margin-top: 24px;

	margin-top: 1.5rem;

	padding: 32px;

	padding: 2rem;

}



.comment-list li ul li {

	margin-right: -32px;

	margin-right: -2rem;

}



.comment-header {

	overflow: hidden;

}



.comment {

	background-color: #f5f5f5;

	border: 2px solid #fff;

	border-right: none;

}



.comment-content p {

	margin-bottom: 24px;

	margin-bottom: 1.5rem;

}



.bypostauthor {

}



#comments .navigation {

	margin-top: 32px;

	margin-top: 2rem;

}





/*

09 Sidebars

---------------------------------------------------------------------------------------------------- */



.sidebar {

	display: inline;

	line-height: 1.5;

}



.sidebar p {

	margin-bottom: 16px;

	margin-bottom: 1rem;

}



.sidebar .widget {

	margin-bottom: 32px;

	margin-bottom: 2rem;

	overflow: hidden;

}



.sidebar.widget-area ul li {

	list-style-type: none;

	margin-bottom: 6px;

	margin-bottom: 0.375rem;

	word-wrap: break-word;

}



a.social-buttons {

	background-color: #333;

	border-right: 1px solid #fff;

	color: #fff;

	float: left;

	overflow: hidden;

	padding: 8px 0;

	padding: 0.5rem 0;

	width: 25%;

}



a.social-buttons.last {

	border: none;

}



a.social-buttons:hover {

	background-color: #00235b;

}



.sidebar .enews-widget {

	background-color: #f5f5f5;

	padding: 28px 32px 32px;

	padding: 1.75rem 2rem 2rem;

	color: #333;

}





/*

10 Footer

---------------------------------------------------------------------------------------------------- */



#footer {

	background-color: #00235d;

	clear: both;

	overflow: hidden;

	padding: 8px 0;

	padding: 0.5rem 0;

}



#footer .wrap {

	margin: 0 auto;

	width: 1152px;

}



#footer .creds {

	text-align: right;

}



#footer .creds,

#footer .gototop {

	margin: 8px 0;

	margin: 0.5rem 0;

}



/* 10a - Footer Widgets ----------- */



.footer-widgets {

	clear: both;

	line-height: 1.5;

	padding: 36px 36px 0;

	padding: 2.25rem 2.25rem 0;

}



.footer-widgets p {

	margin-bottom: 16px;

	margin-bottom: 1rem;

}



.footer-widgets .widget {

	margin-bottom: 36px;

	margin-bottom: 2.25rem;

}



.footer-widgets .widget-area ul li {

	list-style-type: none;

	margin-bottom: 6px;

	margin-bottom: 0.375rem;

	word-wrap: break-word;

}



.footer-widgets-1 {

	margin-right: 3.333333333%; /* 36px / 1080px */

}





/*

11 Forms & Buttons

---------------------------------------------------------------------------------------------------- */



input,

select,

textarea {

	background-color: #f5f5f5;

	border: 1px solid #ddd;

	box-shadow: 0 0 2px #eaeaea inset;

	padding: 8px 16px;

	width: 100%;

}



.after-post .enews-widget input {

	width: 50%;

}



.sidebar .enews-widget input {

	background-color: #fff;

	box-shadow: none;

}



#header .search-form {

	float: right;

	margin-top: 16px;

	margin-top: 1rem;

	width: 100%;

}



.search-input {

	background: #f5f5f5 url(images/search.png) no-repeat 15px 16px;

	padding: 16px 16px 16px 44px;

	padding: 1rem 1rem 1rem 2.75rem;

}



#nav .search-input {

	background: none;

	background-color: #f5f5f5;

	padding: 8px 16px;

	padding: 0.5rem 1rem;

}



button,

input[type="button"],

input[type="submit"],

.btn {

	background-color: #333;

	border: none;

	box-shadow: none;

	cursor: pointer;

	padding: 8px 16px;

	width: auto;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

}



button:hover,

input:hover[type="button"],

input:hover[type="submit"],

.btn:hover,

.sidebar .enews-widget input[type="submit"] {

	background-color: #00235b;

}



.sidebar .enews-widget input {

	margin-bottom: 8px;

	margin-bottom: 0.75rem;

}



.after-post .enews-widget input[type="submit"] {

	width: auto;

}



.sidebar .enews-widget input[type="submit"] {

	display: block;

	margin: 0 auto;

	padding: 16px;

	padding: 1rem;

	width: 100%;

}



.sidebar .enews-widget input:hover[type="submit"] {

	background-color: #fff;

	color: #222;

}



.search-form input[type="submit"] {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	overflow: hidden;

	padding: 0;

	position: absolute;

	width: 1px;

}



/* 11a - Gravity Forms ----------- */



#content div.gform_wrapper input,

#content div.gform_wrapper select,

#content div.gform_wrapper textarea,

#content div.gform_wrapper .ginput_complex label {

	font-size: 14px;

	padding: 10px;

}



#content div.gform_wrapper input[type="submit"] {

	padding: 12px 16px;

}



#content div.gform_wrapper .ginput_complex label {

	padding: 0;

}



div.gform_wrapper li,

div.gform_wrapper form li {

	margin: 16px 0 0;

	margin: 1rem 0 0;

}





/*

12 Images & Captions

---------------------------------------------------------------------------------------------------- */



embed,

img,

object,

video {

	max-width: 100%;

}



img {

	height: auto;

}



.metro-home .featuredpost img {

	margin-bottom: 20px;

	margin-bottom: 1.25rem;

}



.metro-home .featuredpost .alignleft img {

	margin-bottom: 0;

	margin-right: 20px;

	margin-right: 1.25rem;

}



.alignleft .avatar {

	margin-right: 24px;

	margin-right: 1.5rem;

}



.alignright .avatar {

	margin-left: 24px;

	margin-left: 1.5rem;

}



.author-box .avatar {

	float: left;

	margin-right: 24px;

	margin-right: 1.5rem

}



.comment-list li .avatar {

	float: left;

	margin: 0 16px 24px 0;

	margin: 0 1rem 1.5rem 0;

}



img.centered,

.aligncenter {

	display: block;

	margin: 0 auto 24px;

	margin: 0 auto 1.5rem

}



img.alignnone {

	display: inline;

	margin-bottom: 12px;

	margin-bottom: 0.75rem;

}



img.alignleft,

.post-image,

.wp-caption.alignleft {

	display: inline;

	margin: 0 24px 24px 0;

	margin: 0 1.5rem 1.5rem 0;

}



img.alignright,

.wp-caption.alignright {

	display: inline;

	margin: 0 0 24px 24px;

	margin: 0 0 1.5rem 1.5rem;

}



p.wp-caption-text {

	line-height: 1.2;

	margin-top: 12px;

	margin-top: 0.75rem;

}



.gallery-caption {

}





/*

13 Theme Colors

---------------------------------------------------------------------------------------------------- */



/* 13a - Metro Blue ----------- */



.metro-blue a,

.metro-blue .genesis-nav-menu li.right a:hover,

.metro-blue #footer a:hover,

.metro-blue #subnav .subnav-left a:hover {

	color: #00275b;

}



.metro-blue a:hover,

.metro-blue .post-info a:hover,

.metro-blue .post-meta a:hover {

	color: #222;

}



.metro-blue .post-info a,

.metro-blue .post-meta a {

	color: #999;

}



.metro-blue a.social-buttons,

.metro-blue .genesis-nav-menu a,

.metro-blue .post-comments a {

	color: #fff;

}



.metro-blue h2 a,

.metro-blue h2 a:visited {

	color: #333;

	font-size: 32px;

}



.metro-blue h2 a:hover {

	color: #00275b;

}



.metro-blue a.social-buttons:hover,

.metro-blue button:hover,

.metro-blue input:hover[type="button"],

.metro-blue input:hover[type="submit"],

.metro-blue .btn:hover,

.metro-blue .genesis-nav-menu .current-menu-item a,

.metro-blue .genesis-nav-menu li a:hover,

.metro-blue .genesis-nav-menu li:hover a,

.metro-blue .navigation li a:hover,

.metro-blue .navigation li.active a,

.metro-blue .post-comments a,

.metro-blue .sidebar .enews-widget input[type="submit"] {

	background-color: #f89829;

}



.metro-blue .genesis-nav-menu li li a,

.metro-blue .genesis-nav-menu li li a:link,

.metro-blue .genesis-nav-menu li li a:visited,

.metro-blue .post-comments a:hover {

	background-color: #333;

	width: 150px;

}



.metro-blue .genesis-nav-menu li li a:hover {

	background-color: #F89829;

}



.metro-blue .sidebar .enews-widget input:hover[type="submit"] {

	background-color: #fff;

}



/* 13b - Metro Green ----------- */



.metro-green a,

.metro-green .genesis-nav-menu li.right a:hover,

.metro-green #footer a:hover,

.metro-green #subnav .subnav-left a:hover {

	color: #21c250;

}



.metro-green a:hover,

.metro-green .post-info a:hover,

.metro-green .post-meta a:hover {

	color: #222;

}



.metro-green .post-info a,

.metro-green .post-meta a {

	color: #999;

}



.metro-green a.social-buttons,

.metro-green .genesis-nav-menu a,

.metro-green .post-comments a {

	color: #fff;

}



.metro-green h2 a,

.metro-green h2 a:visited {

	color: #333;

}



.metro-green h2 a:hover {

	color: #21c250;

}



.metro-green a.social-buttons:hover,

.metro-green button:hover,

.metro-green input:hover[type="button"],

.metro-green input:hover[type="submit"],

.metro-green .btn:hover,

.metro-green .genesis-nav-menu .current-menu-item a,

.metro-green .genesis-nav-menu li a:hover,

.metro-green .genesis-nav-menu li:hover a,

.metro-green .navigation li a:hover,

.metro-green .navigation li.active a,

.metro-green .post-comments a,

.metro-green .sidebar .enews-widget input[type="submit"],

.metro-green #title a {

	background-color: #21c250;

}



.metro-green .genesis-nav-menu li li a,

.metro-green .genesis-nav-menu li li a:link,

.metro-green .genesis-nav-menu li li a:visited,

.metro-green .post-comments a:hover {

	background-color: #333;

}



.metro-green .genesis-nav-menu li li a:hover {

	background-color: #21c250;

}



.metro-green .sidebar .enews-widget input:hover[type="submit"] {

	background-color: #fff;

}



/* 13c - Metro Pink ----------- */



.metro-pink a,

.metro-pink .genesis-nav-menu li.right a:hover,

.metro-pink #footer a:hover,

.metro-pink #subnav .subnav-left a:hover {

	color: #d1548e;

}



.metro-pink a:hover,

.metro-pink .post-info a:hover,

.metro-pink .post-meta a:hover {

	color: #222;

}



.metro-pink .post-info a,

.metro-pink .post-meta a {

	color: #999;

}



.metro-pink a.social-buttons,

.metro-pink .genesis-nav-menu a,

.metro-pink .post-comments a {

	color: #fff;

}



.metro-pink h2 a,

.metro-pink h2 a:visited {

	color: #333;

}



.metro-pink h2 a:hover {

	color: #d1548e;

}



.metro-pink a.social-buttons:hover,

.metro-pink button:hover,

.metro-pink input:hover[type="button"],

.metro-pink input:hover[type="submit"],

.metro-pink .btn:hover,

.metro-pink .genesis-nav-menu .current-menu-item a,

.metro-pink .genesis-nav-menu li a:hover,

.metro-pink .genesis-nav-menu li:hover a,

.metro-pink .navigation li a:hover,

.metro-pink .navigation li.active a,

.metro-pink .post-comments a,

.metro-pink .sidebar .enews-widget input[type="submit"],

.metro-pink #title a {

	background-color: #d1548e;

}



.metro-pink .genesis-nav-menu li li a,

.metro-pink .genesis-nav-menu li li a:link,

.metro-pink .genesis-nav-menu li li a:visited,

.metro-pink .post-comments a:hover {

	background-color: #333;

}



.metro-pink .genesis-nav-menu li li a:hover {

	background-color: #d1548e;

}



.metro-pink .sidebar .enews-widget input:hover[type="submit"] {

	background-color: #fff;

}



/* 13d - Metro Red ----------- */



.metro-red a,

.metro-red .genesis-nav-menu li.right a:hover,

.metro-red #footer a:hover,

.metro-red #subnav .subnav-left a:hover {

	color: #ef4f4f;

}



.metro-red a:hover,

.metro-red .post-info a:hover,

.metro-red .post-meta a:hover {

	color: #222;

}



.metro-red .post-info a,

.metro-red .post-meta a {

	color: #999;

}



.metro-red a.social-buttons,

.metro-red .genesis-nav-menu a,

.metro-red .post-comments a {

	color: #fff;

}



.metro-red h2 a,

.metro-red h2 a:visited {

	color: #333;

}



.metro-red h2 a:hover {

	color: #ef4f4f;

}



.metro-red a.social-buttons:hover,

.metro-red button:hover,

.metro-red input:hover[type="button"],

.metro-red input:hover[type="submit"],

.metro-red .btn:hover,

.metro-red .genesis-nav-menu .current-menu-item a,

.metro-red .genesis-nav-menu li a:hover,

.metro-red .genesis-nav-menu li:hover a,

.metro-red .navigation li a:hover,

.metro-red .navigation li.active a,

.metro-red .post-comments a,

.metro-red .sidebar .enews-widget input[type="submit"],

.metro-red #title a {

	background-color: #ef4f4f;

}



.metro-red .genesis-nav-menu li li a,

.metro-red .genesis-nav-menu li li a:link,

.metro-red .genesis-nav-menu li li a:visited,

.metro-red .post-comments a:hover {

	background-color: #333;

}



.metro-red .genesis-nav-menu li li a:hover {

	background-color: #ef4f4f;

}



.metro-red .sidebar .enews-widget input:hover[type="submit"] {

	background-color: #fff;

}





/* Custom */



#mp_product_list_widget-3 {

	margin: 0 auto;

}



.facebook-top {

	width: 65%; 

	margin-top: -58px;

	margin-right: 30px;

	float: right;

} 



.mobile-map {

	float: right;

}



.social {

  background: url(../../uploads/2013/02/from_twitter.jpg) 22px 22px no-repeat #e5e5e5;

  padding: 57px 10px 0;

  float:left; 

  width: 184px;

  height: 193px;

}



.social ul {

  background: #e5e5e5;

  padding: 10px;

  font-size: 14px;

}



.dcategory-upcoming-events {

	padding: 15px;

	background: #f5f5f5;

	-moz-box-shadow:    1px 1px 2px #ddd;

  	-webkit-box-shadow: 1px 1px 2px #ddd;

  	box-shadow:         1px 1px 2px #ddd;

}



.dcategory-upcoming-events h2.entry-title a{

	font-size: 36px;

}



.post-info {

	display: none;

}



.home_facebook {

	float:left; 

	width: 290px; 

	height: 178px;

	background: url(../../uploads/2013/02/save_with_facebook.jpg) 22px 22px no-repeat #dddddd;

	padding: 72px 22px 0;

	font-size: 15px;

	line-height: 22px;

	color: #444;

	text-shadow: 1px 1px 1px #ffffff;

}







.slide-title {

	display: none;

}



.wpsc_buy_button {

	display: none;

}



/* Sale Image */

.product_grid_display span.sale {
    background: url("http://athleticlockeroutlet.com/wp-content/themes/images/sale.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 40px;
    left: 15px !important;
    position: absolute;
    text-indent: -9999px;
    top: 53px !important;
    width: 40px;
}

/* Old Price */

.wpsc-product-old-price {
	color: red;
}

/* Current Price */

.wpsc-product-price  {
	font-weight: bold;
}

/* Product Box */

.product_grid_display .product_grid_item {
	min-height: 372px;
}

/* OLD CART  



#sidebar-alt h3.mp_product_name,

#sidebar h3.mp_product_name {

	text-transform: uppercase;

	color: #ffffff;

	font-weight: 400;

	font-family: 'Oswald', sans-serif;

	font-size: 14px;

	margin-bottom: 3px;

	margin-top: 15px;

}



#sidebar-alt h3.mp_product_name a,

#sidebar h3.mp_product_name a {

	text-decoration: none;

	color: #333333;

}



#sidebar-alt img {

	margin: 0 0 0px 0;

	-moz-box-shadow:    1px 1px 2px #eee;

  	-webkit-box-shadow: 1px 1px 2px #eee;

  	box-shadow:         1px 1px 2px #eee;

}



#sidebar li {

	width: 48%;

	float: left;

		

}



#mp_product_list {

	margin: 0 auto;

}



*/



/* Shopping Cart */



.product_grid_display h2.prodtitle a:link, #content .product_grid_display h2.prodtitle a:link, .product_grid_display h2.prodtitle a:visited, #content .product_grid_display h2.prodtitle a:visited {

	font-size: 16px;

}



.wpsc_categories {

	background: #00235D;

	color: #00235D;

	overflow: hidden;

}



.wpsc_categories ul {

	float: left;

	width: 100%;

}



.wpsc_categories li {

	display: inline-block;

	padding: 10px;

	list-style-type: none;

	text-align: left;

	margin-right: -45px;

	position: relative;

	left: -40px;

}



.wpsc_categories li:hover {

	background: #F89829;

}	



.wpsc_categories a,

.wpsc_categories a:hover {

	color: #fff;

	font-size: 12px;

	font-weight: 600;

	text-decoration: none;

}



.wpsc_categories li li a,

.wpsc_categories li li a:link,

.wpsc_categories li li a:visited {

	padding: 12px 16px;

	padding: 0.75rem 1rem;

	width: 140px;

}



.wpsc_categories li ul {

	left: -9999px;

	position: absolute;

	width: 160px;

	z-index: 99;

}



.wpsc_categories li ul {

	width: 172px;

}



.wpsc_categories li ul ul {

	margin: -42px 0 0 159px;

}



.product_grid_display .wpsc_buy_button, #content .product_grid_display .wpsc_buy_button {

	background: #3c3c3c;

}



#sidebar li {

	width: 48%;

	float: left;

	margin-left: 2%;

}



#sidebar li .item_image {

	width: 150px;

	height: 150px;

}



#sidebar a {

	text-decoration: none;

	font-size: 14px;

	margin: 0 auto;

}



.custom_meta {

	display: none;

}



.wpsc_buy_button_container {

	width: 0px;

}



#single_product_page_container {



}



.single_product_display form.product_form input, #content .single_product_display form.product_form input {

	background: #00235d;

	padding: 8px 12px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

}



.single_product_display form.product_form input, #content .single_product_display form.product_form input:hover {

	background: #F89829;

}



/* Product Sidebar */



.side-product {

	width: 48%;

	float: left;

	margin-left: 2%;

}



#sidebar a {

	font-size: 14px;

}



/* Checkout Page */







.checkout_cart {

	width: 100%;

}



.checkout_cart input {

	width: 50px;		

}



.checkout_cart button input[type="button"], 

.checkout_cart input[type="submit"], 

.cartout_cart .btn {

	width: 110px;

}



.wpsc_make_purchase {

	width: 100%;

}









/* CUSTOM CODE */



.home-upcoming-event {

	float: left;

	width: 99%;

	padding: 20px 0% 0;

	margin-bottom: 30px;

	background: #00235d;

	-moz-box-shadow:    1px 1px 0px #e0e0e0;

	-webkit-box-shadow: 1px 1px 0px #e0e0e0;

	box-shadow:         1px 1px 0px #e0e0e0;

	font-size: 13px;

}



.home-upcoming-event .event-title {

	font-size: 18px; 

	text-decoration: none;

	font-weight: 600; 

	color: #fff;

	padding: 0 25px;

	margin-bottom: 15px;

	display: block;

	font-family: 'Oxygen', sans-serif;

	text-align: center;

}

.home-upcoming-event .event-title:hover {
	color: #fff;
}

.home-upcoming-event .home-event-text {

	padding: 25px;

	font-size: 14px;

}



.home-page-event-link {

	display: block;

	width: 443px;

	height: 242px;

}



.home-event-date {

	text-align: right;

	width: 428px;

	height: 29px;

	color: #fff;

	text-shadow: 1px 1px 1px #000;

	font-weight: bold;

	font-size: 16px;

	padding: 7px 15px 0 0;

}



.home-event-address {

	background: url(../../uploads/2013/07/address_shadow.png) bottom left no-repeat;

	color: #fff;

	width: 418px;

	height: 52px;

	padding: 154px 0 0 25px;

	font-weight: bold;

	text-shadow: 1px 1px 1px #000;

	font-size: 14px;

	text-decoration: none;

}



.sidebar-product {

	width: 48%;

	margin-right: 2%;

	float: left;

	background: #f5f5f5;

	-moz-box-shadow:    1px 1px 0px #e0e0e0;

	-webkit-box-shadow: 1px 1px 0px #e0e0e0;

	box-shadow:         1px 1px 0px #e0e0e0;

	margin-bottom: 30px;	

}



#sidebar a.wpsc_product_title {

	font-size: 14px;

	font-weight: normal;

	text-align: center;

	display: block;

	width: 123px;

	padding: 0 10px;

	margin-top: 10px;

}



#sidebar .wpsc-product-price,
#sidebar .wpsc-product-old-price  {

	text-align: center;

	padding-top: 10px;

}

#sidebar .wpsc-product-old-price  {

	margin-bottom: -10px;	

}

#sidebar a.wpsc_product_link {

	clear: both;

	background: #e0e0e0;

	padding: 6px 15px 5px 15px;

	color: #333;

	text-decoration: none;

	display: block;

	width: 60px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

	margin: 0 auto 10px;

}



#sidebar a.wpsc_product_link:hover {

	background: #003ea2;

	color: #fff;

}



.product_grid_display a.more_details {

	clear: both;

	background: #e0e0e0;

	padding: 8px 15px 7px 15px;

	color: #333;

	text-decoration: none;

	display: block;

	width: 80px;

	font-size: 14px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

	margin: 10px auto 0px;

}



.product_grid_display a.more_details:hover {

	background: #003ea2;

	color: #fff;

	text-decoration: none;

}







.upcoming-event-page {

	float: left;

	width: 443px;

	padding: 20px 0% 0;

	margin: 0 25px 30px 0;

	background: #00235d;

	-moz-box-shadow:    1px 1px 0px #e0e0e0;

	-webkit-box-shadow: 1px 1px 0px #e0e0e0;

	box-shadow:         1px 1px 0px #e0e0e0;

	font-size: 13px;

	float: left;

}



.upcoming-event-page .event-title {

	font-size: 18px; 

	text-decoration: none;

	font-weight: 600; 

	color: #fff;

	padding: 0 25px;

	margin-bottom: 15px;

	display: block;

	font-family: 'Oxygen', sans-serif;

	text-align: center;

}

.upcoming-event-page .event-title:hover {
	color: #fff;
}

.upcoming-event-page .home-event-text {

	padding: 25px;

	font-size: 14px;

}



.prod-desc {

	width: 629px;

	margin-top: 30px;

	clear: both;

}



.product_row {

	background: #f5f5f5;

}



.product_row.alt {

	background: #eaeaea;

}



#wpsc_shopping_cart_container {

	margin-top: 50px;

}



#change_country {

	margin: 10px 0 30px;

}



.calculate-shipping-button {

	margin-top: 10px;

}



.event-info-left {

	float: left;

	width: 52%;

	margin-right: 2%;

}



.event-info-right {

	float: left;

	width: 46%;

	padding-top: 37px;

}



.bark {

	background: url(../../uploads/2013/07/bark-bg1.jpg) top left no-repeat;

	width: 396px;

	height: 311px;

	margin-bottom: 32px;

	color: #fff;

	font-family: 'Oxygen', sans-serif;

	Padding: 25px;

	-moz-box-shadow:    1px 1px 0px #777;

	-webkit-box-shadow: 1px 1px 0px #777;

	box-shadow:         1px 1px 0px #777;

	font-size: 18px;

	line-height: 24px;

}



.bark a {

	display: block;

	padding: 8px 15px;

	background: #fff;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

	color: #486da4;

	float: left;

	width: 145px;

	text-align: center;

	margin-right: 10px;

	margin-top: 15px;

	text-decoration: none;

	-moz-box-shadow:    1px 1px 0px #777;

	-webkit-box-shadow: 1px 1px 0px #777;

	box-shadow:         1px 1px 0px #777;

}



.bark a:hover {

	background: #111;

	color: #fff;

}

/*

WooCommerce Customizations

---------------------------------------------------------------------------------------------------- */

/************
 Grid Page
************/

.woocommerce ul.products li.product .onsale {
    margin: 0.2em 0.2em 0 0 !important;
    right: none !important;
    top: none !important;
}

.woocommerce ul.products li.product .price {
	height: 35px !important;
}

.woocommerce ul.products li.product a img {
	min-height: 192px !important;
	max-height: 192px !important;
}

.woocommerce ul.products li.product h3 {
	min-height: 38px !important;
}

/* Remove the price for now */
.woocommerce ul.products li.product .price {
    color: #00235d !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border-radius: 0px !important;
}

/************
 Single Page
************/

.woocommerce span.onsale {
    margin: 10px !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #f89829 !important;
	color: #fff !important;
}

/* Remove the price for now */
.woocommerce div.product p.price, .woocommerce div.product span.price {
	margin-bottom: 20px !important;
}

.woocommerce .quantity .qty {
    height: 37.8px;
}

/************
 Checkout
************/

.woocommerce #payment .terms, .woocommerce-page #payment .terms {
    text-align: left !important;
}

.woocommerce form .form-row .input-checkbox {
    margin: -2px 8px 0 5px !important;
    width: auto;
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style-type: none;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    width: auto;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    padding: 11px;
    width: 200px !important;
}


.woocommerce span.onsale {
    background-color: #f89829 !important;
}

.woocommerce .quantity .qty {
    width: 6.5em !important;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1 !important;
}



.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: left !important;
}

/*

14 Media Queries

---------------------------------------------------------------------------------------------------- */



/* Desktops, laptops and iPads (landscape) ----------- */



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



	#footer .wrap,

	#subnav .wrap {

		max-width: 960px;

	}



	.footer-widgets,

	#wrap {

		max-width: 888px;

	}



}



/* Netbook -------------------- */



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

	

	.facebook-top {

		display: none;

	}

}



/* iPads (portrait) ----------- */



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



	#wrap {

		margin: 0 auto;

		padding: 0;

	}



	#wpsc_product_specials-2 {

		text-align: center;

	}



	#inner {

		padding: 20px 5%;

		padding: 1.25rem 5%;

	}



	.responsive-slider,

	.flexslider {

		margin: 0 auto;

	}



	.facebook-top {

		 display: none;

	}



	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	#footer .creds,

	#footer .gototop,

	#footer .wrap,

	#header .widget-area,

	#inner,

	#subnav .wrap,

	#title-area,

	#wrap,

	#wrap .sidebar,

	#wrap #content,

	#wrap #content-sidebar-wrap,

	#wrap #sidebar-alt {

		width: 100%;

		margin: 0 auto;

	}



	.genesis-nav-menu li,

	.menu-secondary,

	#footer .creds,

	#footer .gototop,

	#header ul.genesis-nav-menu,

	#header .search-form {

		float: none;

	}



	.genesis-nav-menu,

	#footer .creds,

	#footer .gototop,

	#header .search-form,

	#title,

	#title-area {

		text-align: center;

	}



	.genesis-nav-menu a {

		padding: 20px 16px;

		padding: 1.25rem 1rem;

	}



	#title {

		margin: 16px 0;

		margin: 1rem 0;

	}



	#header .search-form {

		margin: 0 auto 16px;

		margin: 0 auto 1rem;

		width: 50%;

	}

	.header-image #title, .header-image #title a, .header-image #title-area {
		max-height: 87px !important;
		overflow: hidden;
	}

	.genesis-nav-menu li.right,

	.subnav-left {

		display: none;

	}



	#content {

		padding: 0 0 32px;

		padding: 0 0 2rem;

	}



	.metro-landing #content {

		padding: 32px 0 0;

		padding: 2rem 0 0;

	}



	h1,

	.entry-title,

	.entry-title a {

		font-size: 32px;

		font-size: 2rem;

	}





	#footer .wrap {

		padding: 24px 0;

		padding: 1.5rem 0;

	}



	.footer-widgets {

		margin: 0 auto;

		padding: 0 32px ;

		padding: 0 2rem;

	}



	.footer-widgets-1,

	#header .genesis-nav-menu {

		margin: 0;

	}



	#sidebar ul {

		margin-left: 13%;

	}



	#sidebar li {

		display block;

		float: right;	

	}



}



/* iPhones (portrait and landscape) ----------- */



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



	html {

		font-size: 87.5%; /* 14px base */

	}



	.wpsc_product_title {

		display: none;

	}



	.product_grid_item {

		min-width: 48%;

		

	}



	.product_grid_item img {

		

	}



	#header {

		max-height: 40px !important;

		overflow: hidden;

	}



	.header-image #title {

		overflow: hidden;



	}



	.header-image #title a {

		background: #00235b url(../../uploads/2013/03/phone-logo.jpg) no-repeat;

		margin: 0 auto;

		max-height: 87px;

	}



	.home-middle-left,

	.home-middle-right,

	#header .search-form {

		width: 100%;

	}



	.archive-page,

	.five-sixths,

	.four-fifths,

	.four-sixths,

	.one-fifth,

	.one-fourth,

	.one-half,

	.one-sixth,

	.one-third,

	.three-fifths,

	.three-fourths,

	.three-sixths,

	.two-fifths,

	.two-fourths,

	.two-sixths,

	.two-thirds {

		margin: 0;

		width: 100%;

	}

}



.mobile-map {

	float: left;

}



.enews-widget {

	margin-top: 30px;

}

	.header-image #title, .header-image #title a, .header-image #title-area {
		max-height: 87px !important;
		overflow: hidden !important;
	}



}/*media query end*/



.pluginFaviconButtonText { 

	border-top: 1px solid #000;

}



.social-media-mashup {

	font-size: 12px;

	text-align: center;

	margin-top: -0px;

}



#sidebar .mp_product_price {

	line-height: 15px;

}



#mp_product_list input[type="submit"],

.type-product input[type="submit"],

.mp_cart_col_updatecart input[type="submit"],

.mp_cart_direct_checkout_link,

#mp_shipping_submit,

#order-id-submit,

#mp_payment_confirm,

.mp_no_stock,

.mp_link_buynow {

	background: #00235D;

	color: #fff;

	border: none;

}



#mp_product_list input[type="submit"]:hover,

.type-product input[type="submit"]:hover,

.mp_cart_col_updatecart input[type="submit"]:hover,

.mp_cart_direct_checkout_link:hover,

#mp_shipping_submit:hover,

#order-id-submit:hover,

#mp_payment_confirm:hover,

.mp_link_buynow:hover {

	background: #F89829;

	color: #fff;

	border: none;

}



#nav .search-input,

#nav .searchsubmit  {

	display: none;



.product {

	margin: 0 auto;

}



#menu-products-1 {

	font-size: 11px;

}







/* Sales */



.rmp-sales {

	width: 200px;

}

.gform_wrapper .gsection {
	margin-top: 50px !important;
}

/* Remove Pricing */
.single_product_display .wpsc_product_price, .default_product_display .wpsc_product_price, .wpsc_product_price, .pricedisplay, .wpsc-product-price, .price_container {
display: none !important;
}