/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#seetickets{
    width: 100%;
}
#seetickets table.calendar {
	border-left: 1px solid #999;
    margin: 0 auto;
}
#seetickets td.calendar-day {
	min-height: 80px;
	font-size: 11px;
	position: relative;
}
* html #seetickets div.calendar-day {
	height: 80px;
}
#seetickets td.calendar-day-np {
	background: #f7f7f7;
	min-height: 80px;
}
* html #seetickets div.calendar-day-np {
	height: 80px;
}
#seetickets td.calendar-day-head {
	background: #ccc;
	font-weight: bold;
	text-align: center;
	width: 120px;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
#seetickets div.day-number {
	background: #999;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	float: right;
	margin: -5px -5px 0 0;
	width: 20px;
	text-align: center;
}
#seetickets td.calendar-day,
#seetickets td.calendar-day-np {
	width: 120px;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	vertical-align: top;
	height: 100px;
    max-width: 120px;
}
#seetickets table.calendar .date {
	background: #232429;
	display: block;
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
#seetickets h2.month-name {
	text-align: center;
}
#seetickets .calendar-event a {
	display: block;
	font-size: 15px;
	line-height: 17px;
	margin: 0 auto 5px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
#seetickets .event_tickets {
	background: #860606;
	border: 1px solid #860606;
	color: #FFFFFF;
	width: 100%;
	padding: 10px;
	line-height: 18px;
	font-weight: 700;
	border-radius: 0;
	display: block;
	text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s 
}
#seetickets .event_tickets:hover{
    background: #fff;
    color: #000;
}


/* = Calendar
-------------------------------------------------------------- */

#seetickets .calendar-event .detail{
    display: grid;
    width: 100%;
    grid-template-columns: 50% 50%;
    padding: 2px;
}
#seetickets .calendar-event .detail .name{
    word-break: break-all;
}
#seetickets .calendar-event .detail_seetickets_eventtitle h1{
    font-size: 24px;
    word-break: break-word;
}
#seetickets .calendar-event .detail_seetickets_eventsubtitle h2{
    font-size: 18px;
}
#seetickets .calendar-event .event_button{
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s 
}
#seetickets .calendar-event .event_button:hover{
    background-color: #fff;
}
#seetickets .calendar-event .detail_seetickets_image img{
    width: 100%;
}

/* =Event Listing
-------------------------------------------------------------- */

#seetickets #searchform .textform {
    background: none;
    border-bottom: 1px solid #9e8b3d;
    color: #999999;
    font-size: 15px;
    line-height: 24px;
}
#seetickets.list-view ul li{
    word-break: break-all;
}
#seetickets.list-view .container{
    max-width: 1240px; 
    width: 100%; 
    margin: 0 auto;
}
#seetickets.list-view .container .pagination{
    margin: 0 auto;
    text-align: center;
}
#seetickets .list-view-item img{
    margin: 30px 20px 0 0;
} 
#seetickets .list-view-item .list-img{
    width: 30%;
    position: relative;
}
#seetickets .list-view-heading {
    height: auto;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#seetickets .list-view-item .list-view-details{
    max-width: 75%; 
    float: none; 
    width: 100%; 
    padding-left: 20px;
}
#seetickets .list-view-item .times{
    font-size: 14px;
}
#seetickets .list-view-item .event-name.headliners{
    font-weight: 700;
} 
#seetickets .list-view-item .ticket-price{
    max-width: 25%; 
    width: 100%;
}
#seetickets .list-view-item .list-view-details h2{
    font-size: 24px;
    margin-bottom: 15px;
}
#seetickets .calendar-link{
    position: relative;
    width: 100%;
}
#seetickets h2.calendar-link a:hover,
#seetickets h2.calendar-link a:focus{
    background: none;
    color: #000;
}
#seetickets .list-view-heading a {
    margin-bottom: 0;
    padding-bottom: 15px;
}
#seetickets .list-view-item > a{
    width: 30%;
}
#seetickets .list-view-item .list-right{
    width: 80%; 
    display: flex; 
    justify-content: space-between;
}
#seetickets .list-view-item .ticket-price a{
    background: #860606; 
    border: 1px solid #860606;
    color: #FFFFFF;
    width: 100%;
    padding: 10px;
    line-height: 18px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px; text-align: center;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s 
}
#seetickets .list-view-item .ticket-price a:hover{
    background: #fff;
    color: #000;
}
#seetickets .list-view-item .list-view-details{
    max-width: 75%;
}
#seetickets.list-view .ticket-price{
    max-width: 25%;
}
#seetickets .list-view-item {
    border: none;
    border-bottom: 1px dashed #484745;
    display: flex;
    margin: 0 auto 15px;
    overflow: hidden;
    padding: 0 0 15px;
    position: relative;
}
#seetickets .list-view-item .list-view-details .detail{
    display: grid;
    width: 100%;
    grid-template-columns: 25% 75%;
    font-size: 14px;
}
#seetickets .list-view-item:last-of-type { 
    border: none; 
}
#seetickets .list-view-item .list-view-details {
    float: left;
    padding: 10px;
}
#seetickets .list-view-item .dates {
    background: #2d2b2b;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    line-height: 19px;
    padding: 7px 15px;
    width: 100%;
    letter-spacing: 0.02em;
}
#seetickets .list-view-item img {
    margin: 30px 20px 0 0;
    width: 100%;
    border: 0;
}
#seetickets .event-status-message {
    background: #9e8b3d none repeat scroll 0 0;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 2px 10px 0;
    text-transform: uppercase;
    color: #FFF;
}
#seetickets .topline-info {
    font-size: 15px;
    line-height: 18px;
    margin: 2px 0 7px;
    color: #928f86;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: normal;
}
#seetickets.list-view h1.headliners a {
    color: #9e8b3d;
    display: block;
    font-size: 28px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
