@charset "utf-8";
/* CSS Document */

/*
Theme Name:  Canvas Child
Theme URL:  /
Description:  Child theme for Canvas
Template:  canvas
Version:  5.1.6
*/

/* Custom style.css for Red Hot Poker Tour */

@import  url('/canvas/style.css');

body {
	background: #fff;
	/* background: #000;
	background-image:url('/wp-content/uploads/background.jpg');
	background-repeat:repeat-x;*/
	/*background-position:bottom left;*/
	background-attachment:fixed;
}

#wrapper {
	width: 950px;
  	background: #fff;
  	padding: 10px 20px 0 0;		/*padding-top was 20px before border added*/
	border-left: 20px solid #fff; /*#e60000;*/
	border-right: 20px solid #fff; /*#e60000;*/
}

#header {
	width: 950px;
	height: 140px;
	padding: 0 0 2px;
}

/*added*/
#header .nav-toggle {
  text-align: center;
  display: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: #999;
  border-radius: 3px;
}
#header .nav-toggle a {
  color: #fff;
}
#header .nav-toggle a:hover {
  color: #ccc;
  text-decoration: none;
}


img {
  border: none !important;
}

#content {
	margin-bottom: 0;
}

#logo {
  float: left;
  width: 310px;
  height: 110px;
  margin-left: 30px;
}

#ad {
  float: right;
  width: 610px;
  margin-top: 50px;
}

#topad {
  /*margin: 2em 0 0.5em;*/
  padding-right: 12px;  /*added to allow ad to line up with elements in sidebar when horizontal nav borders were added*/
}

#navborder {
  border-top: 2px solid #eee;
  padding: 0;
  margin-bottom: 12px;
  margin-right: -10px;
  margin-left: 7px;
}
#navborder2 {
  border-top: 2px solid #eee;
  padding: 0;
  margin-bottom: 10px;
  margin-right: -10px;
  margin-left: 7px;
}
#navigation {
  border: none;
  margin-bottom: 10px;
}

/* SIDEBAR */
.slideshow_content {
  margin-top: 2px;
}

/*TWITTER AREA OF SIDEBAR*/
#twitter_update_list_woo_twitter-2 .content {
  font-family: 'Pontano Sans', sans-serif;
  font-size: 1.1em;
  line-height: 0.75em;
  margin-top: 0;
}

#woo_twitter-2 .back {
  margin: 0;
  padding: 5px;
}

/*WOOCOMMERCE CART*/
div.cart_totals.calculated_shipping {
	width: 400px;
}
ul#shipping_method li:last-child {
	display: none;
}
select#shipping_method {
	width: 250px!important;
}
select#shipping_method option:last-child {
	display: none;
}

/* remove plus/minus box for quantity ordered in WooCommerce cart */
div.quantity.buttons_added input.minus,
div.quantity.buttons_added input.plus {
	display: none!important;
}
div.quantity input.input-text.qty {
	width: 50px !important;
	text-align: left !important;
	padding: 2px 0 2px 5px !important;
	border-left: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
}

div#payment {
	background: none !important;
}

input#place_order {
	margin-right: 15px;
}

.woocommerce a.remove:hover {
	color: #F00 !important;
}

/*hide product image column during checkout to make columns fit*/
th.product-thumbnail, td.product-thumbnail {
	display: none !important;
}

/*temporarily disable the store
form.cart, p.stock.in-stock {
	display: none;
}
*/

/* SLIDESHOW */
/* don't display slideshow arrows' background */
div.slider-nav span.left, div.slider-nav span.right {
background: none!important;
}



/* Poll Widget */
.os-power-by {
  display: none!important;
}


/*FOOTER*/
#footer {
  border-top: 1px solid #e6e6e6;
  background-color: #000;
}

#footer .col-left {
  margin-bottom: 0;
}

#footer .inner {
  width: 900px;
  height: 225px;
  margin: 0 auto;
  padding: 10px 5px;
  border: 1px solid #303030;
  background-color: #151515;
}

#footer .cols {
   float: left;
   width: 125px;
   margin: 15px 0 5px 30px;
}

#footer h2 {
	text-transform: uppercase;
	font: bold 1em Arial;
	color: #bfbfbf;
	display: inline;
}

#footer a {
	text-decoration:none;
	color: #bfbfbf;
}

#footer a:hover {
	text-decoration:underline;
	color: #bfbfbf;
}

