﻿#customSearch,
#custom-links,
#guaranteeBox,
#side-nav,
#nav-phone,
#nav-phone span,
#menu-toggle,
.content-title {
    display: none;
}
body {
    line-height: 1.4;
    font-size: 14px;
    color: rgb(60,60,60);
    font-family: 'Roboto', arial, sans serif;
}
* {
    box-sizing: border-box;
}
a {
    color: rgb(60,60,60);
    text-decoration: none;
    transition: color .3s, background-color .3s;
}
a:hover {
    color: #1E80CE;
}
ul {
    list-style:none;
}


#container {
	background-color:rgb(237, 235, 236);
    padding-top:50px;
}

#wrap, header, #powered-by {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
#header-wrap {
    height: 50px;
    background-color: rgb(7, 31, 50);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 2px 3px 0 rgba(10,10,10,.2);
}
header {
    min-height:50px;
    line-height:48px;
    vertical-align:middle;
}
#logo {
    font-size: 22px;
    height: 50px;
    color:#fff;
    display: inline-block;
}
#logo h1 {
    font-size: 22px;
}
#logo h1 span:nth-child(2) {
    color: rgb(70, 180, 248);
}
nav {
    float: right;
    text-align: right;
}
#menu li {
    display:inline-block;
}
#menu a {
    display: block;
    color: #cacaca;
    font-size: 18px;
    padding: 0 20px;
    height: 50px;
}

#powered-by {
    color:#ddd;
    padding:4px 20px;
    display:none;
}
#search {
    background-color: rgb(22,22,22);
}
#largeSearchContainer {
    padding: 20px;
    text-align: center;
    background: linear-gradient( to right, rgba(22,22,22, 1) 0, rgba(22,22,22, 0.4) 100px, rgba(22,22,22, 0.4) 1340px, rgba(22,22,22, 1) 1440px ), url(https://s3.amazonaws.com/content-s3.tickettransaction.com/08058/files/images/seats-gray.jpg) center center no-repeat;
    max-width: 1440px;
    margin: auto;
}
#largeSearchContainer h2 {
    font-size: 34px;
    font-weight: bold;
    margin: 12px 0 20px 0;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .4), 1px 1px 1px rgba(0, 0, 0, .6);
    color: #fff;
}
#largeSearch {
    max-width: 725px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 80%;
}
#searchForm {
    position:relative;
}
#largeSearch i {
    position: absolute;
    font-size: 28px;
    top: 16px;
    left: 15px;
    color: #b7b7b7;
}
#largeSearch input {
    width: 100%;
    font-size: 22px;
    padding: 14px 130px 14px 60px;
    border-radius: 6px;
    border: none;
}
#largeSearch button {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    height: auto;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    padding: 0 20px;
    background-color: #1E80CE
}
#disclaimer {
    margin-top: 34px;
    margin-bottom: 0px;
    color: #eee;
    text-align: center;
    line-height: 1;
}


#wrap {
    margin-top:25px;
}
#mini-content {
    width: 70%;
    margin:0;
    padding:0;
}
#mini-content, .content-box {
    border: solid 1px #dbdbdb;
    padding: 18px 20px 20px;
    background-color: #fdfdfd;
    margin: 0 0px 10px;
    box-shadow: 0px 3px 4px rgb(218, 218, 218);
}
.content-box img,
.content-box iframe {
    max-width:100%;
}
.box-title {
    font-size:18px;
    margin:0 0 14px;
    padding:0;
    line-height:1;
}
.box-heading {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 2px;
}
#results-header {
    margin-bottom: 18px;
    font-size: 20px;
}



#side-nav,
#side-bar {
	width:30%;
	float:right;
	padding:0 0 0 15px;
}
#side-bar-top,
#side-bar-bottom {
    margin: 0;
}
#side-bar .box-title {
    color: #1E80CE;
    border-bottom: 1px solid;
    padding: 0 0 10px;
    text-align:center;
}
footer {
    background-color: #222;
    margin-top: 30px;
    color: #ddd;
    padding: 20px 20px 30px;
    text-align:center;
}
footer li {
    display: inline-block;
}
#footer-top-links a,
#footer-links a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    padding: 0px 24px;
}
.footer-social-links {
    margin: 18px 0;
}
#footer-top-links a {
    font-size: 20px;
    padding-top:10px;
    padding-bottom:10px;
}


