/*
	Theme Name: Cannabist
	Theme URI: http://bshrader.com
	Description: Columbia Care Cannabist Theme
	Version: 1.0.0
	Author: Brian Shrader
	Author URI: https://bshrader.com
	Tags: 

*/

/*---Custom 4/20 Slider */
.four-twenty {
	font-family: "glodok", 'Fonseca', 'CC-Amber', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.four-twenty .gold {
	color: #c19d54;
}

 #home .four-twenty #locations-hero-text {
    font-size: 44px;
    line-height: 1.1;
}


#home .four-twenty #home-hero-header {
    font-size: 82px;
}

.post-password-required {
	padding: 100px;
}
/*----Notifications ----*\
\*------------------------------------*/

.has-mtsnb header.header {
	top: 59px;
}

.mtsnb .mtsnb-content .mtsnb-button {
	font-size: 15px;
}

body .mtsnb {
	z-index: 999999;	
}

@media (max-width: 600px) {
	.has-mtsnb header.header {
		top: 109px;
	}
	
	.has-mtnsb main {
		padding-top: 219px;
	}
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: 'CC-Amber', Arial, sans-serif;
	line-height: 1.4;
	color: #ffffff;
	font-weight: 400;
	font-size: 20px;
	background-color: white;
	text-align: center;
}
main {
	/*padding-top: 112px;*/
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
a, a:visited {
	text-decoration: none;
	color: #202945;
}

#home-hero-inner a, home-hero-inner a:visited, #forage a, #forage a:visited {
	color: #fff;
}

a:hover {
	color: #f6b436;
}
.cta {
	color: #fff;
	transition: color 0.2s ease;
	margin-top: 40px;
	display: inline-block;
	font-weight: 500;
}
.cta img {
	vertical-align: middle;
	margin-left: 10px;
	transition: all 0.2s ease;
}
.cta:hover {
	color: #f6b436;
}
.cta:hover img {
	transform: translateX(10px);
}
.cta.dark {
	color: #202945;
}

.orange-text {
	color: #f6b436;
}

.full-width {
	width: 100%;
}
.inner-container {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
}

.page-template-page-menu .inner-container {
	max-width:100%;
}
.two-column {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.half-width {
	width: 50%;
}
.half-width-image {
	width: 100% !important;
	max-width: none !important;
}
.medium {
	font-weight: 500;
}

.rounded-button.fancy-font,
#locations p.wpgmza_infowindow_link {
	background-color: #f6b436;
	color: #202945;
	border-radius: 40px;
	padding: 4px;
	font-size: 20px;
}
#locations p.wpgmza_infowindow_link {
	font-family: 'Fonseca', 'CC-Amber', Arial, sans-serif;
	display: inline-block;
}
.rounded-button:hover,
.rounded-button:focus, {
	background-color: white;
}
.rounded-button:focus {
	outline: 1px white dotted;
}
#locations p.wpgmza_infowindow_link:focus {
	outline: 1px black dotted;
}