/*navigation*/
#menu {
	width: 645px;
	float: left;
	font: 14px 'Noto Sans', sans-serif;
}
#menu ul {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    height: 15px;
    list-style: none;
    z-index: 3;
}
#menu ul li {
    display: block;
    position: relative;
    float: left;
}
#menu li ul {
    display: none;
}

/*TOP LEVEL*/
#menu ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    border: 1px solid #fff;
    padding: 5px 15px 5px 15px;
    margin-right: 10px;
    white-space: nowrap;
}

/*TOP LEVEL ADDED TO CHANGE ONLY TOP LEVEL DURING HOVER */
#menu ul li a:hover {
    color: #fff;
    background: #000;
}

/*LOWER LEVEL */
#menu ul li:hover ul li a {
    display: block;
    color: fff;
    background: #e60000;
}

#menu ul li:hover ul li a:hover {
    display: block;
    color: fff;
    background: #000;
}

/*LOWER LEVEL COLORS ##### SPECIAL CLASS WITH DIFFERENT BACKGROUND
AND FORCED WIDTH TO SET WIDTH OF REMAINING SUB CATEGORIES #### */
#menu ul li:hover ul li.special a {
    background: #000;
    color: #fff;
    width: 106px;
}
#menu ul li:hover ul li.special a:hover {
    background: #e60000;
    color: #fff;
    width: 106px;
}
#menu ul li:hover ul li.special2 a {
    background: #000;
    color: #fff;
    width: 130px;
}
#menu ul li:hover ul li.special2 a:hover {
    background: #e60000;
    color: #fff;
    width: 130px;
}
#menu ul li:hover ul li.special3 a:hover {
    /*background: rgb(232, 73, 13);*/
    background: #f5b200;
    color: #fff;
}
#menu ul li:hover ul li.specialgreen a:hover {
    background: #709302;
    color: #fff;
}

/*DISPLAY DROP-DOWN ON TOP LEVEL HOVER */

#menu li:hover ul {
    display: block;
    position: absolute;
}
#menu li:hover li {
    float: none;
    font-size: 11px;
}
#menu li:hover a { background: #000; color: #fff; border: 1px solid #eee; }

#menu ul li ul li:hover ul li ul li a:hover {
    background: #000; color: #fff; border: 1px solid #eee;
}




/************** menu 2 *******************/

#menu2 {
	width: 305px;
	float:left;
}
#menu2 ul {
    list-style: none;
    z-index: 3;
}
#menu2 ul li {
	margin-right: 2px;
}
#menu2 ul li.first {
	width: 150px;
	height: 29px;
	color: #fff;
    	float: left;
	background-image:url('/wp-content/uploads/menu-register-off.jpg');
	background-repeat: no-repeat;
}

#menu2 ul li.second {
	width: 150px;
	height: 29px;
	color: #fff;
	float: left;
	background-image:url('/wp-content/uploads/menu-red-club-off.jpg');
	background-repeat: no-repeat;
}

#menu2 ul li.first:hover {
	background-image:url('/wp-content/uploads/menu-register-over.jpg');
	background-repeat: no-repeat;
}

#menu2 ul li.second:hover {
	background-image:url('/wp-content/uploads/menu-red-club-over.jpg');
	background-repeat: no-repeat;
}


<!---	C U S T O M   F O N T S --->

/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/
/* 4.2 Generic Widgets */
.widget {
  font-family: 'Noto Sans', sans-serif;
}
.widget h3 {
  font: normal bold 14px 'Noto Sans', sans-serif;
}

.entry {
  font: 16px 'Pontano Sans', sans-serif;
  color: #555;
  margin-left: 17px;
  margin-top: 0;
}
.entry p {
  font: 16px 'Pontano Sans', sans-serif;
  color: #555;
}
.entry hr {
  border-bottom: 1px dashes #eee;
}
.entry h1, h2, h3, h4, h5, h6 {
	color: #555;
	font-family: 'Pontano Sans', sans-serif;
	padding-bottom: 0;
}
.entry h1 {
       font-size: 1.3em;
       margin: 1.3em 0 0.75em;
}
.entry h2 {
       font-size: 1.2em;
}
.entry h3 {
       font-size: 1em;
       margin-bottom: 0.75em;
}

#main .title {
	display: none;	/*hide page titles */
}

#main .page-title {
	display: none;	/*hide page titles on store */
}

