/*
	Theme Name: Clip Cart Child Theme
	Theme URL: http://themedy.com/themes/clip-cart
	Description: An extensive ecommerce child theme for Genesis from Themedy.
	Author: Themedy
	Author URI: http://themedy.com
	Version: 1.4
	Template: genesis
*/

/* Table of Contents

* Custom Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Navigation Constants
* Primary Navigation
* Primary Navigation Extras
* Inner
* Secondary Area
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Slider Area
* Product Grid
* Product Single Page
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Custom Widgets
* WooCommerce Styles
* Responsive Design

*/
/* Custom Fonts
------------------------------------------------------------ */
@font-face {
	font-family: 'top_secretbold';
	src: url('fonts/Top_Secret-webfont.eot');
	src: url('fonts/Top_Secret-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Top_Secret-webfont.woff') format('woff'), url('fonts/Top_Secret-webfont.ttf') format('truetype'), url('fonts/Top_Secret-webfont.svg#top_secretbold') format("svg");
	font-weight: normal;
	font-style: normal;
}


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
}

input,
select,
textarea {
	border: 3px solid #ededed;
	-webkit-box-shadow: inset 0px 0px 0px 1px #d9d9d9;
	-moz-box-shadow: inset 0px 0px 0px 1px #d9d9d9;
	box-shadow: inset 0px 0px 0px 1px #d9d9d9;
	background: #fff;
	-webkit-appearance:none;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #e4e4e4;
	-moz-transition: border-color .25s linear;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
	outline: none;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}

.wrap:after, .clearfix:after, .content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* Hyperlinks
------------------------------------------------------------ */

a {
	color: #5191ba;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

.site-container {
	border-top: 5px solid #666;
}

.wrap {
	width: 940px;
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

.site-header .wrap {
	padding: 25px 0;
	clear: both;
	}

.title-area {
	float: left;
	overflow: hidden;
	width: auto;
}

.site-title {
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
}

.site-title a,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description {
	font-size: 12px;
	font-style: italic;
}

.site-header .widget-area {
	float: right;
	width: 550px;
}

.logo.site-title {
	line-height: 0;
	font-size: 0;
	margin-top: 0;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}


/* Primary Navigation
------------------------------------------------------------ */

.nav-primary {
	color: #dcdcdc;
	padding-top: 30px;
	float: right;
}

.nav-primary ul {
	float: left;
	width: auto;
}

.nav-primary ul.nav, .nav-primary div.nav, .nav-primary .nav {
	float: right;
	width: auto;
}

.nav-primary .wrap {
	clear: none;
	padding: 0;
	background: none;
	width: auto;
}

.nav-primary li {
	float: left;
	list-style-type: none;
}

.nav-primary li:last-child a {
	padding-right: 0;
	margin-right: 0;
}

.nav-primary li a {
	color: #eee;
	display: block;
	position: relative;
	text-decoration: none;
	line-height: 22px;
	margin-left: 20px;
}

.nav-primary li li a {
	margin: 0;
	text-shadow: none;
	line-height: 20px;
	text-transform: none;
}

.nav-primary li a:hover,
.nav-primary li a:active,
.nav-primary .current_page_item a,
.nav-primary .current-cat a,
.nav-primary .current-menu-item a {
	color: #fdbb14;
}

.nav-primary li li a,
.nav-primary li li a:link,
.nav-primary li li a:visited {
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	border-top-width: 0;
	color: #457b9e;
	font-size: 10px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

.nav-primary li li a:hover,
.nav-primary li li a:active,
.nav-primary li .current_page_item a,
.nav-primary li .current-cat a,
.nav-primary li .current-menu-item a {
	color: #f2f2f2;
	background-color: #457b9e;
	border-color: #e6e6e6;
	font-size:
}

.nav-primary .sub-menu li li a:hover,
.nav-primary .sub-menu li li a:active,
.nav-primary .sub-menu li .current_page_item a,
.nav-primary .sub-menu li .current-cat a,
.nav-primary .sub-menu li .current-menu-item a {
	color: #f2f2f2;
	background-color: #457b9e;
	border-color: #e6e6e6;
}


.nav-primary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

.nav-primary li ul a {
	width: 160px;
}

.nav-primary li ul ul {
	margin: -31px 0 0 179px;
}

.nav-primary li:hover>ul,
.nav-primary li.sfHover ul {
	left: auto;
}



/* Primary Navigation Extras
------------------------------------------------------------ */

.nav-primary li.right {
	float: right;
	line-height: 22px;
	font-size: 12px;
	margin-left: 20px;
}

.nav-primary li.right a {
	color: #aaa;
}

.nav-primary li.right a:hover {
	color: #666;
}

.nav-primary li.search .search-form input[type="submit"] {
	display: none;
}

.nav-primary li.search  .search-form input[type="search"] {
	width: auto;
	color: #bbb;
}

.nav-primary li.rss a {
	background: url(images/rss.png) no-repeat center left;
	padding: 0 0 0 16px;
	float: left;
}

.nav-primary li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
	margin-left: 0;
}


/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 30px auto;
	width: 940px;
	overflow: hidden;
}


/* Secondary Area
------------------------------------------------------------ */

#secondary_area .wrap {
	padding: 15px 0 16px 0;
	background: url(images/bg-dotline.png) repeat-x bottom;
}

