/*
Theme Name: Jnews - Child Theme
Version: 1.0.0
Theme URI: https://sportsworldghana.com/
Description: 
Author: SportsWorld
Author URI: https://sportsworldghana.com/
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.send-articles{
	background: #fafafa !important;
	margin: 20px 0px;
	padding: 10px;
	border: solid 10px #ebeaea;
	border-radius: 3px;
	box-shadow: -3px 3px 9px #ccc;
	text-align: center;
}

figcaption, .jeg_featured .wp-caption-text, jeg_post_excerpt p{
	font-size: 14px !important;
	color: #000;
	line-height: 22px;
	text-align: left;
}
figcaption:before, .jeg_featured .wp-caption-text:before, jeg_post_excerpt p:before {
    position: relative;
    display: inline-flex;
    width: 50px;
    height: 1px;
    margin-right: 8px;
    padding-top: 0.75em;
    content: '';
    vertical-align: top;
    border-bottom: 2.5px solid #ff9900;
}