/* Event Espresso Calendar setting changes */
div#espresso_calendar {
background-color: #fff;
}

/* Map pin change */
.et_pb_map_pin{
  src: url("http://diycreativeworkshop.com/wp-content/uploads/2016/08/DIY_gold_paint_brush.png");
}

/*Menu Hover changes */
#top-menu a:hover{
  color: #e0c933;
  /*#e0c933* torquoise: 49ddbb
  #top-menu li.current-menu-item a:hover{
  color: #000000;
}*/
}

/* Attempting edit to Event page (post) giant image in header */

.et_pb_post &amp;gt; a img {
float: left;
margin-right: 4%;
width: 40% ;
}
#page-container .et_pb_post {
clear: both !important;
float: none !important;
margin: 0 !important;
}