.rounded-button span,
#locations a.wpgmza_infowindow_link {
	display: inline-block;
	border-radius: 40px;
	padding: 5px 50px 0;
	line-height: 43px;
	border: 2px #202945 solid;
}
.rounded-button.blue,
.hs-button,
#locations p.wpgmza_infowindow_link:hover,
#locations p.wpgmza_infowindow_link:focus {
	background-color: #202945;
	color: white;
}
#locations a.wpgmza_infowindow_link {
	color: #202945;
}
#locations p.wpgmza_infowindow_link:hover a,
#locations p.wpgmza_infowindow_link:focus a {
	color: white;
}
#footer-form .hs-button {
	color: #202945;
	background-color: #f6b436;
}
.rounded-button.blue:hover,
.rounded-button.blue:focus {
	background-color: #f6b436;
	color: #202945;
}
.rounded-button.blue:focus {
	outline: 1px black dotted;
}
.hs-button {
	border-radius: 40px;
	padding: 9px 50px 5px;
	text-transform: uppercase;
	margin-top: 15px;
	font-family: 'Fonseca', 'CC-Amber', Arial, sans-serif;
}
.hs-button:focus {
	outline: 1px black dotted;
}
#footer-form .hs-button:focus {
	outline: 1px white dotted;
}
.section {
	position: relative;
}
.section-header {
	font-size: 40px;
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 1.1;
}
.section-header-lrg {
	font-size: 50px;
}
.section .c-logo-header {
	margin-bottom: 25px;
}
.section-inner {
	padding: 200px 5%;
}
.light-section .section-inner {
	padding: 150px 5%;
	color: #2a2a2a;
	position: relative;
}
.section-paragraph {
	font-size: 20px;
}
.bg-section {
	background-color: #0c0c0d;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}
.section .section-charm {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hover-columns-wrapper {
	display: flex;
	justify-content: center;
	padding: 65px 3% 115px;
	text-align: left;
}
.hover-columns-wrapper .hover-column {
	width: 30%;
	max-width: 430px;
	background-color: white;
	color: #202945;
	padding-bottom: 70px;
	box-shadow: 9px 20px 31.15px 3.85px rgba(26, 19, 12, 0.12);
	margin: 35px 2.5%;
}
.hover-columns-wrapper .hc-image-wrapper {
	position: relative;
	overflow: hidden;
}
.hover-columns-wrapper .hc-image {
	transition: transform 0.25s ease-out;
}
.hover-columns-wrapper .hc-shade {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 250ms ease-out 0s, background-color 250ms ease-out 0s;
}
.hover-columns-wrapper .hc-image-wrapper:hover .hc-image,
.hover-columns-wrapper .hc-image-wrapper:focus-within .hc-image {
	transform: scale(1.05);
}
.hover-columns-wrapper .hc-image-wrapper:hover .hc-shade,
.hover-columns-wrapper .hc-image-wrapper:focus-within .hc-shade {
	background-color: rgba(32, 41, 69, 0.73);
	opacity: 1;
}


.hover-columns-wrapper .hc-text {
	padding: 40px 6% 0;
}

/*------------------------------------*\
    FONTS
\*------------------------------------*/

@font-face {
    font-family: 'CC-Amber';
    src: url('fonts/proxima-nova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima-nova-bold-webfont.woff') format('woff'),
         url('fonts/proxima-nova-bold-webfont.ttf') format('truetype'),
         url('fonts/proxima-nova-bold-webfont.svg#ProximaNovaLight') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'CC-Amber';
    src: url('fonts/proxima-nova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima-nova-light-webfont.woff') format('woff'),
         url('fonts/proxima-nova-light-webfont.ttf') format('truetype'),
         url('fonts/proxima-nova-light-webfont.svg#ProximaNovaLight') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'CC-Amber';
    src: url('fonts/proxima-nova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima-nova-regular-webfont.woff') format('woff'),
         url('fonts/proxima-nova-regular-webfont.ttf') format('truetype'),
         url('fonts/proxima-nova-regular-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CC-Amber';
    src: url('fonts/proxima-nova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima-nova-semibold-webfont.woff') format('woff'),
         url('fonts/proxima-nova-semibold-webfont.ttf') format('truetype'),
         url('fonts/proxima-nova-semibold-webfont.svg#ProximaNovaSemibold') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
	font-family: 'Fonseca';
    src: url('fonts/Fonseca.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
.fancy-font {
	font-family: 'Fonseca', 'CC-Amber', Arial, sans-serif;
	line-height: 1.1;
}

/*------------------------------------*\
    HEADER AND FOOTER
\*------------------------------------*/
.header {
	background-color: transparent;
	position: fixed;
	width: 100%;
	z-index: 100000000;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	box-shadow: 1px 5px 26.39px 2.61px rgba(41, 41, 41, 0.42);
}
.header.blue-bg {
	background-color: #202945;
}
.header.hidden {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.header .nav-container {
	color: #f6b436;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .nav-container {
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    height: 110px;
}
main {
	padding-top: 110px;
}
.header .nav-container .nav-logo {
	/*max-height: 47px;*/
}
.header .nav-container .link-list a {
	color: #f6b436
}
.header .nav-container .link-list a:hover,
.header .nav-container .link-list li.current-menu-item a {
	color: #fcfcfb;
}
.header .nav-container .link-list {
	list-style: none;
}
.header .nav-container .link-list ul {
	padding-left: 0;
}
.header .nav-container .link-list li {
	display: inline-block;
	margin-left: 20px;
}

.footer {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c4370+10,202945+75,202945+75 */
	background: #202945; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(44,67,112,1) 10%, rgba(32,41,69,1) 75%, rgba(32,41,69,1) 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(44,67,112,1) 10%,rgba(32,41,69,1) 75%,rgba(32,41,69,1) 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(44,67,112,1) 10%,rgba(32,41,69,1) 75%,rgba(32,41,69,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4370', endColorstr='#202945',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-align: center;
	padding-bottom: 45px;
}
.footer #footer-logo {
	transform: translateY(-33%);
	margin-bottom: -20px;
}
.footer #footer-inner {
	border: #f6b436 3px solid;
	width: 94%;
	margin: 0 auto;
	padding: 3%;
}
.footer #footer-columns {
	display: flex;
	text-align: left;
	justify-content: space-between;
	border-bottom: 1px #f6b436 solid;
	padding: 0 2% 3%;
}
.footer .footer-column {
	width: 30%;
}
.footer .footer-column-header {
	color: #f6b436;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
}
.footer .footer-column-paragraph {
	font-size: 14px;
}
.footer #footer-social {
	font-size: 16px;
	padding: 3% 2% 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: left;
}
.footer #footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer #footer-links li {
	margin: 5px 0;
}
.footer #footer-links a {
	color: white;
}
.footer #footer-links a:hover {
	color: #f6b436;
}
.footer #social-icons {
	display: inline-block;
	margin: 0 15px;
	text-align: right;
}
.footer .social-link {
	margin: 0 2%;
	display: inline-block;
	/*xmax-width: 30%;*/
}
.footer .social-link:focus {
	outline: 1px white dotted;
}


