/*
Theme Name:     3clicks Child Theme
Theme URI:      http://3clicks.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       3clicks
Version:        1.0
Tags:           flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Home Page Countdown Timer */
#home-countdown {
	text-align: center;
}
.g1-countdown {
	display: inline-block;
	margin: 0 auto;
	width: 420px;
}
#home-countdown h1,
#home-countdown h2 {
	background-color: rgba(0,0,0,0.8);
	display: inline-block;
	padding: 10px 20px;
}
#home-countdown h2 {
	font-weight: bold;
}
.g1-countdown-inner .countdown_row .countdown_section .countdown_amount {
	font-size: 160% !important;
}
.g1-countdown-inner .countdown_row span:first-of-type span:first-of-type {
	font-size: 220% !important;
}
.g1-countdown-inner .countdown_row .countdown_section {
	font-size: 80% !important;
}

/*Home Page Slider */
.tp-tab-title,
.tp-tab-desc {
	background: rgba(0,0,0,0.7);
	padding: 3px 6px;
}

/*Contact Info*/
#contact-info {
	padding: 0 0 0 40px;
}

/* Tooltip container */
.mytooltip {
    position: relative;
    display: inline-block;
  /*  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}.mytooltip td {	width=100% !important;}

/* Tooltip text */
.mytooltip .mytooltiptext {
    visibility: hidden;
   /* width: 200px; */
    background-color: #cccccc;
	font-size: 12px;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 90%;
  /*  margin-left: -50px; */
}

.mytooltip .mytooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #00968c transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.mytooltip:hover .mytooltiptext {
    visibility: visible;
}

table#recbook tr.major {
/*	background-color: rgba(0,48,45,0.2); */
	background-color: #001917;
}
table#recbook tr.major td {
	background: transparent; 
}
table#recbook tr.minor {
	background-color: black; 
}
table#recbook tr.minor td {
	background: transparent; 
}
.highlightbox {
	width: 20px;
	height: 20px;
	background-color: #001917;
}

H3.entry-subtitle {
	font-size: 28px;
}

.interview-op {
	color: white;
}
.interview-leg {
	color: #00968c;
}
.playersponsor-large {
	color: white;
	font-size: large;
}
.mylargertext {
	color: white;
	font-size: 32px;
}

.mysmalltext {
	color: white;
	font-size: small;
}


table#handicaps tr.hdr {
	background-color: #00302d; 
}
table#handicaps th {
	color: white; 
	font-weight: normal;
	vertical-align: middle;	
}
table#handicaps tr:nth-child(even){
	background-color: #f2f2f2 !important;
}

table#membersonly {
	border: 3px solid #00302d;
}

table#membersonly tr.hdr {
	background-color: #00302d; 
}
table#membersonly td {
	vertical-align: middle;	
}

table#tourneyfield td {
	vertical-align: middle;	
}


