/*

Theme Name:     Alfamotive
Description:    Child Theme of OceanWP
Author:         Younique Creation
Template:       oceanwp

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)

*/

/* Elementor */

.elementor-text-editor p:last-child, .elementor-text-editor.elementor-clearfix.elementor-inline-editing p:last-child {
    margin-bottom: 0 !important;
}

/*.elementor-widget-heading .elementor-heading-title{
    line-height:1.2em !important;
}*/

/* Header */

.is-sticky #site-header {
    position: fixed !important;
}

#site-header, #site-header-sticky-wrapper {
    position:absolute !important;
    width: 100% !important;
}

.is-sticky .owp-sticky{
    background-color: rgba(10,10,10,0.9) !important;
}

.is-sticky #site-header .hide-sticky{
    display:none;
}