/*
Theme Name:		Cardsmiths Storefront 2022
Theme URI:		https://wordpress.org/themes/storefront
Description:	Cardsmiths is a Storefront child theme
Author:			WooThemes
Author URI:		http://woothemes.com
Template:		storefront
Version:		1.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:	cardsmiths
*/

/*@import url("../storefront/style.css");*/

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap');
@import url('fonts/stylesheet.css');
/* Change main font to Sora */
body, button, input, textarea {
    font-family: "Sora";
	color: black;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Sora";
}

button.alt, 
input[type="button"].alt, 
input[type="reset"].alt, 
input[type="submit"].alt, 
.button.alt, 
.widget-area .widget a.button.alt {
    background-color: #FFC82E;
    border-color: #333333;
    color: #333;
    border-radius: 12px;
}

a {
	text-decoration: none;
	color: #15ccad;
}

/* Site navigation/header */
.site-header {
	background-color: #FFF;
	padding-top: 0;
}

.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.main-navigation ul li a:hover, 
.main-navigation ul li:hover > a, 
.site-title a:hover, 
.site-header ul.menu li.current-menu-item > a {
    color: #15CCAD; /* mint green */
}

.site-header-cart .cart-contents .amount {
    font-size: 14px;
    font-weight: 700;
}

/* CART */
.woocommerce-cart-form .cart_item{
	display:flex !important;
	margin-bottom: 25px;
}
.thumbnail img {
	width:200px;
	height: auto;
}
.thumbnail img {
	overflow: hidden;
}
.product-details {
	flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 28%);
    border-radius: 4px;
}
.product-details-top,
.product-details-bottom {
	display :flex;
	justify-content: space-between;
	align-items: center;
	height: 50%;
}
.product-details-top {
	border-bottom: 3px solid #15ccad;
}
.product-details-top .product-name a {
	color: black;
	font-size: 18px;
	font-weight: bold;
}
.product-details-bottom .amount {
	font-size: 18px;
	font-weight: bold;
}
.product-remove .remove::before{
	color: #c00;
	/*font-size: 20px;*/
	font-size: 1.618em;
    line-height: 1em;
}
.coupon {
	text-align: right;
}
.woocommerce-cart-form button,
.coupon .input-text,
.coupon .button{
	border-radius: 8px;
	margin: 5px;   
}
.woocommerce-cart-form button {
	float:right;
	clear: both;
}
.woocommerce-cart-form button,
.coupon .button {
	width: 165px;
}
.woocommerce-cart-form button:disabled {
	display: none;
}
.product-details-reserved {
    flex-grow: .75;
}
.woocommerce-cart-form .cart-label {
	font-size: 10px;
}

.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    background-color: rgb(21 204 173 / 25%);
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #15ccad;
    color: white;
}
.woocommerce-result-count {
    color: #15ccad;
}

table#resultstable td {
	padding: 0;
}
table#resultstable thead tr td,
table#resultstable td:nth-child(2n){
	border-right:1px solid black;
}
table#resultstable td.high {
    background-color: #15ccad;
	color: white;
}
/* LIVE STREAM PAGE */
.livebreaks {
	width: 100%;
	overflow: hidden;
	background: #1d2126;
	/*display: grid;
    grid-template-columns: 1fr 300px;*/
}

.livechat {
	float: left;
	position: relative;
	width: 33%;
	padding-bottom: 35.67%; 
	padding-top: 25px;
	height: 0;
}

.livevideo {
	position: relative;
	width:100%;
	padding-bottom: 40.67%; 
	height: 0;
}
.livebreakstatus{
    float: left;
    margin-top: 10px;
}
.videocompleted iframe {
	width: 100%;	
}
.livevideo iframe,.livechat iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h3.yourteams {
	padding: 0;
}

h3.allteams {
	padding: 0;
}
.home .site-main{
	margin-bottom: 0;
} 
.home .content-area {
	margin-bottom: 0;
}
.page-template-template-livestream-php .wrapper .content-area {
	float: none;
	width: 100%;
}

.page-template-template-livestream-php h1.title {
	display: none;
}

.page-template-template-livestream-php .page {
	width:55%;
	margin: 0 auto;
	
}

#leftbreak {
	width:100%;
	overflow: hidden;
	clear: both;
	max-width:1320px;
}

#rightbreak {
	width: 240px;
	float: right;
	padding-left: 10px;
	overflow: hidden;
}

#leftbreak li,
#rightbreak li {
	list-style: none;
}

#leftbreak h2,
#rightbreak h2 {
	padding: 0;
	font-size: 90%;
}

#leftbreak .widget,
#rightbreak .widget {
	margin-bottom: 10px;
}

.buy .nickname {
	font-weight: bold;
	/*color: #FF0000;*/
	color: #000;
	text-decoration: underline;
}
.slots-feat img {
	width: 161px;
	height: auto;
}
.slots-feat {
	width: 161px;
	overflow: hidden;
	position: relative;
}
.slots-right{
	display:flex;
	flex-direction: column;
    flex-grow: 1;
	padding: 20px;
}
.slots-middle, 
.slots-bottom {
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50%;
}