#footer-form .hbspt-form fieldset {
	display: flex;
}
#footer-form .hs-form-field {
	width: auto;
	float: none;
}
#footer-form-headline { 
	margin-bottom: 10px;
}
#footer-form .hs-input {
    padding: 10px 0;
    font-size: 16px;
    color: white;
    border: none;
    border-bottom: 1px #f4b334 solid;
    outline: none;
    background: transparent;
    width: 100%;
}
#footer-form .hs-input option {
    color: black;
}
#footer-form .hs-input:focus {
	outline: 1px white dotted;
}
#footer-form input::placeholder {
	color: white;
}
#footer-form .hs-form-field {
	margin-bottom: 20px;
}
#footer-form .hs-error-msgs {
	list-style: none;
}
#footer-form .hs-error-msg {
	color: #f4b334;
}


/*------------------------------------*\
    PAGES / SECTIONS
\*------------------------------------*/

#hero {
	background-color: #0c0c0d;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 1.1;
	padding: 200px 0;
	position: relative;
}
#hero-inner {
	width: 80%;
	max-width: 800px;
}
#hero-header {
	font-size: 70px;
	margin-bottom: 30px;
	font-weight: 700;
}
#hero-line2 {
	font-size: 24px;
}
#hero .hero-cta {
	display: flex;
	justify-content: center;
}
#hero #down-arrow {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite;
}

@keyframes fade_move_down {
    0% {
        transform: translate(0, -0.75rem);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 0.75rem);
        opacity: 0;
    }
}

#community #hero {
	margin-bottom: 170px;
	background-position: center top;
}


#home {
	font-size: 18px;
	text-align: left;
}

#home #home-hero {
	margin-bottom: 135px;
	position: relative;
}
#home #home-hero .sa_hover_container {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#home #home-hero .owl-carousel .owl-item img {
}
#home #home-hero .sa_owl_theme .owl-dots {
	width: 50%;
	left: 0;
	bottom: 60px !important;
	font-size: 0 !important;
}
#home #home-hero .sa_owl_theme .owl-dots .owl-dot span {
	width: 16px !important;
    height: 16px !important;
    border: 3px #f6b436 solid !important;
    background-color: transparent !important;
    margin: 0 6px !important;
}
#home #home-hero .sa_owl_theme .owl-dots .active span {
	background-color: #f6b436 !important;
}
#home #home-hero-text {
	background: #202945 url("/wp-content/uploads/2021/04/wavy-blue-bg.jpg") left top no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}