#secondary_area p.homepage_tag {
	margin: 0;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eee;
	float: left;
	font-size: 14px;
	line-height: 26px;
}
.breadcrumb_wrap {
	background: url(images/bg-crumbina.png) right bottom no-repeat;
	padding-right: 14px;
	float: left;
	margin-top: 2px;
}

.breadcrumb {
	width: auto;
	height: 22px;
	overflow: hidden;
	background: #ededed;
	padding-right: 10px;
	white-space: nowrap !important;
}

.crumb {
	float: left;
	padding-left: 10px;
	height: 22px;
	line-height: 22px;
}

.breadcrumb a, .breadcrumb {
	color: #777;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.breadcrumb .crumb a {
	height: 22px;
	padding-right: 24px;
	display: block;
	background: url(images/bg-crumbina.png) no-repeat right;
}

.breadcrumb .crumb a:hover {
	text-decoration: underline;
}

.breadcrumb .crumb_home {
	padding-left: 0;
}

.breadcrumb .crumb_home a {
	background: url(images/bg-crumbhome.png) no-repeat left;
	color: #fff;
	width: 52px;
	padding-left: 10px;
	padding-right: 0;
}

#search_area {
	float: right;
}

#search_area p {
    background: url(images/bg-search.png) no-repeat;
    display: inline-block;
    height: 20px;
    position: relative;
    width: 193px;
	border: 3px solid #ededed;
}

#search_area #s {
	background: none;
	border: none;
	font-size: 11px;
	height: 20px;
	padding-left: 6px;
	width: 160px;
	color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 940px;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

.full-width-content .content-sidebar-wrap {
	width: 940px;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	width: 540px;	
	background: url(https://bupsports.com/wp-content/images/inner-white-bg.png) repeat;
	padding: 10px;
	margin-bottom: 10px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 700px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 940px;
}

blockquote {
	margin: 5px 0 20px 0;
	padding: 10px 20px 0 15px;
}

.post {
	margin: 0 0 40px;
	padding-bottom: 40px;
	background: url(images/bg-dotline.png) repeat-x bottom;
}

.entry-content {
	overflow: hidden;
	margin-top: 30px;
}

.entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Slider Area
------------------------------------------------------------ */

#slider_area {
	background: url('https://bupsports.com/wp-content/images/metal-bg.jpg') top;
	height: 370px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

#slider_area h3, #slider_area p {
	color: #f2f2f2;
}

#slider_area .wrap {
	position: relative;
}

.slides_container {
	width:820px;
	height: 410px;
	margin: 0 auto;
	overflow: hidden;
}

.slides_container div {
	width:820px;
	display:block;
	height: 360px;
}

#slides .nav  {
	text-indent: -9999px;
	display: block;
	width: 32px;
	height: 32px;
	background: url('images/graphic-slidernav_spr.png') no-repeat left;
	position: absolute;
	top: 140px;
}

#slides .prev {
	background-position: 0 0;
	left: 0;
	z-index: 15;
}

#slides .next {
	background-position: -32px 0;
	right: 0;
	z-index: 15;
}

