/*
Theme Name: Corus Music 2.0
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: SoCast
Author URI: http://www.socastsrm.com/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: empty
*/
/* helpers */
.alignRight { text-align: right; }
.sr-text {
    display: block;
    position: absolute;
    left: -9999px;
}
.clear {
    clear: both;
}
img.alignleft {
    float: left;
    margin-right: 10px;
}
img.alignright {
    float: right;
    margin-left: 10px;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text { text-align: center; }
.row-fluid .span12 { float: none; }

/* main styles */
html {
    -webkit-text-size-adjust: 100%;
}
body {
    color: #222222;
    background-color: #ffffff;
    background-image: none;
    overflow-x: hidden;
    line-height: 1.5em;
    font-size: 16px;
}
body a:focus {
    outline-style: dotted;
    outline-width: 1px;
}

iframe {
    display: block;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}
input[type="text"],textarea{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{ 
    line-height: 1.5rem; 
    font-weight: bold;
}
h1 {
    line-height: 2.25rem;
    font-size: 200%;
}
h2{
    line-height: 1.625rem;
    font-size: 150%;
}
h3 {
    line-height: 1.5rem;
    font-size: 137.5%;
}
h4 {
    line-height: 1.375rem;
    font-size: 125%;
}
h5 {
    line-height: 1.5rem;
    font-size: 112.5%;
}
h6 { font-size: 100%; }

h1.bar, h2.bar, h3.bar, h4.bar, h5.bar, h6.bar {
    padding: 5px 10px;
    color: #ffffff;
}
h1.bar.thick, h2.bar.thick, h3.bar.thick, h4.bar.thick, h5.bar.thick, h6.bar.thick {
    padding: 10px;
}



.site_width {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .site_width  { 
        width: 1100px; 
        margin-left: auto;
        margin-right: auto;
    }
}

a.skipToLink {
    display: block;
    background-color: #ffffff;
    border: 1px solid currentColor;
    padding: 10px;
    position: absolute;
    top: 0px;
    left: -9999px;
    z-index: 5;
}
a.skipToLink:focus {
    left: 0px;
}

/* IE8 margin issue */
#leaderboard-area, header, .site_width, #theFooter { 
    margin-top: 0; 
    margin-bottom: 0; 
}
em { background: none; }

#leaderboard-area { 
    padding: 15px 0;
}
#leaderboard-area .wrapper {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
}

/* sticky header */
header *, #theFooter , #theFooter *, .minimalNavSection *{
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}
header img {
    display: inline-block;
}

#stickyHeaderPlaceholder {
    display: none;
}
#stickyHeader.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 995;
}

/* ribbon */
#ribbon { 
    font-size: 18px; 
    font-weight: bold;
    line-height: 1.6em;
    min-height: 90px;
    text-transform: uppercase;
}
.main-nav-style {
    font-size: 20px; 
    font-weight: bold;
}
ul.nav {
    list-style: none;
    margin: 0px;
    text-align: right;
}
ul.nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    position: relative;
}
ul.nav li a {
    display: block;
    padding: 30px 10px;
}
ul.nav .sub-menu {
    list-style: none;
    margin: 0px;
    white-space: normal;
	text-align: left;
	text-transform: none;
}
ul.nav .sub-menu li {
    width: 100%;
}
#minimal-menu ul.nav .sub-menu-toggle {
    padding-left: 20px !important;
    padding-right: 20px !important;
    float: right;
}
ul.nav .sub-menu-toggle .up-arrow { display: none; }

ul.nav .sub-menu a, .secondary_nav ul.nav a {
    padding: 6px 10px;
}
.secondary_nav a {
    padding-bottom: 8px;
    line-height: 1.6em;
}

#ribbon .site_width {
    padding: 0;
}
.textUppercase{
    text-transform: uppercase;
}
#ribbon .nav-full {
}
#ribbon  a:focus {
    outline-style: none;
}
#ribbon a:hover, #ribbon a:focus,
.nav a:hover, .nav a:focus  {
    text-decoration: none;
}
#ribbon .nav .sub-menu {
    position: absolute;
    left: -9999px;
    z-index: 5;

    -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.35);
}
#ribbon .nav .sub-menu a {
    white-space: nowrap;
}
#ribbon .nav li:hover .sub-menu, #ribbon .nav li.focused .sub-menu {
    left: 0px;
}
#ribbon .sub-menu-toggle  { display: none; }

