/**
 * Theme Name:		Instant Child
 * Theme URI:		https://creativeworx.net
 *
 * Template: 		instant
 *
 * Description:		Child Theme for the Instant Theme
 * Tags:			custom-logo, featured-images, translation-ready
 * Version:			1.0.0
 *
 * Author:			Creative Worx
 * Author URI:		https://creativeworx.net
 *
 * License:			GNU General Public License v2 or later
 * License URI:		http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Text Domain:		instant
 * Domain Path:		/languages
 */

[data-elementor-device-mode=widescreen],
[data-elementor-device-mode=desktop] {
    padding: 50px;
}

.site-header .elementor-sticky--active {
    background-color: rgba( 25, 25, 25, .95 ) !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    transition: all .2s;
}