/******** DESIGN AGENCY EDITS JUNE 2019 ********/

/* remove arrow link image */
a.more-link img.emoji {
    display: none!important;
}

/* change header image*/
.site-header .home-link {
	color: #141412;
	background-color: #E31837;
  background-image: url(http://communitymusicworks.org/wp-content/uploads/2019/06/logobar_02.jpg);
}

/* change menu colors*/

.navbar, .site-footer2, #nav_menu-4 {
  background-color: #ccc;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-373 {
  color: #fff;
}

#dc_jqmegamenu_widget-2-item ul li a  {
  color: #666;
}

#dc_jqmegamenu_widget-2-item ul li .sub a, #menu-blue-sub-menu li a {
  color: #666!important;
}

#dc_jqmegamenu_widget-2-item ul li a:hover, #dc_jqmegamenu_widget-2-item ul li .sub a:hover, #menu-blue-sub-menu li a:hover {
  color: #E31837!important;
}


#dc_jqmegamenu_widget-2-item ul li .sub {
  background-color: #ccc!important;
}

#dc_jqmegamenu_widget-2-item ul li .sub-container, #dc_jqmegamenu_widget-2-item ul li .sub {
  background: none;
}

/* change mission background / positioning  */
.home_slideshow_wrapper {
  background: #ccc;
}

.home_slideshow {
    bottom: 38px;
}

/* add logo to footer */
aside#custom_html-2.widget_text.widget_custom_html {
    margin: 0;
    padding: 0;
    width: 40%;
}


/* widgets */
.widget a {
    color: #E31837;
}

/* change color of quotes*/
ul.perfect-quotes li {
  color: #efefef;
}

/* change sidebar color */
#advanced-recent-posts-3, #advanced-recent-posts-4, #archives-4, .widget_accordion_archive {
  background-color: #eee;
}

/* change color in blog nav*/
.paging-navigation {
  background-color: #fff;
}

/********** media queries **********/
@media (max-width: 730px){
#home_text {
    background: none repeat scroll 0 0 #ccc;
}
}

/* change social media position
.navbar {
    z-index: 10;
}

.home #socializr {
    position: relative;
    margin-top: -35px;
    z-index: 20;
}*/