.slots-link a {
	margin-top: 0px;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.01em;
	color: #151619;
}
.slots-middle {
	border-bottom: 4px solid #F7F7F7;
}
.slots-message .slots-teams-slots {
	color: #15ccad;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.slots-message .slots-qty {
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.02em;
	color: #151619;
}

.slots-buy{
	margin-right:10px;
}
.slots-entry {
	display: grid;
	grid-template-columns: 161px 1fr;
	grid-template-rows: 161px;
	border-radius: 8px;
    overflow: hidden;
    background: white;
	/*width: 48%;*/
}

.livestream-slots-contain{
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
}
.slots-action .button {
	width: 225px;
	height: 48px;
	background-color:#15ccad;
	text-decoration:none;
	margin:0;
	text-align: center;
	color: white;
	padding: 6px 20px;
	border-radius: 8px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
.slots-action .button:hover {
	text-decoration:underline;
}
.slots-action .button.future a {
	color: white;
}
.csbopenslots {
	overflow:hidden
}
.slots-buy,.slots-buy a {
	cursor:pointer;
}
.csbhomeupcoming .slots-feat {
	max-width:100%;
}
.csbhomeupcoming {
	background: white;
}

#break-name {
	color: #FFC82E;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
}
.jewlz #break-name {
    color: #EC5E8C;
}
.currentbreak .currenttitle img {
	float:left;
	margin-right: 15px;
    width: 45px;
}
.currentbreak .current-break-label {
	color: white;
	font-weight: normal;
}
.currentbreak .currenttitle {
	padding: 10px 0;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	overflow: hidden;
}
.jewlz .currentbreak .currenttitle {
	border-top: 4px solid #EC5E8C;
}

.clearfix {
	clear: both;
}
.purchased-alert{
    background:url(/wp-content/themes/cardsmiths/images/mint-badge.png), center center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0px;
    color: white;
    text-align: center;
    padding: 5px;
	font-weight: bold;
}
.upcoming-entry .purchased-alert{
	bottom: 35px;
	width: 110%;
	margin-left: -10px;
}
.purchased-mine {
	border: 5px solid #15ccad;
}
.upcoming-entry:not(.purchased-mine) {
	margin: 5px;
}
.current-break-label,
#break-extra .slots-remaining {
    text-transform: uppercase;
}
#break-extra .slots-remaining-count {
	color: #FFC82E;
	font-weight: bold;
	font-size: 48px;
	line-height: 52px;
}

.csbfbouter {
    width: 100%;
	max-width: 1320px;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    align-items: end;
	background-image: url('/wp-content/themes/cardsmiths/images/fb-back.png');
}

.see-auction.button a {
	line-height: 36px;
    color: white;
}
.csbfbouter button{
	padding: 14px 24px;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    height: 46px;
    letter-spacing: 1px;
	width: 200px;
}

.csbfbouter button.gold {
    background-color: #FFC82E !important;
    color: black !important;
}

.csbfbouter button.mint {
    background-color: #15ccad !important;
    color: white !important;
}
.community-flex {
	display:flex;
	flex-direction: column;
    gap: 15px;
}
.community-flex .title.white {
	color: white;
}
.community-flex .title.mint {
	color: #15ccad;
}
.community-flex .title.gold {
	color: #FFC82E;
}
.community-flex .title {
	font-weight: bold;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.04em;
	text-align: left;
}
.community-flex .desc {
	color:white;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}
.outer-flex {
	display:flex;
	justify-content: space-between;
	flex-direction: column;
}

.livestream-day {
	overflow:hidden;
	float:left;
	margin-right:10px;
	border-left:3px solid black;
	padding-left:5px;
}
.home .livestream-day {
	float: none;
	overflow:hidden;
	margin-right:10px;
	border-left: none;;
	padding-left:5px;
	width: 85%;
    max-width: 1320px;
    margin: 0 auto;
}
.csbhomeinfo {
	background: black;
}
.csbhomeinfo #sb_instagram {
	width: 85% !important;
	max-width: 1320px;
	margin: 0 auto;
}
.livestream-open-day-title,
.livestream-day-title {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	padding: 5px 0;
	border-bottom: 4px solid rgba(86, 92, 114, .2);
	margin-bottom: 10px;
}
.home .livestream-day-title {
	border-bottom: none;
}
.livestream-open-day-title img,
.livestream-day-title img {
	height: 24px;
	width: auto;
	margin-right: 10px;
}
.livestream-day-title {
	color: #FFC82E;
}
.jewlz .livestream-day-title {
	color: #EC5E8C;
}
.livestream-open-day-title {
	color: #15ccad;
}

.preview-left{
    width:365px;
    float:left;
}
.preview-right{
    width:calc(100% - 385px);
    float:right;
}

.simple-auctions .entry-header .entry-title{
	font-size: 24px;
	line-height: 32px;
}
.simple-auctions .entry-header .entry-title a {
	text-decoration: none;
}

.rectal-bar-contain{
    /*background: #15ccad9c;*/
    background-color: #c0c0c0;
    width: 100%;
	border-radius: 12px;
	overflow:hidden;
	/*background-image: url(/wp-content/themes/cardsmiths/images/hundy.jpg);
    background-repeat: no-repeat;
    background-position: 66.6%;
    background-size: contain;*/
}
.rectal-bar{
    background: #15ccad;
    text-align: center;
    height: 35px;
    color: white;
    font-size: 25px;
    line-height: 35px;
	min-width: 45px;
}
.rectal-contain {
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 10px 0;
}
.rectal-bar-desc{
    text-align: center;
    font-weight: bold;
}
.rectal-contain a.info-link {
	text-decoration: none;
}
.rectal-contain a.info-link:hover {
	text-decoration: underline;
}

