/* Fonts */

.tooltip {
    z-index: 99;
}

* {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Helvetica", Arial, sans-serif;
}

/* CUSTOM CSS */

ul.social-nav .fa{
    font-size: 20px;
    position: absolute;
    top: 25%;
    left: 25%;
    vertical-align: bottom;
    
}

@media only screen and (min-width: 56.25em){

	/* social media icons */
	#wrap_toggle-social {
		float: none;
		width: 100%;
		display: block;
	}

	ul.social-nav {
		float: right;
		width: auto;
	}


        ul.social nav li {
            margin-right: 12px;
        }


	/* header navigation */
	nav.nav_primary {
		float: right;
		width: auto;
		text-align: right;
	}

}

ul.social-nav .tooltip {
    display: none !important;
}

ul.social­-nav li a i:before {
    font-­size: 17px;
    font-size: 1.7rem;
}

header > a {
	display: inline-block;
    float: left;
	position: relative;
}

header .fringe-logo {
    display: block;
    text-align: center;
    float: none;
    height: 45px;
    height: 4.5rem;
}

header a img {
    position: absolute;
    width: 140px;
    width: 14rem;
    height: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 56.25em){

    header a img {
        top: 0;
        left: 0;
        transform: translateX(0%);
    }

    header .fringe-logo {
        height: auto;
    }

}


header a img.img-off,
header a:hover img.img-on {
	filter: alpha(opacity=100);
	opacity: 1;
}
header a img.img-on,
header a:hover img.img-off {
	filter: alpha(opacity=0);
	opacity: 0;
}
header a:active {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#primary-navigation {
    width: 100%;
}

#menu-primary-menu {
    width: auto;
    display: inline-block;
}

nav.nav_primary ul.primary-nav {
    width: 80%;
    margin: 0 auto;
}

@media only screen and (min-width: 56.25em){
    nav.nav_primary ul.primary-nav > li {
        margin-left: 40px;
        margin-left: 4rem;
        margin-right: 0px;
        margin-right: 0rem;
    }

nav.nav_primary ul.primary-nav {
    width: auto;
    float: right;
}

}



nav.nav_primary ul.primary-nav > li {

}

nav.nav_primary ul.primary-nav > li:after {
    display: none;
}


nav.nav_primary ul.primary-nav > li > a {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Helvetica", Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.7rem;
}

nav.nav_primary ul.primary-nav > li:first-of-type > a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

ul.social­nav li a i:before {
    font­-size: 17px;
    font­-size: 1.7rem;
}
#shows-header {
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#shows-header h2 {
    float: right;
    color: #ff5a52;
}

/* --- Fringe Logo --- */
#shows-header article a {
	display: block;
	position: relative;
    color: #5b5b5b;
}
#shows-header article a img {
		width: 200px;
	width: 20rem;
		height: 111px;
	height: 11.1rem;
}
#shows-header article a img.img-on {
	position: absolute;
	top: 0;
	left: 0;
}
#shows-header article a img.img-off,
#shows-header article a:hover img.img-on {
		filter: alpha(opacity=100);
	opacity: 1;
}
#shows-header article a img.img-on,
#shows-header article a:hover img.img-off {
		filter: alpha(opacity=0);
	opacity: 0;
}
#shows-header article a:active {
		filter: alpha(opacity=80);
	opacity: 0.8;
}
/* --- Page Title --- */
#shows-header article div.page-headline div.vertical-centre h2 {
	font-size: 52.5px;
	font-size: 5.25rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (min-width: 56.25em){
    #shows-header article div.page-headline {
        float: right;
    }
}

.browse_list-parent {
    display: inline-block;
}

.browse_list-toggle.open {
    color: #ff5a52 !important;
}


#shows-filtering {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

#shows-filtering:after {
    display: block;
    content: "";
    clear: both;
}

.shows-filtering__search {
    width: 100%;
    float: left;
}

.shows-filtering__search h5 {
    width: 100%;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 40px;
    line-height: 4rem;
    color: #5b5b5b;
    text-align: center;
}

