/*
Theme Name:   D1 Gama Elementor
Template:     hello-elementor
Version:      1.0.0
*/

@import url("../hello-elementor/style.css");

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #10427D;
}
.colour-white h1,
.colour-white h2,
.colour-white h3,
.colour-white h4,
.colour-white h5,
.colour-white h6 {
    color: #fff;
}

.elementor-widget-text-editor a {
	color: #75b0dc;
}
.elementor-widget-text-editor a:hover {
	color: #75b0dc;
	text-decoration: underline;
}    

.home .page-header .entry-title {
	display: none;
}

#site-footer #menu-paticka {
	display:block;
}

.button-tel,
.button-mailto {
	white-space: nowrap;
    min-width: unset;
}

/* Align dropdown to the right edge of the toggle */
.elementor-element .elementor-nav-menu--dropdown {
  width: max-content !important;
  left: -120px !important;
}
/* Optional: Align submenu items' text to the right */
.elementor-element .elementor-nav-menu--dropdown a {
  text-align: right;
}
/* Elementor gallery content justify */
.elementor-widget-image-gallery {
  justify-content: space-between;
}
.elementor-widget-container {
  gap: 0;
  padding: 0;
}
