/*
	Theme Name: Design Varsity Jacket
	Theme URI: http://designvarsityjackets.com
	Description: Design Varsity Jackets
	Author: Taqi H.
	Author URI: http://www.taqih.com/

	Version: 3.0.1

	Template: genesis
	Template Version: 2.0

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #858687;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #4B67B6;
	text-decoration: none;
	outline: 0;
}

a img {
	margin-bottom: -6px;
	outline: 0;
}

a:hover {
	color: #34363a;
	outline: 0;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

p strong {
	color: #34363a;
}

p a:hover strong {
	color: #4B67B6;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.text-center {	text-align: center }
.text-right {	text-align: right }
.text-uppercase { text-transform: uppercase }

.orange { color: #4B67B6 }

hr {
	border: 0;
	border-bottom: 1px solid #e7e7e7;
}

address {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #34363a;
	font-family: 'Lato', sans-serif;
 	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #34363a;
}

h1 {
	color: #34363a;
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-account .entry-content h1 {
	font-weight: 700;
	margin-bottom: 60px;
}

h2 {
	font-size: 28px;
}

#product_details_share h2 {
	font-size: 14px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
	font-weight: 400;
}

h6 {
	font-size: 14px;
}

.entry-content h6 {
	color: #34363a;
	line-height: 24px;
	margin: 0;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	box-shadow: none;
	color: #6a6a6a;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	padding: 16px 10px;
	width: 100%;
}

select {
	
}


input:focus,
textarea:focus {
	border: 1px solid #4b67b6;
	outline: none;
	color: #4B67B6;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #4B67B6;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 0;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.wrap_570 {
	margin: 0 auto;
	max-width: 570px;
}

.single-post .site-inner .wrap {
	max-width: 970px;
}

.site-inner {
	background-color: #fff;
	clear: both;
}

.home .site-inner {
	padding-top: 60px;
}

.woocommerce-cart .site-inner{
	padding-top: 37px;
}


.post-type-archive-product .site-inner {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
}

.post-type-archive-product,
.page-id-337 { /* Design your jacket page */
	background-color: #f5f5f5;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

.home-featured {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	padding: 40px 0;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
}

.home-featured p:last-child {
	padding: 0 0 24px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}

.site-tagline {
	/*background: url(images/home/design_now.jpg) 50% 25% no-repeat;
    background-size: 100%;*/
    background-color: #000;
	margin-top: 0;
	padding: 93px 0 0;
	height: 198px;
	position: relative;
}

.buy-varsity-jackets .site-tagline {
	margin-bottom: 35px;
}



.site-tagline:before {
  background: none repeat scroll 0 rgba(28, 29, 33, 0.9);
  
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.site-tagline h1 {
	color: #fff;
	font-size: 36px;
	line-height: 45px;
	position: relative;
	z-index: 10;
	margin-bottom: 0;
}

.site-tagline .price {
	position: relative;
	z-index: 11;
	color: #fff;
	font-weight: 700;
}

.site-tagline .price ins:before {
	content: " - ";
	color: #fff;
}

.site-tagline .price ins{
	text-decoration: none;
	color: #4B67B6
}


a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	padding: 15px 20px;
}

a.cta-button:hover {
	background-color: #4B67B6;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: inherit;
  margin-bottom: 4px;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #4B67B6;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #4B67B6;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.gray_bar {
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e7e7e7;
}

.gray_bar .widget_nav_menu ul li {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	margin: 0 9px 0 0;
}

.gray_bar .widget_nav_menu ul li:after {
	content: "|";
}

.gray_bar .widget_nav_menu ul li a{
	color: #6a6a6a;
	text-transform: uppercase;
	padding: 0 13px 0 0;
}

.gray_bar .widget_nav_menu ul li a:hover {
	color: #4B67B6;
}


.gray_bar .widget_nav_menu ul li:last-child {
	margin-right: 0;
}

.gray_bar .widget_nav_menu ul li:last-child a{
	padding-right: 0;	
}

.gray_bar .widget_nav_menu ul li:last-child:after {
	content: "";
}

.gray_bar .widget-title {
	display: none;
}

.gray_bar .wrap .one-third:last-child > div {
	display: inline-block;
}

.site-header {
	background-color: #fff;
	width: 100%;
	position: relative;
}

.site-header:after {
  border-bottom: 1px solid #e7e7e7;
  bottom: 20px;
  content: " ";
  display: block;
  margin-top: -43px;
}



/* Title Area
--------------------------------------------- */