.main-nav-style .nav .sub-menu, ul.nav.secondary {
    font-size: 18px;
    font-weight: normal;
}

#ribbon .nav li a.topNavLink, #nav-more {
    border: 1px solid transparent;
    height: 90px;
}

#ribbon .nav li:hover a.topNavLink, #ribbon .nav li a.topNavLink:focus, 
#ribbon .nav>li.focused a.topNavLink, #ribbon .nav>li.active a.topNavLink, 
#nav-more:focus, #nav-more:hover, 
#listenBtn a:hover {
}

#ribbon svg {
    fill: currentColor;
    height: 24px;
    max-width: 34px;
}

/*toggle ribbon wrap */
#ribbon .ribbon-right {
    float: right;
}
header .nav-full .nav>li.wrap {
    display: none;
}
header  .nav-full.unwrap .nav>li.wrap {
    display: inline-block;
}
header  #nav-more .arrow-up, header  #nav-more.unwrap .arrow-down {
    display: none;
}
header  #nav-more.unwrap .arrow-up {
    display: inline;
}

#ribbon a {
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}


/*ribbon right */
#ribbon .ribbon-right {
    height: 90px;
}
#ribbon .ribbon-right .ribbonBtn {
    display: inline-block;
    padding: 30px 10px;
    height: 90px;
	border: 1px solid transparent;
}
#ribbon .ribbon-right>a, #ribbon .ribbon-right .member-area {
    display: inline-block; 
    vertical-align: middle;
}

.ribbonBtn .text {
	vertical-align: top;
}

#listenBtn a { 
    padding: 30px 0px; 
    display: inline-block;
}

#nav-more { padding-bottom: 11px !important; }
#nav-more  .arrow-up, #nav-more .arrow-down,
#ribbon .nav.member .username .arrow-down, #ribbon .nav.member .username .arrow-up {
    font-size: 80%;
}

#ribbon .ribbon-right .member-area {
    text-align: right;
    padding: 0 10px;
}
#ribbon .nav.member li:hover a, #ribbon .nav.member li a:focus, #ribbon .nav.member li.focused a, #ribbon .nav.member li.active a {
    /*background-color: inherit !important;*/
}
#ribbon .nav.member .sub-menu li { text-align: left; }
#ribbon .nav.member .sub-menu li a { width: 100%; }
#ribbon .nav.member a.topNavLink {
    /*font-weight: normal;*/
}
#ribbon .nav.member .username .arrow-up { display: none; }
#ribbon .nav.member li:hover .sub-menu, #ribbon .nav.member li.focused .sub-menu {
    left: auto;
    right: 0px;
}

/* ribbon left */
#ribbon .ribbon_logo, #ribbon #listenBtn, #ribbon #minimalMenuToggle {
    float: left;
}
#minimalMenuToggle { 
    display: none;
}

#ribbon .ribbon_logo  img {
    height: 70px;
    display: block;
    margin: 10px 0;
}

#listenBtn {
    height: 90px;
}

#listenBtn .icon { margin-left: 5px; }

#listenBtn img {
    height: 30px;
    display: block;
}

#homeBtn { padding: 14px 16px; }

/* minimal nav */
#minimal-menu { display: none; }
#minimal-menu .nav a {
    display: block;
    padding: 16px 10px;
}
#minimal-menu .nav li {
    display: block;
    padding: 0;
}
#minimal-menu .nav>li>a{
    display: block;
	border-bottom: 1px solid currentColor;
}
#minimal-menu a.topNavLink {
}
#minimal-menu .nav .sub-menu {
    padding: 0;
    display: none;
}
#minimal-menu .nav .sub-menu li  {
	border-bottom: 1px solid currentColor;
}
#minimal-menu .nav .sub-menu a {
    padding: 30px 10px;
	text-transform: none;
}
#minimal-menu .sub-menu-toggle {
	border-left: 1px solid currentColor;
}


/* search form */
#searchDropDown {
	position: relative;
	display:none;
}
.search-form-ribbon {
    padding: 15px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:995;
	width: 640px;
	max-width: 100%;
}