#slides .prev:hover {
	background-position: -64px 0;
}

#slides .next:hover {
	background-position: -96px 0;
}

#slides .nav:active {
	margin-top: 1px;
}

.slide .content {
	padding-top: 31px;
	text-shadow: 1px 1px #fff;
	font-size: 14px;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #aaa;
}

.slide .content p {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #aaa;
}

#slides .slide_content h3 {
	font-size: 45px;
	line-height: 60px;
	font-family: top_secretbold, Geneva, sans-serif;
	text-transform: uppercase;
	color: #48772e;
}


.slide_content img.alignleft {
	margin: 0 40px 10px 0;
}

.slide_content img.alignright {
	margin: 0 0 10px 40px;
}


/* Product Grid
------------------------------------------------------------ */

#featured h4, .product-page h1, .product-page h2 {
	font-family: arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #f2f2f2;
	padding-bottom: 11px;
	background: url(images/bg-dotline.png) repeat-x bottom;
	margin-top:40px;
}

#featured .product_list {
	margin-top: 30px;
	background-image: url('https://bupsports.com/wp-content/images/inner-white-bg.png');
}

#featured .product {
	margin-top: 30px;
}

#featured .product .product-content {
	color: #f2f2f2;
}

.product_list li {
	list-style: none;
}

.product_list .product {
	width: 212px;
	margin: 0 20px 20px 0;
	float: left;
	list-style: none;
	padding: 4px;
	border-color: #fff;
	background: rgba(0, 0, 0, 0) url("https://bupsports.com/wp-content/images/inner-white-bg.png") repeat scroll 0 0;
}

.product_list .product:hover {
	border: 4px solid #f3f3f3;
	padding: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: border-color .25s linear;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
}

.product_list .product-last {
	margin-right: 0;
}

.product_wrap {
	padding: 15px 10px 30px 10px;
	width: 190px;
}

.product_wrap h2 a,
.product_wrap h3 a,
.product_wrap h4 a {
	color: #3e3e3e;
	font-weight: bold;
	font-size: 14px;
}

.product_wrap .product-thumb img {
	margin: 0 0 20px 0;
}

.product_wrap .product_content p {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin-bottom: 20px;
}

.product_wrap .product_details .price {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}

.product_wrap .product_details .button {
	float: right;
	margin-left: 10px;
}


/* Product Single Page
------------------------------------------------------------ */

.product_images {
	background: #eee;
	padding: 20px 20px 0 20px;
	margin-top: 30px;
}

.product_images .container {
	width: 720px;
}

.product_images img {
	margin: 0 20px 20px 0;
	padding: 9px;
	background: #fff;
	border: 1px solid #ddd;
}

.page-template-page_products-php .pagination, .post-type-archive-products .pagination {
	background: url(images/bg-dotline.png) repeat-x top;
	padding-top: 40px;
	margin-top: 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 18px;
	line-height: 22px;
	color: #3E3E3E;
	font-weight: bold;
}

.page h1 {
	margin: 0 0 5px;
}

h2 a:hover {
	color: #5191ba;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	margin: 0 0 20px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

.widget-area h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

.entry-content .post ol li,
.entry-content .page ol li {
	margin: 0 0 0 25px;
}

.archive-page ul li,
.entry-content .post ul li,
.entry-content .page ul li {
	list-style-type: square;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	margin-top: 5px;
}

.entry-header .entry-meta a {
	color: #333;
}


/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	clear: both;
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0 0;
	color: #888;
	text-transform: uppercase;
}

.entry-footer .entry-meta a {
	color: #333;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.entry-comments-link,
.entry-tags {
	background: url(images/icon-dot.png) no-repeat center left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
	height: auto;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image { 
	background: url(images/bg-footer1.png) repeat;
	border: 1px solid #e6e6e6;
	padding: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 5px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.pagination {
	overflow: hidden;
	padding: 0 0 20px 0;
	width: auto;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background: #ededed;
	color: #777;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	padding: 5px 8px;
}

.pagination li a:hover,
.pagination li.active a {
	background: url(images/bg-darkline.png) repeat;
	color: #fff;
}


/* Homepage Sidebars
------------------------------------------------------------ */

.site-inner .homepage {
	background: url(images/bg-dotline.png) repeat-x top;
	padding-top: 40px;
	margin-top: 10px;
}

#home_sidebar_1  {
	float: left;
	width: 460px;
}

#home_sidebar_2 {
	float: right;
	width: 460px;
}

.site-inner .homepage .fullwidth {
	width: auto !important;
	float: none;
}

#home_sidebar_1 h4, #home_sidebar_2 h4 {
	font-family: arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #3e3e3e;
	text-transform: uppercase;
	padding-bottom: 11px;
	background: url(images/bg-dotline.png) repeat-x bottom;
	margin-bottom: 15px;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 220px;
}

