/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
}

.container,
.text-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}

.text-wrap {
	padding-left: 15px;
	padding-right: 15px;
}

.text-center {
	text-align: center;
}

section:focus {
	outline: none;
}

.social-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-links .menu-item {
	display: inline-block;
}

.social-links .menu-link {
    color: inherit;
    display: block;
}

.wp-block-gallery .owl-item > .blocks-gallery-item {
	width: unset;
}

.icon > svg > image {
	height: inherit;
	width: inherit;
}