
@import url("http://adrienneharveymccoy.com/wp-content/plugins/media-grid/css/frontend.css");

@import url("http://adrienneharveymccoy.com/wp-content/plugins/media-grid/js/wmuSlider/css/style.css");
@import url("http://adrienneharveymccoy.com/wp-content/plugins/media-grid/js/jPlayer/skin/media.grid/jplayer.media.grid.css");


/* cell shadow & border */
.mg_box { 
    margin: 2px; 
  
  border: 1px solid #555555; 
}

/* image border */
.img_wrap {
	padding: 2px;
	border-width: 0px; 
	
	}

/* overlay colors */
.img_wrap .overlays .overlay {
	background: #002025;}
.img_wrap:hover .overlays .overlay,
.mg_touch_on .overlays .overlay {
   
	opacity: 0.9;
	filter: alpha(opacity=90) !important;
	 
}

.img_wrap .overlays .cell_more {
	background-color: #fcffe9;}

span.mg_overlay_tit {
	color: #fcffe9;	  
}

/* icons color */

/* img */
.mg_image .img_wrap .overlays .cell_more span {
  background: url(http://adrienneharveymccoy.com/wp-content/plugins/media-grid/img/overlay/img_g.png) no-repeat top left transparent;  
}

/* gallery */
.mg_gallery .img_wrap .overlays .cell_more span {
  background: url(http://adrienneharveymccoy.com/wp-content/plugins/media-grid/img/overlay/gallery_g.png) no-repeat top left transparent;  
}

/* video */
.mg_video .img_wrap .overlays .cell_more span {
  background: url(http://adrienneharveymccoy.com/wp-content/plugins/media-grid/img/overlay/video_g.png) no-repeat top left transparent;  
}

/* audio */
.mg_audio .img_wrap .overlays .cell_more span {
  background: url(http://adrienneharveymccoy.com/wp-content/plugins/media-grid/img/overlay/audio_g.png) no-repeat top left transparent;  
}

/* link */
.mg_link .img_wrap .overlays .cell_more span {
  background: url(http://adrienneharveymccoy.com/wp-content/plugins/media-grid/img/overlay/link_g.png) no-repeat top left transparent;  
}

/* custom content */
.mg_lb_text .img_wrap .overlays .cell_more span {
  background: url(http://adrienneharveymccoy.com/wp-content/plugins/media-grid/img/overlay/lb_text_g.png) no-repeat top left transparent;  
}


/* border radius */
.mg_box, .img_wrap, .img_wrap .thumb, .img_wrap > div {
  border-radius: 2px;
}


/* title under */
.mg_title_under {
	    
    color: #fcffe9;	  
    
        padding-bottom: 4px;
    padding-left: 	8px;
    padding-right: 	8px;
    padding-top: 	4px !important;
}	



/* opened item */
#mg_full_overlay_wrap {
  
  background: url(http://adrienneharveymccoy.com/wp-content/plugins/media-grid/img/patterns/pattern-dot-b4.png) repeat top left #222222;	
  
  opacity: 0.8;
  filter: alpha(opacity=80) !important;
    
}
#mg_overlay_content {
  width: 70%;max-width: 960px;}

/* colors */
#mg_overlay_content,
.mg_item_load {
    color: #ffffff;
	
    background-color: #343434;
}

/* icons */
#mg_full_overlay .mg_item_load,
#mg_full_overlay .mg_item_featured {
	background-image: url(http://adrienneharveymccoy.com/wp-content/plugins/media-grid/img/loader_w.gif);
}	
	
#mg_close {
	background-image: url(http://adrienneharveymccoy.com/wp-content/plugins/media-grid/img/item_close_w.png);
}	
#mg_nav .mg_nav_prev span {
	background-image: url(http://adrienneharveymccoy.com/wp-content/plugins/media-grid/img/item_prev_w.png);		
}
#mg_nav .mg_nav_next span {
	background-image: url(http://adrienneharveymccoy.com/wp-content/plugins/media-grid/img/item_next_w.png);	
}

/* border radius */
#mg_overlay_content {
	border-radius: 2px;
}

* {transition: none !important;}
.mg_item_text a{color:#ffd68d;}
.mg_item_text {color:#e3e3e3;}
.mg_item_text strong {color:#ffffff;}