.sidebar-secondary {
	float: left;
	width: 130px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


.sidebar .widget {
	background: url(https://bupsports.com/wp-content/images/inner-white-bg.png) repeat;
	border: 1px solid #e6e6e6;
	margin: 0 0 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px #fff;

}

.sidebar .widget-wrap {
	padding: 20px;
	border: 1px solid #fff;
	font-size: 12px;
}

.sidebar .widget-wrap p {
	font-size: 12px;
	color: #666;
}

.widget-area ol,
.widget-area ul {
	list-style: inside;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li a {
	color: #000;
}

.sidebar ul li:hover {
	background: #f2f2f2;
	-moz-transition: background .15s linear;
	-webkit-transition: background .15s linear;
	transition: background .15s linear;
}

.sidebar ul li {
	list-style-type: none;
	word-wrap: break-word;
	border-bottom: 1px dashed #ddd;
	padding: 5px;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	padding: 3px;
	width: 98%;
}

.sidebar-secondary #cat,
.sidebar-secondary .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 15px;
	overflow: hidden;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


/* Buttons
------------------------------------------------------------ */

a.button,
.site-container a.button,
body #respond input#submit,
.comment-reply a,
.comment-reply a:visited,
.gform_wrapper div.gform_footer input.button,
.enews #subbutton,
.search-form input[type="submit"],
#submit,
.site-container .Cart66ButtonPrimary,
.site-container .Cart66ButtonSecondary,
.site-container .content .Cart66ButtonPrimary,
.site-container .content .Cart66ButtonSecondary,
.site-container .Cart66CartButton .purAddToCart {
	background: url(images/bg-button.png) repeat-x center;
	display: inline-block;
	border: 1px solid #c5c5c5;
	line-height: 25px;
	height: 25px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #757575 !important;
	text-shadow: 1px 1px #fff;
	text-transform: uppercase;
	padding: 0 15px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: border-color .15s linear;
	-webkit-transition: border-color .15s linear;
	transition: border-color .15s linear;
	cursor: pointer;
}

a.button:hover,
.site-container a.button:hover,
body #respond input#submit:hover,
.comment-reply a:hover,
.gform_wrapper div.gform_footer input.button:hover,
.enews #subbutton:hover,
.search-form input[type="submit"]:hover,
#submit:hover,
.site-container .Cart66ButtonPrimary:hover,
.site-container .Cart66ButtonSecondary:hover,
.site-container .content .Cart66ButtonPrimary:hover,
.site-container .content .Cart66ButtonSecondary:hover,
.site-container .Cart66CartButton .purAddToCart:hover {
	text-decoration: none;
	border-color: #888;
	-moz-transition: border-color .25s linear;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
}

a.button:active,
.site-container a.button:active,
body #respond input#submit:active,
.comment-reply a:active,
.gform_wrapper div.gform_footer input.button:active,
.enews #subbutton:active,
.search-form input[type="submit"]:active,
#submit:active,
.site-container .Cart66ButtonPrimary:active,
.site-container .Cart66ButtonSecondary:active,
.site-container .content .Cart66ButtonPrimary:active,
.site-container .content .Cart66ButtonSecondary:active,
.site-container .Cart66CartButton .purAddToCart:active {
	background: url(images/bg-button-hover.png) repeat-x center;
	border-color: #888;
}


/* Search Form (Sidebar)
------------------------------------------------------------ */

.search-form input[type="search"] {
	font-size: 11px;
	padding: 3px;
	width: 95%;
}

.search-form input[type="submit"] {
	margin-top: 10px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
	background: url(https://bupsports.com/wp-content/images/inner-bgold.png) repeat;
	clear: both;
	color: #707070;
	font-size: 12px;
	overflow: hidden;
	padding: 50px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #555;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
}

.footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}

.footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
	Margin: 10px 0;
}

.footer-widgets .textwidget {
	padding: 0;
}

.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets h2, .footer-widgets h3, .footer-widgets h4 {
	background: none;
	border: none;
	color: #eee;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0;
	text-transform: none;
}

.footer-widgets p {
	color: #eee;
	padding: 0 0 10px;
}

.footer-widgets a,
.footer-widgets a:visited {
	color: #eee;
}

.footer-widgets ul {
	list-style-type: none;
	margin: 0 0 10px;
}

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

.site-footer {
	background: url(images/bg-footer2.png) repeat;
	clear: both;
	font-size: 10px;
	color: #707070;
	overflow: hidden;
	padding: 15px 0;
	text-transform: uppercase;
	border-top: 1px solid #fff;
	text-shadow: 1px 1px #fff;
}

.site-footer p {
	color: #707070;
	font-size: 10px;
	float: left;
	text-align: left;
	width: auto;
}

.site-footer a,
.site-footer a:visited {
	color: #000;
}

.footer_menu {
	float: right;
}

.footer_menu li {
	list-style: none;
	float: left;
	margin-left: 20px;
	font-size: 11px;
}

.footer_menu li .sub-menu {
	display: none;
}

.footer_menu li a {
	text-transform: none;
}

.footer_menu .footer-nav {
	width: auto;
}


/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	overflow: hidden;
}

#respond {
	margin: 0 0 15px;
}