.title-area {
  float: none;
  padding: 0;
  width: 100%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a {
	margin: 0 auto;
	background: url(images/logo.png) no-repeat;
    background-size: 100%;
	width: 87px;
	height: 87px;
	display: block;
	text-indent: -9999px;
	position: relative;
	z-index: 10;
}


.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: none;
	width: 100%;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	/*padding-top: 30px;*/
	margin-bottom: -45px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	padding: 0 23px;	
}

.genesis-nav-menu a {
	border-bottom: 4px solid transparent;
	color: #34363a;
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 33px 3px 30px;
	position: relative;
	position: relative;
	z-index: 11;
	margin-bottom: -1px;
}

.genesis-nav-menu > .menu-item:first-child {
	padding-left: 0;
}

.genesis-nav-menu > .menu-item:first-child > a,{
	padding-left: 0;
}

.genesis-nav-menu > .menu-item:last-child {
	padding-right: 0;
}

.genesis-nav-menu > .menu-item:last-child > a {
	padding-right: 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #4B67B6;
}

.genesis-nav-menu .current-menu-item > a{
	border-bottom: 4px solid #4B67B6;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

.genesis-nav-menu .menu-item:nth-child(3) {
	margin-right: 125px;
}

.genesis-nav-menu .menu-item:nth-child(4) {
	margin-left: 153px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #4B67B6;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #4B67B6;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	color: #333;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}

/*#responsive-menu-icon::after {
	color: #333;
	content: "Menu";
	font-size: 18px;
	margin: 0 auto;
	vertical-align: top;
}*/


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.home .entry {
	margin-bottom: 40px;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: none;
}

.entry-content ul:not(.woocommerce-error) > li:before {
	content: " ";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #df4444;
	margin-right: 17px;
	vertical-align: middle;
	margin-left: -8px;
}

.entry-content ul.products > li:before {
	display: none;
	content: "";
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-content > p:last-child {
	margin-bottom: 0;
}

.entry-meta {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	text-align: center;
}

.entry-content p.entry-meta {
	margin-bottom: 7px;
}

.entry-meta a,
.entry-time {
	border: none;
	font-weight: 400;
	color: #4B67B6;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.site-tagline .entry-meta {
	color: #fff;
	
	position: relative;
	z-index: 10;
	text-transform: uppercase;
}


.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px auto;
	text-align: center;
	border: 1px solid #e7e7e7;
	display: table;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #fff;
	border-right: 1px solid #e7e7e7;
	border-radius: 3px;
	color: #858687;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 12px 33px;
}

.pagination li:last-child a {
	border-right: 0;
}

.pagination li a.pagination-previous,
.pagination li a.pagination-next {
	color: #2b2b2b;
}

.pagination li a:hover,
.pagination li.active a {
	color: #4B67B6;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #4B67B6;
	color: #fff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #f2f2f2;
	color: #999;
	clear: both;
}

.footer-widgets .wrap {
	padding: 70px 0 72px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	width: 170px;
	margin-right: 30px;
	float: left;
	color: #858687;
	font-size: 12px;
	line-height: 30px;
}

.footer-widgets-5 {
	margin-right: 0;
	width: 370px;
}


.footer-widgets a {
	color: #858687;
}

.footer-widgets a:hover {
	color: #000;
}

.footer-widgets .widget-title {
	color: #333333;
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: 1px solid #dadada;
	font-size: 16px;
	font-weight: 400;
}

.footer-widgets ul {
	margin-left: 15px;
}

.footer-widgets li {
	list-style-type: disc;
	margin-bottom: 0;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


.footer-widgets-5 .widget:first-child {
	margin-bottom: 30px;
	padding-bottom: 35px;
	border-bottom: 1px solid #dadada;
}



/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	padding: 20px 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #858687;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 400;
}

.site-footer p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0;
}


.social-icons-footer > a,
.social-icons-footer > a:hover {
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #4d4f54;
	text-align: center;
	border-radius: 6px;
	color: #fff;
	margin-right: 20px;
}

.social-icons-footer > a:hover {
	opacity: 0.9;
}

.social-icons-footer > a:last-child {
	margin-right: 0;
}

.social-icons-footer > a.fb { background-color: #507cbe }
.social-icons-footer > a.tumblr { background-color: #4d7ea3 }
.social-icons-footer > a.pinterest { background-color: #f16261 }
.social-icons-footer > a.gplus { background-color: #c94234 }
.social-icons-footer > a.twitter { background-color: #63cdf1 }
.social-icons-footer > a.flickr { background-color: #d381a7 }
.social-icons-footer > a.wp { background-color: #4d7a9d }


/*
Share buttons
--------------------------------------------------------------------------------------------*/

.addthis_button_facebook_like .fb_iframe_widget {
    vertical-align: top;   
}

.addthis_button_facebook_like,
.addthis_button_tweet,
.addthis_button_pinterest_pinit,
.addthis_button_google_plusone{
    margin-right: 10px;
}

.addthis_button_tweet {
    width: 80px;
}

.addthis_button_pinterest_pinit {
    width: 47px;
}

.addthis_button_google_plusone {
    width: 67px;   
}



/*
Home Page
---------------------------------------------------------------------------------------------*/
.home .entry-content p {
	font-size: 16px;
	line-height: 26px;
}

#home_slider {
	/*background: url(images/home/home_slider.jpg) 50% 0 fixed no-repeat;*/
	width: 100%;
	/*height: 685px;*/
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	position: relative;
	letter-spacing: 4px;
	overflow: hidden;
	max-width: 1170px;
	margin: 0 auto;
}

#home_slider .bx-viewport {
	/*background-color: #34363a;*/
	max-height: 675px;
	z-index: 21;
}


/*#home_slider:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(28, 29, 33, 0.9);
	content: " ";
	display: block;
	z-index: 9;
}*/


#home_slider > img{
	position: absolute;
	width: 100%;
	z-index: 8;
	max-width: 1600px;
	margin: 0 auto;
}

.single-slider {
	position: relative;
}

.single-slider img{
	max-width: 1170px;
	margin: 0 auto;
	display: table;
}

#home_slider .bx-controls {
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#home_slider .bx-controls .bx-controls-direction {
  height: 100%;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}

#home_slider .single-slider-content{
	padding-top: 225px;
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 0;
}

#home_slider .single-slider-content a {
	border: 1px solid #4b67b6;
	color: #4b67b6;
	line-height: 1;
	padding: 14px 25px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
}

#home_slider h1{
	font-weight: 900;
	font-size: 45px;
	line-height: 55px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0;
}

#home_slider .bx-controls-direction a{
	top: 50%;	
	position: absolute;
	padding: 17px 0;
	width: 40px;
	background: #fff;
	color: #5b5b5b;
	text-align: center;
	z-index: 999;
	/*text-indent: -9999px;*/
	display: block;
	margin-top: -30px;
	font-size: 14px;
	font-weight: 400;
}

