/*
 Theme Name:   WpCast Child - for LMEB - by NFC
 Theme URI:    https://qantumthemes.com/
 Description:  The child theme allows easier customizations and template overrides
 Author:       QantumThemes
 Author URI:   https://qantumthemes.com/helpdesk
 Template:     wpcast
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         right-sidebar
 Text Domain:  wpcast-child
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/




.wpcast-slider__c .wpcast-container::before, .wpcast-slider__c .wpcast-container::after {
	border: 0px;
}

.wpcast-post .wpcast-caption {
	margin-top: 2px;
	  max-width: 80%;
	  white-space: wrap;
	  text-overflow: ellipsis;
	  word-break: break-all;
	  float: left;
	  font-size: 13px;
	}
}