/* REGIONS TEMPLATE */
/* REGIONS UNDER TOURNAMENTS */
#tournaments {
	font: 1em 'Pontano Sans', sans-serif;
	color: #555;
	background: #fff;
	margin: 15px 0 0 15px;
}
#tournaments h1, h2, h3, h4, h5, h6 {
    	font-family: 'Pontano Sans', sans-serif;
	font-weight: bold;
	color: #555;
}
#tournaments h1 {  /* holds title info, such as London on region pages */
	font-size: 2.1em;
    	font-family: 'Pontano Sans', sans-serif;
	font-weight: bold;
	color: #555;
	margin: 0;
	display: block;
}
#tournaments h2 { /* holds news section on region pages */
	font-size: 1.3em;
	margin-top: 15px;
	color: #555;
}
#tournaments h3 {
    	font-family: 'Pontano Sans', sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #bfbfbf; /*#7f7f7f;*/
	display: inline-block;
}
#tournaments h4 {
    	font-family: 'Pontano Sans', sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #3088ff;
	margin: 15px 0 15px;
}
#tournaments a.special {
 	color: #E60000;
}
#tournaments a:hover.special {
 	color: #E60000;
	text-decoration: underline;
}
#tournaments a { /*holds Leaderboard and Regional Director's info on region pages*/
	font-weight: bold;
    	font-family: 'Pontano Sans', sans-serif;
	color: #bfbfbf;
	text-decoration: none;
}
#tournaments a:hover {
	color: #bfbfbf;
	text-decoration: underline;
}
#top table, th, td {
	border: none;
	background: #fff;
}

#tournaments a img {
  	border: none;
}
#tournaments div {	/*holds champion name and image*/
	float: right;
	width: 150px;
  	background: #000;
	border: none;
    	font: 1.1em 'Pontano Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-left: 5px;
	margin-top: 5px;
	text-transform: uppercase;
}
.champheading {
	width: 150px;
	background: #000;
    	font: 1.2em 'Pontano Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
#tournaments img {	/*champion image format */
	border: none; /* border: 2px solid #000; */
}
#tournaments ul {
	font-size: 1.2em;
    	font-family: 'Pontano Sans', sans-serif;
	color: #555;
	margin: 10px 15px 0 15px;
}
#tournaments li {
	list-style-type: disc;
}

#small {
	font-size: small;
    	font-family: 'Pontano Sans', sans-serif;
}

/* TOURNAMENTS TABLE FORMATTING */
#tourneyMain {
  margin-left: -2px;
  margin-top: 10px;
  color: #555;
}
#tourneyMain h1, h2, h3, h4, h5, h6 {
  color: #555;
}
#tourneyMain table {
  color: #555;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 15px; /*1.5em;*/
}
#tourneyMain table td,
#tourneyMain table th {
  padding: 3px;
  font: 1em 'Pontano Sans', sans-serif;
  border-right: 1px solid #eee;
  vertical-align: top;
  background: #f4e9e9;	/*alternate table row colors; lighter pink*/
}
/*added*/
#tourneyMain p, #tourneyMain br {
  margin-bottom: 0;
}
/*added*/
#tourneyMain table strong, #tourneyMain table b {
  color: #000;
}
#tourneyMain table td p:last-child,
#tourneyMain table th p:last-child {
  margin-bottom: 0;
}
#tourneyMain table thead th {
  background: #fff;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 2px;
  vertical-align: middle;
}
#tourneyMain table tbody th {
  background: #c0504d; /*table heading color; maroon*/
  color: #fff;
  font-weight: bold;
  padding: 2px 2px 10px 5px;
  border-bottom: 1px solid #eee;
}
#tourneyMain table tbody tr:nth-child(even) td {
  border-right: 1px solid #f1f1f1;
  background: #e8d0d0; /*alternate table row colors; darker pink*/
  padding: 3px;
}
#tourneyMain table tbody tr:nth-child(2) td:last-child {
  border-right: 0;
}
#tourneyMain table tbody td {
  border-bottom: 1px solid #eee;
}
#tourneyMain table tbody tr:last-child td {
  border-bottom: 0;
}
#tourneyMain table tbody tr:last-child th {
  border-bottom: 0;
}
#tourneyMain table img {
  display: block;
  margin-top: 10px;
}