/**RESPONSIVE SECTION**/

@media screen and (max-width:1199px) {
    #largeSearchContainer h2 {
        font-size: 28px;
        margin: 8px 0 15px 0;
    }
    #largeSearch input {
        font-size: 20px;
        padding: 13px 130px 13px 60px;
    }
    #largeSearch button {
        top: 3px;
        right: 3px;
        bottom: 3px;
    }
    #disclaimer {
        margin-top: 25px;
    }
    #largeSearch i {
        font-size: 24px;
    }
    #mini-content {
        width: 68%;
    }
    #side-nav, #side-bar {
        width: 32%;
    }
}

@media screen and (max-width:959px) {
    #menu a {
        font-size: 16px;
        padding: 0 14px;
    }
    #largeSearchContainer h2 {
        font-size: 24px;
        margin: 0px 0 15px 0;
    }
    #results-header {
        font-size: 18px;
    }
    #largeSearch input {
        font-size: 18px;
        padding: 12px 130px 12px 60px;
    }
    #largeSearch i {
        font-size: 22px;
    }
    #disclaimer {
        margin-top: 20px;
    }
    #mini-content {
        width: 65%;
    }
    #side-nav, #side-bar {
        width: 35%;
    }
}
@media screen and (min-width:768px) {
    #menu{
        display:block !important;
    }
}
@media screen and (max-width:767px) {
    header {
        text-align:center;
        padding:0 60px;
    }
    #logo {
        position: relative;
        z-index: 1;
    }
    #logo h1 {
        font-size: 20px;
    }
    nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    #nav-phone,
    #menu-toggle {
        display: block;
        color: #fff;
        font-size: 24px;
        width: 50px;
        text-align: center;
        cursor:pointer;
    }
    #menu-toggle {
        float:left;
    }
    #nav-phone {
        float:right;
    }
    #menu {
        display: none;
        background: #111;
        text-align: left;
        position: absolute;
        top: 50px;
        width: 100%;
        box-shadow: 0 1px 5px rgba(0,0,0,.4);
    }
    #menu li {
        display: block;
    }
    #menu a {
        padding: 0 20px;
        font-weight:bold;
        color:#eee;
    }
        #menu a:hover {
            background-color: #1E80CE;
        }
    #largeSearchContainer h2 {
        font-size: 20px;
    }
    #largeSearch input {
        font-size: 16px;
        padding: 12px 88px 12px 50px;
    }
    #largeSearch button {
        font-size: 14px;
        padding: 0 8px;
    }
    #mini-content {
        width: 62%;
    }
    #side-nav, #side-bar {
        width: 38%;
    }
    #wrap, header, #powered-by {
        padding: 0 12px;
    }
    #wrap {
        margin-top: 16px;
    }
}
@media screen and (max-width:740px) {
    #mini-content, #side-bar {
        display:block;
        width:100%;
        float:none;
    }
    #side-nav, #side-bar {
        padding-left:0;
    }
}
@media screen and (max-width:632px) {
    #logo h1 {
        font-size: 18px;
    }
    #results-header {
        font-size: 16px;
    }
    #search, #largeSearchContainer {
        padding: 0;
        background: none;
    }
    #largeSearchContainer h2, #results-header span {
        display: none;
    }
    #largeSearch {
        width: 100%;
        padding: 2px 10px 4px;
        background-color: rgb(7, 31, 50)
    }
    #largeSearch i {
        top: 11px;
    }
    #disclaimer {
        margin-top: 8px;
        color: #444;
    }
}
@media screen and (max-width:479px) {
    #logo h1,
    #menu a,
    .box-title {
        font-size: 16px;
    }
    #wrap {
        margin-top: 10px;
    }
    #wrap, header, #powered-by {
        padding: 0 8px;
    }
    #menu {
        text-align:center;
    }
    #largeSearch i {
        left: 10px;
    }
    #largeSearch input {
        font-size: 14px;
        padding: 12px 82px 12px 44px;
    }
    #largeSearch button {
        font-size: 13px;
    }
}


