/*
Theme Name: leo-scharchter-child 
Author: Galatic
Template: leoschachter
Description: Leo Schachter Child
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body {
	overflow-x: hidden;
}

.main {
	overflow: hidden;
	margin-top: 60px;
}


.container {
	width: 100%;
	max-width: 1089px;
	margin-right: auto;
	margin-left: auto;
}

/*Different navbar styles*/
.topnav {
	padding-top: 1rem;
	font-weight: 300;
	overflow: visible;
	top: 0;
	width: 100%;
	background-color: #fff;
	color: #777;
	z-index: 100;
}
.custom-nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	margin-right: 3rem;
}
a.link-logo {
	padding: 0 16px;
	overflow: visible;
}
.topnav a {
	float: left;
	display: block;
	color: #777;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}
.link-items-navbar {	
	margin-right: 0;
}
.topnav a:hover {
	background-color: #fff;
	color: black;
}
.topnav .icon {
	display: none;
}
/*-----*/
/*Navbar media queries*/
@media screen and (max-width: 991px) {
	a.link-items-navbar:first-child {
		margin-top: 1rem !important;
	}
	.topnav{
		position: absolute;
	}
	.topnav a:not(:first-child), 
	.topnav .custom-nav a{
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.retailer-button, .btn-contactUs {
		padding: 10px 5px !important;
		max-width: 50%;
		margin-top: 1.5rem !important;
		margin-left: 1rem !important;
	}
	
	.link-items-navbar {
		float: none !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	.topnav.responsive {
		position: relative;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 4px;
		margin: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: center;
		margin: -12px 2rem;
	}
	.custom-nav {
		display: block;
		margin: 0;
	}
	/*	.border-nav{
	padding: 10px 0 29px 0;
	border: 2px solid #d8c6a6;
}*/
}
@media only screen and (min-width: 768px) {
	.container-min-md {
		width: 100%;
		max-width: 1170px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media only screen and (min-width: 1700px) {
	.container-min-md {
		max-width: 1680px;
	}
}

.section {
	padding-left: 20px;
	padding-right: 20px;
}

.-mAuto {
	margin: auto;
}

.-mAutoRL {
	margin-left: auto !important;
	margin-right: auto !important;
}

.-mAutoLft {
	margin-left: auto;
}

.-mAutoRight {
	margin-right: auto;
}

.-mBgBottom {
	margin-bottom: 40px;
}

.hide {
	display: none;
}

.-show {
	display: block;
}

.-pRelative, .-col {
	position: relative;
}

.-pAbsolute {
	position: absolute;
}

.-sticky {
	position: sticky;
}

.-overHidden {
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.sm-none {
		display: none;
	}
	p{
		text-align: left;
	}
}

.sm {
	display: none;
}
@media only screen and (max-width: 768px) {
	.sm {
		display: block;
	}
}

.d-flex, .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.-flexCenterCenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -15px;
	margin-bottom: -15px;
}
.-row .-col-1 {
	width: 8.3333333333%;
}
.-row .-col-2 {
	width: 16.6666666666%;
}
.-row .-col-3 {
	width: 24.9999999999%;
}
.-row .-col-4 {
	width: 33.3333333332%;
}
.-row .-col-5 {
	width: 41.6666666665%;
}
.-row .-col-6 {
	width: 49.9999999998%;
}
.-row .-col-7 {
	width: 58.3333333331%;
}
.-row .-col-8 {
	width: 66.6666666664%;
}
.-row .-col-9 {
	width: 74.9999999997%;
}
.-row .-col-10 {
	width: 83.3333333333%;
}
.-row .-col-11 {
	width: 91.6666666663%;
}
.-row .-col-12 {
	width: 100%;
}
.-row .-col-1, .-row .-col-2, .-row .-col-3, .-row .-col-4, .-row .-col-5, .-row .-col-6,
.-row .-col-7, .-row .-col-8, .-row .-col-9, .-row .-col-10, .-row .-col-11, .-row .-col-12 {
	padding: 10px;
}
@media only screen and (max-width: 576px) {
	.-row .-col-1, .-row .-col-2, .-row .-col-3, .-row .-col-4, .-row .-col-5, .-row .-col-6,
	.-row .-col-7, .-row .-col-8, .-row .-col-9, .-row .-col-10, .-row .-col-11, .-row .-col-12 {
		width: 100%;
		padding: 0;
	}
}

.-col {
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.page__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.crop {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #CACACA;
	overflow: hidden;
}
.crop::after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 65%;
}
.crop img {
	-o-object-position: 50% top;
	object-position: 50% top;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: calc(100% + 2px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

h1, h2, h3, p, small, i, label, span, button,
ol, li, ul, a, input, label, .-h1, .-h2, .-h3, textarea {
	font-weight: 300;
	font-family: "adelle-sans", sans-serif;
}

h1, h2, h3 {
	font-weight: 300;
	font-family: questa-grande, serif !important;
}

h1 {
	font-size: 48px;
	line-height: 59px;
}
@media only screen and (max-width: 768px) {
	h1 {
		font-size: 34px !important;
	}
}

h2 {
	font-size: 39px;
	line-height: 59px;
}
@media only screen and (max-width: 768px) {
	h2 {
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 0.33px;
	}
}

p {
	font-size: 17px;
	line-height: 28px;
}
@media only screen and (max-width: 768px) {
	p {
		font-size: 16px;
		line-height: 25px;
		letter-spacing: 0.04px;
	}
}

.-uppercase {
	text-transform: uppercase;
}

.-black {
	font-weight: 900;
}

.-extraBold {
	font-weight: 800;
}

.-bold {
	font-weight: 700;
}

.-semiBold {
	font-weight: 600;
}

.-medium {
	font-weight: 500;
}

.-regular {
	font-weight: 400;
}

.-light {
	font-weight: 300;
}

.-extraLight {
	font-weight: 200;
}

.-thin {
	font-weight: 100;
}

.-italic {
	font-style: italic;
}

.-center {
	text-align: center;
}

.-condensed {
	letter-spacing: -1px;
}

.-semiBoldCondensed {
	letter-spacing: -0.35px;
}

.-loose {
	letter-spacing: 0.16px;
}

.-colorLightin {
	color: #fff;
}

.-lineClampTitle {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.-lineClampTitleLong {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.-lineClampText {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.byline {
	color: #E94E37;
}

@media only screen and (max-width: 768px) {
	a {
		text-align: center;
	}
}

.link {
	color: #333;
	font-weight: 600;
	text-decoration: none;
	font-size: 15px !important;
}

.link a {
	font-size: 15px;
}

button {
	background: transparent;
	padding: 0;
	border: none;
}
button:hover, button:focus {
	background: transparent;
	outline: none;
}

.btn--primary a, .btn--primary span {
	background-color: #E94E37;
	color: #fff;
}

.btn--secondary a,
.btn--secondary span,
.retailer-button {
	margin-left: 0;
	border-radius: 0;
	margin-right: 12px;
	margin-left: 20px;
	padding: 14px 31px 13px 32px;
	float: none;
	clear: none;
	border-style: solid;
	border-width: 1px;
	border-color: #d8c6a6;
	background-color: #d8c6a6;
	outline-color: #000;
	outline-style: none;
	outline-width: 3px;
	font-family: adelle-sans, sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.19px;
	text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
	.btn--secondary a,
	.btn--secondary span,
	.retailer-button {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.btn--outline a,
.btn--outline span,
.btn-contactUs {
	background-color: transparent;
	color: #000;
	margin-left: 0;
	border-radius: 0;
	margin-top: 0px;
	padding: 14px 26px 13px 27px;
	border: 1px solid #000;
	color: #000;
	font-size: 13px;
	line-height: 17px;
}
@media only screen and (max-width: 768px) {
	.btn--outline a,
	.btn--outline span,
	.btn-contactUs {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
}

.btn--outline-2 a,
.btn--outline-2 span,
.btn-discover-more {
	background-color: transparent;
	color: #000;
	margin-left: 0;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 200px;
	margin-top: auto;
	padding: 15px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #000;
	text-decoration: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
	.btn--secondary a,
	.btn--secondary span,
	.btn--outline-2 a,
	.btn--outline-2 span,
	.retailer-button,
	.btn-contactUs {
		padding: 15px 5px !important;
		margin-left: 5px;
	}
}
/* ------------------------------------
#              Animation
-------------------------------------- */
.slide-top {
	-webkit-animation: 1.5s ease 0s normal forwards 1 slide-top;
	animation: 1.5s ease 0s normal forwards 1 slide-top;
	opacity: 1;
}

.slide-right {
	-webkit-animation: 0.6s ease-out 0s normal forwards 1 slide-right;
	animation: 0.6s ease-out 0s normal forwards 1 slide-right;
	opacity: 1;
}

@-webkit-keyframes slide-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes slide-right {
	0% {
		-webkit-transform: translateX(20%);
		transform: translateX(20%);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slide-right {
	0% {
		-webkit-transform: translateX(20%);
		transform: translateX(20%);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes mmslideIn {
	from {
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes mmslideIn {
	from {
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes mmslideOut {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}
}
@keyframes mmslideOut {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}
}
.icon::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle;
	position: relative;
}

.icon--shop::before {
	position: relative;
	display: block;
	width: 29px;
	height: 29px;
	background-image: url("assets/img/icons/shop.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.icon__dropdown {
	position: relative;
}
.icon__dropdown::before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background-image: url("assets/img/icons/dropdown.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform ease-in 0.4s;
	transition: -webkit-transform ease-in 0.4s;
	transition: transform ease-in 0.4s;
	transition: transform ease-in 0.4s, -webkit-transform ease-in 0.4s;
}
.icon__dropdown.active::before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

/* ------------------------------------
#               Header
-------------------------------------- */
.navbar {
	padding: 29px 20px;
	background: #fff;
}
@media only screen and (max-width: 768px) {
	.navbar {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	.navbar-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.navbar-header::after {
		display: none;
	}
	.navbar .navbar-header .navbar-toggle {
		margin: 0 !important;
	}
}

.navbar-brand {
	float: left;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
@media only screen and (max-width: 768px) {
	.navbar-brand {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		max-width: 120px;
	}
}
@media only screen and (min-width: 768px) {
	.navbar-brand {
		height: 0;
	}
}

.logo {
	margin-top: -10px;
	max-width: 180px;
}
@media only screen and (min-width: 768px) {
	.logo {
		max-width: 180px;
	}
}

@media (max-width: 768px) {
	.logo {
		max-width: 110px;
		padding-top: 7.5px;
		padding-bottom: 25px;
	}
	.navbar-default .navbar-toggle {
		margin-top: 30px !important;
		margin-right: 15px !important;
	}

	.navbar-default .navbar-toggle {
		border-color: black !important;
	}

	.first-row {
		padding-left: 0px !important;
		padding-top: 5px !important;
	}

	.brands {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.milestone-reverse {
		margin-top: 0px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.first-row {
		margin-left: -12px !important;
		padding-left: 0px !important;
		padding-top: 5px !important;
	}

	.responsability {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.first-cards {
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin: 50px 0 !important;
	}

	.second-cards {
		margin: 50px 0 0 0 !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.row.second-cards .resources {
		margin-top: 50px !important;
	}

	.card-timeline {
		padding-left: 10px !important;
		padding-right: 0 !important;
	}

	.title-left-align {
		margin-bottom: 0px !important;
	}

	.row.second-row {
		margin-top: 50px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
	}

	.second-row img {
		margin: 0;
		padding: 0;
	}

	#contact-image {
		display: none !important;
	}

	.column1 {
		padding: 0 0 0 30px !important;
	}

	.column2 {
		padding: 15px !important;
	}

	.third-card {
		padding-left: 0px !important;
	}

	.third-card p {
		text-align: center;
	}

	h2 {
		font-size: 22px !important;
		text-align: center;
		line-height: 1.4em !important;
	}

	.third-card {
		margin-left: 0.5em !important;
		margin-right: 0.5em !important;
	}

	.contact-first-half {
		padding-bottom: 80px;
		padding-top: 0 !important;
		padding-left: 2em !important;
		padding-right: 2em !important;
	}

	#contact-button {
		margin: auto;
	}
}
@media (max-width: 1024px) {
	.row.second-row .first,
	.row.second-row .last {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.row.second-row .middle-paragraph {
		padding-top: 0;
		padding-left: 0 !important;
	}

	.third-card {
		padding-left: 0 !important;
	}

	.third-card .contact-first-half {
		padding: 2em !important;
	}
	main.page.main {
		margin: 10px;
	}
	.hero.hero-contact h1,
	.hero.hero-contact p{
		margin-left: 50px;
	}
	
}
@media (min-width: 769px) and (max-width: 1024px) {
	.first-row {
		margin-left: 0 !important;
		padding-top: 10px !important;
	}

	.first-row img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.logo {
		width: 100px;
	}

	.nav > li > a {
		padding: 10px 6px !important;
	}

	.navbar-nav {
		margin-left: 5rem !important;
	}
}
#contact-image {
	max-width: 105%;
}

.contact-first-half {
	padding-top: 0;
}

#diamond-button {
	margin-top: 80px;
}

.card-paragraph {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 0;
}

.column1 {
	padding: 30px;
	padding-top: 0;
}

.company {
	margin-top: 4rem;
	margin-bottom: auto;
	padding-left: 0;
	padding-right: 0;
}

.first-row {
	margin-left: 0;
	padding-top: 100px;
}

.row.second-row {
	margin-top: 124px;
	/* margin-left: 4rem; */
	/* margin-right: 4rem; */
	/*display: flex;
	align-items: center;*/
}

.row.second-row .intro {
	text-align: left;
	margin-bottom: 20px;
}

.row.second-row .first,
.row.second-row .last {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.row.second-row .last {
	margin-top: 46px;
}

.row.second-row .middle-paragraph {
	padding-left: 76px;
}

footer.footer-container.style_1 {
	display: none;
}
.customCopy{
	font-size: 12px !important;
	line-height: 21px !important;
	margin-bottom: 55px;
}
.first-cards {
	margin-top: 96px;
	margin-left: 0;
	margin-right: 0;
}

.first-cards .intro {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.card-image {
	/*	width: 20px;
	height: 20px;*/
}

.first-cards .card-paragraph {
	margin-top: 0;
}

.main-card-title {
	text-align: center;
	margin-bottom: 50px;
}

.second-cards {
	margin-top: 110px;
	margin-bottom: 90px;
}

.column1 img {
	padding-top: 0;
}

.row.second-cards .intro {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.row.second-cards .iframe {
	margin-top: 30px;
}

.second-cards img {
	max-height: 527px;
	margin-top: 5rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.row.second-cards .resources {
	margin-top: 140px;
}

.row.second-cards .resources ul {
	list-style: none;
	margin-top: 39px;
}

.row.second-cards .resources ul li a {
	font-family: "adelle-sans", sans-serif;
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
	text-decoration: underline;
}

.title-left-align {
	text-align: left;
	margin-bottom: 0;
}

.card-timeline {
	padding-left: 30px;
	border-left: 2px solid #D8C6A6;
	padding-right: 90px;
	margin: 2rem auto;
}

.row2, .row3, .row4 {
	margin-top: 0px;
	overflow: hidden;
}

.row2 .card-timeline:first-child {
	margin-top: 72px;
}

.row3 .card-timeline:first-child {
	margin-top: 55px;
}

.row4 .card-timeline:first-child {
	margin-top: 120px;
}

.row3 img {
	margin-top: 4rem;
}

.third-card {
	margin-top: 50px;
	padding-left: 8em;
	margin-left: 2em;
	margin-right: 2em;
	background-color: #EDEDED;
}

#contact-button {
	max-width: 160px;
	margin-top: 25px;
}

/* ------------------------------------
#              Footer
-------------------------------------- */
.logo-footer {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 200px;
	margin-top: 2rem;
}

.menu-footer-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1rem;
}

@media (max-width: 425px) {
	.meny-footer-items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
}
.row.footer {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* ------------------------------------
#              Homepage
-------------------------------------- */
.hero.hero-home {
	padding-top: 30px;
	padding-left: 20px;
}
.hero.hero-home .hero-content .wp-block-column:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 20px;
	margin-bottom: 41px;
}
.hero.hero-home .hero-info {
	display: block;
	width: 100%;
	max-width: 450px;
	margin-right: 15%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.hero.hero-home h1 {
	margin-bottom: 0px;
	letter-spacing: 0.73px;
}
.hero.hero-home p {
	line-height: 1.8;
	margin-bottom: 20px;
}
.hero.hero-home .btn--outline-2 a {
	padding: 18px 27px 18px 23px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.19px;
}
.hero.hero-home .splide__slide img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
}
.hero.hero-home .wp-block-button__link {
	max-width: 240px;
	padding: 18px 27px 18px 23px;
	border: 1px solid #000;
	background-color: transparent;
	font-family: adelle-sans, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.19px;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	.hero.hero-home {
		padding-top: 43px;
	}
	.hero.hero-home h1 {
		font-size: 55px;
	}
	.hero.hero-home p {
		margin-top: 30px;
		margin-bottom: 54px;
	}
	.hero.hero-home .hero-content .wp-block-column:first-child {
		padding-right: 0px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 0;
	}
	.hero.hero-home .splide__slide img {
		min-height: 550px;
	}
}

section.brands {
	padding-top: 69px;
}
@media only screen and (min-width: 768px) {
	section.brands {
		padding-top: 129px;
	}
}

.brands-content .brands-heading {
	max-width: 700px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.brands-content .wp-block-gallery {
	display: -ms-grid;
	display: grid;
	max-width: 979px;
	margin: 80px auto 73px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 63px;
	gap: 60px;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 60px 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto 60px auto;
	grid-template-rows: auto auto;
}
.brands-content .wp-block-gallery > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.brands-content .wp-block-gallery > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.brands-content .wp-block-gallery > *:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.brands-content .wp-block-gallery > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.brands-content .btn--secondary a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: 0;
	padding: 18px 38px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.19px;
}
.brands-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
	width: auto !important;
	margin: 0 !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.brands-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.brands-content .wp-block-gallery img {
		width: 100px !important;
	}
	.brands-content .btn--secondary a {
		margin: 0 auto;
	}
}
@media only screen and (min-width: 768px) {
	.brands-content .wp-block-gallery {
		margin: 80px auto 73px;
		grid-auto-columns: 1fr;
		grid-column-gap: 70px;
		grid-row-gap: 70px;
		-ms-grid-columns: 1fr 70px 1fr 70px 1fr 70px 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}
	.brands-content .wp-block-gallery > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.brands-content .wp-block-gallery > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.brands-content .wp-block-gallery > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}
	.brands-content .wp-block-gallery > *:nth-child(4) {
		-ms-grid-row: 1;
		-ms-grid-column: 7;
	}
}

.partner {
	display: block;
	padding: 166px 20px 110px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.partner {
		padding: 78px 0 53px;
	}
	.partner .container {
		padding: 0;
	}
}

.partner-content .wp-block-image {
	padding-right: 20px;
	padding-left: 0px;
}
.partner-content h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 0.52px;
}
.partner-content p {
	margin-bottom: 50px;
}
.partner-content .btn--secondary a {
	margin-left: 0;
	padding: 18px 38px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.19px;
}
@media only screen and (max-width: 768px) {
	.partner-content {
		overflow: hidden;
	}
	.partner-content .wp-block-image {
		padding: 0;
		margin-bottom: 40px;
	}
	.partner-content .partner-info {
		padding: 0 20px;
	}
	.partner-content h2, .partner-content p {
		text-align: left;
	}
}

.discover {
	margin-bottom: 90px;
	padding: 130px 20px 110px;
	background-color: #252525;
}
@media only screen and (max-width: 768px) {
	.discover {
		margin-bottom: 68px;
		padding-top: 79px;
		padding-bottom: 58px;
	}
}

.discover-content h2, .discover-content p {
	color: #fff;
}
.discover-content h2 {
	padding: 0 10px;
	font-weight: 700;
	margin-bottom: 25px;
}
.discover-content p {
	margin-bottom: 25px;
	letter-spacing: 0.4px;
}
.discover-content .wp-block-button a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 18px 38px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: transparent;
	font-family: "adelle-sans", sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.19px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
}
.discover-content .wp-block-gallery {
	margin-top: 68px;
}
@media only screen and (min-width: 768px) {
	.discover-content p {
		padding-right: 30px;
		padding-left: 30px;
	}
	.discover-content .wp-block-gallery {
		margin-top: 94px;
	}
}

.contactUs .container {
	padding: 0;
	max-width: 1315px;
	background-color: #ededed;
}

.contactUs-content {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contactUs-content .wp-block-column:first-child {
	width: 100%;
	max-width: 673px;
	margin-right: auto;
	margin-left: 0px;
	padding-left: 113px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contactUs-content .wp-block-column:last-child {
	margin: 0;
	position: relative;
}
.contactUs-content h2 {
	margin-bottom: 8px;
}
.contactUs-content p {
	margin-bottom: 50px;
}
.contactUs-content .btn--outline-2 a {
	padding: 18px 27px 18px 23px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.19px;
}
.contactUs-content .wp-block-image {
	margin: 0;
}
@media only screen and (max-width: 768px) {
	.contactUs-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 56px;
		padding-bottom: 80px;
	}
	.contactUs-content .wp-block-column:first-child {
		padding: 20px 0;
	}
	.contactUs-content .wp-block-column:last-child {
		display: none;
	}
	.contactUs-content .wp-block-column p {
		max-width: 250px;
		text-align: center;
		margin: 0 auto 20px;
	}
	.contactUs-content .wp-block-buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.contactUs-content .wp-block-button__link:visited {
		color: #000;
	}
}

/* ------------------------------------
#             Contact Us
-------------------------------------- */
.hero.hero-contact {
	padding-top: 40px;
	padding-left: 20px;
}
.hero.hero-contact .hero-content .wp-block-column:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 20px;
	margin-bottom: 41px;
}
.hero.hero-contact .hero-info {
	display: block;
	width: 100%;
	max-width: 450px;
	margin-right: 15%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.hero.hero-contact h1 {
	margin-bottom: 0px;
	letter-spacing: 0.73px;
}
@media only screen and (min-width: 768px) {
	.hero.hero-contact {
		padding-top: 43px;
	}
	.hero.hero-contact .hero-content .wp-block-column:first-child {
		padding-right: 0px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 0;
	}
	.hero.hero-contact h1 {
		font-size: 55px;
	}
	.hero.hero-contact .hero-content .wp-block-column:first-child {
		padding-right: 0px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 0;
	}
	.hero.hero-contact p {
		margin-top: 5px;
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 15px;
	}
}

.countries {
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (min-width: 768px) {
	.countries {
		margin-top: 119px;
	}
}

.countries-content .country-heading {
	display: -ms-grid;
	display: grid;
	grid: auto/30px 1fr;
	gap: 15px;
	margin-bottom: 20px;
}
.countries-content .country-heading .wp-block-column {
	margin: 0 !important;
}
.countries-content .country-heading .wp-block-image {
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.countries-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 16px;
	}
	.countries-content .wp-block-column {
		margin: 0 !important;
	}
}
@media only screen and (min-width: 768px) {
	.countries-content .country-heading {
		margin-bottom: 50px;
	}
}

.contactForm {
	margin-top: 50px;
	margin-bottom: 0px;
	padding-top: 84px;
	padding-bottom: 0px;
	background-color: #252525;
	outline-color: red;
	outline-offset: 0px;
	outline-style: none;
	outline-width: 3px;
	mix-blend-mode: normal;
	padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
	.contactForm {
		padding-top: 60px;
		padding-left: 0;
		padding-right: 0;
	}
	.contactForm .container {
		padding: 0 20px !important;
	}
}

.contactForm-content h2, .contactForm-content p {
	color: #fff;
	text-align: center;
}
.contactForm-content .gform_heading {
	display: none;
}
.contactForm-content .contact-form_wrapper {
	display: block;
	max-width: 865px;
	margin: 40px auto 0px;
	padding: 40px 20px 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #e9e9e9;
	border-radius: 1px;
	background-color: #fff;
}
.contactForm-content form label {
	font-weight: 400;
	letter-spacing: 0.04px;
	margin-bottom: 5px;
}
.contactForm-content form input, .contactForm-content form textarea {
	border-style: none none solid;
	border-width: 1px;
	border-color: #979797;
	border-radius: 0px;
	opacity: 1;
	outline-color: #333;
	outline-offset: 0px;
	outline-style: none;
	outline-width: 3px;
	mix-blend-mode: normal;
}
.contactForm-content form .button {
	width: 100%;
	margin-top: 17px;
	padding: 18px 73px;
	padding: 18px 38px;
	border-style: solid;
	border-width: 1px;
	border-color: #d8c6a6;
	background-color: #d8c6a6;
	font-family: adelle-sans, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.19px;
	text-transform: uppercase;
	float: none;
	clear: none;
	outline-color: #000;
	outline-style: none;
	outline-width: 3px;
}
@media only screen and (min-width: 768px) {
	.contactForm-content .contact-form_wrapper {
		padding: 80px 50px 59px;
	}
	.contactForm-content form .button {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}

/*Mobile Nav*/
@media screen and (max-width: 767px) {
	.navbar-default .navbar-collapse {
		border: 1px solid #D2D2D2 !important;
		margin-top: 20px;
	}

	.navbar-collapse ul.nav {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.navbar-collapse .btn-contactUs,
	.navbar-collapse .retailer-button {
		max-width: 176px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.hero.hero-contact {
		padding-top: 7rem;
		padding-left: 20px;
	}
	
	.hero.hero-contact p, 
	.hero.hero-contact h1 {
		    margin-left: 0;
	}
}
@media only screen and (min-width: 768px) {
	.countries-content {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
		margin: 0 auto !important;
	}

	.wp-block-column.contact-country {
		margin: 0 !important;
		width: auto !important;
		-ms-flex-preferred-size: auto !important;
		flex-basis: auto !important;
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
}
@media only screen and (min-width: 991px){
	.container-fluid{
		max-width: calc(1140px + 30px) !important;
	}
	.hero.hero-contact, 
	.countries{
		max-width: calc(1140px + 30px) !important; 
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	
}