/*
 Theme Name:   Slavonia
 Theme URI:    https://www.wp-stars.com
 Description:  WP-Stars Child Theme für Slavonia
 Author:       WP-Stars 
 Author URI:   https://www.wp-stars.com
 Template:     understrap
 Text Domain:  slavonia.com
 Version: 2.1.1
 */


/**
*
    This fixed the WP Bakery full width jumping issue
*
**/


.vc_row[data-vc-full-width].my-header {
    width: 100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
}