#home_slider .bx-controls-direction a:hover{
	color: #4B67B6;
}

#home_slider .bx-controls-direction a.bx-prev:before{
	font-family: 'FontAwesome';
	content: "\f0d9";
}

#home_slider .bx-controls-direction a.bx-next:before{
	content: "\f0da";
	font-family: 'FontAwesome';
}

#home_slider .bx-controls-direction a.bx-prev {
	left: 20px;
}

#home_slider .bx-controls-direction a.bx-next {
	right: 20px;
}

#process_content {
	border-bottom: 1px solid #e7e7e7;
	padding: 58px 0 100px;
}

#process_content h2 {
  color: #34363a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
  margin-top: 12px;
  text-transform: uppercase;
}

#process_content p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 18px;
}

.btn {
	border: 1px solid #e7e7e7;
	min-width: 170px;
	line-height: 48px;
	font-size: 12px;
	font-weight: 700;
	color: #34363a;
	display: inline-block;
	text-transform: uppercase;
}

.btn:hover {
	color: #4b67b6;
	border-color: #4b67b6;
}

#design_jacket_content {
	padding: 77px 0;
	background: #fff;
}

#design_jacket_content h1 {
  color: #34363a;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 38px;
  text-transform: uppercase;
}

#design_jacket_content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 13px;
}

#jacket_image {
	width: 100%;
	height: 450px;
	/*background: url(images/home/design_jacket.jpg) 50% 0 no-repeat;*/
	position: relative;
}

#jacket_image > img {
	display: table;
	margin: 0 auto;
}

#jacket_image > div {
	position: absolute;
}

#jacket_image > div#fav_style {
  left: 54px;
  top: 108px;
}

#jacket_image > div#custom_colors {
  right: 56px;
  top: 108px;
}

#jacket_image > div#typography {
  bottom: -13px;
  left: 53px;
}

#jacket_image > div#custom_measurements {
	bottom: -13px;
	right: 50px;
}

#jacket_image h4 {
  color: #34363a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 11px;
}

#jacket_image p{
	font-size: 14px;
	line-height: 18px;
}


#design_now_content {
	/*background: url(images/home/design_now.jpg) 50% 50% no-repeat fixed;*/
    background-color: #000;
	width: 100%;
	height: 210px;
	position: relative;
	padding: 70px 0;
}