/* RESULTS */
table.tn_results tr[class$="row"]:nth-child(n+52),
table[class^="tn_results"] br,
table[class^="tn_results"] tr.tn_results_header_title,
table[class^="tn_results"] tr.tn_results_header_divider,
table[class^="tn_results"] tr.tn_results_header_text,
tr.tn_results_colhead td.tn_results_colhead:nth-child(2),
tr.tn_results_colhead td.tn_results_colhead:nth-child(4),
td.tn_selevents_list:first-child,
span.hide-mobile,
table.tn_results tr.tn_results_colhead,
table.tn_results_header {
    display: none;
}
#eventListBar {
    display: none !important;
}
.tn_results_event_text a,
.tn_results_venue_text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

table.tn_results,
table.tn_results :not(br),
table.tn_eventnames_header *:not(a),
td.tn_results_header_subhead_text br,
.tn_eventnames_header,
.tn_results_header,
.tn_results_header :not(a),
.tn_selevents_list,
.tn_selevents_list * {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
}
td .tn_results_time_text,
td .tn_results_day_text,
.tn_results_venue_text span,
.tn_results_venue_text a,
div.geo-event-date span:not(:first-child),
div.geo-event-location {
    opacity: .8;
    font-size: 13px;
}
.tn_results_header_subhead a,
table.tn_eventnames_header a,
table.tn_results .tn_results_day_text,
table.tn_results .tn_results_location_text,
table.tn_results .tn_results_time_text,
table.tn_results span:not(.tn_results_date_text),
table.tn_results .tn_results_venue_text a {
    display: inline;
}
.tn_results_alternate_row {
    background: transparent;
}
table.tn_results .tn_results_event_text a,
div.geo-event-title a{
    color: #1E80CE;
}
tr.tn_results_header_subhead:first-child .tn_results_header_subhead_caption {
    padding-top: 0;
}
table.tn_results_header,
table.tn_eventnames_header {
    margin-bottom: 0;
    padding-bottom: 45px;
}
table.tn_results_header .tn_results_header_subhead_caption {
    font-weight: bold;
    padding: 16px 0 2px;
}
table.tn_results_header td,
table.tn_eventnames_header td {
    line-height: 26px;
}
table.tn_results tr.tn_results_colhead {
    height: 36px;
    line-height: 36px;
    border: 0;
}
table.tn_results .tn_results_colhead .tn_results_colhead {
    display: inline-block;
    width: auto;
    margin-right: 24px;
}
table.tn_results .tn_results_colhead:nth-child(3) {
    float: left;
}
table.tn_results tr:not(.tn_results_colhead) {
    position: relative;
    padding: 14px 160px;
    margin-top: -1px;
    border: 1px solid #dedede;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    background-color: #fff;
}
table.tn_results .tn_results_venue_text,
table.tn_results .tn_results_event_text {
    width: 100%;
    text-align: left;
}
table.tn_results .tn_results_datetime_text {
    width: 100px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 20px;
    text-align: left;
}
table.tn_results .tn_results_event_text a {
    font-weight: 700;
    padding-bottom: 4px;
}
table.tn_results .tn_results_date_text {
    padding-bottom: 4px;
}
.tn_results_venue_text a::after {
    content: ',';
    padding-right: 5px
}
.tn_results_day_text::after {
    content: ' ';
}
table.tn_results .tn_results_tickets_text a {
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0;
    margin-top: -20px;
    text-transform: none;
    text-align: center !important;
    border-radius: 4px;
    width: 98px;
    height: 36px;
    line-height: 33px;
    letter-spacing: 0;
    color: white;
    background: #1E80CE;
    border: 1px solid #1E80CE;
    border-radius: 4px;
    font-size: 0;
    font-weight: bold;
}
table.tn_results tr:hover .tn_results_tickets_text a,
.geo-event:hover .geo-event-button a,
.geo-event:hover .geo-event-button .fa-caret-right {
    background: #1E80CE;
}
.tn_results_tickets_text a::before {
    content: "Tickets";
    padding-right: 5px;
    vertical-align: top;
    font-size:15px;
}
.tn_results_tickets_text a::after {
    opacity: .5;
    content: "\f101";
    font-family: 'fontAwesome';
    font-size: 14px;
}
.tn_results_event_text a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 8
}
#show-more,
.geo-events-more {
    padding: 0;
    border: 0;
}
#show-more td,
.geo-events-more a {
    text-align: center !important;
    height: 45px;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    background: #1E80CE;
    border-right: 4px solid rgba(0, 0, 0, .15);
    border-bottom: 4px solid rgba(0, 0, 0, .25);
    border-top: 2px solid rgba(255, 255, 255, .25);
    border-left: 2px solid rgba(255, 255, 255, .15);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    border-radius: 4px;
    transition: .2s background-color;
    display: block;
    
}
.geo-events-more a {
    line-height: 40px
}
#show-more td:active,
#show-more td:focus,
.geo-events-more:active,
.geo-events-more:focus {
    border-right: 2px solid rgba(255, 255, 255, .15);
    border-bottom: 2px solid rgba(255, 255, 255, .25);
    border-top: 4px solid rgba(0, 0, 0, .25);
    border-left: 4px solid rgba(0, 0, 0, .15)
}