#home #home-hero-inner {
	max-width: 550px;
	width: 80%;
	margin: 0 auto;
}
#home #home-hero-header {
	font-size: 85px;
}
#home #home-hero-line2 {
	font-size: 20px;
}
#home #locations-hero-text {
	font-size: 30px;
	line-height: 1.5;
}
#home #hero-c-logo {
	position: absolute;
	bottom: 17px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}

#home #banana {
	/*margin-bottom: 135px;*/
	position: relative;
	background: url("/wp-content/uploads/2021/04/art-deco-pattern-blue.jpg") top left repeat;
}
#home #banana #banana-sticker {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#home #banana #banana-text {
	width: 60%;
	max-width: 420px;
	margin: 0 auto;
}

#home #ig-feed {
	color: #202945;
	text-align: center;
	background-color: #a5bdb1;
	padding-top: 70px;
}
#home #ig-feed #feed-charm {
	margin-bottom: 35px;
}
#home #ig-feed #feed-line2 {
	margin-bottom: 50px;
}
#home #ig-feed #feed-pattern {
	height: 120px;
	background: #a5bdb1 url("/wp-content/uploads/2021/04/ig-feed-pattern.png") center center;
	background-size: cover;
    position: relative;
    z-index: 100000;
}
.eapps-instagram-feed-posts-item:focus-within {
	border: 2px white dashed !important;
}
.eapps-instagram-feed-posts-item:focus-within.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    padding-top: 0;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text {
	font-size: 0 !important;
}

#home #forage {
	background: rgb(44,67,112); /* Old browsers */
	background: url("/wp-content/uploads/2021/04/flower-icon-bg.png") 25% center no-repeat, 
					linear-gradient(to right, rgba(44,67,112,1) 10%,rgba(32,41,69,1) 75%,rgba(32,41,69,1) 75%);
	background-size: contain;
	position: relative;
	padding: 120px 0 130px;
	margin-bottom: 180px;
	margin-top: 175px;
}
#home #forage #forage-text {
	width: 35%;
	max-width: 400px;
}
#home #forage #forage-image {
	position: absolute;
	right: 0;
	top: -14%;
	width: 77%;
	text-align: right;
	max-width: 1000px;
}

#home #collections {
	padding-top: 170px;
	padding-bottom: 100px;
	color: #202945;
}
#home #collections #collections-text {
	text-align: center;
}
#home #collections #collections-slider {
	display: block;
	padding-bottom: 40px;
}
#home #collections #collections-slider .hover-column {
	width: auto;
	max-width: none;
	box-shadow: 6px 14px 18.15px 0.85px rgb(26 19 12 / 12%);
}
#home #collections #brands_slider .hc-image {
	width: 100%;
}
#brands_slider .owl-nav .owl-prev {
    background: #202945 url(/wp-content/uploads/2021/04/slider-arrow-left.png) no-repeat center center !important;
    left: -100px;
}
#brands_slider .owl-nav .owl-next {
    background: #202945 url(/wp-content/uploads/2021/04/slider-arrow-right.png) no-repeat center center !important;
    right: -100px;
}
#brands_slider .owl-nav button {
	width: 70px !important;
    height: 70px !important;
    font-size: 0;
    border: 15px #202945 solid;
    transition: transform 0.1s ease;
    border-radius: 50%;
    box-shadow: 4px 10px 13px 0px rgb(26 19 12 / 32%);
}
#brands_slider .owl-nav button.disabled {
	display: none;
}
#brands_slider .owl-nav button:hover {
	transform: scale(1.1);
}

#home #community {
	margin-bottom: 240px;
	background-color: #1b2a4c;
}
#home #community-text {
	width: 60%;
    max-width: 420px;
    margin: 0 auto;
}
/*#home #social-equity {
	background: #a5bdb1 url("/wp-content/uploads/2021/04/wavy-grey-bg.jpg") center center no-repeat;
	background-size: cover;
	margin-bottom: 225px;
	position: relative;
}
#home #se-images {
	position: absolute;
	width: 47%;
	max-width: 676px;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}
#home #se-images #se-c-logo {
	position: absolute;
	max-width: 111px;
	bottom: -55px;
	right: 10%;
	z-index: 15;
}
#home #social-equity #se-text-bg,
#home #social-equity #se-text {
	width: 726px;
	max-width: 50%;
	box-sizing: border-box;
	padding: 72px 3% 150px 10%;
}
#home #social-equity #se-text-bg {
	background-color: #202945;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 40%;
	top: -5%;
}
#home #social-equity #se-text { 
	position: relative;
	z-index: 10;
	margin-left: 40%;
	transform: translateY(-5%);
}
#home #social-equity #se-header {
	font-size: 88px;
}
#home #social-equity #se-text-inner {
	padding-left: 20%;
}*/


