@font-face {
	font-family: "Henrietta";
	src: url('/themes/royalqueenseeds/assets/fonts/VCHenriettaCondensed-Bold-Trial.otf');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "DM Sans";
	src: url('/themes/royalqueenseeds/assets/fonts/DMSans-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "DM Sans";
	src: url('/themes/royalqueenseeds/assets/fonts/DMSans-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}
body {
	margin: 0;
	font-family: 'DM Sans', sans-serif;
	color: #1E1E1E;
	box-sizing: border-box;
}
.header-logo img {
	width: 183px;
	height: 88px;
}
.header {
	position: relative;
	overflow: hidden;
	padding: 32px 0 85px;
}

.header .background-video {
	position: absolute;
	z-index: -1;
	width: 100%;
	min-width: 100%;
    min-height: 100%;
	left: 0;
	top: 0;
}

.heading-image-mobile {
	display: none;
	width: 150px;
	margin: 0 auto;
}

img {
	max-width: 100%;
}

section {
	overflow: hidden;
}

.container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

@media (min-width: 768px) {
    .container {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
    .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
    .container {
    max-width: 1160px;
  }
}
@media (min-width: 1400px) {
    .container {
    max-width: 1320px;
    }
}

h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}

.btn {
	display: inline-block;
	padding: 14px 50px;
	background-color: #E27F3B;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-weight: 700;
}
.btn:hover {
	background-color: #B35C21;
	color: #ffffff;
}

.heading {
	color: #fff;
}

.heading {
	display: flex;
	justify-content: space-between;
}
.heading-text {
	max-width: 60%;
}
.heading-text p {
	line-height: 23px;
}
.header h1 {
	font-size: 78px;
	font-weight: 600;
	line-height: 71px;
	margin-bottom: 20px;
	font-family: "Henrietta", sans-serif;
}
.main .long-img {
	display: none;
	margin-top: -85px;
	position: absolute;
	height: 72px;
	width: 100vw;
}
@media (min-width: 1201px) {
	.main .long-img {
		display: block;
	}
}
.main .long-img-mid {
	display: none;
	margin-top: -85px;
	position: absolute;
	height: 72px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.main .long-img-mid {
		display: block;
	}
}
@media (min-width: 768px ) and (max-width: 1000px){
	.main .long-img {
		margin-top: -75px;
	}
}
@media (max-width: 767px) {
	.main .long-img {
		margin-top: -45px;
	}
}
@media (max-width: 767px) {
	.main .long-img {
		display: none;
	}
}
.main .long-img-mob {
	margin-top: -85px;
	position: absolute;
	height: 75px;
	width: 100%;
}
@media (min-width: 768px) {
	.main .long-img-mob {
		display: none;
	}
}
.seed-img {
	max-width: 100%;
	max-height: 566px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px) {
	.seed-img {
		max-height: 566px;
		margin: 0px -7%;
		width: 114%;
		max-width: 115%;
	}
}
.best-genetic-mobile, .best-genetic {
	text-align: center;
	line-height: 10px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px ) {
	.best-genetic {
		display: none;
	}
}
@media (min-width: 768px ) {
	.best-genetic-mobile {
		display: none;
	}
}
.best-genetic-mobile {
	line-height: 22px;
}
.heading-image {
	display: flex;
    align-items: flex-end;
	width: 394px;
}

.awards, .seen {
	text-align: center;
	padding: 30px 0;
	font-size: 13px;
	font-weight: 700;
}
.awards h4, .seen h4 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
.awards .award-item, .seen .seen-item {
	height: auto;
	display: flex;
	flex-direction: column;
}
.seen .container {
	margin-top: 0;
}

section.main {
	background-color: #dbe3ce;
	background-image: url(../images/stripes.png);
	background-position: 0 50px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.top-stripe {
	height: 45px;
	background: #08473A;
	display: flex;
	flex-direction: row;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	color: #FFF;
	justify-content: center;
	align-items: center;
	margin-bottom: 35px;
}
.top-stripe .mobile-text-t-top-stripe, .top-stripe .mobile-text-b-top-stripe {
	display: none;
}
@media (max-width: 767px) {
	.top-stripe {
		flex-direction: column;
		height: 80px;
	}
	.top-stripe .mobile-text-t-top-stripe {
		display: flex;
		font-family: DM Sans;
		font-size: 16px;
		font-weight: 700;
		line-height: 21px;
		margin-bottom: 12px;
	}
	.top-stripe .mobile-text-b-top-stripe {
		display: flex;
		font-family: DM Sans;
		font-size: 14px;
		font-weight: 700;
		line-height: 13px;
	}

	.top-stripe .desktop-text-top-stripe {
		display: none;
	}
}

.get-started {
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.get-started-text,
.get-started-slider {
	width: 50%;
}

.get-started-text p {
	line-height: 23px;
	margin-right: 100px;
}

.get-started-swiper {
	overflow: hidden;
	width: 360px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-top: 50px;
}
.get-started-swiper img {
	height: 240px;
}
.get-started-swiper::after {
	content: "";
	display: block;
	position: absolute;
	width: 268px;
	height: 268px;
	left: 0;
	top: -50px;
	background-image: url(../images/browse_now.svg);
	animation-name: rotate;
	animation-duration: 4s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

.get-started-slider .btn {
	padding: 9px 14px;
	min-width: 271px;
}
.lang-es .get-started-slider .btn {
	padding: 9px 8px;
}
@media (max-width: 767px) {
	.lang-fr .get-started-slider .btn {
		padding: 9px 5px;
	}
	.lang-es .get-started .swiper-slide {
		overflow: hidden;
	}
}
@media (max-width: 424px) {
	.get-started-slider {
		margin-right: -20px;
		margin-left: -20px;
	}
}
.features {
	text-align: center;
	background-color: #F9F0E5;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1px;
}
.features h3 .highlight {
	position: relative;
}
.features h3 .highlight::after {
	content: "";
	display: block;
	position: absolute;
	width: 96px;
	height: 62px;
	
	left: -8px;
	top: -13px;
}
.lang-en .features h3 .highlight::after {
	background-image: url(../images/highlight-EN.svg);
}
.lang-de .features h3 .highlight::after {
	background-image: url(../images/highlight-DE.svg);
	width: 180px;
	height: 53px;
	left: -11px;
	top: -10px;
}
.lang-fr .features h3 .highlight::after {
	background-image: url(../images/highlight-FR.svg);
	width: 184px;
	height: 81px;
	left: -8px;
	top: -32px;
}
.lang-es .features h3 .highlight::after {
	background-image: url(../images/highlight-ES.svg);
	width: 144px;
	height: 53px;
	left: -8px;
	top: -13px;
}
.lang-it .features h3 .highlight::after {
	background-image: url(../images/highlight-IT.svg);
	width: 108px;
	height: 53px;
	left: -8px;
	top: -13px;
}
.lang-nl .features h3 .highlight::after {
	background-image: url(../images/highlight-NL.svg);
	width: 116px;
	height: 57px;
	left: -8px;
	top: -13px;
}
.features h5 {
	font-size: 16px;
	margin-top: 0;
	font-weight: 700;
}
.features .cols {
	padding-top: 30px;
	display: flex;
	padding-bottom: 30px;
}
.features .col {
	position: relative;
	padding: 0 30px;
	border-right: 1px solid #1E1E1E;
	line-height: 22px;
	font-size: 13px;
}
.features .col:last-child {
	border-right: 0;
}
.features .col img {
	position: absolute;
	left: calc(50% - 17px);
	top: -35px;
}
.what_u_smoke {
	padding: 50px 0 0 0;
	position: relative;
}
.what_u_smoke .background {
	position: absolute;
	left: 0;
	max-width: 50%;
	top: 50px;
}
.stories {
	background-color: #F9F0E5;
	padding: 60px 0 80px;
	text-align: center;
	position: relative;
	z-index: 0;
}

.stories h3 {
	margin-bottom: 14px;
}
.stories h3 span {
	position: relative;
	display: inline-block;
}
.stories h3 span::before {
	content: "";
	display: block;
	position: absolute;
	width: 89px;
	height: 64px;
	background-image: url(../images/quote.svg);
	left: -60px;
	top: -30px;
	z-index: -1;
}
.stories h3 span::after {
	content: "";
	display: block;
	position: absolute;
	width: 89px;
	height: 64px;
	background-image: url(../images/quote.svg);
	transform: rotate(180deg);
	right: -60px;
	top: -30px;
	z-index: -1;
}
.stories h3 span svg {
	position: absolute;
	right: -20px;
	top: -35px;
}
.stories .subhead {
	font-size: 16px;
	margin-bottom: 30px;
	display: block;
}

.stories .stories-slider .swiper-slide img {
	display: block;
	width: 100%;
}

.stories .cards {
	position: relative;
	overflow: hidden;
	margin-top: 45px;
	width: 100%;
	padding: 15px 0;
	font-size: 15px;
}

.stories .cards .swiper-slide {
	height: auto;
	display: flex;
	align-items: center;
}
@media (min-width: 768px) {
	.stories .cards .swiper-slide:not(.swiper-slide-next) .card {
		height: calc(100% - 34px);
	}
	.stories .cards .swiper-slide .card {
		transition: margin .3s linear, height .3s linear;
	}
}

.stories .cards .swiper-slide .card {
	width: 320px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 60px 30px;
	background-color: #fff;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
}
.stories .cards .swiper-slide .card  span {
	font-weight: 700;
}
.stories .cards .swiper-slide .card svg {
	display: block;
	margin: 10px auto;
}
.seedfinder {
	min-height: 264px;
	background-image: url(../images/seedfinder.jpeg);
	background-size: cover;
	color: #fff;
}
.seedfinder h3 {
	margin-top: 0;
	color: #BDD35B;
}
.seen-swiper .seen-items {
	align-items: center;
}
.seedfinder .btn {
	max-width: 249px;
	height: 48px;
	padding: 12px 50px;
	border-radius: 0;
	font-size: 14px;
}
.seedfinder p {
	margin-bottom: 40px;
}
.seedfinder .container {
	text-align: center;
	margin: 46px auto 32px;
}
.subscribe {
	background-color: #F9F0E5;
	padding-top: 35px;
	padding-bottom: 53px;
}
.subscribe h3 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 21px;
}
.subscribe p:last-of-type {
	margin-bottom: 22px;
}
.subscribe label sup {
	color: #FF4F4F;
}
.subscribe p {
	font-size: 13px;
}
.subscribe .hs-form {
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.subscribe input[name="firstname"], .subscribe input[name="email"] {
	padding: 12px 22px;
	border: 1px solid #1E1E1E;
	border-radius: 0;
	flex-grow: 1;
	font-size: 16px;
	color: #1E1E1E;
	height: 48px;
}
.subscribe input[name="firstname"]::placeholder, .subscribe input[name="email"]::placeholder {
	color: #1E1E1E;
}
.subscribe .hs-form .hs-error-msg, .subscribe .hs_error_rollup label {
	color: #d9534f;
	margin: 4px 5px 0 0;
	font-size: 13px;
}
.subscribe .hs-form ul {
	list-style-type: none;
	padding-left: 0;
}
.subscribe .hs-form input[type="submit"] {
	background-color: #E27F3B;
	padding: 12px 30px 12px 24px;
	border: 0;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100%;
	font-weight: 700;
}
.subscribe .hs-form input[type="submit"]:hover {
	background-color: #B35C21;
}
.subscribe .hs-form input[type="checkbox"] {
	width: 23px;
	height: 23px;
	margin: 0 10px 0 0;
	border: 1px solid #1E1E1E;
	border-radius: 0;
	background: #fff;
	appearance: none;
}
.subscribe .hs-form input[type="checkbox"]:checked {
	appearance: checkbox;
}
.subscribe .hs-form .legal-consent-container {
	margin-top: 15px;
}
.subscribe .hs-form .legal-consent-container .hs-dependent-field span {
	margin-left: 0;
}
.subscribe label {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 13px;
}
.subscribe .submitted-message {
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #dbe3ce;
	border-radius: 8px;
	height: 160px;
	padding: 15px 100px;
}
.subscribe .submitted-message p {
	font-size: 16px;
}
.subscribe .submitted-message .img-container {
	width: 25px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-image: url("/modules/hubspot/views/endpoints/newsletter/img/check_circle.png");
}
.subscribe .submitted-message p:first-of-type {
	font-size: 20px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.subscribe .submitted-message {
		padding: 20px;
	}
	.lang-es .subscribe .submitted-message, .lang-fr .subscribe .submitted-message, .lang-nl .subscribe .submitted-message {
		height: 190px;
	}
	.lang-it .subscribe .submitted-message, .lang-de .subscribe .submitted-message {
		height: 220px;
	}
}

footer {
	background-color: #08473A;
	padding: 14px 0 13px;
	height: 61px;
}
footer .container {
	margin: 0;
}
.footer-logo img {
	height: 34px;
}

.subscribe {
	position: relative;
}

.subscribe .newsletter-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/loader.gif) #f7f7f7 no-repeat 50%;
    opacity: .5;
    z-index: 99;
}

.newsletter-signup .newsletter-msg {
	color: #d9534f;
    margin: 4px 5px 0 0;
    font-size: 13px;
}

.newsletter-subscribe-confirm {
	text-align: center;
    background-color: #f2f2f2;
    position: relative;
    padding: 12px 0;
}
.newsletter-subscribe-confirm .header {
    margin-top: 30px;
	height: auto;
    background-color: transparent;
    padding: 0;
    margin-bottom: 12px;
    font-size: 26px;
    color: #777;
}
.newsletter-subscribe-confirm .body {
	margin-bottom: 12px;
    padding: 0 24px;
    color: #777;
    font-size: 18px;
}

.newsletter-subscribe-confirm .confirm-button {
	padding: 12px 55px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    background-color: #ff5406;
    margin-bottom: 36px;
	text-transform: uppercase;
	border: 0;
	font-family: 'Roboto';
	cursor: pointer;
}

.swiper-slide.award-item > div:not(.title) {
	min-height: 69px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.award-item .title {
	margin-top: 20px;
}

.title span {
	display: block;
}

.seen-swiper {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.seen-forbs {
	width: 85px;
}
.seen-nyt {
	width: 92px;
}
.seen-benzinga {
	width: 88px;
}
.seen-herb {
	width: 83px;
}
.seen-leafly {
	width: 98px;
}
.seen-cannabis_now {
	max-width: 175px;
	width: 130%;
}

@media (max-width: 1200px) {
	.stories .cards .swiper-slide .card {
		padding: 20px 20px 30px;
		width: 300px;
	}
}
@media (max-width: 1105px) {
	.header .background-video {
		width: auto;
		height: 100%;
	}
}
@media (max-width: 991px) {
	.stories .cards .swiper-slide .card {
		width: 200px;
	}
}

@media (max-width: 767px) {
	h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.header {
		padding-top: 14px;
		padding-bottom: 40px;
		text-align: center;
	}
	@media (max-width: 767px) {
		.header {
			padding-bottom: 80px;
		}
	}
	.header .background-video {
		width: auto;
		height: 100%;
		
	}
	.header-logo {
		text-align: center;
	}
	.header-logo img {
		width: 103px;
		height: 49px;
	}
	
	.heading-image-mobile {
		display: block;
	}
	.heading-image {
		display: none;
	}
	.heading-text {
		max-width: 100%;
	}
	.heading-text h1 {
		font-size: 40px;
		line-height: 1.1;
		margin-bottom: 0;
	}
	.heading-text br {
		display: none;
	}
	.heading-text p {
		margin-bottom: 28px;
	}
	.btn {
		min-width: 266px;
		padding: 10px 35px;
	}
	.awards .award-item {
		justify-content: center;
	}
	.awards .award-item > div {
		height: 69px;
	}
	.awards .award-item .title {
		font-weight: 400;
		font-size: 12px;
		padding-top: 15px;
	}
	
	section.main {
		padding: 0 0 40px;
		background-image: none;
	}
	.get-started {
		padding: 0;
		margin-bottom: 38px;
		flex-direction: column;
	}
	.get-started-text, 
	.get-started-slider {
		width: auto;
	}
	.get-started-text {
		text-align: center;
	}
	.get-started-text h3 {
		margin-top: 0;
	}
	.get-started-text p {
		margin-right: 0;
		font-size: 15px;
	}
	.features {
		margin-bottom: 0;
		padding-top: 20px;
		margin: 0 -20px;
	}
	.features h3,
	.features h5 {
		margin-bottom: 0;
		margin-top: 0;
	}
	.features h3 .highlight::after {
		width: 72px;
		height: 46px;
		background-size: 100%;
		background-repeat: no-repeat;
		top: -6px;
	}
	.features .cols {
		flex-direction: column;
		padding-top: 0;
	}
	.features .col {
		border-right: 0;
		border-bottom: 1px solid #1E1E1E;
		font-size: 13px;
		padding: 20px 0 0 0;
		margin: 0 30px;
	}
	.features .col:last-child {
		border-bottom: 0;
	}
	.features .col img {
		position: static;
	}
	
	.what_u_smoke {
		padding-top: 36px;
		padding-bottom: 0;
	}
	.what_u_smoke .container {
		margin-bottom: 0;
	}
	.what_u_smoke .background {
		position: static;
	}
	.what_u_smoke .background img {
		width: 100%;
		margin-bottom: 25px;
	}
	
	.stories {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.stories h3 span::before {
		top: -30px;
		left: -30px;
	}
	.stories h3 span::after {
		top: -10px;
		right: -30px;
	}
	.stories h3 span svg {
		top: -40px;
		right: 0px;
	}
	.stories .subhead {
		font-size: 15px;
	}
	.stories .cards .swiper-slide .card {
		width: 260px;
	}
	
	.seedfinder {
		text-align: center;
		padding: 56px 0;
		min-height: 200px;
		background-image: url(../images/seedfinder_mobile.png);
		background-size: cover;
	}
	.seedfinder h3 {
		margin-top: 0;
		margin-bottom: 12px;
		font-size: 24px;
	}
	.seedfinder p { 
		font-size: 15px;
	}
	.subscribe {
		padding-bottom: 15px;
	}
	.subscribe label,
	.subscribe p {
		font-size: 12px;
		
	}
	.subscribe h3 {
		font-size: 24px;
	}
	.subscribe .email-block .email {
		font-size: 15px;
	}
	.best-genetic-mobile p {
		margin: 0;
		line-height: 23px;
	}
	.seen .container h4 {
		font-size: 24px;
		margin-bottom: 27px;
	}
	.seen-swiper {
		width: auto;
	}
	.seen-swiper .seen-items .seen-item {
		align-items: center;
	}
}

@keyframes rotate {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(180deg);}
}