/*
Theme Name: Cirus Networks
Theme URI: https://github.com/elementor/hello-theme/
Description: Cirus Networks is a child theme of Hello Elementor, created by Fox & Lee
Author: Fox & Lee
Author URI: https://foxandlee.com.au/
Template: hello-elementor
Version: 1.0.1
Text Domain: cirus-networks
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


.sticky-header {
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
    width: 100% !important;
}

.sticky-header.elementor-sticky--effects {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    min-height: 70px !important;
}

.sticky-header .logo img {
    transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.sticky-header.elementor-sticky--effects .logo img {
    height: 40px !important;
}