@media screen and (max-width: 1199px) {
    /* RESULTS */

    table.tn_results tr:not(.tn_results_colhead) {
        padding: 20px 145px;
    }
    .tn_results,
    .event-list,
    .events-list,
    span.tn_results_time_text {
        font-size: 13px;
    }
    table.tn_results .tn_results_event_text a,
    table.tn_results .tn_results_date_text,
    .tn_results_tickets_text a::after {
        font-size: 15px;
    }
    .tn_results_tickets_text a::before {
        font-size: 17px;
    }
    table.tn_results .tn_results_tickets_text a {
        width: 100px;
    }
    table.tn_results .tn_results_datetime_text {
        margin-top: -21px;
    }
    table.tn_results .tn_results_colhead .tn_results_colhead {
        margin-right: 8px;
    }
}

@media screen and (max-width: 1024px) {
    /* RESULTS */
    table .tn_results .tn_results_tickets_text a{
        width: 90px;
    }
    .tn_results_tickets_text a::before {
        font-size: 16px;
    }
    .tn_results_tickets_text a::after {
        font-size: 14px;
    }
    table.tn_results tr:not(.tn_results_colhead) {
        padding: 20px 125px;
    }
    table.tn_results .tn_results_colhead .tn_results_colhead {
        margin-right: 0px;
        font-size: 12px;
    }
}

@media screen and (max-width: 959px) {
    /* RESULTS */
    .tn_results_alternate_row {
        background-color: #fff;
    }
    .tn_results_standard_row,
    geo-event:nth-child(even){
        background-color: #eee;
    } 
    .tn_results_tickets_text a::before {
        display: none;
        content: none
    }
    table.tn_results .tn_results_colhead {
        padding: 0;
        display: block;
    }
    table.tn_results .tn_results_colhead .tn_results_colhead {
        width: 50%;
        text-align: center !important;
        float: left;
        padding: 0;
        margin: 0;
    }
    table.tn_results .tn_results_event_text a, table.tn_results .tn_results_date_text {
        padding-bottom: 0;
    }
    table.tn_results .tn_results_venue_text {
        padding: 2px 0;
    }
    table.tn_results td.tn_results_datetime_text {
        margin: 0;
        position: static;
        width: 100%;
    }
    table.tn_results .tn_results_date_text,
    table.tn_results .tn_results_date_text span {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
    }
    table.tn_results .tn_results_date_text {
        opacity: .8;
        font-size: 13px;
    } 
    .tn_results_date_text::after {
        content: ',';
        padding-right: 5px
    }
    table.tn_results .tn_results_tickets_text a {
        margin-top: -16px;
        height: 34px;
        line-height: 32px;
        width: 34px;
    }
    .tn_results_tickets_text a::after {
        font-size: 22px;
        content: "\f0da";
        display: initial;
        opacity: 1;
        line-height: 32px;        
    }
    div.geo-event-date span:first-child {
        font-size: 13px;
    }
    table.tn_results .tn_results_colhead .tn_results_colhead {
        font-size: 14px;
    }
    table.tn_results tr:not(.tn_results_colhead) {
        padding: 20px 72px 20px 20px;
    }
}

@media screen and (max-width: 479px) {
    /* RESULTS */
    .tn_results, .event-list, .events-list, span.tn_results_time_text {
        font-size: 12px;
    }
    table.tn_results .tn_results_event_text a,
    table.tn_results .tn_results_date_text {
        font-size: 13px;
    }
    table.tn_results {
        display: block !important
    }
}