#design_now_content:before {
  background: none repeat scroll 0 0 rgba(28, 29, 33, 0.9);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

#design_jacket_btn {
  border: 1px solid #4b67b6;
  color: #4b67b6;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  width: 370px;
  z-index: 10;
}

#design_jacket_btn:hover {
	color: #fff;
	border-color: #fff;
}

#popular_jackets {
	padding: 80px 0;
	background: #f5f5f5;
}

#popular_jackets h5,
#blog_posts h5{
	margin-bottom: 84px;
}

#popular_jackets h1{
	margin-bottom: 12px;
}

.home .single-product {
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #e7e7e7;
	padding: 0;
}

.home .single-product .image_wrap {
  margin-bottom: 20px;
}

.home .single-product h4{
	color: #34363a;
	font-weight: 700;
	font-size: 14px;
}

.home .single-product h4 a{
	color: #34363a;
}

.home .single-product p{
	font-size: 14px;
	line-height: 20px;
}

.home .single-product:hover {
	border-color: #4B67B6; 
}

.home .single-product:hover img {
	opacity: 0.95;
}

.home .single-product:hover h4 a{
	color: #4B67B6;
}

#testimonials {
	/*background: url(images/home/home_testi.jpg) 50% 0 no-repeat fixed;*/
    background-color: #000;
	height: 441px;
	position: relative;
	padding: 78px 0;
}

#testimonials:before {
  background: none repeat scroll 0 0 rgba(28, 29, 33, 0.9);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.testimonial_inner_content {
	position: relative;
	z-index: 10;
}

#testimonials h1 {
	font-size: 40px;
	font-weight: 900;
	color: #fff;
}

#testimonials .quotation {
  font-family: "Times New Roman",serif;
  font-size: 80px;
  line-height: 0.65;
  padding-top: 27px;
}

#testimonials ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #fff;
}

#testimonials ul li p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 23px;
}

#testimonials ul li .author {
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
}


#testimonials ul li .author_location {
	font-size: 12px;
	display: inline-block;
}

#testimonials .bx-controls-direction {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 50%;
}

#testimonials .bx-controls-direction a {
	display: inline-block;
	position: absolute;
  font-family: FontAwesome;
  font-size: 32px;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


#testimonials .bx-controls-direction a.bx-prev {
	left: -60px;
}

#testimonials .bx-controls-direction a.bx-prev:before{
	content: "\f0a8";
}


#testimonials .bx-controls-direction a.bx-next {
	right: -60px;
}

#testimonials .bx-controls-direction a.bx-next:before{
	content: "\f0a9";
}


.bx-default-pager {
	text-align: center;
	margin-top: 25px;
}

.bx-default-pager  .bx-pager-item {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}

.bx-default-pager  .bx-pager-item .bx-pager-link {
	background: #4B67B6;
	width: 8px;
	height: 8px;
	border-radius: 12px;
	display: block;
}

.bx-default-pager  .bx-pager-item .bx-pager-link.active {
	background: #fff;
}

#blog_posts {
	padding: 76px 0;
}

.home .single-post {
	border: 1px solid #e7e7e7;
}

.home .single-post img {
	margin-bottom: 20px;
}

.home .single-post .single-post-content {
	padding: 0 28px;
}

.home .single-post h4 {
	font-size: 14px;
	margin-bottom: 8px;
}

.home .single-post p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 29px;
}

.home .single-post p.entry-meta {
	margin-bottom: 17px;
	font-size: 12px;
}

.home .single-post a.read_more_blog,
.single-product a.read_more_blog {
  border-top: 1px solid #e7e7e7;
  display: block;
  font-size: 12px;
  padding-bottom: 22px;
  padding-top: 25px;
  text-transform: uppercase;
  color: #34363a;
}

.home .single-post a.read_more_blog:hover,
.single-product a.read_more_blog:hover {
	color: #4B67B6;
}


/*.home .single-post:hover {
	border-color: #4B67B6;
}

.home .single-post:hover h4 a{
	color: #4B67B6;
}*/

.home .single-post:hover img {
	opacity: 0.95;
}

/*
Blog Page
----------------------------------------------------------------------------------------------------*/

.page-template-page_blog-php .entry-content > p {
	text-align: center;
}

.page-template-page_blog-php .read_more_blog {
  border-top: 1px solid #e7e7e7;
  color: #4B67B6;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 54px;
  margin-top: 26px;
  text-transform: uppercase;
}