.storefront-breadcrumb {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .preview-left{
        width:365px;
        max-width:100%;
        margin: 0 auto;
        float:none;
    }
    .preview-right{
        width:100%;
        float:none;
    }
}

@media (min-width: 768px) {
	.col-full {
		max-width: 1320px;
	}
	#masthead .col-full {
		display: flex;
		align-items: center;
	    max-width: 1320px;;
		height: 120px;
		width: 85%;
	}

	#masthead .main-navigation {
		text-align: right;
	}

	.woocommerce-active .site-header div.site-branding {
		width: auto;
	}
	.site-branding {
		margin-bottom: 0 !important;
		margin-right: 0 !important;
	}
	.site-header .site-branding img {
		max-width: 330px;
		height: 64px;
		width: auto;
	}
}
.entry-title:not(.product_title) {
    font-size: 96px;
    line-height: 96px;
    font-weight: 600;
    text-align: left;
}
.site-main.skinny {
	max-width: 650px;
	margin: 0 auto;
}

/* Homepage widget tweaks */
.page-template-template-homepage .widget {    
	list-style: none; 
	margin-bottom:0px;
	overflow:hidden;
}
/*
.csbhomebanner {
	background: black;
    padding: 40px 0;
}
.csbhomebanner img {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
*/

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 0;
}
.csbhomefeatured h3 {
	color: white;
    background-color: #15CCAD;
	display: inline-block;
	font-size: 1em;
	padding: 4px 8px;
    text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.home-break-date {
	font-weight: bold;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.04em;
	color: #151619;
	padding-bottom: 20px;
}
.home-break-date.top {
	text-align:center;
	width: 85%;
	max-width: 1325px;
	margin: 15px auto 0;
	padding-bottom: 0;
}
.page-section-header {
	text-align: right;
}
.homepage-section-header { 
    display: flex;
    align-items:center;
}
.homepage-section-header span{
	font-size: 2em;
	color:black;
    margin-left: 10px;
    font-weight: 700;
}
.homepage-section-header img {
	width: 54px;
	height: auto;
}
.home #content .col-full{
	max-width:100%;
	padding: 0;
}
/*
.homewidgetarea {
	padding: 0 20px;
}
*/
li.product {
    background-color: white;
    overflow: hidden;
    border-radius: 12px;
}
/*
.plus, .minus {
	padding: 0.6180469716em 0 !important;
}

#uwa_auction_form {
	width: 325px;
}
#uwa_auction_form button{
	margin: 0;
}
*/
.csbauctionpage,
.csbhomecontain {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
	    url(/wp-content/themes/cardsmiths/images/csb-back.png);
    background-repeat: no-repeat,
	    no-repeat;
    background-position: 0 375px,
	    85% 0;
    background-size: 100%,
	    65%;
    padding: 25px;
}
.pb-cat-contain {
	display: flex;
	justify-content: space-between;
}
.personal-break-container {
	background-color: #F7F7F7;
    padding: 20px;
}
.personal-break-container .woocommerce {
	max-width:1320px;
	margin: 0 auto;
}
.page-id-128572 #content .col-full {
	max-width:100%;
	padding: 0;
}
.pb-sort-links{
	width:40%;
	display: flex;
	flex-direction: column;
	height: 96px;
	justify-content: space-between;
}
.pb-sort-links .row {
	display: flex;
}
.pb-sort-links .item {
	flex: 1;
}



.pb-sort-links a.sortlink {
	color: black;
}

.pb-sort-links a.highlight {
	color: #15CCAD;
}

.pb-hr {
	background-color: #15CCAD;
	height: 5px;
	width: 100%;
}
.woocommerce-loop-product__title {
	text-align: left;
	margin-left:20px;
	margin-right:20px;
	color: black !important;
	line-height: 1.3rem;
    height: 4em;
    overflow: hidden;
}
.product-type-auction .woocommerce-loop-product__title {
    height: 4em;
}
.csb-stock {
	color: #15CCAD;
	font-weight: 700;
	text-align: left;
	margin-left:20px;
	margin-right:20px;
	letter-spacing: 1px;
    text-transform: uppercase;
}
.auction-ongoing .csb-stock{
	text-align: center;
	font-size: 22px;
}
.auction-ongoing .hasCountdown{
	font-size: 22px;
	padding: 0;
}
ul.products.columns-1 li.product {
	margin-bottom: 0;
}

ul.products li.product .price {
	text-align: left;
	margin-left:20px;
	margin-right:20px;
	font-weight: 700;
	letter-spacing: 1px;
	color: black;
}

.auction-mini .button,
.product .button,
.button.product_type_auction,
.add_to_cart_button,
.button.product_type_variable,
.future-msg {
	width: calc(100% - 20px);
	padding: 14px 18px;
	border-radius: 12px;
	background-color: #FFC82E !important;
	color: black !important;
    text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	/*height: 46px;*/
	letter-spacing: 1px;
	margin: 0 auto;
	margin-bottom: 10px !important;
	text-align: center;
	display: block;
}
.single-product .product .button {
    margin: inherit;
    margin-bottom: 10px !important;
}
.auction-mini .button:hover,
.product .button:hover,
.button.product_type_auction:hover,
.add_to_cart_button:hover,
.button.product_type_variable:hover,
.future-msg:hover {
	background-color: #ffe290 !important;
} 