.shows-filtering__search form {
    width: 300px;
    width: 30rem;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.shows-filtering__search form input[type="text"] {
    float: left;
    width: 150px;
    width: 15.0rem;
    height: 32px;
    height: 3.2rem;
    margin: 3px 10px 0;
    margin: 0.3rem 1rem 0rem;
    max-width: 100%;
	border-color: #c9c9c9;
    border-radius: 0px;
    background: none;
}

.shows-filtering__search form input[type="text"] ::-webkit-input-placeholder,
.shows-filtering__search form input[type="text"] :-moz-placeholder,
.shows-filtering__search form input[type="text"] ::-moz-placeholder,
.shows-filtering__search form input[type="text"] :-ms-input-placeholder {
   display: none;
}
.shows-filtering__search form input[type="text"]:focus {
	border-color: #111;
}
.shows-filtering__search form input[type="submit"] {
    border-radius: 0px;
    float: left;
    width: 44px;
    width: 4.4rem;
    padding: 0;
    height: 32px;
    height: 3.2rem;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #111;
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
}
.shows-filtering__search form input[type="submit"]:hover {
	background: #3b3b3b;
}
.shows-filtering__search form input[type="submit"]:active {
	background: #262626;
}

@media only screen and (min-width: 56.25em){
    .shows-filtering__search h5 {
        width: auto;
        display: inline-block;
        float: left;
    }
    .shows-filtering__search form {
        float: left;
        width: 22rem;
        max-width: 22rem;
    }

    .shows-filtering__search {
        max-width: 338px;
        max-width: 33.8rem;
    }
}

/* --- Search Shows List --- */
ul.shows-filtering__browse {
	padding: 0px;
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
}

ul.shows-filtering__browse li.browse_list-parent {
	margin: 0 auto;
    padding: 0px 7px;
    line-height: 40px;
    line-height: 4rem;
}
ul.shows-filtering__browse li.browse_list-parent > a {
        font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
text-transform: uppercase;
}

@media only screen and (min-width: 30em) {
    ul.shows-filtering__browse li.browse_list-parent > a {
    	font-size: 13px;
    	font-size: 1.3rem;
    }
}
ul.shows-filtering__browse li.browse_list-parent > a i[data-icon] {
		margin-left: 6px;
	margin-left: 0.6rem;
		font-size: 10px;
	font-size: 1rem;
}
ul.shows-filtering__browse li.browse_list-parent ul {
padding: 0 1.5rem;
	display: none;
		padding-top: 14px;
	padding-top: 1.4rem;
    list-style-type: none;
}
ul.shows-filtering__browse li.browse_list-parent ul li {
		margin-bottom: 10px;
	margin-bottom: 1rem;
}
ul.shows-filtering__browse li.browse_list-parent ul li a {
	display: inline-block;
	position: relative;
		padding-left: 16px;
	padding-left: 1.6rem;
		font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #fff;
}
ul.shows-filtering__browse li.browse_list-parent ul li a:before {
	content: "\2022"; /* bullet */
	position: absolute;
		top: 2px;
	top: 0.2rem;
		left: 1px;
	left: 0.1rem;
		font-size: 10px;
	font-size: 1rem;
}

@media only screen and (min-width: 56.25em){
    ul.shows-filtering__browse {
    	padding: 0px;
        width: auto;
        text-align: left;
        clear: none;
    }
}

.page-headline h2,
#shows-header h2 {
    float: none;
    text-align: center;
}

@media only screen and (min-width: 56.25em) {

    .page-headline h2,
    #shows-header h2 {
        float: right;
        text-align: right;
    }
}


.page-headline:after {
    content: "";
    display: block;
    clear: both;
}

.browse_list-child {
    position: absolute;
    background: #f6f6f6 url('../img/main/bg_noise.png') repeat;
    z-index: 99;
}

/* shows list - show excerpt */

article.show_excerpt ul.shows_details {
    position: static;
	margin-left: -5px;
}


.shows-loop.show-list,
.sidebar_shows {
    width: 100%;
}

@media only screen and (min-width: 56.25em){
    .single-fringe_shows .content_shows #main-content.shows-loop {
        width: 66.66%;
    }
    .single-fringe_shows .sidebar_shows {
        width: 33.33%;
        margin-top: 12.65rem;
    }
}

article.show_excerpt {
    padding: 3.2rem 0;
}

@media only screen and (min-width: 56.25em) {
    article.show_excerpt {
        padding: 3.2rem 12.5% 3.2rem 0;
    }
article.show_excerpt:first-child {
border-top: 2px solid #ccc;
}
}