.page-template-page_blog-php .read_more_blog:hover {
	color: #333;
}

.page-template-page_blog-php img.alignleft {
	margin-bottom: 0;
}

.page-template-page_blog-php .content .entry:nth-child(2n) img.alignleft {
	float: right;
	margin-left: 24px;
	margin-right: 0;
}

.page-template-page_blog-php article.entry {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 80px;
}

.page-template-page_blog-php .entry-footer {
	display: none;
}

.page-template-page_blog-php .entry-title {
	margin-top: 22px;
}

/*
Blog Detail Page
----------------------------------------------------------------------------------------------------*/
.prev_next_buttons {
	position: relative;
}

.prev_next_buttons a{
	position: absolute;
	top: 0;
	border: 1px solid #eaeaea;
	background: #f3f3f3;
	line-height: 38px;
	font-size: 12px;
	font-weight: 700;
	color: #5b5b5b;
	text-align: center;
	padding: 0 18px;
	text-transform: uppercase;
}

.prev_next_buttons a[rel='back']{
	left: -100px;
}
.prev_next_buttons a[rel='prev']{
	right: -100px;
}

/*
Product Categories
-------------------------------------------------------------------------------------------------*/
.social-icons-bar {
	display: table;
	margin: 36px auto 40px;
	position: relative;
	z-index: 9999;
}

.single-product .social-icons-bar {
	 margin-bottom: 30px;
}

.single-product .thumbnails {
	max-height: 742px;
	position: relative;
	overflow: hidden;
}
.thumbnails ul,
.thumbnails ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#product_thumbnails {
	background: #f5f5f5;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 80px 0 45px;
	margin-top: 34px;
}

#product_thumbnails h1 {
	font-size: 32px;
	line-height: 1;
	padding-bottom: 60px;
}

.woocommerce #content div.product div.thumbnails .bx-controls-direction a{
	top: 50%;	
	position: absolute;
	padding: 17px 0;
	width: 40px;
	background: #fff;
	color: #5b5b5b;
	text-align: center;
	z-index: 999;
	/*text-indent: -9999px;*/
	display: block;
	margin-top: -30px;
}

.woocommerce #content div.product div.thumbnails .bx-controls-direction a:hover{
	color: #4B67B6;
}

.woocommerce #content div.product div.thumbnails .bx-controls-direction a.bx-prev:before{
	font-family: 'FontAwesome';
	content: "\f0d9";
}

.woocommerce #content div.product div.thumbnails .bx-controls-direction a.bx-next:before{
	content: "\f0da";
	font-family: 'FontAwesome';
}

.woocommerce #content div.product div.thumbnails .bx-controls-direction a.bx-prev {
	left: 20px;
}

.woocommerce #content div.product div.thumbnails .bx-controls-direction a.bx-next {
	right: 20px;
}

#product_thumbnails .one-third {
	margin: 0 0 10px;
	width: 33.3%;
	padding-right: 1px;
}


#product_thumbnails .one-third h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #5b5b5b;
	padding-top: 17px;
	padding-bottom: 15px;
}


/*
School & Teams
-------------------------------------------------------------------------------------------------------*/
.page-id-1137 .wpcf7 {
	width: 770px;
	margin: 0 auto;
}

.wpcf7 .section,
.section {
	margin: 23px 0 0;
}

.section h1 {
	font-size: 14px;
	line-height: 50px;
	color: #34363a;
}

.section label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 13px;
	display: block;
}

.section a.ribbing {
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	padding: 12px 0;
	font-size: 12px;
	font-weight: 400;
	color: #6a6a6a;
}

.section a.ribbing.active {
	background: #4B67B6;	
	color: #fff;
}

.section .single_line_input br {
	display: none;
}

.section .single_line_input{
	margin-bottom: 23px;
}

.section .single_line_input:last-child{
	margin-bottom: 0;
}

.section input[type='submit'] {
	width: 100%;
	text-align: center;
	margin-top: 7px;
}


/*
Return & Exchange Policy
----------------------------------------------------------------------------------------------------*/
.warning {
	text-align: center;
	color: #4B67B6;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 68px 0 40px;
}

/*
About Page
-----------------------------------------------------------------------------------------------------*/
#two_column_info {
	padding-top: 30px;
	padding-bottom: 62px;
}

/*
FAQs Page
-----------------------------------------------------------------------------------------------------*/
.single-question {
	margin-bottom: 15px;
}

.single-question .question_heading {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: inherit;
	background: #F5F5F5;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	margin: 0 0 5px;
	padding: 12px 14px;
	cursor: pointer;
}