/* POS TABLE */
#pos {
  margin-left: -2px;
  margin-top: 10px;
  color: #555;
}
#pos img {
  border: none !important;
}
#pos h1, h2, h3, h4, h5, h6 {
  color: #555;
}
#pos table {
  color: #555;
  font: 1em 'Pontano Sans', sans-serif;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px;
  border: none !important;
}
#pos table td,
#pos table th {
  padding: 3px;
  vertical-align: top;
}
#pos table tbody th {
  color: #fff;
  font-weight: bold;
  background: #898989;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  text-align: center;
}
#pos p, #pos br {
  margin-bottom: 0;
}
#pos table strong, #pos table b {
  color: #898989;
}
#pos table td:first-child {
  width: 50px !important;
  text-align: center;
}
#pos table td:nth-child(2) {
  width: 50px !important;
  text-align: center;
}
#pos table td:nth-child(2),
#pos table td:nth-child(3) {
  color: #898989;
  font-weight: bold;
}
#pos table td:last-child {
  text-align: right;
  width: 100px;
}
#pos table td:first-child img {
  float: right;
  margin-left: 10px;
}
#pos table tbody tr:nth-child(odd) td {
  background: #F2F3F2; /*alternate table row colors; light gray*/
}
#pos table tbody tr:nth-child(even) td {
  background: #fff; /*alternate table row colors; white*/
}




/* CONTACT PAGE TABLE FORMATTING */
#alternate {
  margin-left: -2px;
  margin-top: 10px;
}
#alternate h1, h2, h3, h4, h5, h6 {
  color: #555;
}
#alternate table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 15px; /*1.5em;*/
}
/*added*/
#alternate p, #alternate br {
  margin-bottom: 0;
}
/*added*/
#alternate table strong, #alternate table b {
  color: #000;
}
#alternate table td,
#alternate table th {
  padding: 3px;
  font: 1em 'Pontano Sans', sans-serif;
  border-right: 1px solid #eee;
  vertical-align: top;
  background: #f4e9e9;	/*alternate table row colors; lighter pink*/
}
#alternate table td p:last-child,
#alternate table th p:last-child {
  margin-bottom: 0;
}
#alternate table thead th {
  background: #fff;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 2px;
  vertical-align: middle;
}
#alternate table tbody th {
  background: #c0504d; /*table heading color; maroon*/
  color: #fff;
  font-weight: bold;
  padding: 2px 2px 10px 5px;
  border-bottom: 1px solid #eee;
}
#alternate table tbody tr:nth-child(2n) td {
  border-right: 1px solid #f1f1f1;
  background: #e8d0d0; /*alternate table row colors; darker pink*/
  padding: 3px;
}
#alternate table tbody tr:nth-child(2n) td:last-child {
  border-right: 0;
}
#alternate table tbody td {
  border-bottom: 1px solid #eee;
}
#alternate table tbody tr:last-child td {
  border-bottom: 0;
}
#alternate table tbody tr:last-child th {
  border-bottom: 0;
}

/*PLAIN TABLES WITH NO BORDERS OR BACKGROUND*/
#plain {
  font: 1em 'Pontano Sans', sans-serif;
  color: #555;
  background: transparent;
  margin: 15px 0 0;
}
#plain h1, h2, h3, h4, h5, h6 {
   font-family: 'Pontano Sans', sans-serif;
   font-weight: bold;
   color: #555;
}
#plain h1 {  /* holds title info */
   font-size: 1.6em;
   font-family: 'Pontano Sans', sans-serif;
   color: #555;
   margin: 15px 0 5px;
}
#plain h2 { /* holds subsections */
   font-size: 1.3em;
   color: #555;
   margin: 5px 0 10px;
}
#plain h3 {
   font-size: 1.2em;
   color: #555;
}
#plain h4 {
   font-size: 1.2em;
   color: #555;
}
#plain a {
	/*font-size: 1.1em;*/
	/*font-weight: bold;*/
    	font-family: 'Pontano Sans', sans-serif;
	color: #e60000; /*color: #3088ff;*/
	text-decoration: none;
}
#plain a:hover {
	color: #e60000;
	text-decoration: underline;
}

/*added*/
#plain strong, #plain b {
  color: #000;
}

#plain ul, ol {
   margin-left: -15px;
}
#plain li {
   color: #555;
   line-height: 1.5em;
   padding-left: 10px;
   margin-bottom: 0.3em;
}
#plain li ul li {
   list-style-type: disc;
}
#plain img {
   border: none;
}
#plain table {
   width: 100%;
   border: none;
   background: transparent;
   margin: 0 0 0 -20px;
   line-height: 1.5em;
   color: #555;
}
#plain table td,
#plain table th {
   border: none;
   vertical-align: top;
   background: transparent;
   padding-top: 0;
}
#plain table td p:last-child,
#plain table th p:last-child {
   margin: none;
   background: transparent;
   color: #555;
}
#plain table thead th {
   border: none;
   padding: 0;
   vertical-align: middle;
   background: transparent;
}
#plain table tbody th {
   color: #fff;
   font-weight: bold;
   border: none;
   background: transparent;
}
#plain table tbody tr:nth-child(2n) td {
   border: none;
   background: transparent;
   color: #555;
}
#plain table tbody tr:nth-child(2n) td:last-child {
   border: none;
   background: transparent;
   color: #555;
}
#plain table tbody td {
   border: none;
   background: transparent;
   color: #555;
}
#plain table tbody tr:last-child td {
   border: none;
   background: transparent;
   color: #555;
}
#plain table tbody tr:last-child th {
   border: none;
   background: transparent;
   color: #555;
}

