/*
Theme Name: oceanwp-child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.blog-entry.post .blog-entry-summary {
    margin-bottom: 0px;
}



.box-downl-link {
		float: left;
		min-height:0px;
		margin-top: 0px !important;
		width:64%;
		padding: 0;
		display:block;
		}	
																					  
																			.box-downl-link h3 {
																						  	font-size:24px;
																							color: #fff !important;
																							opacity:0.71;
																							letter-spacing: 0.025em;
																							margin-top: 30px;
																							margin-left: -10px;
																					  }	
																			
																			.box-downl-link .sidebar-widget-title h3 {
																						  	margin-left: 0px !important;
																					  }	
																		
																		
																			.widget_delightful-downloads-list-widget {
																							margin: 0;
																						  	padding: 0px;
																					  }
																			
																			.widget_delightful-downloads-list-widget ul{
																							margin: 0;
																						  	padding: 0px;
																						  	border-radius: 8px;
																					  }
																			
																			.widget_delightful-downloads-list-widget li {
																			
																							background-color: rgba(16,39,65,0.3);
																							padding: 10px 10px 10px 50px;
		  																					line-height: 1.42857143;
		  																					list-style: none;
		  																					border-radius: 3px;
		  																					background-image: url(./images/document-icon.png);
  																							background-position: 0px 7px;
  																							background-repeat: no-repeat;
																					  }
																			
																			.widget_delightful-downloads-list-widget li:nth-child(2n+0) {
																		
																							background-color: rgba(16,39,65,0.0);
																					  }
																		
																			.widget_delightful-downloads-list-widget a {
																			
																							color:#fff !important;
																					  }
																			
																			
																			
																			
																			.ddownload-link {
																							display:block;
																							color:#fff !important;
																							text-decoration: none !important;
																							margin-top: 0px;
																							width:100%;
																							background-color: rgba(16,39,65,0.3);
																							padding: 10px 10px 10px 50px;
		  																					line-height: 1.42857143;
		  																					list-style: none;
		  																					border-radius: 3px;
		  																					background-image: url(./images/document-icon.png);
  																							background-position: 0px 7px;
  																							background-repeat: no-repeat;
																					  }
																			
																			.ddownload-link a {
																							
																					  }
					