#seetickets .supports,
#seetickets .supports a {
    color: #ab9f7a;
    font-weight: bold;
    display: block;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.04em;
    margin: 0 0 3px;
}
#seetickets.list-view .supports a:hover,
#seetickets.list-view h1.headliners a:hover { 
    color: #9e8b3d; 
}
#seetickets.list-view h2,
#seetickets.list-view h3 { 
    font-weight: normal; 
    font-family: inherit; 
}
#seetickets.list-view .ticket-price {
    padding: 10px;
}
#seetickets.list-view .times {
    line-height: 19px;
    margin: 8px 0 3px;
}
#seetickets .age-restriction {
    color: #8e8c8c;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    font-weight: normal;
}
#seetickets .event-detail .age-restriction {
    margin: 15px 0 0;
}
#seetickets.list-view .no-date {
  display: none;
}
#seetickets.list-view-item .dates{
    width: 100%;
}
#seetickets address.venue-info {
    margin-top: 30px;
    color: #858e8a;
    font-size: 13px;
    font-style: inherit;
}  
#seetickets .venue-info strong {
    display: block;
}
#seetickets address.venue-info span.address {
    display: block;
    line-height: 1.4;
}
#seetickets.list-view h1.headliners a:focus {
    background-color: transparent;
    color: #9e8b3b;
}

/* Search form */
#seetickets form#searchform {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
}
#seetickets form#searchform .textform{
    background: none;
    border-bottom: 1px solid #9e8b3d;
    color: #999999;
    font-size: 15px;
    line-height: 24px;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
}
#seetickets form#searchform .textform::placeholder{
    color: #999999;
}
#seetickets form#searchform button i {
    color: #9e8b3d;
}
#seetickets form#searchform .textform:focus {
    border: none;
    outline: none;
    border-bottom: 1px solid #9e8b3d;
}
#seetickets form#searchform button{
    padding: 12px;
    color: #fff;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: auto;
} 

/* Back links */
#seetickets .calendar-link{
    display: flex;
    text-align: right;
    align-content: center;
    align-items: flex-end;
}
#seetickets .calendar-link:after { 
    display: none; 
}
#seetickets .calendar-link a {
    color: #9e8b3d;
    padding: 4px 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-block;
    text-align: right;
    font-size: 16px;
    margin: 15px;
    font-weight: normal;
    text-decoration: none;
}
#seetickets .calendar-link a:hover{ 
    color: #000;
    text-decoration: underline;
}
#seetickets .calendar-link a:focus{
    background: none;
}
#seetickets .calendar-link a:first-of-type{
    margin-left: auto;
}

/* Pagination */
#seetickets .pagination{
    margin: 0 auto;
    text-align: center;
}
#seetickets .pagination .page-numbers{
    background-color: #9e8b3b;
    color: #fff;
    height: 35px;
    width: 60px;
    display: inline-block;
    margin-right: 6px;
    text-align: center;
    line-height: 1.6;
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s 
}
#seetickets .pagination .page-numbers.current,
#seetickets .pagination .page-numbers:hover{
    background-color: #fff;
    color: #000;
}

