/*--------------------------------------------------------------
>>> NAVIGATION:
----------------------------------------------------------------*/
#site-header {
	padding: 20px 40px;
}

.mm-site-logo {
	width: 210px;
}

.menu-modal.active .site-logo {
	margin-right: 20px;
}

a.mm-link-site {
	font-weight: 700;
	display: flex!important;
    align-items: center;
    justify-content: space-between;
}

.mm-link-site img {
	display: inline;
	height: 13px;
    margin: 0 24px 0 10px;
}

.mm-link-get-started {
	background: #F1C34A;
	border: 3px solid #2D2D2D;
	border-radius: 4px;
	padding: 10px 24px;
	font-weight: 700;
	font-size: 18px;
	min-width: 200px;
	text-align: center;
}

#menu-item-4393 {
	padding: 20px 0;
}

#buildYourBoxBlog {
	margin: 20px 0!important;
} 

.header-section-top {
	display: flex;
    justify-content: space-between;
	width: 100%;
	align-items: center;
}

#site-header .header-inner {
	flex-direction: column;
	padding: 0;
}

.mobile-menu a:hover {
	text-decoration: none;
}

.search-modal .close-search-toggle {
	position: absolute;
    right: 28px;
    width: 80px;
}

.search-modal .search-modal-inner {
	padding: 20px 0;
}

.primary-menu li.current-menu-item > a, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a,
.modal-menu li.current-menu-item > .ancestor-wrapper > a {
	color: #3B6635!important;
	text-decoration: none!important;
}

body:not(.overlay-header) .primary-menu > li > .icon {
	color: #2d2d2d!important;
}

body:not(.overlay-header) .primary-menu > li.current-menu-item > .icon {
	color: #3B6635!important;
}

body:not(.overlay-header) .primary-menu ul {
	background-color: #fff!important;
	border-radius: 0px;
}

body:not(.overlay-header) .primary-menu > li > ul:after {
	border-bottom-color: #fff!important;
}

input[type="search"]:focus {
	outline: none;
}
	
.mm-nav-top-links {
	display: flex;
	align-items: center;
}

#site-header ul.primary-menu {
	justify-content: flex-end;
}

#site-header .primary-menu-wrapper + .header-toggles {
	margin: 0;
}

#site-header .header-navigation-wrapper {
	padding: 0;
}

#site-header .primary-menu > li {
	margin: 0.8rem 0 0 4rem;
}

#site-header .custom-logo-link img {
	height: 30px!important;
}

#site-header .header-toggles .toggle {
	margin: 0;
}


.sticky-header {
	position: sticky !important;
	top: 0px;
	z-index: 100000000 !important;
}
.mm-header {
	background: #F2EBD1;
	padding: 25px 40px;
	display: grid;
}
.mm-header img {
	grid-column: 1;
}
.mm-header-links {
	grid-column-start: 2;
	grid-column-end: 12;
	justify-self: end;
}
.mm-header-links a {
	margin: 0px 20px;
}
.get-started-btn {
	grid-column: 13;
	justify-self: end;
	max-width: 220px;
}
.get-started-btn a {
	background-color: #F1C34A;
}


@media (max-width: 1200px) {
	.mm-header-links a:nth-child(5) {
		display: none;
	}	
}
@media (max-width: 1050px) {
	.mm-header-links a:nth-child(5), .mm-header-links a:nth-child(4) {
		display: none;
	}	
}
@media (max-width: 920px) {
	.mm-header-links a:nth-child(5), .mm-header-links a:nth-child(4), .mm-header-links a:nth-child(3) {
		display: none;
	}	
}
@media (max-width: 750px) {
	.mm-header-links {
		display: none;
	}	
	.mm-header {
		grid-gap: 20px;
	}
	.get-started-btn {
		grid-column: 2;
	}
}
@media (max-width: 500px) {	
	.mm-header {
		display: none;
	}
}
@media (min-width: 501px) {	
	.header-titles-v2 {
		display: none;
	}
}

