/* 
Theme Name: Graphicten Hello
Theme URI: https://graphicten.com
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Graphicten
Author URI: https://graphicten.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

html {
    overflow-x: hidden;
}

#header {
	position: fixed;
    top: 0;
    width: 100% !important;
    left: 0 !important;
	transition: all 0.3s ease;
}

#header.scrolling {
	background-color: #2B3141;
}

#header .elementor-menu-toggle {
	position: absolute;
	right: 10px;
	top: 26px;
	z-index: 5;
}

#header .elementor-column,
#header .elementor-element,
#header .elementor-element-populated {
	position: static;
}

@media screen and (max-width: 768px) {
.insurance-logo {
	padding-bottom: 40%;
}
}
.insurance-logo .elementor-widget-container {
	position: relative;
	padding-bottom: 40%;
}

.insurance-logo .elementor-widget-container img {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	object-fit: contain;
	object-position: center;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .elementor-icon-list-item a:hover {
	text-decoration: none;
}