.auction-mini img { width:100% }

.hasCountdown {
	color: #15ccad;
	font-size: 18px;
	font-weight: bold;
}
.all-auction-link {
	text-align: center;
}
.all-auction-link a {
	color: #FFC82E;
}
.all-auction-link a:hover {
	color: #ffe290 !important;
} 


.future-msg a {
	color: black;
}
.home #colophon {
	background-color: black;
}
#colophon {
	/*background: linear-gradient(90deg, #FFFFFF 5.1%, rgba(255, 255, 255, 0) 105.1%);*/
	background-color: white;
	mix-blend-mode: normal;
	min-height: 400px;
    background-image: 
		linear-gradient(90deg, #FFFFFF 5.1%, rgba(255, 255, 255, 0) 105.1%),
		url(/wp-content/themes/cardsmiths/images/footer-back.png);
	background-position: 100% 50px, 100% 50px;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;

}
.site-footer {
	color: black;
	background-color: inherit;
	padding: 0;
}
.storefront-handheld-footer-bar ul li>a {
	color: #15ccad;
	background-color: black;
}
.storefront-handheld-footer-bar {
	background-color: black;
}

.storefront-handheld-footer-bar ul li.cart .count {
    background-color: #15ccad;
    color: #ffffff;
    border-color: #15ccad;
}

/*
.auction-home-contain.hockey .auction-mini img,
.product-type-auction.hockey img.wp-post-image,
.product-type-auction.hockey a.woocommerce-LoopProduct-link img {
	padding: 10px;
	background-image: url(/wp-content/themes/cardsmiths/images/product-image-hockey.jpg);
	background-size: cover;
}

.auction-home-contain.baseball .auction-mini img,
.product-type-auction.baseball img.wp-post-image,
.product-type-auction.baseball a.woocommerce-LoopProduct-link img {
	padding: 10px;
	background-image: url(/wp-content/themes/cardsmiths/images/product-image-baseball1.jpg);
	background-size: cover;
}

.auction-home-contain.wwe .auction-mini img,
.product-type-auction.wwe img.wp-post-image,
.product-type-auction.wwe a.woocommerce-LoopProduct-link img {
	background-image: url(/wp-content/themes/cardsmiths/images/product-image-wwe1.jpg);
	background-size: cover;
}

.auction-home-contain.soccer .auction-mini img,
.product-type-auction.soccer img.wp-post-image,
.product-type-auction.soccer a.woocommerce-LoopProduct-link img {
	padding: 10px;
	background-image: url(/wp-content/themes/cardsmiths/images/product-image-soccer2.jpg);
	background-size: cover;
}

.auction-home-contain.golf .auction-mini img,
.product-type-auction.golf img.wp-post-image,
.product-type-auction.golf a.woocommerce-LoopProduct-link img {
	padding: 10px;
	background-image: url(/wp-content/themes/cardsmiths/images/product-image-golf.jpg);
	background-size: cover;
}
.auction-home-contain.racing .auction-mini img,
.product-type-auction.racing img.wp-post-image,
.product-type-auction.racing a.woocommerce-LoopProduct-link img {
	background-image: url(/wp-content/themes/cardsmiths/images/product-image-racing.jpg);
	background-size: cover;
}
.auction-home-contain.basketball .auction-mini img,
.product-type-auction.basketball img.wp-post-image,
.product-type-auction.basketball a.woocommerce-LoopProduct-link img {
	padding: 10px;
	background-image: url(/wp-content/themes/cardsmiths/images/product-image-basketball1.jpg);
	background-size: cover;
}

.auction-home-contain.football .auction-mini img,
.product-type-auction.football img.wp-post-image,
.product-type-auction.football a.woocommerce-LoopProduct-link img {
	padding: 10px;
	background-image: url(/wp-content/themes/cardsmiths/images/product-image-football.jpg);
	background-size: cover;
}
*/

.auction-home-contain {
	display: grid;
    grid-template-columns: 33% repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
	margin-bottom: 4.235801032em;
}

.auction-mini {
	background-color: white;
	overflow: hidden;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.auction-mini-price {
	font-weight: bold;
	padding-left: 10px;
	text-align:center;
}
.auction-home-first {
	grid-column-start:1;
	grid-column-end:2;
	grid-row-start:1;
	grid-row-end:3;
}

.auction-mini-team-name{
	margin: 0 10px;
	font-weight: bold;
	text-align: center;
	height: 2em;
    line-height: 1em;
    overflow: hidden;
}
.auction-home-ending {
	font-weight: bold;
	font-size: 18px;
}
.csbauctionsearch {
	list-style: none;
}
.auction-container-container {
	display: grid;
	/*grid-auto-flow: column;
	grid-auto-columns: 1fr;*/
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
}
.auction-search{
	max-width: 360px;
}
.auction-search.selected{
	border: 5px solid #15ccad;
	padding: 5px;
}
.auction-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px;
    font-size: 24px;
    background: rgb(0,0,0,.65);
    color: white;
	z-index: 10;
}
.auction-player.widget {
	font-size: 14px;
	text-align:center;
	gap: 10px;
}
.csb-product-image-wrapper {
    position: relative;
}