.search-form-ribbon * {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.search-form-ribbon .bar {
	position: relative;
	width:100%;
	height:50px;
}

.search-form-ribbon button {
	position:absolute;
	height:50px;
	width:125px;
	top:0;
	right:0;
	border:none;
	font-size: 20px;
	padding:0 5px;
	text-align: center;
	line-height:44px;
}
.search-form-ribbon button:hover {
	opacity:0.8;
}
.search-form-ribbon button svg {
	height:20px;
	width:21px;
	fill: #ffffff;
}

.search-form-ribbon input {
	height: 50px;
	width:100%;
	padding-left: 12px;
	padding-right: 130px;
	font-size: 18px;
	font-family: inherit !important;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: none !important;
}


/* minisite headers */
.minisite_header_img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.minisite_nav {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;

    background: #222222;
}
.minisite_nav * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}
.minisite_nav ul {
    list-style-type: none;
    display: block;
    margin: 0;
}
.minisite_nav_li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
}
.minisite_nav_li a {
    color: #ffffff;

    display: block;
    padding: 10px;
    line-height: 14px;
}
.minisite_nav_li a.active, .minisite_nav_li a:hover, .minisite_nav_li a:focus {
    background-color: #666666;
}

/* content area */
#theContent-wrapper {
    position: relative;
}
#theContent *{
    max-width: 100%;
    word-wrap: break-word;
}
#theContent, #theSidebar,
.content-width, .sidebar-width {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 

    width: 100%;
}
#theContent, #theSidebar {
    padding: 0 0px 20px;
}
#theContent>#contentDiscovery {
    padding: 5px;
}
.entry-header .news-meta { margin-bottom: 30px; }
.entry-content .header-image { width: 40%; }
.entry-content .header-image.left { float: left; margin: 0 30px 30px 0; }
.entry-content .header-image.right { float: right; margin: 0 0px 30px 30px; }
.entry-header .header-image.full { 
    display: block;
    margin-bottom: 30px;
}

.news-meta {
    line-height: 1.3em;
    margin: 10px 0;
}
.news-meta .city-station { font-weight: bold; }

/* sidebar */
#theContent.hasSidebar {
    position: relative;
    bottom: 0px;
    top: 0px;
    width: 100%;
}
#theContent.hasSidebar.sidebar-align-right {
    float: left;
}
#theContent.hasSidebar.sidebar-align-left {
    float: right;
}
#theSidebar.sidebar-align-left {
    float: left;
    padding-right: 10px;
}
#theSidebar.sidebar-align-right {
    float: right;
    padding-left: 10px;
}
#theSidebar .sidebar-content { margin-bottom: 20px; }

/* make sidebar and content full height */
#theContent,
#theSidebar {
    padding-bottom: 999999px;
    margin-bottom: -999999px;
}
#theContent-wrapper {
    overflow-y: hidden;
}

.searchBtn .icon {
	height: 30px;
	width: 30px;
}

.searchNav {
    padding: 5px 10px;
    width: 33%;
    margin-left: 67%;
    display: none;
}

/* canvas hacks */
#theContent .widget-tabs .tabs li {
    white-space: nowrap;
}
.ui-dialog button{
    font-weight: bold;
    font-size: 13px !important;
}
.form-body-gray {
    background: #EEEEEE; 
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee) ); 
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    margin-top: 0px;
    margin-bottom: 10px;
}
.form .control-group .field label, 
.form .field-group .field label,
.form .field-group label,
.form .field-group .field,
.theme1 .form .field-group .field label { 
    color: inherit !important; 
    font-size: inherit;
}

#blog_header_ad { margin-bottom: 10px; }


/* widgets */
.text_light_color, .socast-help-text { 
    color: currentColor;
    opacity: 0.7;
}
.socast-help-text { color: inherit !important; }
div.contact-form .fields  input, div.contact-form .fields  textarea  {
    margin: 0;
    width: 100%;
    padding: 5px;
}
.contact-form .span3, .contact-form .span8 {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
}
.contact-form  .row-fluid {
    margin-bottom: 10px;
}
div.contact-form .fields div[class^="span"] { padding: 0px; }

