/*
Theme name: Brand Guidelines
Description: Custom Theme
*/

/*/////GLOBAL/////*/

html,body {
    overflow-x: hidden;
}

body, input::placeholder {
	padding: 0;
	margin: 0;
    position:relative;
	font-family: forma-djr-micro, sans-serif;
	font-weight: 400;
	font-style: normal;
}

ul {
	padding-inline-start: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin-block-start: 0;
	margin-block-end: 0;
	font-style: normal;
}

h1, h2, h3 {
	font-family: forma-djr-banner, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.1;
}

h1 {
	font-size: 60px;
	margin-block-start: .25em;
	margin-block-end: .25em;
}

h2 {
	font-size: 54px;
	margin-block-start: .25em;
	margin-block-end: .25em;
	text-transform: normal;
}

h3 {
	font-style: normal;
	font-size: 42px;
	margin-block-start: .5em;
	margin-block-end: .5em;
	text-transform: normal;
}

h4 {
	font-family: forma-djr-banner, sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: .15rem;
	margin-block-start: .75em;
	margin-block-end: .75em;
}

h5 {
	font-family: forma-djr-banner, sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .15rem;
	margin-block-start: .75em;
	margin-block-end: .75em;
}

p {
	font-family: forma-djr-micro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 3%;
	margin-block-start: 1em;
	margin-block-end: 1em;
}

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

a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

a:hover {
	text-decoration: underline;
}

.center-text a{
	color: #E93458;
}

nav a {
	font-family: forma-djr-micro, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-transform: normal;
}

.home-logo img {
	max-width: 442px;
	max-height: 73px;
}

.menu li {
	float: left;
}

.menu-container li a {
	color: #00000099;
}

/*SECTIONS*/

.image-text h2 {
	font-family: forma-djr-banner, sans-serif;
	font-weight: 700;
	font-style:normal;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-block-start: 1em;
	margin-block-end: 1em;
}

#example img{
	width: auto;
}

#example p{
	color: #808080;
	font-weight: 700;
	font-family: forma-djr-banner, sans-serif;
	letter-spacing: 0.1em;
}

.pink{
	color: #E93458;
}

.text-overlap, .image-overlap{
	background-color: #F8F4E7;
}

.image-overlap-content{
	background-color: #FFFFFF;
}

.text-overlap-content{
	background-color: #FFFFFF;
	margin-top: -20px;
}

/*COLORS*/

.color-square {
	height: 164px;
	max-width: 164px;
	margin-bottom: 18px;
	padding-top: 1px;
	display: flex;
    justify-content: center;
    align-items: flex-end;
}

.color-square-alt {
	height: 296px;
	margin-bottom: 18px;
	padding-top: 1px;
	align-content: center;
	flex-direction: column;
}

.color-square-top {
	height: 245px;
	max-width: none;
}

.color-square-right{
	padding-right: 35px;
	justify-content: flex-end;
}