#footer-right {
	height: 400px;
    width: 354px;
	float:left;
	padding-top:150px;
	margin-left: 15%;
	background-image: 
       url(/wp-content/themes/cardsmiths/images/mint-rhombus-back.svg),
       url(/wp-content/themes/cardsmiths/images/mint-back.png);
	background-size: contain, contain;
	background-repeat: no-repeat, no-repeat;
}
#footer-left {
	width: 50%;
	float:left;
	display: flex;
	justify-content: space-around;
    align-items: flex-start;
    padding-top: 150px;
}
.mobile-link-images {
	width: 270px;
	margin: 0 auto;
}
.mobile-link-images img {
	height: 40px;
	width: auto;
	display: inline-block;
}
.mobile-link-images.page {
	margin: 0;
} 
.keep-up {
	color: white;
	font-size: 36px;
	line-height: 48px;
    font-weight: bold;
	width: 270px;
	margin: 0 auto;
}

.mobile-app{
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	width: 270px;
	margin: 0 auto;
}
.home-pb-sport-select {
    text-align: right;
}
.home-pb-title-outer {
	background-color: white;
}
.home-pb-title-sizer {
	width: 77.5%;
	max-width: 1320px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.home-section-contain {
	width:85%;
	max-width: 1320px;
	margin: 0 auto;
}

.csbhomepersonal {
    background-color: #F7F7F7;
}
.csbhomepersonal .homepage-section-header {
	background-color: white;
	padding-left: 7.5%;
}
.pb-cat-contain {
	background-color: white;
}
.home-inner-contain {
	/*width:95%;*/
	margin: 0 auto;
}
ul.products li.product img {
	width: 100%;
	margin-bottom: 1.618em;
}
.bellows .bellows-nav .bellows-target {
	padding: 10px 10px 10px 10px;
}
.widget_nav_menu ul li::before {
    content: '';
}
.widget_nav_menu ul li a {
    text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.16em;
	font-size: 12px;
	line-height: 18px;
}
.widget_nav_menu ul li{
	padding-left: 0;
}
.wpautoterms-footer {
	display:none;
}
ul#menu-footer-menu-legal li,
ul#menu-footer-menu-legal li a {
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0.16em;
	font-size: 12px;
	line-height: 18px;
}
#menu-footer-menu-legal {
    border-top: 4px solid #151619;
    padding-top: 35px;
}
.cta-box {
	position: relative;
    background-image: 
  	    url(/wp-content/themes/cardsmiths/images/csb-memberball.svg),
  	    url(/wp-content/themes/cardsmiths/images/csb-box.svg);
    background-position: 85% top, 50% 50%;
    background-size: 20%, 95%;
    background-repeat: no-repeat, no-repeat;
	max-width: 1440px;
	margin: 0 auto;
}
.cta-box .cta-headline{
	font-size: 86px;
	width:45%;
	height: 100%;
	color: black;
	line-height:86px;
	left: 5%;
    /*padding-top: 30%;*/
    position: absolute;
	font-weight: 600;
	background-image: 
		url(/wp-content/themes/cardsmiths/images/csb-slantbox.svg),
  	    url(/wp-content/themes/cardsmiths/images/csb-slantboximg.png);
	background-repeat: no-repeat, no-repeat;
	background-size: contain, contain;
	background-position: right, right;

}
.cta-box .cta-headline span {
	color: white;
}
.cta-headline-words{
    width: 540px;
    padding-top: 30%;
    padding-left: 10%;
}
.cta-box::before {
float: left;
padding-top: 41.078306%;
content: "";
}

.cta-box::after {
display: block;
content: "";
clear: both;
}

.cta-box .cta-words {
	position: absolute;
	width: 40%;
	top: 20%;
	right: 5%;
}
.cta-box .cta-words .cta-words-title{
	font-size: 48px;
	line-height: 52px;
	font-weight: bold;
}
.cta-box .cta-words .cta-words-list ul{
	font-size: 16px;
	line-height: 22px;
	list-style: inside;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.cta-box .cta-words hr {
	height: 5px;
    background-color: black;
}
.cta-box .cta-words .cta-desc {
	font-size: 12px;
}
a.cta-login {
	color: #15CCAD;
}
.cta-box .cta-button {
	display: inline-block;
	background: #15CCAD;
	color: white;
	border-radius: 12px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 24px;
	width: 300px;
	text-align: center;
	margin-top: 15px;
}

.single .price .amount {
	font-weight: 700;
}
.single_add_to_cart_button {
	width: 306px;
	padding: 14px 24px;
	border-radius: 12px;
	background-color: #15CCAD !important;
	color: white !important;
    text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	height: 46px;
	letter-spacing: 1px;
	margin-bottom: 10px !important;
}

.woocommerce-cart-form .quantity,
.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    /*display: inline-block;*/
    display: flex;
    max-width: 250px;
    justify-content: space-between;
}
.woocommerce-cart-form button.plus,
.woocommerce-cart-form button.minus {
    float: none;
	width: 20px;
	display: inline-block;
}