.wpb_single_image img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.wpb_separator, .vc_text_separator {	border-bottom: 1px solid #EEEEEE; }

/* posts */
.entry-content {
    margin-bottom: 28px;
}

/* comments */
.commentlist {
    list-style-type: none;
    margin-left: -30px;
}
.commentlist li {
    list-style-type: none;
}
.commentlist li[class *='depth-'] {
    margin-left: 30px;
}
.commentlist ul li {
    list-style-type: none;
}
.commentlist img.avatar {
    height: 20px;
    width: 20px;
    border: 1px solid #dfdfdf;
    padding: 2px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    float: left;
    vertical-align: top;
}
.commentlist article {
    background-color: #eeeeee;
    position: relative;
    margin-left: 50px;
    padding: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}
.commentlist .comment-author {
    font-style: italic;
    margin-bottom: 10px;
}
.commentlist .comment-author .fn {
    font-style: normal;
}
.triangle-right {
}
.triangle-right.left {
    background: #eeeeee;
}
.triangle-right:after {
    content: "";
    position: absolute;
    bottom: -20px; /* value = - border-top-width - border-bottom-width */
    left: 50px; /* controls horizontal position */
    border-width: 10px 0 0 15px;
    /* vary these values to change the angle of the vertex */
    border-style: solid;
    /* reduce the damage in FF3.0 */
    border-color: transparent #eeeeee;
    display: block;
    width: 0;
}
.triangle-right.left:after {
    top: 10px;
    left: -15px; /* value = - border-left-width - border-right-width */
    bottom: auto;
    border-color: #eeeeee transparent;
}
#respond {
    background: #EEEEEE; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
        color-stop(100%, #eeeeee) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 14px;
}
#commentform input[id='submit'] {
    float: right;
}
#commentform p.form-submit {
    padding-bottom: 10px;
}
#respond #cancel-comment-reply-link {
    float: right;
    font-weight: normal;
}
#respond #submit {
    background-repeat: repeat-x;
    background-position: 0 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: normal;
    color: #FFF;
    display: inline-block;
    margin: 0;
    *overflow: visible;
    position: relative;
    border: none;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: #222222;
    background: -moz-linear-gradient(top, #888888 0%, #444444 2%, #222222 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888),
        color-stop(2%, #444444), color-stop(100%, #222222) );
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #888888 0%, #444444 2%, #222222 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #888888 0%, #444444 2%, #222222 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #888888 0%, #444444 2%, #222222 100%);
    /* IE10+ */
    background: linear-gradient(top, #888888 0%, #444444 2%, #222222 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0)";
    color: #FFF;
    border-color: #000000;
}
#respond #submit:hover {
    background: #000000;
    background: -moz-linear-gradient(top, #F19F9F 0%, #424242 2%, #000000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F19F9F),
        color-stop(2%, #424242), color-stop(100%, #000000) );
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #F19F9F 0%, #424242 2%, #000000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #F19F9F 0%, #424242 2%, #000000 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #F19F9F 0%, #424242 2%, #000000 100%);
    /* IE10+ */
    background: linear-gradient(top, #F19F9F 0%, #424242 2%, #000000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#000000', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#000000', GradientType=0)";
}
#respond #submit:active {
    background: #424242;
    background: -moz-linear-gradient(top, #000000 2%, #424242 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #000000),
        color-stop(100%, #424242) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 2%, #424242 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 2%, #424242 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #000000 2%, #424242 100%);
    /* IE10+ */
    background: linear-gradient(top, #000000 2%, #424242 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#000000', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#000000', GradientType=0)";
}
#comment {
    width: 97%;
    max-width: 97%;
    margin-bottom: 28px;
}
.commentlist div[id='respond'] {
    margin-left: 50px;
    margin-top: 25px !important;
}

/* content discovery */
.cd_col_header { font-size: 100%; }
.cd_article_info { line-height: 18px; }

/* footer */
#theFooter {
    min-height: 90px;
}
#theFooter .site_width {
    padding: 20px 20px 0px;
}
#theFooter .social-links, #theFooter .footer-links, #theFooter .footer-logos div {
    display: block;
    margin-bottom: 10px;
}
#theFooter .social-links a {
    margin-right: 4px;
}
#theFooter .nav.footer {
    margin-bottom: 10px;
}
#theFooter ul.nav.footer a {
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    display: inline;
}
#theFooter ul.nav.footer li:first-child a {
    margin-left: 0px;
}
#theFooter ul.nav.footer li:before {
    content: "|";
}
#theFooter ul.nav.footer li:first-child:before {
    content: "";
}

.footer-logos div {
	float: right;
	width: 50%;
	text-align: center;
}

