/**********
SITEWIDE STYLES
**********/

body,
html,
a,
p,
div,
h1,
h2,
h3,
h4,
h5 {
	font-family: "Barlow", sans-serif;
	line-height: 120%;
	font-size: 16px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* a:hover {
    opacity: 0.8
} */

.flex {
	display: flex;
}

.container {
	max-width: 1760px;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.contain {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.bottom30 {
	margin-bottom: 30px;
}

.bottom60 {
	margin-bottom: 60px;
}

.bottom90 {
	margin-bottom: 90px;
}

/* .menu-item-has-children::after {
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 11px;
	display: inline-block;
	top: -1px;
	transition: all 300ms;
	transform: scaleY(1);
} */
.menu-item-has-children::after {
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
	display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
}

.menu-item-has-children.sub-menu-active::after {
	transform: scaleY(-1);
}

header {
	padding-top: 15px;
	padding-bottom: 15px;
}

/**********
COOKIE    
**********/

#sitePriv {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 99999;
	bottom: 0;
	padding: 10px 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sitePriv .inner {
	font-family: sans-serif;
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
    text-align: center;
    border-radius: .3rem;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    color: #424a4d;
    background: rgb(234, 239, 241);
}

#sitePriv p {
	color: #424a4d;
	font-family: 'Noto Sans', sans-serif;
    font-size: 1rem;
	margin-bottom: 1rem;
	font-weight: normal;
}

#sitePriv .fa {
	font-size: 28px;
	margin-left: auto;
}

#sitePriv i {
	cursor: pointer;
}

#sitePriv button{
	background-color: #d5359b !important;
    border-color: #d5359b !important;
    color: #ffffff !important;
	padding: 0.6rem 1.5rem;
	border-radius: 30px;
	box-shadow: none;
	border: none;
}

@media only screen and (min-width: 1140px) {
	/**********
    COLUMNS
    **********/
	.twoCol {
		width: calc(100% + 30px);
		position: relative;
		left: -15px;
	}
	.twoCol .col {
		width: 50%;
		padding: 15px;
	}
	.threeCol .col {
		width: 33.33%;
		padding: 15px;
	}
	.fourCol .col {
		width: 25%;
		padding: 15px;
	}
	.fiveCol .col {
		width: 20%;
		padding: 15px;
	}
	/**********
    HEADER NAV
    **********/
	header .flex {
		align-items: center;
	}
	/* header .logo img {
		max-height: 80px;
	} */
	nav.nav {
		margin-left: auto;
	}
	nav.nav ul {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	nav.nav ul li {
		position: relative;
		margin-left: 10px;
	}
	nav.nav ul li:first-child {
		margin-left: 0;
	}
	/**********
    submenu popup
    **********/
	nav.nav .sub-menu {
		max-height: 0;
		overflow: hidden;
		position: absolute;
		flex-wrap: wrap;
	}
	.menu-item-has-children::after {
	}
	nav.nav .menu-item-has-children.sub-menu-active > .sub-menu {
		max-height: 900px;
		transition: max-height 0.3s;
	}
	nav.nav .sub-menu li {
		width: 100%;
		margin-left: 0;
		display: inline-block;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 1140px) {
	.flex {
		flex-wrap: wrap;
	}
	/* header .logo img {
		max-height: 50px;
	} */
	header .logo {
		position: relative;
		z-index: 20;
	}
	/**********
    HEADER NAV
    **********/
	body.fix {
		overflow: hidden;
	}
	header .nav {
		position: fixed;
		left: 100%;
		z-index: 10;
		height: 100vh;
		width: 100%;
		top: 0;
		background-color: #ccc;
		transition: all 300ms;
	}
	header .nav.navActive {
		left: 0%;
		transition: all 300ms;
	}
	header .nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	header .nav > ul {
		margin-top: 80px;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	header .nav > ul li {
		position: relative;
	}
	header .nav > ul li a {
		display: block;
		border-bottom: 1px solid #000;
		width: 100%;
	}
	.menu-item-has-children::after {
		position: absolute;
		right: 0;
	}
	#burgerNav {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 35px;
		height: 40px;
		cursor: pointer;
		z-index: 90;
	}
	#burgerNav .innerBurger {
		position: relative;
		height: 100%;
	}
	#burgerNav .innerBurger span {
		width: 100%;
		height: 2px;
		top: 0;
		background-color: #000;
		position: absolute;
		opacity: 1;
		transition: all 300ms;
		transform: rotate(0deg);
	}
	#burgerNav.navActive .innerBurger span {
		transition: all 300ms;
	}
	#burgerNav .innerBurger span:nth-child(1) {
		top: 25%;
	}
	#burgerNav .innerBurger span:nth-child(2) {
		top: 50%;
	}
	#burgerNav .innerBurger span:nth-child(3) {
		top: 75%;
	}
	#burgerNav.navActive .innerBurger span:nth-child(1) {
		top: 50%;
		transform: rotate(-45deg);
	}
	#burgerNav.navActive .innerBurger span:nth-child(2) {
		top: 50%;
		opacity: 0;
	}
	#burgerNav.navActive .innerBurger span:nth-child(3) {
		top: 50%;
		transform: rotate(45deg);
	}
	nav.nav .sub-menu {
		max-height: 0;
		overflow: hidden;
		flex-wrap: wrap;
		transition: all 200ms;
	}
	.menu-item-has-children::after {
	}
	nav.nav .menu-item-has-children.sub-menu-active > .sub-menu {
		max-height: 900px;
	}
}