.woocommerce-cart-form button.plus,
.woocommerce-cart-form button.minus,
.single button.plus,
.single button.minus {
	background-color:white;
	border: none;
	box-shadow: none;
	padding: 0;
}
.woocommerce-cart-form button.plus,
.single button.plus {
	margin: 0 5px 0 0;
}
.woocommerce-cart-form button.minus,
.single button.minus{
	margin: 0 0 0 5px;
}
.woocommerce-cart-form .quantity .qty,
.single .quantity .qty {
	box-shadow: none;
	background-color: white;
	font-weight: 700;
	/*width: inherit;*/
	padding: 0;
	padding-left: 16px !important;
}
.woocommerce-cart-form button[name="update_cart"] {
	background-color: #FFC82E;
}
.woocommerce-cart-form .single-qty-contain,
.single .single-qty-contain {
	border: 4px solid black;
	box-sizing: border-box;
	border-radius: 12px;
	display: inline-flex;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin-right: 15px;
}
.single .single-qty-buy-contain {
	width:250px;
	display:flex;
	flex-direction: column;
	align-items:center;	
}
.single .product .button {
	width: 250px;
}
.single .product .variation_ajax_add_to_cart,
.single .product .not_logged_in {
	width: revert;
	margin: 5px;
}
.single .product .not_logged_in {
	height: revert;
}
.woocommerce-cart-form .single-qty-contain {
	font-size: 18px;
}
.stock.in-stock {
	color: #15CCAD !important;
}
.product_description {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	background: #FFC82E;
	border-radius: 6px;
	width: 380px;
	padding: 2px 24px;
	letter-spacing: 1px;
    text-align: center;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background-color: #FFC82E !important;
	color: black !important;
}
.product-info-box .strong {
	font-weight: bold;
}
.product-info-box {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	color: white;
	border: 5px solid black;
	border-radius: 12px;
	overflow:hidden;
}

.div1,.div2,.div5,.div6,.div9,.div10{ background: #000}
.div3,.div4,.div7,.div8{ background: #15ccad}
.product-info-box div {
	padding: 8px;
}

#sb_instagram {
	background: #000 !important;
}

.shop_table .cart_item {
	display: revert;
}

table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: #efefef;
}
/*
table:not( .has-background ) tbody td {
    background-color: #15ccad;
}
*/
.page-csb-back-container {
	background-image: url(/wp-content/themes/cardsmiths/images/csb-back.png);
	background-size: contain; 
	background-position: center; 
	background-repeat: no-repeat;
	margin: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 340px;
}
.words {
 	text-align:center;
	width: 600px;
	max-width: 90%;
	margin: 0 auto;

}
.words.large {
	font-weight: bold; 
	font-size: 36px;
	line-height: 40px;
}
.words.small {
	font-size: 18px; 
	line-height: 20px;
}
.words.medium {
	font-size: 24px; 
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.words.medium.nocap {
	text-transform: none;
	font-weight: bold;
}

.line {
 	height: 3px; 
	background-color:#FFC82E;
	margin: 0 auto;
}
.line.mint{
	background-color: #15ccad;
	margin: 25px 0;
}
.line.small {
	width: 200px; 
}
.line.medium {
	width: 400px; 
}
.page-full-container {
	margin-left: -300px;
	margin-right: -300px;
	padding: 100px 0;
}
.page-full-container.black{
	background-color: black;
	color: white;
}
.page-full-container .wordscontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 200px;
    margin-bottom: 50px;
}
.wordscontainer .words {
	width: 100%;
}
.page-full-container .limiter{
	width: 900px;
	max-width: 100vw;
	margin: 0 auto;
}
.bubble-container{
	display: grid;
	grid-template-columns: 240px 240px 240px;
    grid-template-rows: 150px 1fr;
    justify-content: space-between;
    grid-row-gap: 25px;
	grid-template-areas: "img1 img2 img3" "words1 words2 words3";
}
.bubble-container img {
	max-height: 100%;
	margin: 0 auto;
}
.bubble-container div {
	text-align: center;
}
.bubble-container .img1 {
	grid-area: img1;
}
.bubble-container .img2 {
	grid-area: img2;
}
.bubble-container .img3 {
	grid-area: img3;
}
.bubble-container .words1 {
	grid-area: words1;
}
.bubble-container .words2 {
	grid-area: words2;
}
.bubble-container .words2 {
	grid-area: words3;
}
.confidence-pool-tips {
    border: 4px solid black;
    padding: 15px;
    font-weight: bold;
	margin-bottom: 20px;
}
.confidence-tip-head {
	font-size: 48px;
    line-height: 50px;
    color: white;
    background: black;
    margin: -15px -15px 15px -15px;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 75px;
	align-items: center;
}
.confidence-tip-head span { 
	color: #FFC82E;
	font-size: 96px;
}
.confidence-pool-tips li {
	margin-bottom: 15px;
}
a.button.confidence-pool-button {
    padding: 14px 24px;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    height: 46px;
    letter-spacing: 1px;
    width: 300px;
    background-color: #15ccad !important;
    color: white !important;
	display: block;
	margin: 0 auto;
	text-align:center;
	margin-top: 20px;
}