#locations #map-section {
	color: #414b56;
	position: relative;
}
#locations #map-section #marker-icon {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-43%);
}
#locations .wpgmza_marker_list_class {
	width: 80% !important;
	margin: 60px auto;
	text-align: center;
}
#locations .wpgmza-pagination {
	display: none;
}
#locations .wpgmza-basic-list-item {
	float: none;
}
#locations .wpgmaps_blist_row {
	padding: 20px 0;
}
#locations .wpgmza_infowindow_title,
#locations .wpgmza_infowindow_address {
	font-size: 20px;
}
#locations .wpgmza-infowindow {
	padding: 0 10px;
}
#locations .wpgmza-grid-item {
	background-color: #a5bdb1;
	padding-bottom: 50px;
	color: #202945;
}
#locations .wpgmza-grid-footer,
#locations .wpgmza_custom_fields,
#locations .wpgmza_custom_fields p {
	background-color: #202945;
	border: none;
	height: auto;
	text-align: center;
}
#locations .wpgmza-grid-row {
	height: auto;
}
#locations .wpgmza-grid-footer a,
#locations .wpgmza_custom_fields p {
	color: #f6b436;
	font-family: "Fonseca", Arial, sans-serif;
	font-size: 16px;
}
#locations .wpgmza-grid-footer a:hover,
#locations .wpgmza_custom_fields p {
	color: white;
}
#locations .wpgmza-grid-item .wpgmza-desc {
	display: none;
}
#locations .wpgmza_custom_fields {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
}
#locations .wpgmza_custom_fields p { 
	padding: 0;
	opacity: 1;
}
#locations .wpgmza-grid-item-content {
	max-height: none;
	padding: 50px 0 30px;
}
#locations .wpgmza-grid-item .wpgmza_marker_title {
	padding-bottom: 0;
}
#locations .wpgmza-grid-item .wpgmza-address {
	opacity: 1;
	padding-top: 0;
}
#locations .wpgmza-grid-item .wpgmza_marker_icon {
	right: 50%;
	transform: translateX(50%);
	width: 25px;
}

#brands .hover-columns-wrapper {
	background: #415464 url("/wp-content/uploads/2021/04/art-deco-pattern.png") top left repeat;
	flex-wrap: wrap;
}
#brands .hover-column {
	width: 50%;
	max-width: 516px;
	padding-bottom: 35px;
}
#brands .hover-text,
#home .hover-text {
	padding-top: 30px;
}
#brands .brand-logo-wrapper,
#home .brand-logo-wrapper {
	height: 85px;
	margin-bottom: 15px;
}
#brands .hc-paragraph,
#home .hc-paragraph {
	font-size: 16px;
	border-top: 1px #202945 solid;
	padding: 15px 0;
	min-height: 75px;
}