article.show_excerpt{
border-bottom: 2px solid #ccc;
}

article.show_excerpt a.shows_thumb {
    width: 100%;
    height: auto;
    text-align: center;
}

article.show_excerpt a.shows_thumb img{
    display: inline-block;
}

@media only screen and (min-width: 56.25em){
    article.show_excerpt a.shows_thumb {
        width: 23%;
        min-width: 200px;
        min-width: 20rem;
        height: auto;
        float: left;
        padding-right: 10px;
    }
}

article.show_excerpt div.shows_content {
    max-width: 100%;
}

@media only screen and (min-width: 56.25em){
    article.show_excerpt div.shows_content {
        max-width: 75%;
        float: left;
    }
}



article.show_excerpt div.shows_content h1,
article.show_excerpt div.shows_content h2 {
    width: 100%;
}

article.show_excerpt div.shows_content h1 a {
    font-size: 26px;
    font-size: 2.6rem;
    color: #333;
}

article.show_excerpt div.shows_content h2,
article.show_excerpt div.shows_content h2 a {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300;
    color: #9d9d9d;
}


ul.shows_details li {
    float: left;
    font-family: "Helvetica";
    padding: 0px;
    padding: 0rem;
    height: 34px;
    height: 3.4rem;
    width: auto;
    min-width: auto;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300;
    text-align: center;
    color: #ff5a52;
    background: none;
    border-radius: 0.3rem;
    margin-left: 20px;
    position: relative;
    text-align: left;
}

ul.shows_details li:before {
    position: absolute;
    left: -20px;
    top: -4px;
    background-size: 15px 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
}

.shows_detail_price:before {
    background-image: url('assets/icons/dollar.png');
}
.shows_detail_runningtime:before  {
    background-image: url('assets/icons/time.png');
}
.shows_detail_rating:before  {
    background-image: url('assets/icons/bookmark.png');
}
.shows_detail_genre:before  {
    background-image: url('assets/icons/clipboard.png');
}

article.show_excerpt div.shows_content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
}

/* --- header Media / Performers --- */
header ul.header_media-performers {
    display: block;
    float: none;
    clear: both;
    text-align: center;
}
header ul.header_media-performers li {
    display: inline-block;
    margin-right: 16px;
    margin-right: 1.6rem;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    line-height: 4.0rem;
}

@media only screen and  (min-width: 56.25em) {
    header ul.header_media-performers {
        float: right;
        display: block;
        text-align: right;
        clear: none;

    }
}


/* footer */


/* footer about / contact area */

.footer_about_contact  {
    padding: 10px 0;
    padding-bottom: 50px;
}

.single-fringe_shows .footer_about_contact  {
    padding-bottom: 95px;
}

.footer_about_contact p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
}

.footer_about_contact h4 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.single-fringe_shows .footer_about_contact h4 {
    border-top: solid 2px #ccc;
    padding-top: 5.5rem;
    margin-top: 4rem;
}

input[type="submit"] {
    width: 100%;
    background: #333333;
    padding: 15px 0;
    font­size: 13px;
    text­-transform: uppercase;
    font­weight: 600;
}

.info_about,
.info_contact {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.info_contact a {
    color: black;
}

@media only screen and (min-width: 30em) {
    .info_about,
    .info_contact {
        width: 46%;
        margin-right: 2%;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 56.25em) {
    .info_about,
    .info_contact {
        width: 23%;
        float: left;
        margin-right: 2%;
        padding-right: 10px;
    }
}
/* affiliate / sponsors */

footer > div[data-container] {
    padding:0;
}

ul.footer_affiliates {
    padding: 0px;
    margin: 68px 0;
    margin: 6.8rem 0;
    text-align: center;
}

ul.footer_affiliates li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    width: 50%;
    text-align: center;
}

ul.footer_affiliates li img {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 10px;
    max-width: 100%;
    max-height: 70px;
    width: auto;
}

ul.footer_affiliates .new img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
}

footer ul.footer_affiliates li {
    padding: 22px 37px;
}

@media only screen and (min-width: 30em) {

    ul.footer_affiliates {
        padding: 20px;
        margin: 38px 0;
        margin: 3.8rem 0;
        text-align: center;
    }

    ul.footer_affiliates li {
        display: inline-block;
        margin-bottom: 0;
        padding: 0;
    }

    footer ul.footer_affiliates li {
        padding: 10px 15px;
        width: auto;
    }

}

