@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/

/*********************
IMPORT FONTS
*********************/

@import url(//fonts.googleapis.com/css?family=Lora);
@import url(//fonts.googleapis.com/css?family=Oswald);


/*********************
GENERAL STYLES
*********************/
.list-thumbwrap{
	width:160px;
	float:right;
	font-size:.65rem;
	margin-left:15px;
}

#concertlist a{
	color:#6F2C91;
	font-weight:bold;
}

.entry-content img.nprmusic-image{
	max-width:150px;
	margin-top:10px;
}


.term-more-link{
	text-align:right;
}

.tags-title{
	font-size:.75rem;
	border-top: 1px solid #ddd;
	clear:both;
	padding:5px 0;
	margin:5px 0;
	text-transform:lowercase;
	width:100%;
	display:block;
}

.post-info {
    color: #666;
    font-size: .8rem;
	margin-bottom:0;
}

.breadcrumbs{
	background-color:rgb(238, 238, 238);
	padding:.5rem;
}

.breadcrumbs a{
	color:#6F2C91;
}

.st_wrapper{
	margin-bottom:1rem;
}


/*********************
LINK STYLES
*********************/
 a:link, a:visited:link {
	color: #6F2C91;
	text-decoration: none; }
	
.content-wrapper a,.content-wrapper a:visited,
.featuredpost a, .featuredpost a:visited
{
	color: #6F2C91;
}



/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }
  
h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6 {
    font-family: 'Oswald', arial, serif;
    font-weight: normal;
    line-height: 1.25;
    margin: 0 0 10px;
}

h1{
	font-size:2rem;
}
.search h2{
	font-size: 2rem;
	margin-bottom:0;
}

h3{
	font-size:1.5rem;
}


/*********************
HEADER STYLES
*********************/
#off-canvas,
.menu.submenu,
header.header{
	background: #6f2c91; /* Old browsers */
	background: -moz-linear-gradient(left,  #6f2c91 0%, #da1c5c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #6f2c91 0%,#da1c5c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #6f2c91 0%,#da1c5c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f2c91', endColorstr='#da1c5c',GradientType=1 ); /* IE6-9 */
	padding:.75rem 0;
}

header.header{
	/*min-height: 8.6rem;*/
	/*margin-bottom:1.5rem;*/
}

.header ul.off-canvas-list li {
  list-style: none; }
  
 .top-bar{
	 padding:.25rem;
 }
 
 .header-logo{
	 margin-top:.25rem;
 }
 
 .header-logo img{
	 min-width:70px;
 }
 
 .header-alert{
	 text-align:center;
	 padding-bottom:.5rem;
 }

/*********************
NAVIGATION STYLES
*********************/

.menu .donate-nav{
	background-color:#00b3b5;
	text-align:center;
}

.menu .donate-nav a{
	color:#ffffff !important;
}

.top-bar .is-dropdown-submenu{
	z-index:999;
	margin-top:0;
	/*border:1px solid #6F2C91;*/
	
	
}
.dropdown.menu.vertical > li.opens-right > a::after,
.is-accordion-submenu-parent > a::after{
	border-color:#6F2C91 transparent transparent;
}

.top-bar ul.menu .is-dropdown-submenu li{
	text-align:left;
}


.left-off-canvas-menu{
	position:fixed;
}
.top-bar{
	background-color:transparent;
}

.tab-bar{
	background-color:transparent;
}

.top-bar ul{
	/*margin-top:11px;*/
	background-color:transparent;
}

.top-bar ul{
	/*margin-right:3rem;*/
	/*padding-left:3rem;
	float:right;*/
	margin-top:1.5rem;
	width:100%;
}
.top-bar ul.menu li{
	text-align:right;
	display:inline-block;
}

.top-bar .top-bar-left-kxt div{
	/*height:8.6rem;*/
}
#off-canvas .menu a,
header .menu a{
	font-family: 'Oswald', arial, serif;
	color: #ccc;
	text-shadow: 0 2px #111;
	text-transform:uppercase;
}
#off-canvas .menu .active > a,
.menu .active > a{
	color:#ffffff;
	background:transparent;
}

.top-bar-left-kxt{
	position:relative;
}


.top-bar .top-bar-left-kxt .utility-nav {
	list-style-type:none;
	/*margin-bottom:.3rem;*/
	margin-bottom:.6rem;
	margin-top:-.3rem;
	/*padding-right:2.25rem;*/
	padding-right:1.25rem;
}

.off-canvas #menu-primary a{
	text-transform:uppercase;
	color:#ffffff;
	
}

.off-canvas #menu-primary .util-link a{
	color:#ffffff;
	/*font-family: HelveticaNeueLT-Bold;*/
	font-weight:bold;
}

.off-canvas .utility-nav{
	list-style-type:none;
	margin-bottom:0;
	margin-left: 1rem;
}