.store-page #hero-header {
	margin-bottom: 20px;
}
.store-page #hero-line2 {
	margin-bottom: 30px;
}
.store-page .store-body {
	color: #202945;
	text-align: left;
	padding-top: 90px;
	padding-bottom: 150px;
}
.store-page .two-column {
	align-items: flex-start;
}
.store-page .store-info .medium {
	font-size: 30px;
}
.store-page a {
	color: #f6b436;
	text-decoration: underline;
	padding-bottom: 2px;
}
.store-page .store-info a {
	color: #202945;
	display: inline-block;
}
.store-page .phone-number,
.store-page .address,
.store-page .form-header {
	margin-bottom: 30px;
}
.store-page .cta.directions-link {
	margin-top: 0;
	margin-bottom: 60px;
}
.store-page #share-well-wrapper {
    display: flex;
    align-items: center;
    max-width: 350px;
    font-size: 15px;
    line-height: 1.3;
	margin-bottom: 60px;
}
.store-page #share-well-wrapper img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
}
.store-page #share-well-wrapper a {
    display: block;
    margin-top: 15px;
    font-weight: 700;
    color: #f6b436;
}
.store-page #text-alerts {
	margin-bottom: 30px;
}
.store-page #text-alerts .medium {
	margin-bottom: 15px;
}
.store-page #text-alerts-text {
	margin: 0;
}
.store-page .email-form .hs-input {
    padding: 10px 0;
    font-size: 20px;
    border: none;
    border-bottom: 1px #202945 solid;
    outline: none;
    background: transparent;
    width: 70%;
}
.store-page .email-form  .hs-input:focus {
	outline: 1px black dotted;
}
.store-page .email-form  input::placeholder {
	color: #202945;
}
.store-page .email-form  .hs-form-field {
	margin-bottom: 20px;
}
.store-page .license-number {
	font-size: 14px;
	margin-top: 40px;
	text-align: right;
}
.store-page #local-instagram-feed #ig-feed {
	color: #202945;
	text-align: center;
	padding-top: 70px;
}
.store-page #local-instagram-feed #ig-feed #feed-charm {
	margin-bottom: 35px;
}
.store-page #local-instagram-feed #ig-feed #feed-line2 {
	margin-bottom: 50px;
}

.generic #hero {
	padding: 140px 0px;
}
.generic #hero-header {
	margin-bottom: 0;
}
.generic .generic-page-body {
	padding: 100px 0 150px;
	color: #202945;
	text-align: left;
}

#careers #hero-header {
	margin-bottom: 15px;
}

#contact .generic-page-body {
	text-align: center;
}

#all-locations-page {
	color: #202945;
	text-align: center;
	padding-bottom: 50px;
}
#all-locations .light-section .section-inner {
	padding: 60px 0;
}
#all-locations-page .locations-wrapper {
    display: flex;
    justify-content: start;
	flex-wrap: wrap;
}
.state-grouping {
    /*flex-basis: 33%;*/
    margin: 0 2% 50px;
    display: inline-block;
	width: 29%;
    text-align: left;
}
.state-grouping .location-title {
    text-decoration: none;
    color: #f6b436;
    font-weight: 500;
    display: block;
}
.state-grouping .location-title:hover {
    text-decoration: underline;
}
.state-grouping .location-address {
    margin-bottom: 30px;
    margin-top: 0;
}

.state-grouping.Florida {
	display: none;
}

#all-locations-page #coming-soon-stores .state-grouping {
	width: auto;
}

#all-locations-page #coming-soon-stores .store-wrapper {
	display: inline-block;
	width: 31%;
    margin-right: 2%;
    vertical-align: top;
    min-width: 140px;
    text-align: left;
}