.single-question .question_content {
	padding: 12px 14px;
	display: none;
}

.single-question.active .question_heading {
	background: #4B67B6;
	color: #fff;
}


/*
How it works Page
-----------------------------------------------------------------------------------------------------*/
.grey_bg {
	background: #f5f5f5;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 53px 0;
}

.grey_bg h1 {
	font-size: 32px;
	margin-bottom: 0;
}

.grey_bg p{
	margin-bottom: 35px;
	text-transform: uppercase;
}

.grey_bg .one-third img{
	margin-bottom: 8px;
}

.grey_bg .one-third h6{
	margin-bottom: 9px;
}

#instagram_feed {
    background: #fff;
}

#instagram_feed .one-third {
    margin-bottom: 25px;   
}


/* 
Contact Page
---------------------------------------------------------------------------------------------------*/
.contact .section {
	margin: 0;
}

.contact .section .single_line_input:last-child {
	margin-bottom: 23px;
}

.dark {
	color: #34363a;
}

.contact .entry-content .one-third.first p:last-child strong{
	color: #858687;
}

.contact .entry-content .one-third.first p:last-child a {
	color: #858687;
}

.contact textarea {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	height: 187px;
}

.contact textarea:focus {
	border: 1px solid #4b67b6;
	color: #4B67B6;
}

.contact textarea:focus {
	color: #6a6a6a;
}


/*
Design Your Jacket
---------------------------------------------------------------------------------------------------- */
.page-id-337 .site-inner {
	background: #F5F5F5;
	padding-bottom: 52px;
}

.white-area {
	background: #fff;
	border-top: 1px solid #e7e7e7;
	/*border-bottom: 1px solid #e7e7e7;*/
	padding: 74px 0 50px;
}

.white-area2 {
	border-bottom: 1px solid #e7e7e7;
	border-top: 0;
}

.white-area h1 {
	margin-bottom: 30px;
}

table.size-table {
	width: 100%;
	border: 1px solid #eaeaea;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 30px;
}

table.size-table tbody {
	border-bottom: 0;	
}

table.size-table th,
table.size-table td{
	min-width: 89px;
	height: 49px;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

table.size-table th {
	background: #f5f5f5;
	color: #5b5b5b;
}

table.size-table tbody th:first-child,
table.size-table thead th:first-child {
	min-width: 180px;
	text-align: left;
	padding-left: 30px;
}

.white-area h6 {
	margin-bottom: 28px;
}

.page-id-9 h2 {
	font-size: 16px;
}

a.white-button {
  border: 2px solid #e7e7e7;
  color: #34363a;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 44px;
  text-transform: uppercase;
}


/* Popup */
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.70);
	z-index: 9999;
}

.popup_inner {
	width: 770px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}

.popup_inner .close_popup{
	position: absolute;
	top: 15px;
	right: 15px;
}


.popup_inner .popup_content {
	padding: 30px 39px 10px;
}

.popup_inner h1 {
	font-size: 25px;
}

.popup_inner .popup_tab {
	
}

.popup_inner .popup_tab .one-half{
	margin: 0;
	width: 50%;
}

.popup_inner .popup_tab .one-half a{
	display: block;
	padding: 17px 0;
	background: #c3c3c3;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.popup_inner .popup_tab .one-half a.active{
	color: #4B67B6;
	background: #fff;
}


#login_popup .popup_inner h1 {
	display: none;
}

#login_popup .popup_inner {
	width: 513px;
}

p.forget-text {
	font-size: 12px;
	color: #6a6a6a;
	font-weight: 700;
	margin-top: 7px;
}

.login input {
	margin-top: 0!important;
}

.or_line div {
  background: none repeat scroll 0 0 #fff;
  color: #c3c3c3;
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto -11px;
  position: relative;
  text-align: center;
  width: 30px;
  z-index: 1;
}

.or_line:after {
	content: " ";
	border-bottom: 1px solid #c3c3c3;
	display: block;
}


/*
Product Category page
---------------------------------------------------------------------------------------------------- */
.buy-varsity-jackets .filters h4{
	font-size: 12px;
	color: #34363a;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
}

.body-color-selector .body_color{
	border: 1px solid #e7e7e7;
	width: 43px;
	height: 28px;
	display: inline-block;
	margin-right: 11px;
	margin-bottom: 5px;
}

.body-color-selector .body_color:nth-child(5n) {
	margin-right: 0;
}

.filter-widget {
	margin-bottom: 20px;
}

.filter-widget.body-color-selector {
	margin-bottom: 7px;
}