.comment-list #respond  {
	margin-top: 20px;
	padding-left: 20px;
	border-left: 1px solid #eee;
}

.comment-form-author label, 
.comment-form-email label,
.comment-form-url label {
	display: block;	
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 0 5px 10px 0;
	padding: 5px;
	width: 300px;
}

#comment {
	height: 150px;
	margin: 0 0 10px 0;
	width: 96%;
}

.form-allowed-tags, 
.comment-notes,
.logged-in-as {
	padding: 5px 0 15px;	
	font-size: 12px;
	color: #888;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 25px 0 0;
	padding: 10px 0;
}

.ping-list li {
	margin: 15px 0 5px;
}

.comment-list li {
	padding: 0 0 0 20px;
	list-style: none;
}

.comment-list li.depth-1 {
	border: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 30px;
	background: url(images/bg-dotline.png) repeat-x bottom;
	padding-bottom: 30px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #888;
}

.comment-meta a {
	color: #888;
}

.comment-author {
	color: #555;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

#cancel-comment-reply-link {
	margin-left: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.comment-reply a {
	display: inline-block;
	font-weight: normal;
	padding: 0 10px;
}

#respond #reply-title, .entry-comments h3 {
	font-size: 18px;
	font-weight: bold;
	color: #3e3e3e;
	line-height: 24px;
	margin-bottom: 10px;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.content .gform_wrapper .top_label textarea.textarea {
	width: 97%;
}


/* Custom Widgets
------------------------------------------------------------ */

.themedy_ad_widget ul {
	padding: 0;
	margin: 0;
}

.themedy_ad_widget .ads-125 {
	width: 310px;
}

.themedy_ad_widget ul li {
	float: left;
	list-style: none;
	height: 145px;
	margin: 0 10px 10px 0;
	width: 145px;
}

.themedy_ad_widget ul li img {
	padding: 10px;
	background: #f0f0f0;
}

.post-widget {
	margin-top: 30px;
}

.latest-tweets ul {
	margin: 0;
}

.latest-tweets ul li {
	list-style: none;
	padding-left: 40px;
	background: url(images/icon-smallquotes.png) 5px 15px no-repeat;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-style: italic;
}

.latest-tweets ul li:hover {
	background: #F2F2F2 url(images/icon-smallquotes.png) 5px 18px no-repeat;
}

.latest-tweets ul li.last {
	background: none;
	padding: 0;
	border: none;
	margin: 0;
	font-weight: bold;
	margin-top: 10px;
}

.latest-tweets h4.widgettitle {
	margin-bottom: 15px;
}

#flickr_badge_wrapper {
	width: 310px;
}