/*WINNERS for League-Champions page*/
#winners {
  width: 610px;
  font: 1em 'Pontano Sans', sans-serif;
  color: #555;
}
#winners img {
   border: 0;
   margin: 0;
   padding: 0;
   background: transparent !important;
}
#winners .imgcol {
   float: left;
   width: 154px;
   height: 180px;
   margin: 0 0 10px 0;
   padding: 0;
}
#winners .imgcol img {
   border: 0 !important;
   margin: 0;
   padding: 0;
   background: transparent !important;
}
#winners .col2 {  /* holds league winners in second column */
   float: left;
   width: 266px;
   height: 170px;
   background: #e60000;
   margin: 0 0 10px 0;
   padding: 5px 0 5px 15px;
}
#winners .col2 h2 {
   font-family: 'Pontano Sans', sans-serif;
   font-size: 30px;
   font-weight: bold;
   color: #fff;
   margin: 15px 0 10px;
   line-height: 1em;
}
#winners .col2 h3 {
   font-family: 'Pontano Sans', sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #fff;
   margin-bottom:-2px;
}
#winners .col2 h4 {
   font-family: 'Pontano Sans', sans-serif;
   font-size: 1.1em;
   font-weight: bold;
   color: #fff;
   display: block;
   margin-top: -8px;
   margin-bottom: 7px;
}
#winners .col3 {  /* holds season numbers in 3rd column */
   float: left;
   width: 160px;
   height: 180px;
   background: #e60000;
   margin: 0 0 10px 0;
   padding: 0;
}
#winners .col3 h1 {
   font-family: sans-serif;
   font-size: 100px;
   font-weight: bold;
   color: #fff;
   display: inline-block;
   /* display:table-cell; vertical-align:middle;   //won't work with text-align:center; so opted for margin-top instead */
   text-align: center;
   margin-top: 18px;
}

/*ITM for In The Money page*/
#itm {
  width: 600px;
  font: 1em 'Pontano Sans', sans-serif;
  color: #fff;
}
#itm table {
  background: #000;
  color: #fff;
  padding: 10px;
  margin: 0 0 5px;
}

#itm td {
  font: 1em 'Pontano Sans', sans-serif;
  color: #fff;
  background: #000;
  border: none;
}

#itm h1, #itm h2, #itm h3, #itm h4, #itm h5, #itm h6, #itm p, #itm span {
  font: 1em 'Pontano Sans', sans-serif;
  color: #fff;
}

#itm h2 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/*IPAD SETTINGS FOR ALTERNATE DIVS AND TABLE TEXT*/
@media only screen and (max-width: 1024px) {
#alternate {
  color: #555;
}
#alternate table {
  color: #555;
}
@media only screen and (max-width: 768px) {
#alternate {
  color: #555;
}
#alternate table td {
  color: #555;
}
/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/
/* 4.2 Generic Widgets */
.widget {
  margin: 0 0 15px 0;
  font-size: 12px;
}
.slideshow-container {
    max-width: 950px; /* Соответствует ширине #wrapper */
    margin: 20px auto;
}

.slideshow_view {
    position: relative;
}

.slideshow_slide_image img {
    width: 100%;
    height: auto;
    display: block;
    border: none !important; /* Соответствует существующему правилу для img */
}

.slideshow_description_box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.7); /* Полупрозрачный фон для читаемости */
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Pontano Sans', sans-serif; /* Соответствует шрифту сайта */
}

.slideshow_title a {
    color: white;
    text-decoration: none;
}

.slideshow_title a:hover {
    text-decoration: underline;
}

/* Стили для стрелок и точек навигации */
.slick-prev, .slick-next {
    z-index: 1;
    background: none !important; /* Убираем фон стрелок, как в .slider-nav */
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-dots {
    text-align: center;
    padding: 10px 0;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #fff;
}