@media only screen and (min-width: 56.25em) {

    footer ul.footer_affiliates li {
        padding: 40px 60px;
    }

}

footer div.footer_info {
    margin-bottom: 3rem;
}

footer div.footer_info div.info_copyright,
footer div.footer_info ul.footer-links {
    display: block;
    text-align: center;
    padding: 0px;
}

footer div.footer_info ul.footer-links {
    padding-top: 24px;
}


footer div.footer_info ul.footer-links li:first-of-type:after {
    content: "/";
    color: #ff5a52;
    padding-left: 4px;
}

footer div.footer_info div[data-column] p {
    font-size: 12px;
font-size: 1.2rem;
}
footer div.footer_info div[data-column].info_copyright p {
    line-height: 1.6;
    color: #5b5b5b;
}



.footer-links li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #5b5b5b;
}

footer div.footer_info ul.footer-links li:first-of-type:after {
    color: #5b5b5b;
}

@media only screen and (min-width: 30em) {

    footer div.footer_info div.info_copyright{
        float: left;
        text-align: left;
        padding: 0px;
    }


    footer div.footer_info ul.footer-links {
        float: right;
        text-align: right;
    }


    footer div.footer_info ul.footer-links li {
        float: left;
        padding-right: 5px;
    }

}


/* custom home */

.content_home {
    margin-top: 20px;
}

#feature-buckets ul.bucket-list li.bucket span {
	display: block;
	color: #fff;
}
#feature-buckets ul.bucket-list li.bucket span img {
	display: none;
	max-width: 100%;
	border-radius: 0.3rem;
}
#feature-buckets ul.bucket-list li.bucket span div.bucket-content {
		padding: 14px;
	padding: 1.4rem;
	background: #ff5a52;
	border-radius: 0.3rem;
}
#feature-buckets ul.bucket-list li.bucket:hover span div.bucket-content {
	background: #1f1f1f;
}
#feature-buckets ul.bucket-list a:active li.bucket span {
		filter: alpha(opacity=90);
	opacity: 0.9;
}
#feature-buckets ul.bucket-list li.bucket span div.bucket-content p {
		font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}

#feature-buckets ul.bucket-list li.bucket,
#feature-buckets ul.bucket-list li.bucket a{
    height: 300px;
}

#feature-buckets ul.bucket-list li.bucket:before {
        content: "";
	position: absolute;
        height: 100%;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
        background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
}

#feature-buckets ul.bucket-list li.bucket-4 {
    padding: 0px;
}

#feature-buckets ul.bucket-list li.bucket span div.bucket-content {
	position: absolute;
	bottom: 0;
	left: 0;
        padding: 10px;
	padding: 1rem;
	width: 100%;
	border-radius: 0 0 0.3rem 0.3rem;
        background: none;
}


#feature-buckets ul.bucket-list li.bucket:nth-of-type(n+3),
#feature-buckets ul.bucket-list li.bucket:nth-of-type(n+3) a{
    height: 265px;
}

@media only screen and (min-width: 30em){
    #feature-buckets ul.bucket-list li.bucket{
        width: 97%;
        margin: 0 .5%;
        margin-bottom: 1%;
    }
    #feature-buckets ul.bucket-list li.bucket:nth-of-type(n+3) {
        width: 48%;
        margin: 0 .5%;
        float: left;
        margin-bottom: 1%;
    }
}

@media only screen and (min-width: 48em){
    #feature-buckets ul.bucket-list li.bucket{
        width: 49%;
        margin: 0 .5%;
        margin-bottom: 1%;
    }
    #feature-buckets ul.bucket-list li.bucket:nth-of-type(n+3) {
        width: 24%;
        margin: 0 .5%;
    }
}

#feature-buckets ul.bucket-list li.bucket span div.bucket-content p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
}

#feature-buckets ul.bucket-list li.bucket span div.bucket-content {
    padding: 2rem;
    border-radius: 0;
}

#feature-buckets ul.bucket-list li.bucket span div.bucket-content p strong {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
}

#feature-buckets ul.bucket-list li.bucket {
    background-repeat: no-repeat;
}

#feature-buckets ul.bucket-list li.bucket {
    border-radius: 0;
}