#emav-overlay h1,
#emav-overlay p,
#emav-overlay h2 {
	color: white;
}
#emav-overlay img {
	margin-bottom: 60px;
}
#emav-overlay input:not([type=checkbox]) {
	border-radius: 40px;
	font-size: 20px;
	color: #202945 !important;
	font-family: 'Fonseca', 'CC-Amber', Arial, sans-serif;
	margin-bottom: 40px;
}
#emav-overlay h2 {
	margin-bottom: 40px;
}
#emav-overlay input:focus:not([type=checkbox]) {
	box-shadow: 0px 0px 12px 1px #efc804;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media (max-width: 1250px) {
	#home {
		font-size: inherit;
	}
	#home #home-hero-header {
		font-size: 60px;
	}
	#brands_slider .owl-nav .owl-prev {
		left: -50px;
	}
	#brands_slider .owl-nav .owl-next {
		right: -50px;
	}
	#home #banana #banana-sticker {
		width: 150px;
	}
}
@media (max-width: 1024px) {
	body,
	.section-paragraph {
		font-size: 17px;
	}
	.section-header {
	    font-size: 32px;
	}
	.nav-container .link-list li {
		margin-left: 30px;
	}
	.header .nav-container .nav-logo {
		width: 200px;
	}
	#hero {
		padding: 140px 0;
	}
	.section-inner {
		padding: 150px 0;
	}
	.light-section .section-inner {
		padding: 120px 0;
	}
	.hover-columns-wrapper {
		flex-wrap: wrap;
	}
	.hover-columns-wrapper .hover-column {
		padding-bottom: 30px;
		margin: 35px 1.5%;
		min-width: 250px;
	}
	.rounded-button span, 
	#locations a.wpgmza_infowindow_link {
		font-size: 14px;
	    line-height: 30px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	#home #home-hero-header {
		font-size: 50px;
	}
	#home #home-hero-line2,
	#home #locations-hero-text {
		font-size: inherit;
	}
	#home #home-hero .sa_owl_theme .owl-dots {
		bottom: 30px !important;
	}
	#home #home-hero .sa_owl_theme .owl-dots .owl-dot span {
		width: 12px !important;
		height: 12px !important;
		border-width: 2px !important;
		margin: 0 4px !important;
	}
	#home #banana #banana-text {
		max-width: none;
		padding-left: 80px;
    	padding-right: 30px;
		width: 50%;
	}
	#home #forage {
		padding: 75px 0;
		margin-top: 120px;
		margin-bottom: 20px;
	}
	#home #forage #forage-text {
		width: 50%;
	}
	#home #forage #forage-image {
		width: 50%;
		top: 2%;
	}
	#home #collections {
		padding-top: 120px;
		padding-bottom: 50px;
	}
	#home #collections #collections-slider {
		padding-top: 20px;
	}
	#home #community {
		margin-bottom: 150px;
	}
	#home #community-text {
		max-width: none;
		width: 50%;
		padding: 0 5%;
	}
	#community #hero {
		margin-bottom: 100px;
	}
	#brands_slider .owl-nav button {
		width: 40px !important;
    	height: 40px !important;
    	border-width: 10px;
	}	
	#brands_slider .owl-nav .owl-prev {
		left: -30px;
    	background-size: contain !important;
	}
	#brands_slider .owl-nav .owl-next {
		right: -30px;
    	background-size: contain !important;
	}
}