.footer-logos div:first-child {
	text-align: right;
	width: 25%;
}

.footer-logos div:last-child {
	text-align: left;
	width: 25%;
}

a.socialIconLink { 
    padding: 3px; 
    display: inline-block;
}
a.socialIconLink:hover { opacity: 0.6; }
.socialIconLink svg, .socialIconLink img { 
    display: block; 
    height: 33px; 
    width: 32px; 
}
.socialMediaIconSVG .path { fill: currentColor; }

/* player */
#socast_j_player_1.jwplayer {
    top: -50px;
}

#activationBanner,  #activatedBanner{
    height: auto !important;
    text-align: center;
}
#activationBannerContents, #activatedBannerContents {
    max-width: 100% !important;
}

/* responsive breakpoints */
@media all and (max-width: 1000px) and (min-width: 1px) {
    #minimalMenuToggle { 
		display: block; 
		padding: 26px 10px;
	}
	#minimalMenuToggle a {
		padding: 35px 16px;
		height: 24px;
		width: 34px;
	}
	ul.nav.primary {
		text-align: left;
	}
	
	ul.nav.primary li {
		text-transform: uppercase;
	}
    #ribbon .nav-full, #ribbon .nav.member, div.ribbon-right {
        display: none;
    }
    #ribbon #listenBtn { float: right !important; }
}
@media all and (max-width: 800px) and (min-width: 1px) {
    #leaderboard-area, #blog_header_ad { display: none; }
    #stickyHeader.sticky { z-index: 9995; }
    #ribbon #listenBtn { float: right !important; }
    .secondary_nav { display: none; }
}
@media all and (max-width: 768px) and (min-width: 1px) {
    #minimalMenuToggle .text , #ribbon .ribbon-right{ display: none; }
    #ribbon #listenBtn { float: right !important; }
    #ribbon .site_width { padding: 0px !important; }
	
	#theFooter { padding-bottom: 10px; }
	.footer-logos div {
		float: none;
		width: 100%!important;
		text-align: left!important;
	}
}
@media screen and (max-width: 600px) {	
    input[type="text"],textarea{ width: 100%; }

    .ui-dialog.ui-widget.ui-widget-content{width: 300px !important;}
    .ui-dialog .ui-dialog-titlebar-close {
        font-size: 42px;
        right: 10px !important;
        top: 20px !important;
    }
    .ui-dialog .ui-dialog-titlebar-close:hover {
        right: 10px !important;
        top: 20px !important;
    }
    .ui-dialog button{
        font-size: 13px !important;
    }

    /*following is for Broadcast History on mobile*/
    .song.featured{float: left !important; margin-left: 10px !important;}
    .broadcastHistory.span12{margin-left: -13px !important;}
    .row.clearfix .song{margin-left: 0px !important;}

    .imgList.contest .info .description, .imgList.contest .info .full_details { display: none; }

    .commentlist, .commentlist li[class*="depth-"] { margin-left: 0px; }
    .commentlist ul { margin-left: 5px; }

    .commentlist .triangle-right.left::after { left: 0; }
    .commentlist article { margin-left: 30px; }

    #listenBtn, #listenBtn a, .ribbon_logo, .ribbon_logo img {
        height: 42px!important;
        min-height: 42px;
    }
    
    .ribbon_logo img {
        margin: 0!important;
        padding: 0;
    }

    .ribbon_logo {
        margin: 0 10px!important;
        padding: 0;
    }
    
    #ribbon {
            max-height: 42px;
            min-height: 42px;
    }
	
    #ribbon #listenBtn a, #minimalMenuToggle a {
        padding: 6px 10px 6px 8px!important;
        margin-right: 0px;
    }
	
	#minimalMenuToggle {
		padding: 0;
    }

	#minimalMenuToggle a {
		display: block;
		height: 42px;
    }

    svg.menu {
        height: 12px;
        width: 16px;
        padding-top: 3px;
    }

    #minimalMenuToggle a {
        padding-top: 8px!important;
        padding-bottom: 7px!important;
    }
}

@media screen and (max-width: 400px) {
    .ribbon_logo {
        margin: 0 5px!important;
        padding: 0;
    }
}

/* mobile app */
body.headerType-iframe.platform-app {
    padding: 1%;
    font-size: 120%;
}

#overlay {
    display: none;
}