.color-square-border{
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.green-border{
	border-bottom: solid 5px #B5CB9E;
}

/*404*/

.error404 .section__content {
	text-align: center;
	padding: 10%;
}

/*RESPONSIVE VIDEO*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videos video {
	width: 100%;
}

/*VIDEO GALLERY*/

.owl-nav {
	padding-top: 20px;
	margin-bottom: -19px;
}

.owl-prev, .owl-next {
	width: 30px;
	height: 30px;
	border-left: solid 3px #fffbfa!important;
	border-top: solid 3px #fffbfa!important;
	transform: rotate(-45deg);
}

.owl-next {
	transform: rotate(135deg);
}

.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.owl-dot {
	background-color: #FFFBFA!important;
	width: 8px!important;
	height: 8px!important;
	border-radius: 50%!important;
	margin: 0 5px!important;
}

.owl-dot.active {
	background-color: #EE2B37!important;
}

/*GLOBAL FOOTER*/

footer ul {
	margin-block-start: 0;
}

footer h5 {
	font-size: 17px;
	color: #fffbfa;;
}

footer {
	background-color: #2B2B2E;
	color: #FFFFFF;
}

footer a {
	color: #fffbfa;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

footer img {
	max-width: 24px;
	height: auto;
	margin-right: 12px;
}

.IHateReceipts-footer{
	background-color: #E93458;
}

.WeLoveReceipts-footer{
	background-color: #2D007A;
}

#top{
	position: fixed;
    width: 100%;
    z-index: 5;
    background-color: white;
}

@media screen and (min-width: 768px) {
	
	nav li {
		padding: 0 18px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.color-square{
		max-width: none;
	}
	.tablet-grid-0{
		display:none;
	}
}

@media screen and (max-width: 767px) {
	
	.mobile-padding{
		padding-bottom: 20%;
	}
	
	.mobile-padding-top{
		padding-top: 20%;
	}
	
	.mobile-grid-0{
		display:none;
	}
	
	.color-square{
		max-width: none;
	}
	
	.center-text{
		background-size: 80%;
	}
	
/*MENU*/
	
	.menu-item-has-children .sub-menu {
		padding-bottom: 21px;
	}
	
	.menu-item-has-children:hover .sub-menu {
		display: block;
	}
	
	#mobile-logo img, #footer-logo img {
		max-width: 60%;
	}
	
	footer .mobile-grid-50 {
		padding-left: 0;
		padding-right: 0;
	}
	
	footer p{
		font-size: 12px;
	}
	
	nav ul {
		font-size: 36px;
	}
	
	.menu-bg-cover {
  		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000000;
		z-index: 0;
		transition: all 350ms ease;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.prompt {
  		position: fixed;
  		width: 100%;
  		text-align: center;
  		line-height: 114px;
  		color: #666;
	}

	.reveal {
  		opacity: .95;
  		display: block;
  		pointer-events: auto;
  		visibility: visible;
  		z-index: 50;
	}

	.hamburger-shell {
  		margin: 0;
   		position: fixed;
    	width: 100%;
   		height: 60px;
    	overflow: auto;
    	top: 0;
    	right: 0;
   		cursor: pointer;
    	padding: 0;
    	background: white;
    	z-index: 100;
	}

	.top, .middle{
  		position: absolute;
  		width: 50px;
  		height: 3px;
  		background-color: #666361;
  		transition: all 350ms ease-in-out;
  		top: 20px;
		right: 10px;
	}

	.middle {
  		top: 32px;
	}

	#menu {
  		position: fixed;
  		left: calc(100% - 662px);
  		top: 61px;
  		display: none;
  		margin-right: 60px;
  		text-decoration: none;
  		font-weight: 100;
  		font-size: 40px;
  		color: #000000;
  		padding: 12px 24px;
  		width: 600px;
  		text-align: right;
  		z-index: 70;
	}

	#menu li {
  		text-decoration: none!important;
  		list-style: none;
  		color: #fffbfa;;
  		transition: all 150ms ease;
	}

	#menu li:hover {
  		color: #EE2B37;
	}
	
	.sub-menu li a:hover {
		color: #000000!important;
	}

	#menu a {
  		text-decoration: none;
  		color: inherit;
  		font-family: dharma-gothic-e, sans-serif;
  		font-weight: 700;
  		font-size: 38px;
	}
	
	.sub-menu li a {
		font-size: 17px!important;
	}

	.menu-open .top {
  		transform: rotate(225deg);
  		-webkit-transform: rotate(225deg);
  		top: 30px;
  		background-color: #666361;;
  		height: 2px;
	}

	.menu-open .middle {
  		transform: rotate(-225deg);
  		-webkit-transform: rotate(-225deg);
  		top: 30px;
  		background-color: #666361;;
  		height: 2px;
	}

	.menu-name {
  		font-weight: 900;
  		color: #4A4E10;
  		font-size: 16.3px;
  		text-decoration: none;
  		position: absolute;
  		top: 40px;
  		left: -1px;
  		transition: all 350ms;
	}

	.menu-open .menu-name {
  		top: 64px;
  		color: #fffbfa;;
	}

	.social-icons {
  		float: right;
  		text-align: right;
  		margin-top: 80px;
		padding-top: 40px;
	}
	
	nav img {
		width: 75%;
		float: right;
	}

	a.social-icon {
  		float: left;
  		width: 30px;
  		height: 30px;
  		margin-left: 10px;
	}

	.social-icons img {
		margin-left: 12px;
	}
	
	.social-icons a {
		margin-left: 12px;
	}
	
	#mobile-logo {
		margin: 0!important;
		padding-top: 24px;
		padding-bottom: 18px;
	}

	header {
  		padding-bottom: 15px;
	}
	
	nav li {
		width: 100%;
		float: right;
	}
	
	.menu-item-has-children ul {
		width: 220px;
		right: 0;
	}
	
	#menu-main-menu-1 li:last-child {
		margin-bottom: 18px;
	}
	
	.sub-menu li:last-child {
		margin-bottom: 0!important;
	}

}