/*
Theme Name: Gap
Theme URI: https://gapitalia.it/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by HDG
Author: HDG
Author URI: https://hangar.it
Template: hello-elementor
Version: 1.0
*/

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	*/
	text-rendering: optimizeLegibility;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
	font-display: swap;
}

section { position: relative; }

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	margin: 0;
	line-height: 1;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
}

/*
button,
select,
textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 #fff, 0 0 #fff inset;
	-moz-box-shadow: 0 0 0 #fff, 0 0 #fff inset;
	box-shadow: 0 0 0 #fff, 0 0 #fff inset;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-tap-highlight-color: transparent;
	font-family: inherit;
	background: transparent;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1;
	font-size: 16px;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	margin: 0;
}

picture {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
a {
	margin: 0;
	padding: 0;
	line-height: 1;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:hover {
	color: unset;
}

.hdg-max-height img {
	max-height: 130px;
	object-fit: contain;
}

.hdg-align-left img {
	object-position: left center;
}

.hdg-align-right img {
	object-position: right center;
}

.hdg-logo-gallery img,
.hdg-logo-gallery-2 img {
	height: 80px;
	width: 90%;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}

.hdg-anchor {
	height: 40px;
	cursor: pointer;
	transition: .5s;
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.hdg-anchor.actual {
	background-image: url(assets/images/triangle.svg);
}

.hdg-anchor:hover,
.hdg-anchor.actual {
	color: var(--e-global-color-primary);
}

.hdg-accordion-content {
	display: none;
}

.hdg-accordion-btn {
	cursor: pointer;
}

.hdg-accordion-btn img {
	transition: .5s;
}

.hdg-accordion-btn.actual img {
	transform: rotate(45deg);
}

.hdg-full-height-img {
	height: 100%;
}

.hdg-full-height-img img {
	height: 100%;
	object-fit: cover;
}

.hdg-step-gallery-container,
.hdg-step-gallery-container * {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.hdg-step {
	background: var(--e-global-color-primary);
	color: var(--e-global-color-606fbb8);
	padding: 30px;
	display: flex;
	flex-direction: column;
	min-height: 430px;
}

.hdg-step-number {
	font-size: 50px;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
}

.hdg-step-title {
	font-size: 25px;
	line-height: 1.2;
	min-height: 80px;
}

.hdg-step-description {
	line-height: 1.2;
}

.hdg-open-step-detail {
	margin-top: auto;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	word-spacing: var(--e-global-typography-accent-word-spacing);
	display: flex;
	align-items: center;
	cursor: pointer;
}

.hdg-open-step-detail:before {
	content: "";
	width: 60px;
	height: 16px;
	margin-right: 10px;
	background-image: url(assets/images/arrow-right-w.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.hdg-step-container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}

.hdg-step-flex {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.5);
	padding: 30px;
}

.hdg-step-content {
	background: var(--e-global-color-primary);
	color: var(--e-global-color-606fbb8);
	padding: 30px;
	max-height: 80dvh;
	max-width: 800px;
	overflow: scroll;
	position: relative;
}

.hdg-step-content strong {
	font-weight: bold;
}

.hdg-close-step-detail {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-image: url(assets/images/close.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor: pointer;
}

.hdg-step-gallery-container .swiper-pagination {
	position: static;
	padding: 30px 0 0;
	text-align: left;
}

.hdg-step-gallery-container .swiper-pagination .swiper-pagination-bullet {
	margin: 0 10px 0 0;
	background: #d9d9d9;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: .5s;
}

.hdg-step-gallery-container .swiper-pagination .swiper-pagination-bullet:hover,
.hdg-step-gallery-container .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.hdg-step-gallery-prev,
.hdg-step-gallery-next {
	cursor: pointer;
}

.elementor-button-icon {
	max-width: 60px;
}
.elementor-button-icon svg {
	width: 100%;
}

.elementor-field-textual.elementor-size-md {
	padding: 5px 0px;
}



.elementor-field-subgroup span .elementor-field-option {
	align-items: center !important;
}
.elementor-field-option {
	display: inline-flex !important;
}
.elementor-field-subgroup span .elementor-acceptance-field {
	appearance: none;
	justify-content: center;
	width: 14px;
	height: 14px;
	margin-right: 10px !important;
	border-radius: 0px !important;
	border: 1px !important;
	border-color: #000 !important;
	background-color: #000 !important;
	opacity: 0.3 !important;
}
.elementor-field-subgroup span .elementor-acceptance-field:checked {
	opacity: 1 !important;
}
.elementor-field-type-upload input {
	font-size: 12px !important;
	padding-right: 25px!important
}


@media only screen and (min-width: 900px) {
	
	.hdg-step-gallery-container {
		width: 100%;
		overflow: hidden;
	}
	
	.hdg-step-gallery {
		width: 110%;
	}
	
	.hdg-step-flex {
		padding: 60px;
	}
	
	.hdg-step-content {
		padding: 60px;
	}
	
}