@media (max-width: 1200px) {
	#site-header .primary-menu > li {
		margin: 0.8rem 0 0 2rem;
	}
	.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
		display: none;
	}
	#site-header .primary-menu > li.menu-item > a {
		font-size: 16px;
	}
}

@media (max-width: 1000px) {
	#site-header {
		padding: 42px 60px;
	}
	#site-header .header-titles-wrapper {
		width: 100%;
	}
	.mobile-search-toggle {
		width: 50px;
	}
	.header-inner .toggle {
		margin-top: 30px;
	}
	.mm-nav-top-links {
		display: none;
	}
	.mm-mobile-nav-top-links a {
		display: block;
		margin: 20px 0;
	}
	.mm-mobile-nav-top-links .mm-link-site {
		padding: 20px 0;
	}
	.mm-mobile-nav-top-links .mm-link-get-started {
		border-color: #2d2d2d;
		text-align: center;
	}
	.menu-modal.active .header-titles {
		margin-left: 20px
	}
	.menu-modal.active .svg-icon {
		margin-right: 20px;
	}
	button.sub-menu-toggle {
		border: none!important;
		width: 50px;
		margin: 0!important;
		padding: 0 10px!important;
		position: absolute;
		right: 0;
		top: 8px;
	}
	.modal-menu .ancestor-wrapper {
		position: relative;
	}
	button.close-nav-toggle {
		padding: 4rem 20px 4rem 0!important;
	}
	#site-header .header-inner {
		flex-direction: column;
	}
	.search-modal .search-modal-inner {
		padding: 10px 0;
	}
	.search-modal .search-form {
		margin: 0 60px 0 40px;
	}
	.search-modal .close-search-toggle {
		right: 20px;
	}
	.mobile-menu a {
		padding: 2rem 0!important;
	}
	.modal-menu ul li {
		border-left-width: 0px!important;
	}
	#menu-item-4339 {
		padding-top: 40px;
	}
	#buildYourBoxBlog {
		background: #F1C34A;
		border: 3px solid #2D2D2D;
		border-radius: 4px;
		font-weight: 700;
		font-size: 18px;
	}
	#buildYourBoxBlog a {
		padding: 6px 0!important;
		text-align: center;
	}
	.mm-mobile-nav-top-links {
		display: none;
	}
}

@media (max-width: 700px) {
	.modal-menu {
		padding: 0 20px;
	}
}

@media (max-width: 600px) {
	#site-header {
		padding: 30px 60px;
	}
	#site-header .custom-logo-link img {
		height: 20px!important;
	}
	.header-inner .toggle {
		margin-top: 15px;
	}
	button.close-nav-toggle {
		padding: 4rem 0!important;
	}
	.search-modal .search-form .search-submit {
		padding: 0 10px;
	}
	#site-header .header-titles-wrapper {
		padding: 0;
	}
}



.mobile-menu-v2 {
	padding: 0 20px 20px 20px;
}
.mobile-mm-top-section {
	border-bottom: 1px solid black;
}
.not-a-member {
	font-size: 24px;
	margin-bottom: 10px;
	font-family: 'sharp_grotesk_semibold20' !important;
}
.mobile-get-started {
	display: block;
	background: #F1C34A;
    border: 3px solid #2D2D2D !important;
    border-radius: 4px;
    padding: 10px 24px !important;
    font-weight: 700;
    font-size: 18px;
	width: 200px !important;
    text-align: center;
	max-height: 54px !important;
}
.mobile-get-started b {
	position: relative;
	top: -10px;
}
.mobile-login {
	display: block;
	color: #3B6635 !important;
	text-decoration: underline;
}

.mobile-mm-links {
	border-bottom: 1px solid black;
}
.green-link {
	color: #3B6635 !important;
}

.mobile-mm-links a, .mobile-blog-links a {
	display: block;
	margin: 15px 0px !important;
	padding: 0px !important;
}

.header-blog-link:after {
	content: "";
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid white;
    position: relative;
    top: 10px; 
    right: 35px;
    z-index: 100;
}