.flickr_badge_image {
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.flickr_badge_image img {
	background: #f0f0f0;
	padding: 9px;
}

.themedy_video_desc {
	margin-top: 10px;
	font-style: italic;
	font-size: 11px;
}


/* Mobile Menu
------------------------------------------------------------ */

#mobile_menu_area {
	height: auto;
	display: none;
}

#mobile_menu_area ul {
	display: none;
}

#mobile_menu_area #pull {
	display: inline-block;
	width: 100%;
	position: relative;
	text-indent: 15px;
	background-color: #666666;
	background-image: url(images/mobile_bg.png);
	background-image: linear-gradient(to bottom, #666666, #444444);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 33px;
	padding-top: 14px;
	position: relative;
	outline: none;
	border-bottom: 1px solid #222;
	cursor: pointer;
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
}

#mobile_menu_area #pull:hover {
	text-decoration: none;
}

#mobile_menu_area #pull ul li {
	font-size: ;
	display: block;
	list-style: none;
	width: 100%;
}

#mobile_menu_area #pull span {
	display: block;
    height: 30px;
	text-indent: -9999px;

}

#mobile_menu_area #pull a {
	width: 100%;
	font-size: 13px;
	display: block;
	padding: 8px 0;
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	margin-bottom: 2px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

#mobile_menu_area #pull a:hover,
#mobile_menu_area #pull .current_page_item a,
#mobile_menu_area #pull .current-cat a,
#mobile_menu_area #pull .current-menu-item a {
	color: #fff;
	background: #444444;
	-webkit-box-shadow: inset 2px -2px 4px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 2px -2px 4px 0px rgba(0, 0, 0, 0.1);
}

#mobile_menu_area #pull:after {
	content:"";
	background: url('images/mobile_button.png') no-repeat;
	background-size:38px 31px;
	width: 40px;
	height: 31px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 6px;
}

#mobile_menu {
	padding: 0 5px;
	margin-bottom: 5px;
}



/* WooCommerce Styles
------------------------------------------------------------ */
.nav-next {
    float: right;
    text-align: right;
    width: 40%;
}


.nav-previous {
    float: left;
    width: 40%;
}

.woocommerce_ordering {
	clear: both;
}

.orderby {
	padding: 5px;
	font-size: 14px;
}

.woocommerce-page .site-inner {
	overflow: visible;
}

.woocommerce_tabs h2 {
	margin-bottom: 10px;
}

.woocommerce_message,
.woocommerce_error,
.woocommerce_info {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 2em !important;
    padding: 0.55em 1em 0.55em 3em !important;
}

.entry-content .woocommerce_message li,
.entry-content .woocommerce_error li,
.entry-content .woocommerce_info li {
	list-style: none;
}

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

.price del {
	color: rgba(145, 145, 145, 0.5);
}

.woocommerce .woocommerce-info {
	padding: 1em 1em 1em 3.5em;
}

body .woocommerce input,
body .woocommerce textarea {
	padding: 5px;
}

.woocommerce .site-container nav.woocommerce-pagination,
.woocommerce-page .site-container nav.woocommerce-pagination,
.woocommerce .site-container .content nav.woocommerce-pagination,
.woocommerce-page .site-container .content nav.woocommerce-pagination {
	text-align: left;
	padding: 0 0 30px;
}

.woocommerce .site-container nav.woocommerce-pagination ul,
.woocommerce-page .site-container nav.woocommerce-pagination ul,
.woocommerce .site-container .content nav.woocommerce-pagination ul,
.woocommerce-page .site-container .content nav.woocommerce-pagination ul {
	text-align: center;
}

.woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button {
	height: auto;
}



