/*
Theme Name: sockacademy
Theme URI: https://sockacademy.com/
Description: sockacademy
Author: the sockacademy team
Author URI: https://sockacademy.com/
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
Text Domain: twentyten
*/

.lost_reset_password p{font-size: 16px;}
#menu-my-account li a{font-size:16px;}
#termscheck {margin: 7px 2px 0px 0px;}
.wrapper#main-header-wrapper {
    z-index: 1000;
	position: fixed;
	width: 100%;
}
#main-header-pusher {
	min-height: 8rem;
}
.wrapper#main-content-wrapper {
    z-index: 10;
}
.wrapper#main-footer-wrapper {
    z-index: 100;
}
.wrapper#main-pusher-wrapper {
    z-index: 1;
}
.wrapper#main-ajax-wrapper {
}
/* Containers */
.container {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.container * {
	-webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
}
.container#main-header-container {
	color: #ffffff;
	background-color: #1d1d1b;
	padding: 10px 110px;
}
.container#main-header-container #site-logo {
	max-width: 6rem;
	position: absolute;
	left: -110px;
	top: 100px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
	z-index: 1000;
}
.container#main-header-container #site-logo img {
	width: 100%;
	height: auto;
}
.container#sub-header-container {
	padding: 20px 100px 40px 120px;
	border-style: solid;
	border-width: 0 0 0 10px;
	border-color: #ffffff;
	
	text-align: center;

	background-color: #ffffff;
	
}
.container#sub-header-container .header-title {
	display: inline-block;
	text-transform: lowercase;
	text-align: center;
}
.container#sub-header-container .header-title a {
	color: #000000;
}
.container#sub-header-container .header-title a:hover {
	color: #f15a24;
}
.container#main-content-container {
	padding: 40px 100px 40px 120px;
	border-style: solid;
	border-width: 0 0 0 10px;
	border-color: #ffffff;

	background-color: #ffffff;

}
.container#main-footer-container {
	color: #ffffff;
	background-color: #1d1d1b;
	padding: 20px 110px;
}
.container#sup-footer-container {
	padding: 20px 100px 20px 120px;
	border-style: solid;
	border-width: 0 0 0 10px;
	border-color: #ffffff;
	text-align: center;

	background-color: #ffffff;
	background-image: url('images/stripes-home-vertical.png');
	background-position: top left;
	background-repeat: repeat-y;
}
.container#sup-footer-container .footer-title {
	display: inline-block;
	text-transform: lowercase;
	text-align: center;
}
.container#sup-footer-container .footer-title a {
	color: #000000;
}
.container#sup-footer-container .footer-title a:hover {
	color: #f15a24;
}

/* Forms */
::-webkit-input-placeholder {
}
:-moz-placeholder {
}
::-moz-placeholder {
}
:-ms-input-placeholder {
}
form {
}
form fieldset {
}
form label {
}
form input[type="text"],
form input[type="number"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="password"] {
	display: block;
	width: 100%;
	height: 2rem;

	margin: 0;
	border: 1px solid #b3b3b3;
	padding: 0.3rem 0.5rem;

	font-family: 'NewsGoth BT', sans-serif;
	font-weight: bold;
	font-size: 0.8rem;
	line-height: 1.4rem;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form textarea {
	display: block;
	width: 100%;
	height: auto;
	min-height: 6.2rem;
	resize: vertical;

	border: 1px solid #b3b3b3;
	padding: 0.3rem 0.5rem;

	font-family: 'NewsGoth BT', sans-serif;
	font-weight: bold;
	font-size: 0.8rem;
	line-height: 1.4rem;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
select {
	font-family: 'NewsGoth BT', sans-serif;
	font-size: 1rem;
}
form select {
	display: block;
	width: 100%;
	height: 2rem;

	margin: 0;
	border: 1px solid #b3b3b3;
	padding: 0.3rem 0.5rem;

	font-family: 'NewsGoth BT', sans-serif;
	font-weight: bold;
	font-size: 0.8rem;
	line-height: 1.4rem;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form input[type="radio"] {
}
form input[type="checkbox"] {
}
form input[type="text"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
	outline: 0 none transparent !important;
	border-color: #f15a24 !important;
}
form input[type="radio"]:focus,
form input[type="checkbox"]:focus {
	outline: 0 none transparent !important;
	box-shadow: 0px 0px 1px 1px #f15a24;
	background-color: #f15a24;
}
form button,
form input[type="button"],
form button[type="submit"],
form input[type="submit"],
form button[type="reset"],
form input[type="reset"] {
    display: block;
    min-width: 12rem;
    margin: 0 0 1rem;
    border-radius: 0.4rem;
	border: 0 none transparent;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    color: #ffffff;
    background-color: #000000;
    background-position: 0.5rem 0.3rem;
    background-repeat: no-repeat;
	font-family: 'NewsGoth BT', sans-serif;
	font-weight: bold;
    text-transform: uppercase;
} 
form button:hover,
form input[type="button"]:hover,
form button[type="submit"]:hover,
form input[type="submit"]:hover {
	background-color: #9abd35;
}
form button[type="reset"]:hover,
form input[type="reset"]:hover {
	background-color: #f15a24;
}

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

/* Product Categories */
#home-page-product-cats {
	list-style: none outside;
	padding: 0;
}
#home-page-product-cats .product-cat {
	position: relative;
	float: left;
	width: 30%;
	min-height: 267px;
	margin: 0 5% 2rem 0;
	list-style: none outside;
	border: 10px solid #ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#home-page-product-cats .product-cat:nth-child(3n) {
	margin-right: 0;
}
#home-page-product-cats .product-cat .product-cat-thumb {
}
#home-page-product-cats .product-cat .product-cat-thumb img {
	display: block;
	width: 100%;
	height: 247px;
	height: auto;
}
#home-page-product-cats .product-cat .product-cat-label {
	position: absolute;
	bottom: 15%;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	font-family: 'Minion Pro', serif;
	font-size: 1.6rem;
	text-transform: lowercase;
	color: #000000;
	background-color: #ffffff;
}

#main-sidebar {
    padding: 1.5rem;
    background-color: #eeeeee;
}
.right {
    float: right;
}
.navigation .menu {
    padding: 0;
}
h1 {
    color: #231f20;
font-size: 36px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
}

h2 {
    color: #231f20;
font-size: 34px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
}
h3 {
    color: #231f20;
font-size: 30px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
}

