/*
Theme Name: Alpaca IT Theme
Theme URI: http://alpaca-it.de/
Description: OceanWP WordPress theme Alpaca IT child theme.
Author: Henry de Jongh
Author URI: http://alpaca-it.de/
Template: oceanwp
Version: 1.0
*/

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

/***************************************************************************************************
 * Custom Theme.
 **************************************************************************************************/

/***************************************************************************************************
 * Elementor: Stroke text with a colored thin outline.
 **************************************************************************************************/
.labs-stroke-text-black
{
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.labs-stroke-text-white
{
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

/***************************************************************************************************
 * Elementor: Remove the bottom margin on text elements.
 **************************************************************************************************/
.elementor-text-editor p:last-child, .textwidget p:last-child { margin-bottom:0px; }