/*
Theme Name: Harmony Child Theme
Theme URI: http://mightyminnow.com
Version: 1.0
Description: Anjani child theme to augment Harmony theme's functionality.
Author: MIGHTYminnow
Author URI: http://mightyminnow.com
Template: Harmony
*/

@import url("../Harmony/style.css");


/* Custom Child Theme CSS
--------------------------------------------- */

/* hide iframe below 480 - cdbaby min width */
@media (max-width: 480px) {
 .page-id-34 iframe, .page-id-463 iframe, .home iframe {
    display: none;
  }
}

/* Language Switching */
#top-menu .menu-item-528 a:after, #top-menu .menu-item-527 a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
content: "\f024";
margin-left: 4px;
}

/* Navigation Colors */

#main-nav {
   background-color: #b6b99e;
}

#top-menu a,
.mobile_nav {
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}

#top-menu a:hover,
.mobile_nav:hover {
    color: #CCC;
}

.single-event .meta-info{
    display: none;
}
#reply-title{
    font-weight: 100 !important;
   }

/* Header */
#main-header .container {
    padding: 75px 0;
}

#main-header h1 {
    font-weight: 300;
}

#main-header h2 {
    display: none;
}

.home #main-header #et-site-title {
    text-shadow: 0 0 10px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,0.4), 0 0 1px rgba(0,0,0,0.1);
}


/* Nav */
#main-nav .cat-item {
    display: none;
}
/*hiding the test page that inexplicably won't disappear from the nav.*/
#main-nav .menu-item-442{display:none;}


/* Headings */
.entry-content h1.title,
.events-title {
    margin-top: 0;
    padding-bottom: 13px;
    font-size: 36px;
    line-height: 1em;
    font-weight: 100;
}

.entry-content h2 {
   clear: both;
   font-weight: 400;
}

.entry-content h3 {
    clear: both;
}

/* Content Area */
#content-area {
    padding: 25px 0; 
}

/* Nav */
#main-nav {
    font-family: Roboto, sans-serif;
}

/* Breadcrumbs */
#breadcrumbs {
    display: none;
}

/* Footer */
#copyright {
    padding: 20px 0 !important;
    font-size: 0.8em;
}

/* Homepage */
.home #main-header .container {
    width: 100% !important;
    padding: 0 !important;
    position: relative;
}

.home .theme-default .nivoSlider {
    margin-bottom: 0;
    border-bottom: 1px solid #d7dbdc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home #main-header .site-title {
    position: absolute;
    bottom: 25%;
    width: 100%;
    margin-top: -10%;
    text-align: center;
    z-index: 999;
}

.home #main-header #et-site-title {
    text-shadow: 0 0 10px rgba(0,0,0,1);
}

#news-section #news {
    font-family: Roboto, sans-serif;
}

#news-section #news h2 {
    visibility: hidden;
}

#news-section  #news-posts {
    border-top: 1px solid #EAEDEE;
}

#news-section #shows h2 {
    text-align: left;
}


/* Music */
h3 em {
    position: relative;
    top: -2px;
    margin-left: 5px;
    font-size: 0.7em;
    font-style: normal;
    letter-spacing: 0.05em;
}


/* Tour Dates / Events */
#content-area #shows {
    width: 100%;
    border-top: 1px solid #eaedee;
}

#shows-posts {
    font-family: 'Open Sans', Arial, sans-serif;
}

#shows .textwidget {
  padding: 19px 0;
  text-align: left;
}

.post-meta .year {
    padding: 10px 0 0;
    font-size: 1.2em;
    line-height: 1.5;
    letter-spacing: .1em;
}


/* Sidebar
--------------------------------------------- */
#sidebar {
    margin-top: -25px;
}

#sidebar .widgettitle {
    font-weight: normal;
}

#sidebar blockquote {
    margin: 0 -20px 20px -30px;
    background-color: transparent;
    border-width: 1px 0;
}

blockquote p:first-child {
    position: relative;
}

blockquote p:first-child:before {
    content: '“';
    position: absolute;
    left: -6px;
}

#black-studio-tinymce-11 blockquote p:before {
    display: none;
}

blockquote cite {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-style: normal;
}

/* CD Baby widget */
#black-studio-tinymce-8 { 
    padding: 10px 0 30px 10px;
}

/* Search widget */
.widget_search form {
    margin-left: -20px;
}

.widget_search label {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.widget_search input {
    height: auto;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
    line-height: 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.widget_search input[type="submit"]:hover {
    cursor: pointer;
    background-color: #1C3138;
    border-color: #1C3138;
    color: #FFF;
}


/* Links Widget */
#black-studio-tinymce-4 ul {
    margin-left: -20px;
}

#black-studio-tinymce-4 li {
    position: relative;
    padding-left: 30px;
    background-image: none; 
}

#black-studio-tinymce-4 li i {
  position: absolute;
  left: 0;
  width: 30px;
  text-align: center;
}


/* General Components
--------------------------------------------- */

/* Images */
img.alignleft,
img.alignright {
    margin-bottom: 15px;
}

#fancybox-title {
    display: none !important;
}

/* Contact form */
#et-contact {
    overflow: visible;
    margin-bottom: 40px; 
}

#et-gallery-images .image-date {
    display: none; 
}

/* Gallery */
.type-gallery .meta-info,
.image-date {
    display: none;
}

.entry-content h3,
#news-section h3,
#events-list h2 {
    font-weight: normal;
}

/* Contact Us */
.page-id-36 .wp-caption {
    padding: 0;
    border: 0;
    background-color: transparent;
}

@media only screen and ( max-width: 767px ) {

    #main-header .container { padding: 58px 0; }

}

@media (min-width: 768px) {

    .home #main-header .site-title {
        left: 65%;
        width: auto;
        text-align: right;
    }
    
    #main-header h1 {
        font-weight: 100;
        font-size: 5.75em;
    }
}

@media (min-width: 900px) {

    .home #main-header .site-title {
        left: 70%;
    }

}