/* =Search page
-------------------------------------------------------------- */
#seetickets.search-results h3.search-for {
    margin-bottom: 30px;
}

/* =Event Single
-------------------------------------------------------------- */
#seetickets .single-view-item{
    display: flex;
    border: none;
    border-bottom: 1px dashed #484745;
    margin: 0 auto 15px;
    overflow: hidden;
    padding: 0 0 15px;
    position: relative;
}
#seetickets .single-view-item .list-img{
    width: 30%;
    position: relative;
}
#seetickets .single-view-item .list-img img{
    max-width: 100%;
    width: 100%;
}
#seetickets .single-view-item .list-img span.dates{
    color: #fff;
    width: 100%;
    background: #232429;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    line-height: 19px;
    padding: 7px 15px;
    width: 100%;
    letter-spacing: 0.02em;
}
#seetickets .single-view-item .list-right{
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
}
#seetickets .single-view-item .list-right .single-view-details{
    width: 100%;
}
#seetickets .single-view-item .list-right h1{
    color: #9e8b3b;
    display: block;
    font-size: 28px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
#seetickets .single-view-item .list-right h1 a{
    color: #9e8b3b;
}
#seetickets .single-view-item .list-right h2{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}
#seetickets .single-view-item .list-right .detail {
    display: grid;
    width: 100%;
    grid-template-columns: 25% 75%;
    font-size: 14px;
}
#seetickets .single-view-item .list-right .ticket-price a{
    background: #860606;
    border: 1px solid #860606;
    color: #FFFFFF;
    padding: 10px;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s;
    margin-top: 20px;
}
#seetickets .single-view-item .list-right .ticket-price a:hover{
    background: #fff;
    color: #000;
}
/* = Desktop
-------------------------------------------------------------- */
@media (min-width: 1024px){
    #seetickets{
        max-width: 1240px;
    }
}

/* = iPAD & Below
-------------------------------------------------------------- */
@media (max-width: 768px){
    #seetickets table.calendar{
        border: 0px;
    }
    #seetickets table.calendar tr, 
    #seetickets table.calendar th, 
    #seetickets table.calendar td{
        display: block;
        width: 100%;
        border: 0px;
    }
    #seetickets table.calendar td.calendar-day, 
    #seetickets table.calendar td.calendar-day-np{
        width: 100%;
        max-width: 100%;
        height: auto;
        border: 0px;
        padding: 0px;
        margin-bottom: 5px;
    }
    #seetickets table.calendar td.calendar-day-np{
        display: none;
    }
    #seetickets table.calendar td.calendar-day-no-events{
        display: none;
    }
    #seetickets .no_events{
        display: block !important;
        text-align: center;
        font-size: 24px;
    }
    #seetickets table.calendar .calendar-event{
        background: #f5f5f5;
    }
    #seetickets table.calendar .calendar-event .detail,
    #seetickets table.calendar .calendar-event .detail_seetickets_eventsubtitle{
        padding-left: 10px;
        padding-right: 10px;
    }
    #seetickets table.calendar .event_button{
        margin-top: 15px
    }
}

/* = Mobile
-------------------------------------------------------------- */
@media (max-width: 600px){

    #seetickets{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Top links */
    #seetickets .calendar-link{
        display: block;
    }
    #seetickets .calendar-link a{
        margin-bottom: 5px;
        margin-top: 0px;
    }

    /* Single view */
    #seetickets .list-view-item,
    #seetickets .single-view-item{
        display: block;
    }
    #seetickets .list-view-item .list-img,
    #seetickets .list-view-item .list-right,
    #seetickets .single-view-item .list-img,
    #seetickets .single-view-item .list-right{
        width: 100%;
        padding: 0px;
    }
    #seetickets .list-view-item .list-view-details,
    #seetickets .single-view-item .list-right{
        margin-top: 20px;
    }

    /* List view */
    #seetickets .list-view-item .list-right{
        display: block;
    }
    #seetickets .list-view-item .list-view-details{
        float: none;
        max-width: 100%;
    }
    #seetickets.list-view .ticket-price{
        max-width: 100%;
    }
    #seetickets .list-view-item .ticket-price a{
        width: 100%;
    }

}