#cardsubmissionwrapper.working #cardsubmissionscontain,
#checklist-results-wrapper.working #checklist-results {
	opacity: .25;	
}
.lds-ring {
	display: none;
}
#cardsubmissionwrapper.working .lds-ring,
#checklist-results-wrapper.working .lds-ring {
	display: block;
	position: absolute;
	width: 160px;
	height: 160px;
	left: calc(50% - 80px);
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 128px;
	height: 128px;
	margin: 16px;
	border: 16px solid #15ccad;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #15ccad transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
	transform: rotate(0deg);
}
100% {
	transform: rotate(360deg);
}
}


@media (max-width: 1200px) {
	.cta-box .cta-headline{
		font-size: 48px;
		line-height: 48px;
	}
	.cta-box .cta-headline{
		background-position: unset;
	}
	.cta-box .cta-words {
		top: 5%;
	}
	.cta-box .cta-words .cta-words-title{
		font-size: 28px;
		line-height: 28px;
	}
	.cta-headline-words{
		padding-top: 30%;
		padding-left: 10%;
		width: 440px;
	}
}
@media (max-width: 990px) {
	
	.cta-box::before {
		padding-top: unset;
		content: unset;
	}

	.cta-box {
	    background-image: url(/wp-content/themes/cardsmiths/images/csb-memberball.svg);
		position: relative;
		background-position: 85% 60%;
		background-size: 20%;
		background-repeat: no-repeat;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.cta-box .cta-headline{
		width:100%;
		font-size: 48px;
		line-height: 48px;
		position: unset;
	}
	.cta-box .cta-words {
		position: relative;
		width:100%;
		top: 0;
	}
	.cta-box .cta-headline-words {
		width: 400px;
		padding-left: 10%;
		max-width: 100%;
	}
}
@media (max-width: 890px) {
	.cta-box {
		display: block;
	}
	.cta-box .cta-headline {
		display:block;
		height: 400px;
	}
	.cta-box .cta-words{
		right: unset;
		padding: 2em;
	}
}


h1.product_cat-personal-breaks {
	font-size: 96px;
	line-height: 96px;
	margin-bottom: 0;
	font-weight: 700;
}

@media (max-width: 768px) {
	.bubble-container {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	    grid-template-areas: "img1" "words1" "img2" "words2" "img3" "words3";
	}
	.pb-sort-links{
		width:100%;
	}
	.pb-cat-contain {
		display: block;
	}
	h1.product_cat-personal-breaks {
		font-size: 72px;
		line-height: 72px;
	}

	.woocommerce-cart-form .cart_item {
		display:block;
	}
	.thumbnail img {
		width: 100%;
	}
	.product-details-reserved {
		display: none;
	}
	#colophon {
		background: none;
		background-image: none;
		min-height: 0;
		margin-bottom: 70px;
	}
	#footer-left {
		display: none;
	}
	#footer-right {
		width: 100%;
		margin: 0;
		float: none;
		background: #000;
		padding: 15px;
	}
	.mobile-app {
		color: #FFC82E;
	}
	.mobile-link-images {
		align-content: inherit;
		gap: inherit;
		justify-content: space-around;
	}
	.rsp-countdown-wrapper {
		bottom: 0px;
	}
	.upcoming-order {
		font-size: 18px;
		line-height: 24px;
	}
	.home-break-date {
		font-size: 24px;
		line-height: 32px;
	}
	.site-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.upcoming-container {
	    display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 1fr;
		gap: 15px;
	}
	.upcoming-entry {
		float: none;
	}
	.livestream-day {
		float: none;
	}
	.livevideo {
	    float: none;
		position: relative;
		
		width: 100%;
		min-height: 625px;
		padding-bottom: 0;
		padding-top: 0;
		height: auto;
	}
	.livestream-slots-contain {
		display: block;
	}
	.slots-entry {
		width: 100%;
		display: block;
	}
	.slots-entry .slots-feat {
		width: 100%;
		height: 200px;
	}
	.slots-entry .slots-feat img {
		width: 100%;
		height: auto;
	}
	#break-name {
		font-size: 18px;
		line-height: 22px;
	}
	.csbfbouter {
		grid-template-columns: 1fr 1fr;
	    grid-row-gap: 15px;
	}
	.community-flex .title {
		font-size: 28px;
		line-height: 32px;
	}
	.home .upcoming-entry {
		margin: 0;
		padding: 0;
	}
	.col-full {
		margin: 0;
	}
	.home .slots-feat {
		height: inherit;
		width: inherit;
	}
	.home .slots-feat img {
		width: 100%;
	}
	.home .livestream-day {
		width: 100%;
		padding-left: 0;
		padding: 5px;
		border-left: none;
	}
	.site-main {
	    padding: 0 10px;
	}

	.entry-title:not(.product_title) {
		font-size: 48px;
		line-height: 48px;
		font-weight: 600;
		text-align: left;
	}

	.auction-mini {
		display: none;
	}
	.auction-home-contain {
		display: revert;
	}
}

ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.products li {
	float:none !important;
	margin-right: inherit !important;
	margin-left: inherit !important;
}
ul.products::before, ul.products::after {
    content: "";
    display: none;
}

    body.dark-mode {
        background-color: black;
        color: #999;
    }
	.dark-mode .csbauctionpage, .dark-mode .csbhomecontain {
    	background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)), url(/wp-content/themes/cardsmiths/images/csb-back-trans-gray.png);
	}
	.dark-mode .csbhomeupcoming {
    	background: black;
	}
	.dark-mode .site-header {
    	background-color: black;
		border-bottom-color: #999;
	}
	.dark-mode .home-break-date {
		color: #999;
	}
	.dark-mode .main-navigation ul li a, 
	.dark-mode .site-title a, 
	.dark-mode ul.menu li a, 
	.dark-mode .site-branding h1 a, 
	.dark-mode button.menu-toggle, 
	.dark-mode button.menu-toggle:hover, 
	.dark-mode .handheld-navigation .dropdown-toggle {
    	color: #999;
	}
	.dark-mode li.product {
		background-color: black;
	}
	.dark-mode .homepage-section-header span {
		color: #999;
	}
	.dark-mode .woocommerce-loop-product__title {
		color: #999 !important;
	}
	.dark-mode ul.products li.product .price {
		color: #999;
	}
	.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode .wc-block-grid__product-title {
    	color: #999;
	}
	.dark-mode .product_description {
		color: #000;
	}
	.dark-mode #colophon {
		background-color: #000;
	}
	#darkmodeswitch{position:absolute;top:85px;right:0;width:25px;height:25px;background-color:#FFC82E;}
	#darkmodeswitch:hover{cursor:pointer;}
    .dark-mode .product-details-top .product-name a{
        color: #999;
    }
	.dark-mode table:not( .has-background ) th, .dark-mode table:not( .has-background ) tbody td  {
    	background-color: #111;
	}
	.dark-mode table:not( .has-background ) tbody tr:nth-child(2n) td, .dark-mode fieldset, .dark-mode fieldset .dark-mode legend {
    	background-color: #000;
	}
	.dark-mode .filterbutt img {background-color: #999;}
	.dark-mode #checklist-central-search {background: #999;}
	.dark-mode .ui-widget-content {background: #000;color:#999;}
	.dark-mode input, .dark-mode select, .dark-mode .cardprodinput.sel, .dark-mode textarea { background: #999;}
 	.dark-mode .sgc-type {color:#999;}
	.dark-mode .cardsubmission {background:#111;color:#999;}
	.dark-mode #order_review {background: #000;color:#999;}
	.dark-mode #payment .payment_methods > li:not(.woocommerce-notice) {background-color: #000;color:#999;}
	.dark-mode #payment .payment_methods > li .payment_box, .dark-mode #payment .place-order {background-color:#000;color:#999;}
	.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {background-color:#999;}
	.dark-mode .pick.row:nth-of-type(even) .item {background-color: #163a45 !important;}
    .dark-mode li {color: #999;}
	.ebay-ad-contain.boxes {display:flex;flex-wrap:wrap;flex-direction:row;gap:10px;justify-content:space-around;}
	.ebay-ad-contain.singles {display:flex;flex-wrap:wrap;flex-direction:row;gap:10px;justify-content:space-between;}
	.ebay-item-contain{width:45%;max-width:200px;border-top-left-radius: 16px;border-top-right-radius:16px; overflow: hidden;position:relative;/*border: 1px solid #15CCAD;*/}
	.ebay-item-contain .ebay-item-image {/*width: 100%;height: 100%;*/overflow: hidden;aspect-ratio: 1 / 1;}
	.ebay-item-contain .ebay-item-image img {object-fit: cover;object-position: center;width: 100%;height: 100%;}
	.ebay-item-contain .ebay-item-title.singles {display:block;margin-bottom:5px;}
	.ebay-item-contain .ebay-item-title {padding:0 5px;line-height:1em;height: 3.1em; overflow: hidden;display:none;}
	.ebay-item-contain .ebay-item-title a {}
	.ebay-item-contain .ebay-item-price {padding:0 5px; display:flex;justify-content:space-between;align-items: center;}
	.ebay-item-contain .ebay-item-price a {}
	.ebay-item-contain .ebay-item-price .view {margin-left:auto;}
	.ebay-item-contain .ebay-item-price a.chevron {margin-left:5px;color:#15CCAD !important;font-size: 16px;}
	.ebay-item-contain a:hover{text-decoration:underline !important;color:#15CCAD !important;}
	.ebay-item-contain a {color: black; text-decoration:none !important; font-size:14px;}
	.dark-mode .ebay-item-contain a {color: white;}
	/* HTML: <div class="ribbon">Your text content</div> */
	.ribbon {
		font-size: 28px;
		font-weight: bold;
		color: #fff;
	}
	.ribbon {
		--f: 2em; /* control the folded part */
		position: absolute;
		top: 0;
		right: 0;
		line-height: 2.6;
		padding-inline: 1lh;
		padding-bottom: var(--f);
		border-image: conic-gradient(#0008 0 0) 51%/var(--f);
		clip-path: polygon(
			100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
		transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
		transform-origin: 0% 100%;
		background-color: #fff; /* the main color  */
	}

	@media (max-width: 435px) {
		.ribbon {
			--f: 1.4em; /* control the folded part */
			line-height: 2;
		}
		.ebay-item-contain.boxes{
			width:30%;
		}
	}
	@media (max-width: 400px) {
		.ribbon {
			--f: 1.4em; /* control the folded part */
			line-height: 2;
		}
	}