/* Responsive Design
------------------------------------------------------------ */


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

	body {
		width: 100%;
		margin: 0 auto;
	}

	.archive-page,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.content-sidebar-wrap,
	.footer-widgets .wrap,
	.title-area,
	.site-inner,
	.site-container,
	.wrap,
	body .site-inner .content-sidebar-wrap {
		width: 100%;
	}

	.site-header .wrap,
	#secondary_area .wrap {
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
	}

	.nav-primary .wrap {
		margin: 0;
	}

	.nav-primary {
		clear: both;
		float: none;
		padding-top: 10px;
	}

	.nav-primary li a {
		margin-left: 0;
		margin-right: 20px;
		margin-top: 10px;
	}

	.sidebar,
	.sidebar-secondary {
		width: auto;
		margin-top: 30px;
	}

	.content,
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.full-width-content .content,
	.sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		float: none;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		display: block;
	}

	.site-container {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}

	.site-footer p,
	.site-footer .footer_menu {
		float: none;
		text-align: center;
	}

	.site-footer .footer_menu {
		margin-top: 10px;
	}

	.site-footer .footer_menu li {
			display: inline;
			float: none;
	}

	body .site-inner .content-sidebar-wrap,
	.site-description,
	.site-title a,
	.site-title a:hover {
		padding: 0;
		margin: 0;
	}

	.menu li.right {
		display: none;
	}

	.sidebar-primary,
	.sidebar,
	.content-sidebar-sidebar .sidebar-secondary {
		margin-left: 20px;
		margin-right: 20px;
		float: none;
		display: block;
		float: none;
		clear: both;
	}

	.pagination {
		padding: 0;
	}

	.footer-widgets .widget {
		padding: 20px 20px 0;
	}

	.footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

	.site-inner #featured,
	.site-inner .homepage {
		margin-right: 20px;
		margin-left: 20px;
		width: auto;
	}

	#slider_area {
		margin-bottom: -30px;
	}

	.slides_container div {
		width: 100% !important;
	}

	.slides_container {
		width: auto !important;
		padding: 0 40px;
	}

	.slide .content h1,
	.slide .content h2,
	.slide .content h3 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.slide .content img.alignleft,
	.slide .content  img.alignright{
		max-width: 50%;
	}

	#home_sidebar_1,
	#home_sidebar_2 {
		float: none;
		width: auto;
	}

	#home_sidebar_2 {
		margin-top: 30px;
	}

	.product_list .product {
		width: 30%;
		margin-right: 2%;
	}

	#featured .product_list .product {
		width: 22%;
	}

	.product_list .product-last {
		margin-right: 0;
	}

	.product_wrap {
		width: auto;
	}

	.product .thumb-wrap {
		text-align:center;
	}

	.product_list {
		padding: 0 20px;
	}

	#featured .product_list {
		padding: 0;
	}

	#featured .product_wrap .product_details .button {
		float: none;
		margin: 0 0 20px 0;
	}

}

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

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.breadcrumb_wrap {
		display: none;
	}

	#secondary_area p.homepage_tag {
		float: none;
		margin-bottom: 10px;
	}

	#search_area {
		clear: both;
		float: none;
		margin: 0;
	}

	#comment {
		width: 92%;
	}

	#slider_area {
		border: 1px solid #e6e6e6;
		border-width: 1px 0;
		-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
        box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
		background: url(images/bg-footer1.png) repeat;
		margin-bottom: 40px;
	}

	#slider_area,
	.slides_container div.content,
	.slides_container {
		height: auto !important;
		clear: both;
	}

	.slide .content {
		padding-bottom: 40px;
	}

	.slide img {
		display: none;
		visibility: hidden;
		height: 1px;
	}

	.nav-responsive .nav-primary {
		display: none;
	}

	#mobile_menu_area {
		display: block;
	}

	.product_list .product, #featured .product_list .product, .site-container ul.products li.product {
		width: auto;
		float: none;
		clear: both;
		margin-right: 0;
	}

	#featured .product_wrap .product_details .button {
		float: right;
		margin-left: 10px;
	}
	
	#author,
	#comment,
	#email,
	#url {
		width: 94%;
	}
	
	.featuredpage img,
	.featuredpost img,
	.post-image { 
		max-width: 95%; 
	}
}

@media only screen and (max-device-width: 480px) {
	#paymentInfo, #accountInfo, #Cart66CheckoutButtonDiv {
		float: left !important;
		width: 51% !important;
		margin-left: 0 !important;
	}

	.Cart66UpdateTotalButton {
		position:relative;
		left:-60px;
		width: 80px;
		padding-left: 0px !important;
	}

	.shippingAddress {
		float: none !important;
	}
	.site-header .wrap {
		 background-image: url("wp-content/images/header.png");
	}
	
}