.text-filter-widget {
  border-top: 1px solid #eaeaea;
  margin-bottom: 2px;
}

.filter-widget.text-filter-widget h4 {
	padding-top: 17px;
	padding-bottom: 17px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 0;
}

.filter-widget.text-filter-widget ul.filter-selector-ul li:before {
	content: "";
	display: none;
}

.filter-widget.text-filter-widget ul.filter-selector-ul{
	margin: 0;
	padding: 0;
}

.filter-widget.text-filter-widget ul.filter-selector-ul li {
  border-bottom: 1px solid #eaeaea;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  padding: 12px 0;
}

.filter-widget.text-filter-widget ul.filter-selector-ul li:last-child {
	border-bottom: 0;
}

.filter-widget.text-filter-widget ul.filter-selector-ul li a{
	font-size: 12px;
	color: #5b5b5b;
}

.filter-widget.text-filter-widget ul.filter-selector-ul li a:hover {
	color: #4B67B6
}

.single-product-grid {
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
}

.single-product-grid:hover {
	border-color: #4B67B6;
}

.single-product-grid h4{
	font-size: 14px;
	color: #34363a;
	font-weight: 700;
	padding: 20px 10px 5px;
	line-height: 1;
	margin-bottom: 0;
}

.single-product-grid .grid-price-row {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #34363a;
}

.single-product-grid .grid-price-row .reg_price{
	text-decoration: line-through;
}

.single-product-grid .grid-price-row .var_price{
	color: #4B67B6;
}

.product-cate {
	margin-bottom: 30px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

.product-cate a {
	float: left;
	display: block;
	width: 166.75px;
	border: 1px solid #eaeaea;
	color: #959595;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	font-size: 12px;
	padding: 17px 0;
	border-right: 0;
}

.product-cate a:hover {
	color: #4B67B6;
}

.product-cate a.active {
	background: #f3f3f3;
	color: #34363a;
}

.product-cate a:first-child {
	border-left: 0;
}

a.all-colors {
  border: 1px solid #eaeaea;
  display: block;
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #5b5b5b;
}

a.all-colors:hover {
	color: #4B67B6;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1600px) {
	#testimonials, #design_now_content {
		background-size: 100%;
	}
}


@media only screen and (max-width: 1170px) {

	.wrap {
		max-width: 100%;
		padding: 0 1%;
	}
	
	.footer-widgets .wrap {
		padding: 50px 1%;
		overflow-x: hidden;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4{
		width: 158px;
	}
	
	.genesis-nav-menu .menu-item:nth-child(4) {
		margin-left: 9%;
	}
	
	.genesis-nav-menu .menu-item:nth-child(3) {
		margin-right: 9%;
	}
	
	/* Homepage */
	#design_jacket_content p br {
		display: none;
	}


}

@media only screen and (max-width: 1024px) {

	.content,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}
	
	.gray_bar .wrap .one-third:nth-child(2) {
		display: none;
	}

	/*.site-inner {
		padding: 40px 5%;
	}*/

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}
	
	/*.site-header:after {
		margin-top: -32px;
	}*/
	
	.genesis-nav-menu .menu-item:nth-child(3),
	.genesis-nav-menu .menu-item:nth-child(4) {
		margin-left: 0;
		margin-right: 0;
	}
	
	.genesis-nav-menu a {
		padding: 33px 3px 55px;
	}
	
	.genesis-nav-menu .current-menu-item > a {
		border-bottom: 0;
	}


	.footer-widgets .wrap {
		padding: 25px 3.5%;
		overflow-x: hidden;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 29.5%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		margin-bottom: 15px;
	}
	
	
	

	/* homepage */
	
	#home_slider .single-slider-content {
		padding-top: 100px;
	}
	
	#home_slider h1 {
		font-size: 30px;
		line-height: 1;
	}
	
	#home_slider .single-slider-content a {
		padding: 8px 12px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#process_content p br {
		display: none;
	}
	
	
	#jacket_image > div{
		width: 240px;
	}
	
	#jacket_image > div#fav_style {
		left: 0;
		top: 108px;
	}
	
	#jacket_image > div#custom_colors {
		right: 0;
		top: 108px;
	}
	
	#jacket_image > div#typography {
		left: 0;
	}
	
	#jacket_image > div#custom_measurements {
		right: 0;
	}

}

