/* HEADER 
------------------------------------------------------------------------------*/

.container { margin: auto; width: 972px; }
.header {
	background: url('../images/new_images/header_bg.jpg') no-repeat;
	background-size: cover;
	
}
.header .container { margin: auto;  width: 98%; }
.header h1 { margin: 0; padding-bottom: 3px; padding-right: 15px; }
.header .nav { display: block; margin: auto; width: 1255px; }
.header.front-page { 
	height: 87px;
}
.header.front-page .nav { 
	padding-top: 34px;
}
.header .nav a {
	color: #FFFFFF;
	display: block;
	font-family: 'Roboto Condensed';
	text-decoration: none;
	margin: 5px 0 0 5px;
	font-size: 14px;
}
.header .nav span {
	text-transform: uppercase;
}

.header .nav td:nth-of-type(2) { padding-left: 32px; }
.header .nav td > a:first-of-type  { border-right: 1px solid #646464; padding: 10px 10px 0 10px; }
.header .nav .fa-caret-down { margin-left: 7px; }

.header .nav td {
	display: table-cell;
	padding: 7px 0 10px;
	position: relative;
	vertical-align: bottom;
}
.header .nav td:last-child {
	display: block;
	margin-left: 15px;
	margin-top: 15px;
	padding: 0;
}
.header .nav td:nth-last-child(2) a,
.header .nav td:last-child a { border-right: none; }
.header .nav td:hover .sub-menu { display: block; }
.header .nav td:hover .fa-caret-down { color: #C1272D; }
.header .nav td > .sub-menu {
	background-color: #2C2C2C;
	display: none;
	list-style: none;
	padding: 0 20px;
	position: absolute;
	right: 0;
	width: 180px;
	margin-top: 8px;
}
.header .nav td .sub-menu:hover { display: block; }
.header .nav td > .sub-menu li { border-bottom: 1px solid #646464; text-align: left; }
.header .nav td > .sub-menu li:last-of-type { border-bottom: none; }
.header .nav td > .sub-menu a { display: block; margin: 7px; }
.header .nav td.current_page_item span { border-top: 3px solid #C1272D; }

.res-header,
.res-header nav a .small,
.res-header .fa-search,
.res-header .res-search-bar,
.res-header nav:hover > .res-menu.iphone,
.res-header nav > .res-menu.iphone { display: none; }

/* Search Bar */
.header .nav .search-bar { position: relative; }
.header .nav .search-bar i {
	color: #757575;
	font-size: 10px;
	margin-left: 5px;
	margin-top: 7px;
	position: absolute;
}
.header .nav .search-bar input[type='text'],
.header .nav .search-bar input[type='email'] {
	border: none;
	height: 20px;
	padding-left: 21px;
	width: 141px;
}
.header .nav .search-bar input[type='submit'] { display: none; }

.pg { margin: auto; width: 972px; }

/* Ads */
.ads-container {
	background: url('../images/new_images/ec_background.jpg') no-repeat;
	background-size: cover;
	height: 372px;
}
.ads-container .featured-product {
	margin-left: 433px;
	padding-top: 63px;
	text-align: left;
}
.ads-container:before { 
	background: url('../images/new_images/ec_image2.png') no-repeat;
	background-position: 0 10px;
	background-size: 505px;
	content: '';
	display: block;
	height: 383px;
	position: absolute;
	width: 503px;
}
.ads-container .red-container { background-color: rgba(180, 3, 8, 0.66); padding: 17px 23px; }
.ads-container .red-container span {
	border-bottom: 1px solid #D5D5D5;
	color: #FFFFFF;
	display: block;
	font-family: 'Roboto Condensed';
	font-size: 27px;
	letter-spacing: .5px;
	padding-bottom: 7px;
	padding-top: 2px;
}
.ads-container .red-container span:last-of-type { border: none; padding-bottom: 0; }
.ads-container .red-container .text-container { position: relative; /*width: 500px;*/ }
.ads-container .red-container .text-container:after {
	/*background: url('../images/new_images/featured_book.png');*/
	background-position: 0 0px;
	background-size: auto;
	content: '';
	display: block;
	height: 215px;
	margin-right: -140px;
	margin-top: -45px;
	position: absolute;
	right: 0;
	top: 0;
	/*width: 167px;*/
}
/*
.ads-container .lower-container p {
	color: #FFFFFF;
	float: left;
	font-family: 'Roboto Condensed';
	font-size: 15px;
	letter-spacing: .5px;
	margin-left: 23px;
	margin-top: 16px;
	width: 409px;
}
.ads-container .lower-container p em { display: block; }
.ads-container .lower-container p em:last-of-type { margin-top: 4px; }
.ads-container .lower-container a {
	background-color: #C1272D;
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: 'Roboto Condensed Light';
	font-size: 14.5px;
	letter-spacing: .8px;
	margin-left: 28px;
	margin-top: 23px;
	padding: 4px 4px 0px;
	text-decoration: none;
	width: 226px;
}
.ads-container .lower-container a i {
	display: block;
	float: left;
	font-size: 44px;
	margin-left: 10px;
	margin-right: 13px;
}
.ads-container .lower-container a span { display: block; line-height: 17px; margin-top: 2px; }
*/
#sidebar,
#sidebar .widget_text .textwidget,
.features { background-color: #5A5A5A }

.features .email {
	background-color: #4D4D4D;
	display: inline-block;
	float: left;
	font-family: 'Roboto Condensed';
	height: 146px;
	width: 259px;
}

.features .email input[type='text'],
.features .email input[type='email'] {
	border: none;
	display: block;
	font-family: 'Roboto Condensed';
	font-size: 15px;
	height: 23px;
	letter-spacing: .5px;
	margin: auto;
	margin-top: 14px;
	text-align: center;
	width: 227px;
}

.features .email span {
	color: #FFFFFF;
	display: block;
	font-family: 'Roboto Condensed Light';
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: auto;
	margin-bottom: 7px;
	margin-top: 7px;
	width: 168px;
}

.features .email button {
	background-color: #C1272D;
	border: none;
	height: 38px;
	width: 225px;
}

.features .email button p { margin: 0; }


.features .email button i {
	display: block;
	float: left;
	font-size: 37px;
	margin-top: -4px;
	margin-left: 6px;
	color: #FFFFFF;
}

.features .email button span {
	font-size: 14px;
	margin-left: 5px;
	margin: 0;
	padding-top: 6px;
	width: 201px;
}

.features .email button:hover { cursor: pointer; }

.features .email button:focus { outline-color: #C1272D; }

#sidebar .widget_text .textwidget,
.features .learn {
	border-right: 1px solid #777777;
	color: #FFFFFF;
	float: left;
	font-family: 'Roboto Condensed';
	letter-spacing: 1px;
	margin: 8px 0px 0 33px;
	padding-right: 8px;
	width: 284px;
}
.features .container.baseball .learn {
	border-right: none;
}

.features .container.baseball img {
	width: 100%;
    margin-top: 50px;
    max-width: 240px;
}
#sidebar .widget_text .textwidget span,
.features .learn span {
	display: block;
	letter-spacing: 2px;
	margin: auto;
	width: 146px;
}
#sidebar .widget_text .textwidget span:first-of-type,
.features .learn span:first-of-type {
	border-top: 7px solid #424242;
	line-height: 46px;
}
#sidebar .widget_text .textwidget span.bigtext,
.features .learn span.bigtext {
	font-size: 45px;
}
#sidebar .widget_text .textwidget span.smalltext,
.features .learn span.smalltext {
	font-size: 24px;
}
#sidebar .widget_text .textwidget span.indenttext,
.features .learn span.indenttext { 
	position: relative; 
	min-width: 206px;
}

#sidebar .widget_text .textwidget span.indenttext:before,
.features .learn span.indenttext:before {
	background-color: #424242;
	content: '';
	display: block;
	height: 17px;
	letter-spacing: 1px;
	margin-left: 40px;
	margin-top: 7px;
	position: absolute;
	width: 17px;
}
#sidebar .widget_text .textwidget span.indenttext:after,
.features .learn span.indenttext:after {
	background-color: #424242;
	content: '';
	display: block;
	height: 17px;
	margin-right: 40px;
	margin-top: 7px;
	position: absolute;
	right: 0;
	top: 0;
	width: 17px;
}
#sidebar .widget_text .textwidget span:last-of-type,
.features .learn span:last-of-type {
	border-bottom: 8px solid #424242;
	padding-bottom: 3px;
}
.features .guide {
	float: right;
	margin-right: 7px;
	margin-top: 12px;
	width: 315px;
}
.features .guide ul { margin: 0; padding: 0; }
.features .guide ul li {
	color: #FFFFFF;
	font-family: 'Roboto Condensed Light';
	font-size: 20px;
	letter-spacing: 0.6px;
	list-style-type: none;
	margin-bottom: 7px;
	text-align: left;
}
.features .guide ul li:before {
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	content: '';
	height: 0;
	margin: 8px 0 0 -19px;
	position: absolute;
	width: 0;
}

.subs .learn { margin-left: 0; padding-right: 0; width: 185px; }
.subs .learn span:first-of-type { font-size: 40px; width: 123px; }

/* Featured Magazine */
.home #popup .featured-magazine { 
	visibility: visible !important; 
	padding: 5px;
	color: #fff
}
.home .featured-magazine:first-of-type { visibility:hidden; }
.featured-magazine { background-color: #2C2C2C; }
.featured-magazine .container { text-align: left; }
.featured-magazine p {
	color: #FFFFFF;
	display: inline-block;
	font-family: 'Roboto Condensed';
	font-size: 18px;
	letter-spacing: 1px;
	margin: 8px 14px 8px 0px;
	width: 135px;
}
.featured-magazine img { margin: 0 0 0 48px; vertical-align: sub; }
.featured-magazine img:first-of-type { width: 102px; }
.featured-magazine img:nth-of-type(2) { width: 111px; }
.featured-magazine img:nth-of-type(3) { width: 92px; }
.featured-magazine img:nth-of-type(4) { width: 139px; }
.featured-magazine img:last-of-type { vertical-align: middle; width: 74px; }

/* Social Buttons */
.social-button { text-align: left; }
.social-button i { color: #FFFFFF; font-size: 20px; margin-right: 10px; vertical-align: middle; }
.social-button a {
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto Condensed Light';
	font-size: 16px;
	letter-spacing: .5px;
	margin-right: 5px; 
	text-align: center;
	text-decoration: none;
}
.social-button span:first-child {
	color: #2C2C2C;
	display: inline-block;
	font-family: 'Roboto Condensed Light';
	font-size: 22px;
	letter-spacing: .5px;
	margin-right: 27px;
	margin-top: 17px;
}

.social-button a:first-of-type { background-color: #3B5998; padding: 6px 28px; }
.social-button a:nth-of-type(2) { background-color: #4099FF; padding: 6px 14px; }
.social-button a:nth-of-type(3) { background-color: #C4302B; padding: 6px 10px; }
.social-button a:nth-of-type(4) { background-color: #2E4D6C; margin-right: 0; padding: 6px 20px; }
.social-button a:nth-of-type(2) i { margin-right: 7px; }

.single .col-2-right .side-social a {padding: 6px 15px !important; }
.single .col-2-right .side-social span:first-child {
	font-size:20px;
	margin-right:0;
	letter-spacing: normal;
	font-weight:bold;
}
/* Categories */

.categories { background-color: #C1272D; }


.categories a {
	color: #FFFFFF;
	display: block;
	margin: 5px 17px 5px 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.categories li:first-of-type a { margin-left: 0; }
.categories li:last-of-type { border-right: none; }
.categories li:last-of-type a i { font-size: 20px; margin-right: 5px; }
.categories a i { margin-left: 5px; }
.categories ul { margin: 0; padding-left: 0; text-align: left; }


.categories ul li {
	border-right: 1px solid #920608;
	color: #FFFFFF;
	display: inline-block;
	margin: 0 0 3px;
}

.blog-featured {
	background: url('../images/new_images/blog_featured_bg.jpg') no-repeat;
	background-size: cover;
	height: 175px;
	padding-top: 25px;
}
.blog-featured .upper-blog-feature {
	background: rgba(176, 0, 0, 0.74);
	margin: auto;
	width: 605px;
}
.blog-featured .upper-blog-feature h2 {
	border-bottom: 1px solid #D5D5D5;
	color: #FFFFFF;
	display: inline-block;
	font-size: 47px;
	margin: 0;
	padding: 10px 61px 5px;
	letter-spacing: .5px;
}
.blog-featured .upper-blog-feature span {
	color: #FFFFFF;
	display: block;
	font-size: 21px;
	padding: 10px 0 10px;
	letter-spacing: -0.4px;
}

.blog-featured .newsletter-blog {
	background-color: #4D4D4D;
	margin: auto;
	width: 593px;
	margin-top: 15px;
}
.blog-featured .newsletter-blog h4 {
	color: #FFFFFF;
	font-family: 'Roboto Condensed Light';
	font-size: 17px;
	letter-spacing: .8px;
	margin: 0;
	padding: 5px 0;
}
.blog-featured .newsletter-blog > span:last-child {
	color: #919191;
	display: block;
	font-size: 12px;
	padding: 10px 0 15px;
}
.blog-featured .newsletter-blog input[type='text'],
.blog-featured .newsletter-blog input[type='email'] {
	border: none;
	display: inline-block;
	font-family: 'Roboto Condensed';
	font-size: 15px;
	height: 26px;
	letter-spacing: .5px;
	margin: auto;
	margin-right: 2px;
	margin-top: 9px;
	text-align: center;
	width: 227px;
}
.blog-featured .newsletter-blog button {
	background-color: #C1272D;
	border: none;
	color: #FFFFFF;
	height: 28px;
	margin-top: 8px;
	vertical-align: bottom;
	width: 112px;
}
.blog-featured .newsletter-blog button i {
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
}
.blog-featured .newsletter-blog button span {
	display: inline-block;
	font-family: 'Roboto Condensed Light';
	font-size: 13px;
	vertical-align: bottom;
}

.products-featured { height: 216px; padding-top: 40px; }

.page-id-5439 .blog-featured .bx-wrapper .bx-viewport { height: 50px !important; margin:0; }
.page-id-5439 .blog-featured .testimonials-widget blockquote .open-quote {
	float: left;
	width: 20px;
	margin-top: -10px;
}
.page-id-5439 .blog-featured .testimonials-widget blockquote .close-quote {
	float: right;
	margin-top: -10px;
	margin-right: 10px; 
}
.page-id-5439 .blog-featured .bx-wrapper { max-width: 605px !important; }
.page-id-5439 .blog-featured .testimonials-widget blockquote { width: 100%; }
.page-id-5439 .blog-featured .bx-wrapper { background: rgba(176, 0, 0, 0.74);}

/* Home */
.pag { background-color: #F9F9F9; padding-top: 0; }
.pag .pg h2 {
	font-size: 26px;
	letter-spacing: 1.7px;
	margin: 0;
	margin-bottom: 10px;
	text-align: left;
}
.pg tr { border-bottom: 1px solid #DEDEDE; display: block; margin-bottom: 10px; }
.pg tr:last-of-type { border-bottom: none; }
.pg table tbody tr { border: none; }
.pg table tbody td { padding-right: 30px; width: 34.66%; }
.pg table tbody td:last-of-type { padding-right: 0; }
.pg td a, .pg a:visited { color: #5A5A5A; text-decoration: underline; }
.pg td a h3 { letter-spacing: .5px; text-align: left; }
 .pg td p { text-align: left; }

.pg .post-holder {
	background-color: #F2F2F2;
	min-height: 350px;
	padding: 5px 15px;
	position: relative;
}
.pg .post-holder .content { text-align: left; border-top: 1px solid #9C9C9C; min-height: 168px; padding-top: 15px; }
.pg .post-holder h3 { color: #5A5A5A; }
.pg .post-holder .a-blue {
	bottom: 15px;
	color: #C1272D;
	right: 10px;
}

.home .meta-links .left {
	bottom: 20px;
	float: left;
}

.prod-details li {
	font-family: 'Roboto Condensed';
	font-size: 16px;
}
.pg td .see-more {
	background-color: #C1272D;
	color: #FFFFFF;
	display: inline-block;
	font-family: 'Roboto Condensed Light';
	font-size: 13px;
	letter-spacing: .5px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 28px;
}
.pg td .see-more:hover { text-decoration: none; }
.pg td .see-more i {
	font-size: 40px;
	margin-right: 8px;
	vertical-align: middle;
}

.pg .prod-release .post-holder h3 { min-height: 73px; }
.pg .prod-release td:last-of-type .post-holder img { margin-bottom: 11px; }

.pg .prod-release p { border-top: 1px solid #9C9C9C; min-height: 0; }
.pg .prod-release p:last-of-type { border: none; }
.pg .prod-release p:last-of-type a { margin-top: 10px; }
.pg .prod-details { height: 210px; padding: 0; text-align: left; }
.pg .prod-details li {
	list-style-type: none;
	margin-left: 30px;
	margin-top: 5px;
}
.pg .prod-details li:before {
	border-bottom: 5px solid transparent;
	border-left: 5px solid #C1272D;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	content: '';
	height: 0;
	margin: 5px 0 0 -13px;
	position: absolute;
	width: 0;
}

/*.pg td p:last-of-type { text-align: center; }*/

/* Blog */
.blog { padding-bottom: 50px; }
.blog .posts {
	background-color: #F2F2F2;
	display: block;
	margin-bottom: 20px; 
	padding: 15px 25px;
}
.blog .posts tr:first-of-type { border-bottom: 1px solid #9C9C9C; }
.blog .posts tr:nth-of-type(2) td { text-align: left; }
.blog .posts tr:nth-of-type(2) td p:nth-child(1),
.blog .posts tr:nth-of-type(2) td p:nth-child(2),
.blog .posts tr:nth-of-type(2) td p:nth-child(3),
.blog .posts tr:nth-of-type(2) td p:nth-child(4) { display: block !important; }
.blog .posts tr:nth-of-type(2) td p:nth-child(4n),
.blog .posts tr:nth-of-type(2) td p:nth-child(4n-1),
.blog .posts tr:nth-of-type(2) td p:nth-child(4n-2),
.blog .posts tr:nth-of-type(2) td p:nth-child(4n-3),
.blog .posts tr:nth-of-type(2) td form { display: none; }
.blog .posts tr:last-of-type td {
	background-color: #C1272D;
	float: right;
	padding: 5px 23px 5px 20px;
	width: 66px;
}
.blog .posts tr:last-of-type td a {
	color: #FFFFFF;
	font-family: 'Roboto Condensed Light';
	font-size: 13px;
}
.blog .posts tr:last-of-type td a i { font-size: 17px; margin-right: 5px; }
.blog .pagination { color: #5A5A5A; display: block; float: right; }
.blog .pagination .current {
	border-right: 1px solid #5A5A5A;
	display: inline-block;
	padding-right: 7px;
	text-decoration: underline;
}
.blog .pagination a {
	border-right: 1px solid #5A5A5A;
	color: #5A5A5A;
	display: inline-block;
	padding-right: 7px;
	padding-left: 4px;
	text-decoration: none;
}
.blog .pagination a:nth-of-type(2),
.blog .pagination a:nth-of-type(3),
.blog .pagination a:nth-of-type(4) { border-right: none; }

/* Article */
.article { background-color: #F2F2F2; display: block; }
.article h2 { border-bottom: 1px solid #9C9C9C; padding-bottom: 10px; }
.new-balance { margin-top: 20px; }
.side-featured h4 {
	color: #5A5A5A;
	font-size: 18px;
	margin: 35px 0 5px 14px;
	text-align: left;
}
.side-featured .read-more i { font-size: 17px; margin-right: 5px; }
.side-featured .read-more a {
	background-color: #C1272D;
	color: #FFFFFF;
	float: right;
	font-family: 'Roboto Condensed Light';
	font-size: 13px;
	margin-right: 50px;
	padding: 5px 23px 5px 20px;
	width: 66px;
}
.side-featured .read-more a:hover { text-decoration: none; }
.side-featured ul { color: #424242; }
.side-featured ul li { 
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 10px;
	text-align: left;
}

/* Products */
.products .hph-featured {
	background-color: #F2F2F2;
	font-size: 18px;
	padding: 20px 25px;
	position: relative;
	text-align: left;
}
.products .hph-featured h3 {
	border-bottom: 1px solid #9C9C9C;
	color: #5A5A5A;
	font-size: 25px;
	letter-spacing: .5px;
	margin: 0;
	padding-bottom: 15px;
}
.products .hph-featured p:last-of-type { text-align: left; }
.products .hph-featured ol { padding-left: 21px; }
.products .hph-featured div { width: 385px; }
.products .hph-featured:after {
	background: url(/popup/new_popup/featured_product.png) no-repeat;
	background-position: 0 10px;
	background-size: 243px;
	content: '';
	display: inline-block;
	height: 291px;
	margin-right: 30px;
	margin-top: 27px;
	position: absolute;
	right: 0;
	top: 0;
	width: 240px;
}
.products .hph-featured .hph-price {
	bottom: 31px;
	position: absolute;
	right: 119px;
	text-align: center;
	width: 100px;
}
.products .hph-featured .hph-price span {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}
.products .hph-featured .hph-price a {
	background-color: #C1272D;
	color: #FFFFFF;
	float: right;
	font-family: 'Roboto Condensed Light';
	font-size: 13px;
	margin-right: -5px;
	padding: 5px 28px 5px 25px;
	width: 65px;
}
.products .hph-featured .hph-price i { font-size: 17px; margin-right: 0; float: left; }

.products .posts-holder { display: inline-block; width: 100%; }
.products .posts {
	background-color: #F2F2F2;
	display: inline-block;
	margin: 15px 6px 0;
	min-height: 255px;
	padding: 17px;
	position: relative;
	vertical-align: top;
	width: 18%;
}
.products .posts img { width: 100% }
.products .posts .learn-more { 
	display: block;
    background-color: #c1272d;
    bottom: 11px;
    color: #FFFFFF;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    width: 60%;
}
.products .posts .content { height: 185px; }

/* Sidebar */
.res-ec-section { display: none; }
.col-2-left { background: transparent; }
.ec-section td:last-of-type { width: 37%; }
.ec-section td:last-of-type a i {
    margin-right: 8px;
    font-size: 18px;
    font-weight: bold;
}
.ec-section td:last-of-type a:hover { text-decoration: none; }
.ec-section td p:last-of-type { margin-top: 5px; text-align: left; }
.ec-section td:last-of-type span:first-child { display: block; font-size: 20px; margin-bottom: 15px; }
.ec-section td:first-of-type { padding-right: 0; width: 10%; }
.ec-section td h3 { margin: 0; text-align: left; }
.ec-section td .read-full { color: #C1272D; display: block; text-align: left; }

.side-social { width: 230px; }
.side-social a {
	display: block;
	margin: 10px 15px;
	padding: 6px 20px !important;
	text-align: left;
}
.side-social a:nth-of-type(4) { margin-right: 15px; }
.side-social a:hover { text-decoration: none; }
.side-social a:first-of-type span { margin-left: 21px; }
.side-social span { color: #FFFFFF; margin-left: 15px; }
#sidebar ul,
.side-features { margin: auto; width: 225px; }

#sidebar .widget_text .textwidget,
.side-features .learn {
	border: none;
	margin:10px 6px;
	padding: 0;
	width: 205px;
}
#sidebar .widget_text .textwidget span:first-of-type,
.side-features .learn span:first-of-type { width: 146px; }

#sidebar .widget_text .textwidget span:last-of-type,
.side-features .learn span:last-of-type { border-bottom: 8px solid #424242; width: 146px; }

#sidebar .widget_text .textwidget span:nth-of-type(2):before,
.side-features .learn span:nth-of-type(2):before { margin-left: 30px; }

#sidebar .widget_text .textwidget span:nth-of-type(2):after,
.side-features .learn span:nth-of-type(2):after { margin-right: 30px; }
.side-features .guide { margin-top: 0; width: auto; }
.side-features .guide ul { margin-right: 25px; padding-left: 36px; }
.side-features .guide ul li { font-size: 13px; list-style-type: disc; }
.side-features .guide ul li:before { display: none; } 
.side-features .email { background: transparent; width: 100%; }
.side-features .email input[type='text'],
.side-features .email input[type='email'] { 
	width: 180px;
}
.side-features .email span { color: #929292; font-size: 13px; letter-spacing: 0; }
.side-features .email button { height: 32px; margin-top: 8px; width: 112px; }
.side-features .email button span { color: #FFFFFF; width: 103px; }

/* FOOTER
------------------------------------------------------------------------------*/
.upper-footer { background-color: #D5D5D5; }
.upper-footer .guide {
	float: left;
	line-height: 30px;
	margin-left: 60px;
	width: 362px;
	margin-top: 21px;
}
.upper-footer .guide ul li { color: #2C2C2C; font-size: 21px; }
.upper-footer .guide ul li:before {
	border-bottom: 5px solid transparent;
	border-left: 5px solid #565656;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	content: '';
	height: 0;
	margin: 8px 0 0 -19px;
	position: absolute;
	width: 0;
}
.upper-footer .learn { margin: 8px 0px 8px 0; width: 242px; }
.upper-footer .learn span {
	border-top: 7px solid #5A5A5A;
	color: #2C2C2C;
	line-height: 40px;
	text-align: right;
	width: 204px;
}
.upper-footer .learn span:first-of-type,
.upper-footer .learn span:nth-of-type(2),
.upper-footer .learn span:last-of-type { font-size: 40px; line-height: 40px; margin: 0; }
.upper-footer .learn span:nth-of-type(2),
.upper-footer .learn span:last-of-type { border-top: none; }
.upper-footer .learn span:nth-of-type(2):before,
.upper-footer .learn span:nth-of-type(2):after { display: none; }
.upper-footer .email { height: 153px; width: 290px; }

.upper-footer .learn.small span:first-of-type,
.upper-footer .learn.small span:nth-of-type(2),
.upper-footer .learn.small span:last-of-type { font-size: 20px; }

#footer {
	background-color: #2C2C2C; 
	bottom: -50px;
	position: relative;
}
#footer .foot {
	clear: both;
	padding-top: 10px;
}
#footer .container { text-align: left; }
#nav_menu-2 .menu-item a,
#nav_menu-3 .menu-item a {
	font-family: 'Roboto Condensed';
	font-size: 18px;
	letter-spacing: 1px;
	text-transform:uppercase;
	text-decoration: none;
}
#footer .container .text {
	font-family: 'Roboto Condensed';
	font-size: 18px;
	letter-spacing: 1px;
}
#footer .follow-eric { display: inline-block; vertical-align: top; }
#footer .follow-eric ul { margin: 0; padding: 0; }
#footer .follow-eric ul li {
	display: inline-block;
	margin-right: 13px;
	margin-top: 10px;
}
#footer .follow-eric ul li a {
	background-color: #FFFFFF;
	color: #2C2C2C;
	display: block;
	height: 10px;
	padding: 2px; 
	text-align: center;
	width: 10px;
}
#footer .follow-eric ul li i { font-size: 11px; }

#footer .footer-menu { display: inline-block; font-family: 'Roboto Condensed'; }
#footer .footer-menu span { font-size: 18px; }
#footer .footer-menu ul {
	display: inline-block;
	margin: 0;
	padding-left: 85px;
}
#nav_menu-2 .menu-item .sub-menu li,
#nav_menu-3 .menu-item .sub-menu li,
#footer .footer-menu ul li {
	list-style-type: none;
	margin-left: 30px;
	margin-top: 5px;
}
#nav_menu-2 .menu-item .sub-menu li:before,
#nav_menu-3 .menu-item .sub-menu li:before,
#footer .footer-menu ul li:before {
	border-bottom: 5px solid transparent;
	border-left: 5px solid #C1272D;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	content: '';
	height: 0;
	margin: 5px 0 0 -13px;
	position: absolute;
	width: 0;
}
#nav_menu-2 .menu-item .sub-menu li a,
#nav_menu-3 .menu-item .sub-menu li a,
#footer .footer-menu ul li a {
	color: #AEAEAE;
	font-family: 'Roboto Condensed';
	font-size: 15px;
	text-decoration: none;
}

#footer p {
	color: #7D7D7D;
	font-family: 'Roboto Condensed';
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 34px;
	text-align: center;
}
#menu-footer-menu { list-style: none; }
#nav_menu-2 .menu-item,
#nav_menu-3 .menu-item {
	float: left;
	margin: 0;
	padding-left: 85px;
}
#nav_menu-2 .menu-item { margin-top: 10px; }
#nav_menu-2 .widget-title, 
#nav_menu-3 .widget-title { display: none;  }

#nav_menu-2 .menu-item .sub-menu,
#nav_menu-3 .menu-item .sub-menu { list-style: none; padding-left: 0; }

#nav_menu-2 .menu-item .sub-menu li,
#nav_menu-3 .menu-item .sub-menu li { float: none; display: block; padding-left:0; }
#text-2 { float: left; }

/* pop up design */
.fancybox-inner { margin: auto; width: 970px !important; }
.new-popup { /*width: 970px;*/ }
.new-popup .featured-magazine p { font-size: 14px; margin-right: 0; }
.new-popup .featured-magazine img { margin: 0 0 0 36px; }
.new-popup .featured-magazine img:first-of-type { width: 83px; }
.new-popup .featured-magazine img:nth-of-type(2) { width: 99px; }
.new-popup .featured-magazine img:nth-of-type(3) { width: 78px; }
.new-popup .featured-magazine img:nth-of-type(4) { width: 123px; }
.new-popup .featured-magazine img:last-of-type { margin-right: 15px; width: 67px; }
.new-popup .bg-holder {
	background:url(/popup/new_popup/bg.jpg);
	background-size: cover;
	position: relative;
}
.new-popup .popup-data { color: #FFFFFF; height: 449px; margin-left: 110px; text-align: left; width: 448px; }
.new-popup .popup-image {
	/*
	background: url(/popup/new_popup/featured_product.png) no-repeat;
	background-position: 0 10px;
	background-size: 243px;
	*/
	display: inline-block;
	margin-right: 100px;
	margin-top: 15px;
	position: absolute;
	right: 0;
	top: 0;
	/*
	height: 291px;
	width: 240px;
	*/
}
.new-popup .popup-image img {
	max-height: 291px;
	max-width: 240px;
}
.new-popup .popup-data h4 {
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0;
	padding: 30px 0 0;
}
.new-popup .popup-data span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.52);
	display: block;
	font-size: 15px;
	padding-bottom: 5px;
	width: 100%;
}
.new-popup .popup-data p { font-size: 15px; }
.new-popup .popup-data ul { font-size: 15px; padding-left: 20px; }
.new-popup .popup-data ul li { margin-bottom: 14px; }

.new-popup .subscription {
	background-color: #161617;
	position: absolute;
	width: 100%;
	bottom: 30px;
}
.new-popup .subscription h4 {
	color: #FFFFFF;
	font-family: 'Roboto Condensed Light';
	letter-spacing: .5px;
	margin: 0;
	padding: 10px 0 0;
}
.new-popup .subscription .side-email form > span:last-child {
	display: block;
	font-size: 12px;
	padding: 5px 0 15px;
	color: #7f7f7f;
}
.new-popup .subscription  input[type='text'],
.new-popup .subscription  input[type='email'] {
	border: none;
	display: inline-block;
	font-family: 'Roboto Condensed';
	font-size: 13px;
	height: 23px;
	letter-spacing: .5px;
	margin: auto;
	margin-right: 2px;
	margin-top: 9px;
	text-align: center;
	width: 185px;
}
.new-popup .subscription p { margin: 0; padding-bottom: 2px; }
.new-popup .subscription button {
	background-color: #C1272D;
	border: none;
	color: #FFFFFF;
	height: 25px;
	margin-top: 8px;
	vertical-align: bottom;
	width: 97px;
}
.new-popup .subscription button i {
	display: inline-block;
	font-size: 16px;
	margin-right: 6px;
}
.new-popup .subscription button span {
	display: inline-block;
	font-family: 'Roboto Condensed Light';
	font-size: 12px;
	vertical-align: bottom;
}

.image-wrapp .attachment-post-thumbnail,
.image-wrapp .size-blog-thumbnail,
.default-image {
	max-width: 350px; 
	height:200px;
	width: 100%;
}
.products .default-image {
	height: 150px;
	width: 150px;
}
.home .fblikebutton_button { display: none; }
.prod-release tr td .post-holder { height: 535px; }
.baseball-content .post-holder h3 /* min-height: 60px;*/}

/*.single .pag .col-2-right,.single-post .pag .col-2-right,*/
.page-id-5439 .pag .col-2-right { display: none; }

/*.single .pag .col-2-left,.single-post .pag .col-2-left, 
.single .pag .col-2-left .article td,.single-post .pag .col-2-left .article td,*/ 
.page-id-5439 .col-2-left.products { width: 940px; max-width: 100%; }

/* TESTIMONIALS */
.bx-wrapper {
    margin-top: 28px !important;
    margin-left: 0 !important;
	max-width: 900px !important;
	width: 100%;
}
.bx-wrapper .bx-viewport {
	width: 900px;
}
.testimonials-widget-testimonials q { font-style:italic;}
.testimonials-widget-testimonials .credit {
	margin-top: -1.8em !important;
	margin-right: 50px;
}
.testimonials-widget-testimonials .credit span {
	color: #FFFFFF;
	font-family: 'Roboto Condensed';
	font-size: 15px;
	letter-spacing: .5px;
}
.testimonials-widget-testimonials .credit a { color: #FFF; text-decoration: underline; }
.testimonials-widget-testimonials .credit a:hover { color: #FFF; }
.testimonials-widget-testimonials .credit:before { content: " " !important;}
.bx-wrapper .bx-controls .bx-controls-auto { display:none; }
.testimonials-widget { font-style: italic; } 

.testimonials-widget {
	margin: 20px 0 0 40px;
	width: 100%;
	max-width: 900px;
	height: 80px;
	overflow: hidden;
}
.bx-wrapper .testimonials-widget {
	margin-top: 0;
}
.bx-wrapper .testimonials-widget-testimonials .credit {
	margin-top: -0.8em !important;
}
/*.testimonials-widget blockquote { margin: 10px 5px; width: 350px; }*/
.testimonials-widget blockquote, .testimonials-widget blockquote p {
	color: #FFFFFF;
	font-family: 'Roboto Condensed';
	font-size: 15px;
	letter-spacing: .5px;
	margin-top: 0;
}
.testimonials-widget blockquote p { display: inline; }

.archive-product {
	max-width: 972px;
	margin: 20px auto;
}
.archive-product .article { 
	float: left;
	width: 31%;
	margin: 0 10px 20px;
	height: 425px;
	
} 

.page-template-archive-products-php .col-2-left { width: 100%; }
.postnavigation {
	display: block;
	clear: both;
	padding: 15px;
}
.page-template-archive-products-php .article .image-wrapp .attachment-post-thumbnail {
	height: 200px;
    max-width: 100%;
}
.page-template-archive-products-php .article .post-holder { 
	float: left;
}
.page-template-archive-products-php .article .post-holder { margin: 0 0 15px 0; padding: 10px; }
.page-template-archive-products-php .article .post-holder .content { padding-bottom:20px; }
.archive-product .article .image-wrapp { float:none !important;}
.archive-product .article .image-wrapp .default-image {
	max-width: 150px !important;
	padding: 10px;
	border: 1px solid #000;
	height: 150px
}
.archive-product .article .image-wrapp .attachment-thumbnail {
	margin: auto;
	height: 150px;
	padding: 10px;
	border: 1px solid #000;
}
.regular-products .meta-links .left,
.home .meta-links .left { position: inherit; }

.meta-links .left { color: #C1272D; float: left;}
.meta-links .right { color: #C1272D; float: right; } 

.col-2-right .side-social span:first-child {
	font-size: 20px;
	margin-right: 0;
	letter-spacing: normal;
	font-weight: bold;
}
/* FEATURED PRODUCT ON HOME */
.home .ads-container .left {
	float: right;
	position: absolute;
	top: -40px;
	right: 150px;
	max-width: 35%;
	/*width: 100%;*/
}
.home .ads-container .featured p { margin:0;}
.home .ads-container .left img {
	/*position: relative;
	right: -70px;*/
	max-width: 100%;
	margin-left: 70px;
}
.home .ads-container .left a.button {
	background-color: #C1272D;
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: 'Roboto Condensed Light';
	font-size: 14.5px;
	letter-spacing: .8px;
	margin-left: 28px;
	margin-top: -10px;
	padding: 4px 4px 0px;
	text-decoration: none;
	width: 238px;
	
}
.home .ads-container .left a.button i {
	display: block;
	float: left;
	font-size: 44px;
	margin-left: 10px;
	margin-right: 13px;
}
.home .ads-container .left a.button span { font-size: 14px; }
.home td h2 { text-align: left; }
.home .lower-container .bx-viewport { margin: 20px 0px; }


/* FEATURED PRODUCT ON SIDEBAR */
.page .side-featured .image-wrapp img { width: 150px; }
.page .side-featured .read-more { margin-top: 15px; }
.side-featured .read-more a { width: auto !important; margin: 10px 55px; }


/* CRUMBS */
#crumbs {
	background-color: #C1272D;
}
#crumbs .container { 
	padding: 5px 0;
	text-align: left;
	color:#FFF;
}
#crumbs span,
#crumbs a {
	color: #FFFFFF;
	margin: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
/*
.learn {
	border-right: 1px solid #777777;
	color: #FFFFFF;
	float: left;
	font-family: 'Roboto Condensed';
	letter-spacing: 1px;
	margin: 8px 0px 0 33px;
	padding-right: 8px;
	width: 284px;
}
.learn span {
	display: block;
}
.learn span:first-of-type {
	border-top: 7px solid #424242;
	display: block;
	font-size: 45px;
	letter-spacing: 2px;
	line-height: 46px;
	margin: auto;
	width: 205px;
}
.learn span:nth-of-type(2) {
	display: block;
	font-size: 24px;
	position: relative;
}
.learn span:nth-of-type(2):before {
	background-color: #424242;
	content: '';
	display: block;
	height: 17px;
	letter-spacing: 1px;
	margin-left: 80px;
	margin-top: 7px;
	position: absolute;
	width: 17px;
}
.learn span:nth-of-type(2):after {
	background-color: #424242;
	content: '';
	display: block;
	height: 17px;
	margin-right: 80px;
	margin-top: 7px;
	position: absolute;
	right: 0;
	top: 0;
	width: 17px;
}
.learn span:last-of-type {
	border-bottom: 7px solid #424242;
	display: block;
	font-size: 30px;
	letter-spacing: 2px;
	margin: auto;
	padding-bottom: 3px;
	width: 205px;
}
*/

/* FEATURED PRODUCT */

.page-template-archive-products-php .page h3 { 
	text-align: left;
	font-size: 22px;
	color: #5A5A5A;
	margin: 0;
}
.page-template-archive-products-php .featured-content { 
	float: left;
	max-width: 400px;
	margin-right: 20px;
	text-align: left;
}
.page-template-archive-products-php .featured-content p {
	font-family: 'Roboto Condensed' !important;
	font-size: 16px !important;
	line-height: 20px !important;
}

.page-template-archive-products-php .featured-content .ecpt_meta { display: none;}
.featured { width: 100%;}
.featured-prod {
	max-width: 725px;
	margin: 20px auto;
}
.featured-prod .left-area {
	float: left;
	width: 300px;
}
.featured-prod .left-area .image-wrapp {
	margin-bottom: 15px;
}
.featured-prod .left-area .price { 
	font-weight:bold; 
	font-size: 16px;
	margin-bottom: 10px;
}
.featured-prod .left-area a {
	background-color: #C1272D;
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: 'Roboto Condensed Light';
	font-size: 14.5px;
	letter-spacing: .8px;
	margin-left: 90px;
	margin-top: 10px;
	padding: 5px 4px 4px 4px;
	text-decoration: none;
	width: 110px;
	font-weight: bold;
}
.featured-prod .left-area a i {
	display: block;
	float: left;
	font-size: 25px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: -3px;
}
.featured-prod .left-area a span { font-size: 14px;}
.page-template-archive-products-php .products-2-featured { height: 216px; }
.featured .image-wrapp, .products .image-wrapp, 
.product-featured .image-wrapp {  }
.product-featured .image-wrapp .default-image {
	width: 150px;
	height: 150px;
}
.product-releases table { width: 100%; }
.featured .featured-content ul.ecpt_meta { display: none; }
.product-releases .meta-links .right { bottom: 20px; }
.archive-product .regular-products {
	float: left;
	width: 292px;
	margin: 5px;
	padding: 10px;
	background: #f2f2f2;
	height: auto;
}
.regular-products .content {
	border-top: 1px solid #9C9C9C;
	min-height: 150px;
	padding-top: 15px;
	text-align: left;
}
.regular-products .post-holder h3 { text-align: center; color: #5A5A5A; }
.post-17823 .content { min-height: 125px;}

/* email-shortcode */
.home .email-shortcode { float:left; }
.email-shortcode {
	background-color: #4D4D4D;
	display: inline-block;
	font-family: 'Roboto Condensed';
	height: 146px;
	width: 259px;
}
.email-shortcode input[type='text'],
.email-shortcode input[type='email'] {
	border: none;
	display: block;
	font-family: 'Roboto Condensed';
	font-size: 15px;
	height: 23px;
	letter-spacing: .5px;
	margin: auto;
	margin-top: 14px;
	text-align: center;
	width: 227px;
}
.email-shortcode span {
	color: #FFFFFF;
	display: block;
	font-family: 'Roboto Condensed Light';
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: auto;
	margin-bottom: 7px;
	margin-top: 7px;
	width: 168px;
}
.email-shortcode button {
	background-color: #C1272D;
	border: none;
	height: 38px;
	width: 225px;
}
.scroll-triggered-box .email-shortcode { width: 100%; }
.email-shortcode button p { margin: 0; }

.email-shortcode button i {
	display: block;
	float: left;
	font-size: 37px;
	margin-top: -4px;
	margin-left: 6px;
	color: #FFFFFF;
}

.email-shortcode button span {
	font-size: 14px;
	margin-left: 5px;
	margin: 0;
	padding-top: 6px;
	width: 201px;
}
.home .guide-shortcode { float: right;}
.guide-shortcode {
	margin-right: 7px;
	margin-top: 12px;
	width: 315px;
}
.guide-shortcode ul {
	margin: 0;
	padding: 0;
}
.guide-shortcode ul li {
	color: #FFFFFF;
	font-family: 'Roboto Condensed Light';
	font-size: 20px;
	letter-spacing: 0.6px;
	list-style-type: none;
	margin-bottom: 7px;
	text-align: left;
}
.guide-shortcode ul li:before {
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	content: '';
	height: 0;
	margin: 8px 0 0 -19px;
	position: absolute;
	width: 0;
}

.new-prod-releases td .post-holder .content { min-height: 225px; }

/* POPUP */
.page-template-page-template-php #popup {
	height: auto !important;
	padding-top: 178px !important;
	background-repeat: no-repeat;
}
.home .fancybox-content-inside,
.page-template-page-template-php .fancybox-content-inside {
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	background: none !important;
	box-shadow: none !important;
}
.page-template-page-template-php .fancybox-wrap .fancybox-skin { 
	border-radius: 20px;
}
.page-template-page-template-php .fancybox-wrap .fancybox-close { top: -10px !important; }

.home .fancybox-content-inside {}

/* SEARCH ESULTS */
.search-results .content { text-align: left; }
.single-post .col-2-left { 
	padding-left: 0;
	padding-right: 0;
}
.col-2-left .article { padding: 20px; }

.side-featured .trx a img { width: 150px; }

/* RESPONSIVE
----------------------------------------------------------------------------- */
@media all and (min-width: 1201px) and (max-width: 1290px) {
	#leftcontainerBox {
		left: 40px !important;
	}
}
@media (max-width: 1200px) {
	/* Header */
	.header .nav td > a:first-of-type {
		padding: 5px 5px 0 5px;
	}

	.res-header h1 {
		padding-right: 0;
		/*
		float: left;
		margin: 27px 0 0 20px;
		text-align: left;
		*/
	}
	/*
	.res-header h1 img { width: 90%; }
	*/
	.res-header nav {
		background-color: #2A2A2A;
		cursor: pointer;
		float: right;
		margin: 25px 0 0 0;
		position: relative;
		width: 210px;
	}
	.res-header nav > a:first-of-type {
		color: #FFFFFF;
		display: block;
		font-size: 20px;
		padding: 10px 13px;
		text-decoration: none;
	}
	.res-header nav > a:first-of-type .medium i { margin-right: 10px; }
	.res-header .res-menu {
		background-color: #2A2A2A;
		display: none;
		margin: -2px 0 0;
		padding-left: 0;
		position: absolute;
		width: 100%;
	}
	.res-header .res-menu li {
		border-top: 1px solid #D03F3F;
		list-style: none;
		margin: 0;
	}
	.res-header nav:hover > .res-menu { display: block; z-index: 1; }
	.res-header .res-menu a {
		color: #FFFFFF;
		display: block;
		font-size: 16px;
		padding: 10px 0;
		text-decoration: none;
	}
	.res-header .fa-search { margin: 10px 20px 0 0; }
	.home .ads-container .left {
		/*right: -120px;*/
	} 

	.header .container, .pg { margin: 0 20px; width: auto; }
	.social-button.container { margin: 0 13px; width: auto; }

	/* Ads */
	.ads-container { height: 296px; }
	.ads-container:before { background-size: 400px; }
	.ads-container .featured-product { margin-left: 356px; padding-top: 53px; }
	.ads-container .red-container span { font-size: 21px; }
	.ads-container .lower-container p { font-size: 13px; width: 369px; }
	.ads-container .lower-container p em { font-size: 11px; }

	.ads-container .red-container .text-container:after {
		background-size: 150px;
		height: 191px;
		margin-right: -57px;
		/*width: 149px;*/
	}

	.ads-container .lower-container .bx-wrapper { display: none; }

	.ads-container .lower-container a {
		font-size: 11px;
		margin-left: 9px;
		margin-right: 25px;
		margin-top: 21px;
		padding: 4px;
		width: 183px;
	}
	.ads-container .lower-container a i {  }

	.features .container { margin: auto; width: 963px; }
	.features .container.baseball { 
		width: auto; 
	}
	.home .ads-container .left {
		top: -50px;
		/*right: -120px;*/
	}

	#leftcontainerBox { display: none; }

}

/* Medium devices (desktops) */
@media (max-width: 992px) {

	/* Header */
	.header { display: none; }
	.res-header { display: block; }
	
	.header .nav td > a:first-of-type {
		padding: 3px 3px 0 3px;
	}
	.header .nav td:nth-of-type(2) {
		padding-left: 0px;
	}
	
	.pg { margin: auto; width: auto; }
	.pg.home { margin: 0 20px; }
	.container { margin: 0 auto !important; width: 100%; }

	/* Categories */
	.categories { display: none; }

	/* Featured Magazine */
	.featured-magazine img { margin: 0 0 0 3%; }
	.featured-magazine img:first-of-type { width: 78px; }
	.featured-magazine img:nth-of-type(2) { width: 96px; }
	.featured-magazine img:nth-of-type(3) { width: 80px; }
	.featured-magazine img:nth-of-type(4) { width: 119px; }
	.featured-magazine img:last-of-type { width: 63px; }

	.featured-magazine .container { margin: 0 2%; text-align: center; }

	/* Sidebar */
	td.col-2-right { display: none; }

	/* Ec Section */
	.res-ec-section { display: block; width: 100%; margin: auto; }
	.res-ec-section .ec-section { width: 100%; }
	.res-ec-section .side-social { text-align: center; width: 100%; }
	.res-ec-section .side-social a { display: inline-block; margin: 20px 5px 10px 5px; }
	.res-ec-section .side-social span:first-of-child { float:left;}
	.ec-section span:first-child {
		width: 140px;
		text-align: left;
		float: left;
		margin: 10px 20px 10px 20px;
	}
	.home .meta-links .left {
		position: relative;
		
	}
	/* Home */
	.ads-container:before {  }
	.ads-container .featured-product {/* margin: auto; */width: 619px; }
	.ads-container .red-container .text-container:after { margin-right: -83px; }
	.ads-container .red-container { padding: 17px 0 17px 15px;}

	.ads-container .lower-container a {
		margin-left: 29px;
		margin-top: 25px;
		padding: 4px 4px 0;
		width: 185px;
	}

	.features .container { width: auto; }
	.features .email { width: 33%; }
	.features .learn {
		border: none;
		margin: 8px 0px 0 0;
		padding-right: 0;
		width: 33%;
	}
	.features .guide { width: 33%; }
	.features .container.baseball .guide { 
		margin-left: 0;
	}
	.features .container.baseball .guide ul li {
		font-size: 1rem;
	}

	.soc-but { display: none; }


	/* Footer */
	#footer .follow-eric,
	#footer .follow-eric span,
	#footer .follow-eric ul { display: block; text-align: center; }

	#footer .follow-eric { margin-bottom: 25px; }
	#footer .footer-menu ul { padding: 0 5%; text-align: left; }
	#footer .footer-menu { display: block; text-align: center; }

	.pg .post-holder { min-height: 407px; }
	.pg .post-holder h3 { font-size: 15px; }
	.pg .prod-details { height: 307px; }
	
	.ads-container .red-container .text-container { max-width: 320px; }
	.home .ads-container .left {
		top: -55px;
		right: -190px;
		max-width: 200px;
	}
	#leftcontainerBox { display: none; }
}

/* Small devices (tablets) */
@media (max-width: 768px) {
	/* Header */
	.pg { margin: 0 0; width: auto; }
	.container { margin: 0 20px; width: auto; }

	/* Feature Blog */
	.blog-featured .upper-blog-feature { margin: 0 15px; width: auto; }
	.blog-featured .upper-blog-feature h2 { font-size: 32px; padding: 10px 30px 5px; }
	.blog-featured .upper-blog-feature span { font-size: 18px; }
	.blog-featured .newsletter-blog { margin: 15px 15px 0; width: auto; }
	.blog-featured .newsletter-blog h4 { font-size: 14px; padding: 8px 0; }
	.blog-featured .newsletter-blog input[type='text'],
	.blog-featured .newsletter-blog input[type='email'] {
		width: 205px;
	}

	/* Feature Magazine */
	.featured-magazine p {
		display: block;
		float: left;
		margin: 0 0 15px;
		padding-top: 11px;
		width: 150px;
	}
	.featured-magazine img:first-of-type { margin-left: 0; width: 67px; margin-top: 15px; }
	.featured-magazine img:nth-of-type(2) { width: 85px; }
	.featured-magazine img:nth-of-type(3) { width: 67px; }
	.featured-magazine img:nth-of-type(4) { width: 106px; }
	.featured-magazine img:last-of-type { width: 58px; }
	.featured-magazine .container { padding-bottom: 10px; }

	/* Ec Section */
	.res-ec-section { display: block; width: auto; }
	.social-button span:first-child { margin: 10px;}
	.res-ec-section .side-social a span { margin-left: 5px;
	}
	.res-ec-section .side-social a {
		float: left;
		display: inline;
		margin-left: 0;
		padding:6px 10px !important;
	 }
	.res-ec-section .ec-section tr:last-of-type td { display: block; width: 100%; }
	.res-ec-section .ec-section td:last-of-type a i { margin-right: 0; }

	/* High Performance Handbook */ 
	.products .hph-featured { margin: 0 30px; }
	.products .hph-featured div { width: 100%; }
	.products .hph-featured:after {
		display: block;
		margin: auto;
		margin-bottom: 40px;
		position: static;
		width: 199px;
	}
	.products .hph-featured .hph-price { bottom: 17px; right: 41%; }

	/* Products */
	.products .posts {
		display: block;
		margin: auto;
		margin-top: 30px;
		min-height: auto;
		width: 200px;
	}
	.products .posts .content { height: auto; }
	.products .posts a { display: block; }
	.products .posts img { width: 200px; }
	.products .posts .learn-more {
		float: none;
		margin: auto;
		position: static;
		width: 36%;
	 }

	 /* Home */
	 .ads-container { height: 306px; }
	 .ads-container .featured-product { 
	 	width: auto;
		margin-left: 222px;
	 }
	 .ads-container .red-container .text-container { text-align: left; width: auto; }
	 .ads-container .red-container .text-container:after {
	 	top: 291px;
	 	right: 50%;
	 }
	 .ads-container .lower-container a {
		display: block;
		float: none;
		margin: 218px auto 0;
		padding-bottom: 5px;
	 }
	 .ads-container .lower-container p {
	 	display: block;
	 	float: none;
	 	text-align: center;
	 	width: auto;
	 }

	 .features .email { width: 33%; float:left; } 
	 .features .learn { width: 33%; float:left;}
	 .features .guide { float: right; margin-right: 0; }
	 .features .learn span:nth-of-type(2):before { margin-left: 60px; }
	 .features .learn span:nth-of-type(2):after { margin-right: 60px; }
	 pag { width: 100%; }
	.pg.home { width: auto; margin: 0 10px; }
	.pg table tbody td {
		display: block;
		margin-bottom: 10px;
		padding-right: 0;
		width: 100%;
	}
	.home .meta-links .left { left: -130px; }
	.home table.home table tr td { width: 32%; float: left; }
	.home table.home table tr td:nth-of-type(2) { margin: 0 10px;}
	.home table.home table tr td .post-holder { margin: 0; height: 400px; }

	.pg .post-holder { min-height: 312px; margin: 0 30px; }
	
	/* image */
	p a img { height: auto; width: 100%; }

	/* Footer */
	#footer .footer-menu ul { display: block; margin-bottom: 25px; text-align: center; }
	#footer .footer-menu ul li { margin-left: 0; }
	#footer .footer-menu ul li:before { display: none; }
	.ads-container:before {
		background-size: 420px;
		background-position: -115px 5px;
	}
	.home .ads-container .left { 
		right: -135px;
		top: -30px;
	}
	.testimonials-widget blockquote {
		margin: 5px;
		width: 300px;
	}
	.home .ads-container .left a {
		width: 205px;
		margin-top: -10px;
		margin-left: 41px;
	}
	.home .ads-container .left a span {
		font-size: 12px;
	}
	.home .ads-container .left a i {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.home .ads-container .left img { width: 70% !important; }
	#nav_menu-2 .menu-item { margin-top: 0; }
	#nav_menu-2 .menu-item, #nav_menu-3 .menu-item { padding-left: 35px; }
	.archive-product .regular-products {
		max-width: 219px;
		height: 430px;
	}
	#leftcontainerBox { display: none; }
}
@media (max-width: 600px) {
	.page-template-archive-products-php .featured-content { max-width:400px; }
	.featured-product .post-holder { text-align: center; }
	.ads-container { height: 250px; }
	
	.ads-container .featured-product {
		margin: auto;
		text-align: center;
	}
	.ads-container .red-container { 
		width: 80%;
		margin: auto;
	}
	.ads-container:before { display: none; }
	.features .guide {
		margin: 20px 190px;
		float: none;
		width: 50%;
	}
	.features .learn,
	.features .email {
		float: none;
		width: 100%;
	}
	.lower-container .bx-wrapper,
	.home .ads-container .left { display: none;}
	.featured-magazine img { width: 110px; }
	.featured-magazine p {
		float: none;
		text-align: center;
		width: 100%;
	}
	.res-ec-section .side-social a span { display: none; }
	.home table.home table tr td { width:100%;}
	.res-ec-section .side-social a {
		padding: 6px 35px !important;
		margin-top: 25px;
	}
	.image-wrapp .attachment-post-thumbnail, .default-image{ height: 150px; }
	.home table.home table tr td .post-holder { height: 550px; }
	.home .meta-links .left {
		top: -50px;
		right: -30px;
	}
	.product-releases .meta-links .right { right: 55px; }
	#nav_menu-2 .menu-item, #nav_menu-3 .menu-item {
		padding-left: 5px;
	}
	#text-2 { width: 100%; }
	.archive-product .regular-products { max-width: 100%; }
	#leftcontainerBox { display: none; }
}
@media (max-width: 568px) {
	.ads-container { height: auto; padding-bottom: 20px; }
	
	.ads-container .featured-product {
		margin: auto;
		text-align: center;
	}
	.ads-container .red-container { 
		width: 60%;
		margin: auto;
		padding: 17px 15px 17px 15px;
	}
	.ads-container:before { display: none; }
	.features .guide {
		margin: 20px 190px;
		float: none;
		width: 50%;
	}
	.features .learn,
	.features .email {
		float: none;
		width: 100%;
	}
	.lower-container .bx-wrapper,
	.home .ads-container .left { display: none;}
	.featured-magazine img { width: 110px; }
	.featured-magazine p {
		float: none;
		text-align: center;
		width: 100%;
	}
	.res-ec-section .side-social a span { display: none; }
	.home table.home table tr td {width: 31.7%;}
	.res-ec-section .side-social a {
		padding: 6px 35px !important;
		margin-top: 25px;
	}
	.image-wrapp .attachment-post-thumbnail, .default-image{ height: 150px; }
	.home table.home table tr td .post-holder { height: 550px; }
	.home .meta-links .left {
		top: -50px;
		right: -30px;
	}
	.product-releases .meta-links .right { right: 45px; }
	#nav_menu-2 .menu-item, #nav_menu-3 .menu-item {
		padding-left: 5px;
	}
	#text-2 { width: 100%; }
	.page-template-archive-products-php .featured-content {
		float: none;
		margin: auto;
	}
	.featured-prod .left-area {
		width: 100%;
		margin: auto;
	}
	.featured-prod .left-area a { margin-left: 135px; }
	#leftcontainerBox { display: none; }
}

@media (max-width: 480px) {
	.res-ec-section .side-social a { padding: 6px 17px !important;}
	.features .guide { margin: 20px 150px; }
	.home table.home table tr td { width: 100%; }
	.home table.home table tr td .post-holder { height: 300px; }
	.image-wrapp .attachment-post-thumbnail, .default-image { 
		width: 100%;
		height: 100%; 
	}
	.featured-magazine img { 
		display: block;
		width: 100px !important;
		margin: 20px auto !important;
	}
	.pg .prod-details { height: 236px; }
	#menu-footer-menu li {
		float: none !important;
		width: 60%;
		margin: 10px auto !important;
	}
	#menu-footer-menu { padding-left:0; }
	#text-2 { width: 68%;}
	.featured-prod { max-width:320px; }
	.featured-prod .left-area { 
		margin: auto;
		width: 100%;
	}
	.featured-prod .left-area a { margin-left: 150px; }
	.archive-product .regular-products { max-width: 100%; }
	.home .meta-links .left { 
		right: 150px;
		top: -190px;
	}
	.home table.home table tr td:nth-of-type(2) { margin: 0 0; }
	#leftcontainerBox { display: none; }
}
/* Iphone */
@media (max-width: 320px) {
	/* Header */
	.res-header h1 { margin-left: 0; width: 65%; }
	.res-header h1 img { width: 100%; }
	.res-header nav {
		background-color: transparent;
		float: left;
		margin-top: 17px;
		width: auto;
	}
	.res-header nav:hover > .res-menu { display: none; }
	.res-header nav a .medium { display: none; }
	.res-header nav a .small {
		display: block;
		font-size: 30px;
		margin: -2px 0 0 -1px;
	}
	.res-header .fa-search {
		color: #FFFFFF;
		font-size: 28px;
		margin: 27px 4px 0 0;
	}
	.res-header .iphone {
		display: none;
		left: -293px;
		opacity: .9;
		position: absolute;
		text-align: left;
		top: -15px;
		width: 290px;
		z-index: 1;
	}
	.res-header .iphone > span {
		color: #FFFFFF;
		font-size: 20px;
		margin-left: 15px;
		display: block;
		padding: 25px 0 15px; 
	}
	.res-header .iphone > span .small { font-size: 30px; margin-right: 15px; }
	.res-header .iphone > span .fa-times {
		float: right;
		margin-right: 18px;
		z-index: 2;
	}
	.res-header .iphone li a { margin-left: 15px; }
	.res-header nav:hover > .iphone { display: none; }
	.res-header .res-search-bar {
		display: none;
		margin: 0 9px;
		position: absolute;
		top: -30px;
	}
	.res-header .res-search-bar input[type='text'],
	.res-header .res-search-bar input[type='email'] {
		border: none;
		font-size: 18px;
		padding: 10px 5px;
		position: relative;
		width: 96%;
	}
	.res-header .res-search-bar button {
		background-color: transparent;
		border: none;
	}
	.res-header .res-search-bar button .fa-search {
		color: #2C2C2C;
		margin: 0;
		position: absolute;
		right: 13px;
		top: 7px;
	}

	/* Home page */
	.ads-container { height: 757px; overflow: hidden; }
	.ads-container:before {
		background-size: 371px;
		display: block;
		height: 234px;
		margin-left: -100px;
		top: 610px;
		width: 100%;
	}
	.ads-container .featured-product {
		margin: 0 0 0 32px;
		padding-top: 15px;
		width: 90%;
	}
	.ads-container .red-container span { font-size: 21px; text-align: left; }
	.ads-container .red-container {
		float: right;
		padding-right: 0;
		width: 95%;
	}
	.ads-container .red-container .text-container:after { margin-right: -50px; top: 210px; }
	.ads-container .lower-container { margin-top: 425px; }
	.ads-container .lower-container a { margin: -52px 0 0 33px; position: absolute; }
	.ads-container .lower-container a i { margin-top: -4px; }
	.ads-container .lower-container p {
		display: inline-block;
		letter-spacing: .7px;
		text-align: left;
		width: 75%;
	}
	.ads-container .lower-container .testimonials-widget-testimonial blockquote {
		margin-top: 0;
	}

	.features .guide {
		border-left: 1px solid #F2F2F2;
		margin: 18px 18px 35px 0;
		padding-left: 40px;
		width: 75%;
	}
	.featured-magazine .container { height: 176px; }
	.featured-magazine p { font-size: 14px; padding-top: 17px; }
	.featured-magazine img:first-of-type { margin: 0 0 20px 20px; width: 73px; }
	.featured-magazine img:nth-of-type(2) { margin:  0 23px 20px 24px; }
	.featured-magazine img:nth-of-type(3) { margin-left: 27px; }
	.featured-magazine img:nth-of-type(4) { margin: 0 15px 0 21px; }
	.featured-magazine img:last-of-type {
		margin-left: -210px;
		margin-top: 36px;
		position: absolute;
	}
	.ec-section td:last-of-type span:first-child {
		display: inline-block;
		font-size: 15px;
		margin: 15px 0 0 -3px;
		text-align: left;
		vertical-align: middle;
		width: 29%;
	}
	.res-ec-section .side-social {
		display: inline-block;
		vertical-align: text-top;
		width: 55%;
	}
	.res-ec-section .side-social a { margin: 10px 1px; padding: 6px 10px !important; }
	.pg .post-holder { margin: 0; }
	.pg .post-holder h3 { font-size: 21px; }

	.pg td .checkout-prod { padding: 5px 28px; }
	.pg td .checkout-prod i { margin: 0 16px 0 -31px; vertical-align: bottom; }
	.pg td .checkout-prod span {
		display: inline-block;
		padding-bottom: 3px;
		text-align: left;
		width: 72%;
	}

	#footer .container { margin: 0 35px; }
	#footer .follow-eric,
	#footer .follow-eric span,
	#footer .follow-eric ul,
	#footer .footer-menu,
	#footer .footer-menu ul { text-align: left; }
	#footer .footer-menu ul { padding: 0; }
	#footer p { letter-spacing: 1px; }
	#footer .footer-menu ul li:before { display: block; }
	#footer .footer-menu ul li { margin-left: 30px; }

	#menu-footer-menu {
		float: left;
		margin-top: 0;
		padding-left: 0;
		width: 100%;
	}
	#nav_menu-3 .menu-item {
		float: none;
		margin: 0;
		padding-left: 0;
	}
	.page-template-archive-products-php .featured-content { max-width:400px; }
	#leftcontainerBox { display: none; }
}

