/* SITE5 WORDPRESS THEME TOGGLE */
#content article #toggle-view
{

	list-style:none;
	margin: 20px 0 0!important;
	padding-bottom:20px;
}

#content article #toggle-view li
{
	background: #141414;
	border-radius: 0;
	cursor:pointer;
	list-style:none;
	margin: 5px 0;
	padding: 3px 15px 3px 42px;
	position:relative;
}

#content article #toggle-view li h5{
    margin: 5px 0 4px 0;
}

#content article #toggle-view span
{
	color:#F60B51;
	font-size:16px;
	left:8px;
	position:absolute;
	top:7px;
}

#content article #toggle-view p
{
	display:none;
	margin:15px 0;
}

#toggle-view .toggle-indicator{
    background: url("../images/toggle/icon-plus.png") center no-repeat;
    width: 25px;
    height: 35px;
    margin-top: -7px;
    margin-left: -7px;
}

#toggle-view .toggle-indicator-plus{
    background: url("../images/toggle/icon-plus.png") center no-repeat;
    width: 25px;
    height: 35px;
    margin-top: -7px;
    margin-left: -7px;
}

#toggle-view .toggle-indicator-minus{
    background: url("../images/toggle/icon-minus.png") center no-repeat;
    width: 25px;
    height: 35px;
    margin-top: -7px;
    margin-left: -7px;
}

/*TOGGLE WIDGET */

aside #toggle-view
{

    list-style:none;
    margin: 20px 0 0!important;
    padding-bottom:20px;
}

aside #toggle-view li
{
    background: #141414;
    border-radius: 0;
    cursor:pointer;
    list-style:none;
    margin: 5px 0;
    padding: 3px 15px 3px 42px;
    position:relative;
    border: none;
}

aside #toggle-view li h5{
    margin: 5px 0 4px 0;
}

aside #toggle-view span
{
    color:#F60B51;
    font-size:16px;
    left:8px;
    position:absolute;
    top:7px;
}

aside #toggle-view p
{
    display:none;
    margin:15px 0;
}

aside .toggle-indicator{
    background: url("../images/toggle/icon-plus.png") center no-repeat;
    width: 25px;
    height: 35px;
    margin-top: -7px;
    margin-left: -7px;
}

aside .toggle-indicator-plus{
    background: url("../images/toggle/icon-plus.png") center no-repeat;
    width: 25px;
    height: 35px;
    margin-top: -7px;
    margin-left: -7px;
}

aside .toggle-indicator-minus{
    background: url("../images/toggle/icon-minus.png") center no-repeat;
    width: 25px;
    height: 35px;
    margin-top: -7px;
    margin-left: -7px;
}

#accordion {
    margin: 0;
}

#accordionEvent {
    margin: 0 !important;
	display: block;
	padding: 0;
}

#accordion .accordion-content {display: none;}
.clubHead {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
}

.clubHead h4 {
    text-transform: uppercase;
    margin: 0;
}

.clubHead span {
    text-transform: capitalize;
}

.clubHead .rightGoTo {
    float: right;
    color: #cf202e;
    background: url("../images/toggle/9_club_watch.png");
    text-indent: -9999px;
    height: 23px;
    width: 65px;
    position: relative;
    bottom: 10px;
}

.clubHead .rightGoToEvent {
    float: right;
    color: #cf202e;
    background: url("../images/toggle/events-more-info.png");
    text-indent: -9999px;
    height: 23px;
    width: 65px;
    position: relative;
    bottom: 10px;
}

.clubHead .rightGoToClose {
    float: right;
    color: #cf202e;
    background: url("../images/toggle/9_club_close.png");
    text-indent: -9999px;
    height: 23px;
    width: 63px;
    position: relative;
    bottom: 10px;
}

.clubHead .rightGoTo span {
    border: 2px solid #CF202E;
    border-radius: 25px;
    padding: 1px 1px 1px 3px;
    font-size: 10px;
    margin-left: 3px;
    position: relative;
    bottom: 1px;
}

.clubHead .trick {
    font-family: 'alternate_gothic_fs_no_3Rg','sans-serif' !important;
    font-weight: 100;
    color: #999;
}

#accordion .accordion-content {display: none;}
.eventHead {
    cursor: pointer;
    padding: 20px 10px;
    border-bottom: 1px solid #d7d7d7;
}
.eventHead.active {
    border: none;
}

.eventHead h4 {
    text-transform: uppercase;
    margin: 0;
    color: #000;
}

.eventHead span {
    text-transform: capitalize;
}

.eventHead .rightGoTo {
    float: right;
    color: #cf202e;
    background: url("../images/toggle/9_club_watch.png");
    text-indent: -9999px;
    height: 23px;
    width: 65px;
    position: relative;
    bottom: 10px;
}

.eventHead .rightGoToEvent {
    float: right;
    color: #000;
    background: url("../images/toggle/events-more-info-black.png") no-repeat;
    text-indent: -9999px;
    height: 20px;
    width: 80px;
    position: relative;
    bottom: 20px;
	margin: 0;
}

.eventHead .rightGoToClose {
    float: right;
    color: #cf202e;
    background: url("../images/toggle/9_club_close.png")no-repeat;
    text-indent: -9999px;
    height: 25px;
    width: 63px;
    position: relative;
    bottom: 20px;
	margin: 0;
}

.eventHead .rightGoTo span {
    border: 2px solid #CF202E;
    border-radius: 25px;
    padding: 1px 1px 1px 3px;
    font-size: 10px;
    margin-left: 3px;
    position: relative;
    bottom: 1px;
}

.eventHead .trick {
    font-family: 'alternate_gothic_fs_no_3Rg','sans-serif' !important;
    font-weight: 100;
    color: #999;
}
.event-session-time a{
    width: 100px;
    border-radius: 10px;
    border: solid 1px #000;
    font-size: 24px;
    padding: 10px 25px;
    text-decoration: none;
    color: #000;
    margin: 0 10px;
    text-align: center;
}
.event-session-time a:hover {
    background-color: #000;
    color: #fff;
}
@media only screen and (max-width: 500px) {
    .event-session-time a {
        display: block;
        margin: 10px;
    }
}

.setRed {
    color: #cf202e;
}

.nine_club_header {
    background: #000;
    text-align: center;
    text-transform: uppercase;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    float: left;
    margin: 20px 0;
}
.accordion-content {
    display: none;
    list-style-type: none;
    clear:both;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}
.accordion-content p {
    padding-left: 10px;
}
.accordion-content > div {
    margin-bottom: 10px;
}
  .accordion-content.default {display: block;}
  .accordion-toggle { text-transform: uppercase; color: #000; }



