/**
Theme Name: Nelles
Author: Oliver Monschau
Author URI: https://omonschau.de
Description: WordPress theme for werbedesign-nelles.de
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nelles
Template: astra
*/

/**
 * General
 */

.entry-content p:last-child,
.fl-rich-text p:only-child {
	margin-bottom: 0 !important;
}
.entry-content > * {
	margin-bottom: 0;
}

/**
 * Boxes
 */
.om-box-services a {
	transition: all .2s ease-in-out;
}

.om-box-services a:hover {
	background-color: var(--ast-global-color-0);
}

/**
 * Misc
 */

.om-btn-whatsapp {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
}

	.om-btn-whatsapp i {
		transition: all .2s ease-in-out;
	}