.off-canvas .utility-nav li,
.top-bar .top-bar-left-kxt .utility-nav li{
	display:inline;
	height:17px;
}

.utility-nav li.header-social a{
	color:#ffffff;
	
	text-transform:uppercase;
	padding:0 .5rem 0 0;
	/*font-family:HelveticaNeueLT-Bold;*/
	font-weight:bold;
}

.utility-nav .header-social a{
	
	display:inline-block;
	/*width:17px;
	height:17px;
	
	color:transparent;*/
	padding:0;
}

/** hidden search field **/



#searchbar-mobile,
#searchbar {
  float: left;
  width: 15.5rem;
  border-top: 1px solid #d8d8d8;
  padding-left: 0px;
  padding-right: 10px;
  height:auto;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  position:absolute;
  right:0;
  margin-top:1rem;
}

#searchbar {
  display: none;
  margin-top:0;
}

#s-mobile,
#s {
  display: block;
  width: 88%;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #676767;
  margin:0;
}

#s-mobile{
	width:84%;
}

#searchform #s{
	padding-left:.25rem;
}

#searchsubmit {
  display: block;
  float: right;
  background: none;
  color: #717171;
  border: 0;
  outline: none;
  cursor: pointer;
}

/*********************
POSTS & CONTENT STYLES
*********************/

.kxt-person-image{
	width:15rem;
	margin-left:1.5rem;
	margin-bottom:1.5rem;
	float:right;
}

.kxt-people-wrapper .kxt-person-block{
	width:11rem;
	height:13rem;
	display:block;
	margin:.5rem;
	background:#efefef;
}

.kxt-people-wrapper .kxt-person-block .name{
	padding-left:.5rem;
}


#kxt-schedule.tabs{
	border:0;
	text-align:center;
}

#kxt-schedule .tabs-title{
	background-color:#00aeef;
	margin:0 .25rem;
	display:inline-block;
	float:none;
	width:13%;
}

#kxt-schedule .tabs-title.is-active a{
	color:#ffffff;
	background-color:#483a7d;
}


#kxt-schedule .tabs-title > a{
	text-transform:capitalize;
	font-family: 'Oswald', arial, serif;
	font-size:1rem;
	color: rgb(10, 10, 10);
	padding: 1.25rem;
	
}


.kxt-schedule-pane .kxt-schedule-block{
	margin:1rem 0;
	background-color:#efefef;
	padding:1rem;
	
}

.kxt-schedule-block .timeslot{
	font-family: 'Oswald', arial, serif;
	font-size:1.2rem;
}

.kxt-schedule-block .show a{
	font-size:1rem;
	color: rgb(10, 10, 10);
}

.tabs-content.kxt-schedule-pane{
	border:0;
}

.page-subheader-dark {
    background: #333;
    color: #fff;
    width: 100%;
    margin: 10px 0 20px;
    padding: 5px;
    font-family: 'Oswald', arial, serif;
    font-size: 1.2rem;
}


.avatar, .featuredpage img, .featuredpost img, .post-image {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 4px;
}

img.alignleft{
	margin: 0 15px 10px 0;
}

.entry-content{
	overflow:hidden;
}

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}
.entry-thumb.featuredpost{
	clear: none !important;
	float: right !important;
	 margin: 0 0 10px 15px;
	 font-size:.65rem;
}
.entry-title a, a.entry-title{
	font-size: 22px;
    color: #6F2C91;
}
.entry-item{
	padding: 4px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
}
.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 0 10px;
}

.featurep p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.homepage-highlights{
	margin-bottom:1rem;
}

.left-home-col{
	padding-left:0;
}

.right-home-col{
	padding-right:0;
}

.home-widget-wrap{
	margin-bottom:1rem;
}

.home-widget-wrap p{
	line-height:1.3;
}

.home-widget-wrap h4.widget-title{
	background:#444;
	padding:5px;
	color:#fff;
	font-size:1rem;
}

.content-wrapper{
	margin:0 auto 1rem;
}

.banner-slide, .banner-slide-wrapper.group-kxt-homepage.cf {
	width: 100% !important;
}

.banner-slide img, #simple_ads_manager_widget-3 img {
	width: 100% !important;
	
}


.slideshow-title {
	font-size:36px;
	font-family:"Oswald", sans-serif;
	font-variant-ligatures: none;
}

.slideshow-description {
	font-size:18px;
	font-family:"Oswald", sans-serif;	
}

#banner-pager {
	z-index: 9000;
	position: absolute;
	margin: 10px;
	background: rgba(0,0,0,.3);
	border-radius: 10px;
	padding:5px 0px 5px 10px;
	display: inline-block;
	/* display: none; */
	overflow: hidden;
}


#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar-area{
	background-color:rgb(238, 238, 238);
	padding-top:1rem;
}

.sbi_header_text{
	text-align:left;
}

.widget{
	width:100%;
}