#feature-buckets ul.bucket-list li.bucket:nth-of-type(3) p,
#feature-buckets ul.bucket-list li.bucket:nth-of-type(4) p,
#feature-buckets ul.bucket-list li.bucket:nth-of-type(5) p{
    font-size: 13px;
    font-size: 1.3rem;
}
#feature-buckets ul.bucket-list li.bucket:nth-of-type(3) p strong,
#feature-buckets ul.bucket-list li.bucket:nth-of-type(4) p strong,
#feature-buckets ul.bucket-list li.bucket:nth-of-type(5) p strong{
    font-size: 18px;
    font-size: 1.8rem;
}

[data-container~="with-padding"] {
    padding: 0 10px;
    padding: 0 1rem;
}


[data-container^="width-970"] {
    max-width: 1040px;
    max-width: 104rem;
}

@media screen only and (min-width:  61.25em) {

    [data-container~="with-padding"] {
        padding: 0;
    }

}

/* shows links */

.shows_links li {
    display: inline-block;
    margin-right: 20px;
    padding: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ff5a52;
    text-transform: uppercase;
    padding-bottom: 0px;

}

#load-more-button a {
    padding: 20px;
    display: block;
    color: white;
    text-transform: uppercase;
    background: #ff5a52;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
}

#load-more-button a:hover {
    background: #b0b0b0;
}


main[data-container] {
    padding-bottom: 3.2rem;
}

/* buy now button on sidebar */

.showtimes a.buy-now {
    position: static;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 17px 0;
    font-family: "Helvetica";
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ededed;
}

.showtimes {
    padding: 20px;
    background: #e9e9e9;
    margin-bottom: 20px;
    margin-bottom: 2.0rem;
}

.showtimes ul.show-listing li:last-child {
    border-bottom: 0px;
}

.showtimes ul.show-listing li span.date {
    font-family: "Helvetica";
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300;
}

.showtimes ul.show-listing li span.time {
    font-family: "Helvetica";
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300;
    right: 0;
}

.showtimes ul.show-listing li {
    padding: 2rem 0 1.6rem 0;
}

.sidebar_shows  h2 {
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    font-family: 'Helvetica';
    font-size: 22px;
    font-size: 2.2rem;
    padding: 1rem 0;
    text-transform: uppercase;
    color: #282828;
	line-height: 1.25;
}

div.venue_note {
    border: 0px;
    padding: 0px;
}

div.venue_note p.venue_capacity {
    font-family: 'Helvetica';
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #282828;
    font-weight: 300;
}

div.venue_note p.venue_capacity + p.venue_access {
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
}

article.widget_banner-fourplay a {
    width: 100%;
    height: auto;
    margin-top: 6rem;
}

/* comments */

.comments_list a {
    color: #333;
}

#comments_title {
    background: none;
    color: #5b5b5b;
    border-bottom: 1px solid #d9d9d9;
}

#comments_title span {
    font-weight: bold;
}

article.the-comments ol.comments_list li header.comment_author div.comment_attributes {
    padding: 0.2rem 0 0 4.1rem;
}

@media only screen and (min-width: 61.25em) {
    article.the-comments h3 {
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: 500;
        font-family: Helvetica;
    }
}

/* individual shows */

.single-fringe_shows main.content_shows {
    border-top: solid 2px #ccc;

}

@media only screen and (max-width: 56.25em){
.single-fringe_shows main.content_shows {
    padding-top: 2rem;
}

nav.nav_primary div.tri-wrap i[data-icon="tri_eq-up"]{
margin-left: 2.38rem

}

footer div.footer_info { padding: 0 1rem; }

}

article.show_full h1.show-title {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Helvetica", Arial, sans-serif;
    color: #333;
    margin-bottom: 10px;
    margin-bottom: 1.0rem;
    font-size: 32px;
    font-size: 3.2rem;
    text-transform: uppercase;
}

@media only screen and (min-width: 45em){
    article.show_full h1.show-title {
        margin-top: 5rem;
    }
}

article.show_full div.shows_feature img {
   width: 100%;
}

article.show_full div.shows_headlines h1 {
    color: #9d9d9d;
    font-size: 16px;
    font-size: 1.6rem;
}

/* reply area */

#reply-title {
    color: #333;
}

#comments_form input[type="text"],
#comments_form input[type="email"],
#comments_form textarea{
    background: none;
    border-radius: 0px;
}