@media only screen and (max-width: 768px) {
	
	.gray_bar .wrap .one-third:nth-child(1) {
		display: none;
	}

	.home .site-header {
		padding-bottom: 10px;
	}

	.title-area {
		padding-bottom: 6px;
		padding-top: 15px;
	}

	.minimum .site-tagline {
		margin-top: 200px;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.responsive-menu {
		width: 300px;
    	height: 100%;
    	position: absolute;
    	top: 0;
    	left: -300px;
    	background: #34363a;
    	padding: 15px;
    	display: none;
	}
	
	.site-container {
		-webkit-transform: translateX(0);
    	transform: translateX(0);
    	-webkit-transition: .3s ease all;
    	transition: .3s ease all;
	}
	
	.site-container.menu_active{
		-webkit-transform: translateX(300px);
    	transform: translateX(300px);
	}


	#responsive-menu-icon {
		display: block;
		text-align: right;
		float: left;
		margin-top: -33px;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	.genesis-nav-menu:first-child a,
	.genesis-nav-menu a {
		padding: 8px 2.5%;
		color: #fff;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
		
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4, 
	.footer-widgets-5 {
		margin: 0;
		width: 100%;
	}	
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		margin-bottom: 25px;
	}
	
	.footer-widgets .widget-title {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	.site-tagline {
		padding-top: 53px;
	}
	
	/* Home Page */
	
	#home_slider .single-slider-content {
		padding-top: 37px;
	}
	
	/* Schools & Teams */
	
	.page-id-1137 .wpcf7 {
		width: 95%
	}
	
	.social-icons-bar{
		margin: 10px auto 0;
	}
    
    /* Buy Your Jacket Category Page */
    
    .product-cate {
        border-left: 0;   
        border-right: 0;
    }
    
    .product-cate a:first-child {
        border-left: 1px solid #eaeaea;
    }
    
    .product-cate a:last-child {
        border-right: 1px solid #eaeaea;
    }
    
    .buy-varsity-jackets .entry-content .filters {
        display: none;   
    }
	
    
    .product-cate a {
        float: none;
        display: inline-block;
        padding: 17px 11px;
        margin-right: -3px;
        width: auto;
    }
        
       

	
}

@media only screen and (max-width: 600px) {
	
	/* Home Page */
	

	#home_slider .single-slider-content {
		padding-top: 25px;
	}
	
	#home_slider h1 {
		font-size: 22px;
	}
	
	#process_content {
		padding-top: 10px;
	}
	
	#jacket_image {
		display: none
	}
		
	#testimonials {
		padding: 25px 0;
	}
	
	#testimonials h1 {
		font-size: 22px;
	}
	
	#testimonials .quotation {
		display: none;
	}
	
	#design_jacket_content h1,
	#popular_jackets h1 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	#home_slider .bx-controls {
		display: none;
	}
	
	#testimonials,
	#design_now_content {
		background-image: inherit;
	}
	
	
	/* Product Detail Page */
	
	#product_thumbnails .one-third {
		width: 100%;
	}
	
	.entry-content ol, .entry-content ul {
		margin-left: 10px;
	}
	
	.entry-content ul > li:before {
		margin-right: 10px;
	}
    
    .site-tagline h1 {
        font-size: 25px;   
    }
	
	
	/* Blog Page */
	
	.page-template-page_blog-php img.alignleft {
		width: 100%;
		flaot: none;
		margin-bottom: 20px;
	}
    
    .align_or { display: none }
    
	
	
	/* Schools & Teams */
	
	.single_line_input .one-third,
	.single_line_input .one-half {
		margin-bottom: 15px;
	}
	
	/* How it works */
	
	.grey_bg {
		padding: 19px 0;
	}
	
	.grey_bg .one-third {
		margin-bottom: 25px;
	}
    
    
    /* Category Page */
    
    .product-cate a {
        float: none;
        display: inline-block;
        padding: 17px 0;
        margin-right: -3px;
        width: 33.33%;
    }
    
    .product-cate a:nth-child(3n) {
        border-right: 1px solid #eaeaea;   
    }
    
    .product-cate a:last-child {
        width: 100%;   
    }

}

@media only screen and (max-width: 360px) {
	.social-icons-footer {
		text-align: center
	}
	
	.social-icons-footer > a, .social-icons-footer > a:hover {
		margin-right: 5px;
	}
	
	/* Home page */
	#home_slider .single-slider-content {
		padding-top: 5px;
	}
	
	#design_jacket_content {
		padding-top: 25px;
	}
	
	#home_slider h1 {
		margin-bottom: 0;
		font-size: 13px;
	}

	
	#design_jacket_btn {
		width: 100%;
	}
	
	
	#testimonials ul li p {
		line-height: 20px;
	}
	
}


.post-edit-link {
	display: none;
}