/* @override 
	https://media.goodwinsorganics.com/wordpress/wp-content/themes/GoodwinsOrganics/style.css?* */


/* 
 Theme Name:     GoodwinsOrganics - Divi child theme   
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 



.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

.attachments-large, dl.attachments-medium, dl.attachments-small {
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}

dd.caption strong a:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
/*	border: 1px dotted fuchsia;*/
}

.attachments-large:hover {
	background-color: #fdfde3;
}

.attachments .caption {	float: left;	margin: 0;	padding: 0 0 0 1em;}