@media (max-width: 900px) {
	#home .four-twenty #locations-hero-text {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.section-header {
		font-size: 27px;
	}
	
	.state-grouping {
		width: 100%;
	}
	#hero-header {
		font-size: 40px;
	}
	body,
	.section-paragraph {
		font-size: 14px;
	}
	.header .nav-container {
		display: block;
		text-align: center;
		padding: 10px 0;
		height: auto;
	}
	.header .nav-container .link-list {
		margin-bottom: 0;
		padding-left: 0;
	}
	.header .nav-container .link-list li {
		margin-left: 15px;
	}
	#hero {
		padding: 100px 0;
	}
	.section-inner {
		padding: 110px 0;
	}
	.light-section .section-inner {
		padding: 90px 0;
	}
	.footer #footer-social {
		display: block;
	}
	.footer #footer-links,
	.footer #social-icons,
	.footer #footer-form-wrapper {
		width: 100%;
		text-align: center;
	}
	.footer #footer-form-wrapper {
		margin: 40px 0;
	}
	.footer #social-icons {
		margin: 0 0 30px;
	}
	.hover-columns-wrapper .hover-column {
		position: relative;
		padding-bottom: 100px;
	}
	.hover-columns-wrapper .hc-image-wrapper {
		overflow: visible;
		position: static;
	}
	.hover-columns-wrapper .hc-image-wrapper .hc-shade {
		opacity: 1;
		height: 100px;
    	bottom: 0;
	    top: auto;
	}
	.hover-columns-wrapper .hc-text {
		text-align: center;
	}
	#hero #hero-line2 {
		font-size: 16px;
	}
	#home #home-hero-header {
		font-size: 36px;
	}
	#home #banana #banana-sticker {
		width: 120px;
	}
	#home #banana #banana-text {
	    padding-left: 60px;
	    padding-right: 20px;
	}
	#home #forage {
		padding: 75px 0;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#home #forage #forage-image {
		width: 70%;
		top: -5%;
	}
	#locations #map-section #marker-icon {
		width: 150px;
	}
	.store-page .store-info .medium {
		font-size: 20px;
	}
	.store-page #share-well-wrapper {
		margin-left: auto;
		margin-right: auto;
	}
	.generic #hero {
		padding: 70px 0;
	}
	.generic .generic-page-body {
		padding: 60px 0 90px;
	}
}
@media (max-width: 600px) {
	.two-column {
		display: block;
	}
	.half-width {
		width: 100%;
		text-align: center !important;
		margin-bottom: 30px;
	}
	.section-header {
		white-space: normal;
		font-size: 24px;
	}
	#hero .half-width {
		margin: 0 auto;
	}
	#brands_slider .owl-nav .owl-prev {
		left: -20px;
	}
	#brands_slider .owl-nav .owl-next {
		right: -20px;
	}
	#hero-inner {
		width: 90%;
	}
	.footer #footer-columns {
		display: block;
	}
	.footer .footer-column {
		width: 100%;
		margin: 20px 0;
	}
	.hover-columns-wrapper .hover-column {
		width: 90%
	}
	#home #home-hero .sa_hover_container {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#home #home-hero {
		background: #202945 url("/wp-content/uploads/2021/04/wavy-blue-bg.jpg") left top no-repeat;
		background-size: cover;
	}
	#home #home-hero-text {
		padding: 80px 0;
		background: none;
	}
	#home #home-hero-slider-wrapper {
		margin: 0 auto;
		max-width: 400px;
	}
	#home #home-hero .sa_owl_theme .owl-dots {
		width: 100%;
	}
	#home #banana #banana-sticker {
		top: 15px;
		width: 150px;
	}
	#home #banana #banana-text,
	#home #community-text {
		max-width: none;
		width: 100%;
		padding: 80px 8%;
	}
	#home #forage {
		padding-bottom: 0;
	}
	#home #forage #forage-text {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	#home #forage #forage-image {
		position: static;
		width: 100%;
		margin-top: 50px;
		margin-left: -11%;
	}
	#home #collections #collections-slider {
	    padding-left: 0;
	    padding-right: 0;
	}
	#locations .wpgmza-grid-item .wpgmza_marker_title {
		font-size: 16px !important;
	}
	#locations .wpgmza-grid-item .wpgmza_marker_title {
		font-size: 16px !important;
	}
	#locations .wpgmza-grid-item .wpgmza-address {
		font-size: 14px;
	}
	#all-locations-page .locations-wrapper {
		display: block;
	}
	#all-locations-page #open-now .state-grouping,
	#all-locations-page #coming-soon-stores .state-grouping {
		width: 46%;
		margin: 0 2% 0px;
		vertical-align: top;
		min-width: 0;
	}
	
	.fake-title {
		height: 0;
		margin: 0;
	}
}
@media (max-width: 450px) {
	#locations .wpgmza_marker_list_class {
		width: 90% !important;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
//NEW MOBILE MENU CODE

.hamburger-bar {
  display: none;
}
.slide-in-menu {
  display: none;
}
.menu-toggle {
  display: none;
}
.header .nav-container {
  text-align: left;
}

@media (max-width: 768px) {
  .slide-in-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.3s ease;
    background-color: #202945;
    color: #f6b436;
    padding: 14px 35px;
  }

  .menu-toggle {
    display: block;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    float: right;
    margin-top: 15px;
  }
  .hamburger-menu-toggle {
    position: relative;
    height: 30px; /* this can be anything */
    width: 30px; /* ...but maintain 1:1 aspect ratio */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hamburger-menu-toggle::before,
  .hamburger-menu-toggle::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px; /* cross thickness */
    background-color: #f6b436;
  }

  .hamburger-menu-toggle::before {
    transform: rotate(45deg);
  }

  .hamburger-menu-toggle::after {
    transform: rotate(-45deg);
  }
  .hamburger-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #f6b436;
    margin-bottom: 5px;
  }

  .menu-open .slide-in-menu {
    left: 0;
  }
  .header .nav-container .link-list {
    display: none !important;
  }
  .link-list-mobile ul {
    padding: 0px;
  }
  .link-list-mobile li a {
    color: #f6b436;
  }
  .link-list-mobile li {
    text-align: center;
    list-style-type: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 22px 0px;
    border-bottom: 1px solid #f6b436;
  }
  .link-list-mobile li:last-child {
    border-bottom: none;
  }
  #mobile-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main {
    padding-top: 80px;
  }
}