@media only screen and (min-width: 56.25em){
    .comments_list > li > *,
    #respond{
        width: 60%;
    }
}


/* DFixes */

footer > div[data-container] {
    padding: 0;
}

ul.footer_affiliates {
padding: 0;
margin: 6.8rem 0;
}

footer ul.footer_affiliates li {
    padding: 22px 37px;
}

li i[data-icon="social_youtube"]:before {
    top: 5px;
    position: absolute;
    content: "";
    display: block;
    background: url('assets/img/main/social-youtube.png');
    height: 30px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

li:hover i[data-icon="social_youtube"]:before{
    top: 5px;
    position: absolute;
    content: "";
    display: block;
    background: url('assets/img/main/social-youtube_hover.png');
    height: 30px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media only screen and (max-width: 56.25em){

	/* social media icons */
	#wrap_toggle-social { padding-top: 4rem; }

        header .fringe-logo { margin-top: 2rem; }

        .shows-filtering__search h5 { width: 41%; float: left; text-align: right; }
        .shows-filtering__search form { width: 50%; float: left; }

        ul.toggle-nav { margin-left: 4.5rem; }

}

@media only screen and (min-width: 56.25em){
    a.fringe-logo {
        margin-left: -1.5rem;
    }
}

@media only screen and (max-width: 56.25em) {

    ul.social-nav li a > i[data-icon] {
        font-size: 17px;
    }



}


/* D New CSS */

ul.social-nav li {
    width: 3rem;
    margin-right: 12px;
}

@media only screen and (min-width: 56.25em) {
    ul.social-nav {
        margin-left: 18px;
    }
}

header ul.header_media-performers li {
    margin-right: 19px;
}


@media only screen and (min-width: 56.25em){

ul.footer_affiliates .new img {
    max-width: 83px;
}

}

ul.footer_affiliates li:last-child img {
    max-width: 71px;
}
ul.footer_affiliates li:nth-child(12) img {
    max-width: 66px;
}

div.the-content h1, div.the-content h2, div.the-content h3, div.the-content h4, div.the-content h5, div.the-content h6 {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Helvetica", Arial, sans-serif
}

a.big-arrow span.arrow-wrap h2 {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Helvetica", Arial, sans-serif;
line-height: .85;
}

[data-site="background"] {
    background: #f1f1f1;
background-image: none;
}

ul.social-­nav li a i:before {
font­-size: 17px;
}

@media only screen and (min-­width: 56.25em)
ul.social­-nav li {
margin­-right: 12px;
}


ul.social-nav li:nth-child(2) a > i[data-icon] {
    font-size: 18px;
}
ul.social-nav li:first-child a > i[data-icon] {
    font-size: 17px;
}

ul.social-nav li:first-child {
    margin-right: 9px;
}

li i[data-icon="social_youtube"]:before {
    height: 27px;
    width: 24px;
}

ul.social-nav li:nth-child(2) {
    margin-right: 20px;
}

ul.social-nav li:nth-child(3) {
    width: 24px;
    margin-right: 0;
}

@media only screen and (min-width: 56.25em) {
header[data-site="header"] {
    padding: 3.2rem 4px 0 1rem;
}
}

.content_home {
    margin-top: 32px;
}

/* Archive Fixes */

.page-headline #shows-filtering {
    display: none;
}


@media only screen and (min-width: 48em) {
.archive [data-column="one"] {
    width: 100%;
}
}

#main-content > h1.archive-heading {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Helvetica", Arial, sans-serif;
}

@media only screen and (min-width: 56.25em) {
article.show_excerpt {
    padding: 3.2rem 0 3.2rem 0;
}
}


article.show_excerpt {
    border-bottom: 2px solid #ccc;
}

.show_excerpt:first-child {
    border-top: 2px solid #ccc;
}

.archive [data-column="two"] {
    display: none;
}

.nav-previous a {
padding: 20px;
margin: 30px 0 10px;
display: block;
width: 100%;
color: white;
text-transform: uppercase;
background: #ff5a52;
text-align: center;
font-weight: bold;
font-size: 1.3rem;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Helvetica", Arial, sans-serif;
}


article.widget div.widget_title h5 {
padding: 1rem 0 0 0.9rem;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Helvetica", Arial, sans-serif;
font-size: 1.3rem;
border-radius: 0;
font-weight: bold;
}