.donateBtn{
	
	text-transform: uppercase;
	font-family: 'Oswald', arial, serif;
	background: #444444;
	color: #fff;
	width:100%;
	height: auto;
	display: block;
	line-height: 37px;
	text-align: center;
	float: left;
	margin-bottom: 1rem; /*30px;*/
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
}

.content-wrapper a.donateBtn{
	color:#ffffff !important;
}

a.donateBtn {
	color:#ffffff !important;
	padding-top: 5px;
}
a.donateBtn:hover{
	text-decoration: none;
}
a.donateBtn span{
	background: url(../images/gradient.png) 0 0;
	height:37px;
	width: 84px;
	display: inline-block;
	color: #ffffff !important;
	cursor: pointer;
	line-height: 19px;
	text-align: center;
	line-height: 37px;
	font-family: arial;
	text-transform: none;
	margin-bottom:10px;
	font-size: 14px;
	
}
a.donateBtn:hover span, a.donateButton:hover{
	background: #d6196c;
}

a.donateButton{ 
	background: url(../images/gradient.png) 0 0;
	font-weight:bold;
	display: block;
	color: #ffffff !important;
	cursor: pointer;
	line-height: 19px;
	text-align: center;
	line-height: 37px;
	font-family: arial;
	text-transform: none;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding:0.5rem 1.5rem;
	font-size: 14px;
	width:75%;
}

.sidebar-area .widgettitle{
	margin-top:2rem;
}

.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }
 
 footer.footer{
	 background-color:#222;
	 color:#fff;
	 padding-top:1rem;
 }

 footer nav ul{
	margin-left:0;
 }
 
 footer h4.widget-title{
	 font-size:1.15rem;
 }
 
 footer nav ul.footer-menu li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 10px;
	word-wrap: break-word;
}

footer nav ul.footer-menu li {
	border-bottom: 1px solid #444;
}

footer nav ul.footer-menu a{
	color: #ddd;
}

footer .utility-nav{
	list-style-type:none;
	margin:0 .75rem 1.5rem;
}
footer .utility-nav li{
	display:inline;
}

footer .partner-logos{
	list-style-type:none;
}

footer .partner-logos li{
	display:inline;
	margin:0 2rem 0 0;
}

footer .partner-logos img{
	max-width:5rem;
}

.post-footer{
	background:#000;
	color:#fff;
	padding-top:1rem;
	font-size:.75rem;
}

.post-footer a{
	color:#fff;
	font-weight:bold;
	margin: 0 .5rem;
}

.post-footer a:hover{
	color:#B70000;
	
}
 
/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

	
	
/****************************************************
SYMBOL FONTS
*****************************************************/

@font-face {
  font-family: 'kxt-symbols';
  src: url('../fonts/kxt-symbol/kxt-symbols.eot?38260526');
  src: url('../fonts/kxt-symbol/kxt-symbols.eot?38260526#iefix') format('embedded-opentype'),
       url('../fonts/kxt-symbol/kxt-symbols.woff2?38260526') format('woff2'),
       url('../fonts/kxt-symbol/kxt-symbols.woff?38260526') format('woff'),
       url('../fonts/kxt-symbol/kxt-symbols.ttf?38260526') format('truetype'),
       url('../fonts/kxt-symbol/kxt-symbols.svg?38260526#kxt-symbols') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'kxt-symbols';
    src: url('../font/kxt-symbols.svg?38260526#kxt-symbols') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "kxt-symbols";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-facebook:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-youtube:before { content: '\e802'; } /* '' */
.icon-instagram:before { content: '\e803'; } /* '' */
.icon-volume-up:before { content: '\e804'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-search:before { content: '\f50d'; } /* '' */

.alexa-icon{
	/*background:url(../images/alexa.svg);*/
	height:17px;
	width:17px;
	margin-right:.2em;
	margin-left:.2em;
	line-height:1em;
	text-align:center;
	padding:0 !important;
}

.alexa-icon img{
	height:17px !important;
	width:17px  !important;
}


/********************
RESPONSIVE
********************/

@media (max-width: 50em) {
	
	.kxt-person-image{
		width:15rem;
		float:none;
	}
	
	.top-bar ul{
		margin-top:0;
	}
	
	header.header{
		margin-bottom:0;
	}
	
	.home .content-wrapper{
		margin:0 auto;
	}
	
	.donateBtn{
		margin-bottom:.5rem;
	}
	
	#kxt-schedule .tabs-title{
		width:100%;
	}
	
	#kxt-schedule .tabs-title > a{
		padding:.5rem;
	}
	
	.kxt-schedule-block .show{
		padding-left:2rem;
	}
	
	.left-home-col, .right-home-col{
		padding-left:0;
		padding-right:0;
	}
	
}

/*-------------SUPRESS DROPDOWNS ON TUNEGENIE HEADER PAGES----------------*/
.page-id-128304 .vertical .menu{display:none;}