/*
Theme Name: Jarritos
Author: Unidad22
Author URI: https://www.unidad22.com/
Description: Custom, professional websites that work as hard as you do. We realize that your website exists to drive leads, generate sales and service your customers 24 hours a day, 7 days a week. Working with the best CMS software, beautiful custom designs, and intuitive UI, we do great web design that focus on your business goals.
Version: 21.7.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: U22 Theme
U22 Theme: u22_theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Designed By: Jarritos;
Developed By: Jonathan Cortés;
*/

/**
* Table of Contents:
*
* 1.0 - Reset
*     - Normalize
*     - Genericons
*     - Typography
*     - Elements
* 2.0 - Inputs Reset
*     - Forms
* 3.0 - Classes Default
* 4.0 - Navigation
* 5.0 - Header
*     - Breadcrumbs
* 6.0 - Slider
* 7.0 - Miscellaneous
*     - Accessibility
*     - Alignments
*     - Clearings
* 8.0 - Custom Widget or Module
*     - Default
* 9.0 - Content
*     - Entry Header
*     - Entry Meta
*     - Entry Content
*     - Post Formats
*     - Post/Paging Navigation
*     - Comments
*     - Attachments
*     - Author Bio
*     - Archives
*     - Search Results/No posts
*     - 404
*     - Multisite
* 10.0 - Sidebar
* 11.0 - Footer
* 12.0 - Media Queries
* 13.0 - Browsers (ie)
* ----------------------------------------------------------------------------
*/

/** Fonts **/

@font-face {
	font-family: "Aspira";
	src: url("./fonts/Aspira-Black.woff2") format("woff2"),
		url("./fonts/Aspira-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aspira";
	src: url("./fonts/Aspira-Bold.woff2") format("woff2"),
		url("./fonts/Aspira-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aspira";
	src: url("./fonts/Aspira-Demi.woff2") format("woff2"),
		url("./fonts/Aspira-Demi.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aspira";
	src: url("./fonts/Aspira-Medium.woff2") format("woff2"),
		url("./fonts/Aspira-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aspira";
	src: url("./fonts/Aspira-Heavy.woff2") format("woff2"),
		url("./fonts/Aspira-Heavy.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aspira";
	src: url("./fonts/Aspira-Regular.woff2") format("woff2"),
		url("./fonts/Aspira-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Bella Sans";
	src: url("./fonts/BellaSans.woff2") format("woff2"),
		url("./fonts/BellaSans.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Myriad Pro";
	src: url("./fonts/MyriadPro-Regular.woff2") format("woff2"),
		url("./fonts/MyriadPro-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Bello Script";
	src: url("./fonts/Bello-Script.woff2") format("woff2"),
		url("./fonts/Bello-Script.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Bello Caps Pro";
	src: url("./fonts/Bello-Caps-Pro.woff2") format("woff2"),
		url("./fonts/Bello-Caps-Pro.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "JarritosSans";
	src: url("./fonts/JarritosSans.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Blambot Pro';
	src: url('./fonts/blambot-pro-italic/BlambotProItalic.eot');
	src: url('./fonts/blambot-pro-italic/BlambotProItalic.eot?#iefix') format('embedded-opentype'),
			url('./fonts/blambot-pro-italic/BlambotProItalic.woff2') format('woff2'),
			url('./fonts/blambot-pro-italic/BlambotProItalic.woff') format('woff'),
			url('./fonts/blambot-pro-italic/BlambotProItalic.ttf') format('truetype'),
			url('./fonts/blambot-pro-italic/BlambotProItalic.svg#BlambotProItalic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

/** Colors **/

/** Menu **/

/** Buttons **/

/** Inputs **/

/** Default **/

/** Extra **/

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: "Aspira", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	transition: none;
	background: #e8e6d6 !important;
	overflow: auto !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #006b33;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #ff5100;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 15px;
}

code,
kbd,
pre,
samp {
	font-size: 14px;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	max-width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

select {
	text-transform: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

button {
	overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: 0.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 6px;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

input[type="checkbox"]+span.wpcf7-list-item-label::before,
input[type="radio"]+span.wpcf7-list-item-label::before,
input[type="checkbox"]+label::before,
input[type="radio"]+label::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(images/checks.png) no-repeat;
	cursor: pointer;
	transition: none;
	top: 11px;
	margin-right: 15px;
	position: relative;
}

input[type="checkbox"]:checked+span.wpcf7-list-item-label::before,
input[type="checkbox"]:checked+label::before {
	background-position: -30px 0;
	transition: none;
}

input[type="radio"]+span.wpcf7-list-item-label::before,
input[type="radio"]+label::before {
	background-position: -60px 0;
	width: 30px;
}

input[type="radio"]:checked+span.wpcf7-list-item-label::before,
input[type="radio"]:checked+label::before {
	background-position: -90px 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 24px;
	min-width: inherit;
	padding: 12px;
}

fieldset> :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: hidden;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak-as: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #565656;
	font-size: 16px;
	line-height: 20px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	margin: 0 0 15px 0;
	line-height: 1.3;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	margin: 0 0 20px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 1px solid #fff;
	margin: auto;
	padding: 20px;
	width: 100%;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 20px;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote> :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	line-height: 1.3125;
	margin: 0 0 24px;
	max-width: 100%;
	overflow: auto;
	padding: 24px;
	white-space: pre;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 2px 4px;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 2px 4px;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/**
 * 4.0 - Elements
 */

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	outline: none;
}

.transition *,
.transition *:before,
.transition *:after {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.no-transition,
.no-transition *,
.responsive-menu-container,
.rev_slider_wrapper,
.rev_slider_wrapper * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 20px;
}

li>ul,
li>ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 25px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 24px;
}

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

del {
	opacity: 0.8;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 24px;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 5px;
	vertical-align: top;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #434343;
}

:-moz-placeholder {
	color: #434343;
}

::-moz-placeholder {
	color: #434343;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #434343;
}

::selection {
	background-color: #9c9c9c;
	color: #fff;
}

::-moz-selection {
	background-color: #9c9c9c;
	color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #cfcfcf;
	box-shadow: 0 0 0px 1000px transparent inset;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
}

/*Scroll bar*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #999999;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
	background: #999999;
}

::-webkit-scrollbar-thumb:active {
	background: #999999;
}

::-webkit-scrollbar-track {
	background: #efefef;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
	background: #efefef;
}

::-webkit-scrollbar-track:active {
	background: #efefef;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

/**
* 2.0 Inputs Reset
* -----------------------------------------------------------------------------
**/

/**
 * 3.0 - Forms
 */

input {
	line-height: normal;
}

/* Buttons */

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	outline: 0;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	margin-bottom: 24px;
}

.post-password-form label {
	color: #565656;
	display: block;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 6px;
}

.post-password-form> :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	color: #565656;
	background: #f2f2f2;
	width: 100%;
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 34px;
	position: relative;
}

.search-submit {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

/**
* 3.0 Class Default
* ----------------------------------------------------------------------------
**/

.max-width-custom #landon-img {
	max-width: 350px;
	margin-left: 150px;
}

.max-width-custom-2 #landon-img {
	max-width: 550px;
	margin: auto;
}

.center-page {
	margin: 0 auto;
	/*max-width: 69.792vw;*/
	max-width: 70.09%;
	width: 100%;
}

.clear,
.center-page:after,
.navigation:after {
	clear: both;
}

.inline-block {
	display: inline-block;
	vertical-align: top;
}

.inline-block-middle {
	display: inline-block;
	vertical-align: middle;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-center,
.text-center p {
	text-align: center;
}

.text-left,
.text-left p {
	text-align: left;
}

.text-right,
.text-right p {
	text-align: right;
}

.width100 {
	width: 100%;
}

.width50 {
	width: 50%;
}

.vcenter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 1em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.iex .vcenter {
	display: table;
	width: 100%;
}

.iex .vcenter>div {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.object-cover,
.object-cover img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

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

.video-4-5 {
	padding-bottom: 125%;
	/* 4:5 */
}

.video-1-1 {
	padding-bottom: 100%;
	/* 1:1 */
}

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

.video .thumbnail {
	z-index: 99;
	/* position: relative; */
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.video .play {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0;
	border-radius: 50%;
	z-index: 9999;
	opacity: 1;
	width: 80.41px;
	height: 80.41px;
	background-position: 25px center;
	background-size: unset;
	background-repeat: no-repeat;
	background-color: #00693a;
	background-image: url("images/icon-play-hover.png");
}

.video:hover .play {
	opacity: 1;
}

.video .play:hover {
	background-color: #d6d4c6;
	background-image: url("images/icon-play.png");
}

.breadcrumbs {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	right: 0;
}

.breadcrumbs #breadcrumbs {
	padding: 5px 10px 5px;
}

.breadcrumbs p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

.breadcrumbs p a {
	color: #d5d4d4;
	margin-right: 5px;
}

.breadcrumbs p a:hover {
	color: #fff;
}

.breadcrumbs p span {
	margin-left: 5px;
}

.hide {
	display: none;
}

.show {
	display: initial;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.no-appearance,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

.box-shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(194, 194, 194, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(194, 194, 194, 1);
	box-shadow: 0px 0px 10px 0px rgba(194, 194, 194, 1);
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button {
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	background-color: #ff5100;
	border: 0;
	color: #fff;
	display: inline-block;
	padding: 10px 25px 10px;
	text-align: center;
	text-indent: 0;
}

button:hover,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
button:active {
	background-color: #006b33;
	outline: none;
}

input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
	border: 1px solid #cfcfcf;
	color: #565656;
	padding: 10px 15px;
	text-indent: 6px;
	margin-bottom: 10px;
}

input[type="search"] {
	margin-bottom: 0;
}

select:focus {
	outline: 0;
}

textarea {
	max-height: 115px;
}

a[class*="-btn"] {
	padding: 15px 20px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25vw;
	vertical-align: middle;
	line-height: 1;
	font-weight: 500;
	font-family: "Bella Sans";
	border: 4px solid #FFFFFF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

a[class*="-btn"]:hover {
	text-decoration: none;
	opacity: 0.8;
	color: #fff;
}

.primary-btn {
	background: #ed143d;
}

.secondary-btn {
	background: #006b33;
}

.tertiary-btn {
	background: #6495ed;
}

.fourth-btn {
	background: #ff5100;
}

.full-btn {
	font-size: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
}

.white-btn {
	background: #fff;
	border: 1px solid #fff;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 1.667vw;
	font-weight: 800 !important;
	width: 15.469vw;
	text-align: center;
	line-height: 1 !important;
	padding: 12px 15px 10px !important;
}

.white-btn:hover {
	color: #00693a !important;
	opacity: 1 !important;
}

.button-container {
	margin-bottom: 5px;
}

/**
* 4.0 Navigation
* -----------------------------------------------------------------------------
**/

.rmp_menu_trigger {
	display: none !important;
}

button#custom-btn-trigger {
	background: url("images/menu.png") no-repeat center center;
	max-width: 53px;
	width: 100%;
	height: 20px;
	background-size: cover;
}

button#custom-btn-trigger.is-active {
	background-image: url("images/menu-active.png");
	max-width: 53px;
	height: 27px;
	background-size: cover;
	margin-right: 7px;
}

button#custom-btn-trigger,
button#custom-btn-trigger.is-active {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.rmp-container.rmp-slide-right.rmp-menu-open {
	top: 86px !important;
}

.rmp-menu-item-link {
	text-transform: uppercase;
	padding: 0 5% !important;
}

.rmp-menu li.space {
	margin-top: 40px !important;
}

.rmp-menu .orange-link a {
	font-weight: 500 !important;
	color: #ff5100 !important;
	font-size: 30px !important;
	height: auto !important;
	line-height: 1.3 !important;
}

.rmp-container.rmp-slide-right .social-networks {
	text-align: left;
	padding-left: 1.563vw;
}

.rmp-container.rmp-slide-right .social-networks li {
	padding-left: 0;
	margin-right: 1.563vw;
	height: 40px;
	vertical-align: top;
}

.rmp-container.rmp-slide-right .social-networks li:last-child {
	margin-right: 0;
}

.rmp-container.rmp-slide-right .social-networks li a {
	font-size: 2.865vw;
}

.rmp-container.rmp-slide-right .social-networks li.tiktok a {
	font-size: 1.563vw;
}

.rmp-container.rmp-slide-right .social-networks li i {
	color: #00693a;
}

.rmp-container.rmp-slide-right .social-networks li.tiktok i {
	background: #00693a;
	color: #e8e6d6;
	width: 2.7vw;
	height: 2.7vw;
	line-height: 2.7vw;
	transform: none;
}

.rmp-container.rmp-slide-right .social-networks .facebook i {
	font-size: 2.4vw;
	/* transform: translateY(3px);
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px); 
	-o-transform: translateY(3px); 
	-ms-transform: translateY(3px);    */
}

.opensea svg {
    max-width: 55px;
	height: auto;
}
.opensea svg:hover{
	opacity: 0.6;
}

.header-icons .social-networks .opensea svg {
    max-width: 27px;
    display: flex;
}
.rmp-container.rmp-slide-right .social-networks .opensea .cls-1 {
    fill: #00693a;
}

.rmp-container.rmp-slide-right .social-networks .opensea svg {
    max-width: initial;
	width: 2.7vw;
    height: 2.7vw;
    line-height: 2.7vw;
}
.rmp-container.rmp-slide-right .social-networks .opensea svg:hover{
    opacity: 1;
}
.rmp-container.rmp-slide-right .social-networks .opensea svg:hover .cls-1 {
	fill: #ff5100;
}

.site-footer .opensea svg {
    width: 2.9vw;
    height: 2.9vw;
}


@media screen and (max-width: 1370px) {
	/*    .rmp-menu-wrap {
		padding-top: 25px !important;
	}
	.rmp-menu li.space {
		margin-top: 20px !important;
	}
	.rmp-menu .orange-link a {
		font-size: 20px !important;
		line-height: 1.8 !important;
	}*/
}

.rmp-menu>li:hover>a>span,
.rmp-menu>li.current-menu-item>a>span {
	/* background-color: #f3b4b3; */
	/* padding: 10px 10px 3px; */
	color: #ff5100;
}

body #rmp-menu-wrap-198 .rmp-submenu .rmp-menu-item-link {
	font-size: 25px;
	color: #00693a;
	margin-left: 20px;
	font-weight: 500;
}

body #rmp-menu-wrap-198 .rmp-submenu .rmp-menu-item-link:hover {
	color: #ff5100;
}

.rmp-menu li.orange-link:hover a span {
	background-color: #e5c245;
}

.main-menu {
	position: relative;
}

.main-menu li {
	display: inline-block;
	margin-left: -4px;
}

.main-menu li .dropdown-toggle {
	display: none;
}

.main-menu li a {
	color: #030303;
	display: inline-block;
	font-size: 18px;
	padding: 0 15px;
}

.main-menu li li a {
	color: #030303;
}

.main-menu li.has-button>a {
	padding-bottom: 8px;
}

.main-menu .main-navigation ul.primary-menu>li:not(.has-button):hover>a:after,
.main-menu .main-navigation ul.primary-menu>li:not(.has-button).current-menu-ancestor>a:after,
.main-menu .main-navigation ul.primary-menu>li:not(.has-button).current-page-ancestor>a:after,
.main-menu .main-navigation ul.primary-menu>li:not(.has-button).current_page_item>a:after,
.main-menu .main-navigation ul.primary-menu>li:not(.has-button).current-menu-item>a:after {
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.main-menu .main-navigation ul.primary-menu>li:not(.has-button)>a:after {
	-moz-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	background-color: #c5c5c5;
	content: "";
	display: block;
	height: 5px;
	margin-top: 5px;
	transform: scale(0, 1);
	width: 100%;
}

.main-menu .main-navigation ul li.current-menu-ancestor a,
.main-menu .main-navigation ul li.current-page-ancestor a,
.main-menu .main-navigation ul li.current_page_item a,
.main-menu .main-navigation ul li.current-menu-item a,
.main-menu .main-navigation ul li a:hover {
	color: #72c5b7;
}

.main-menu .main-navigation ul li.current-menu-ancestor a:hover,
.main-menu .main-navigation ul li.current-page-ancestor a:hover,
.main-menu .main-navigation ul li.current_page_item a:hover,
.main-menu .main-navigation ul li.current-menu-item a:hover {
	color: #c5c5c5;
}

.main-menu .main-navigation ul li a:hover {
	color: #c7c7c7;
}

.main-menu ul {
	margin: 0px;
	padding: 0px;
	font-size: 0;
}

.main-menu .main-navigation .sub-menu {
	-moz-transition: max-height 0.5s;
	-webkit-transition: max-height 0.5s;
	background-color: #fff;
	max-height: 0;
	min-width: 200px;
	overflow: hidden;
	position: absolute;
	transition: max-height 0.5s;
	z-index: 99999;
}

.main-menu .main-navigation .sub-menu:hover {
	overflow: visible;
}

.main-menu .main-navigation .sub-menu li {
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
	position: relative;
	text-align: left;
	width: 100%;
}

.main-menu .main-navigation .sub-menu li.current-menu-ancestor a,
.main-menu .main-navigation .sub-menu li.current-page-ancestor a,
.main-menu .main-navigation .sub-menu li.current_page_item a,
.main-menu .main-navigation .sub-menu li.current-menu-item a {
	color: #d93734;
}

.main-menu .main-navigation .sub-menu li a {
	display: block;
	padding: 6px 15px;
}

.main-menu .main-navigation .sub-menu li .sub-menu {
	left: 100% !important;
	margin: 0 !important;
	top: 0px !important;
	width: 100%;
}

.main-menu .main-navigation .sub-menu li .sub-menu li {
	padding-left: 10px;
	padding-right: 10px;
}

.main-menu .main-navigation li:hover>ul,
.main-menu .main-navigation li ul li:hover>ul {
	-moz-box-shadow: 0 5px 10px -5px #c5c5c5;
	-webkit-box-shadow: 0 5px 10px -5px #c5c5c5;
	box-shadow: 0 5px 10px -5px #c5c5c5;
	max-height: 500px;
}

/**
* 5.0 Header
* ----------------------------------------------------------------------------
**/

.header-bar {
	background: #f2f2f2;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 20px;
}

.header-bar-left,
.header-bar-right {
	padding: 10px 0;
}

.header-top {
	padding: 10px 0;
	position: fixed;
	width: 100%;
	background: #e8e6d6;
	z-index: 999;
}

.header-top aside {
	margin: 0;
}

.header-left-image {
	display: inline-block;
	margin-right: 20px;
}

.header-left-image .hover,
.header-left-image:hover .normal {
	display: none;
}

.header-left-image:hover .hover {
	display: block;
}

.header-top .text-left img {
	padding: 0 0;
}

.header-bottom {
	padding-top: 86px;
}

.fixed .site-header .header-top {
	padding: 10px 0;
}

.fixed:not(.menu-open) .site-header .header-top {
	box-shadow: 1px 5px 12px -7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 5px 12px -7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 5px 12px -7px rgba(0, 0, 0, 0.2);
}

/*.fixed .site-header .header-top .site-logo:not(.mobile) img {
	width: 75px;
}
*/
.fixed .site-header .header-top .text-left img {
	padding: 0;
}

.fixed .site-header .header-top button#custom-btn-trigger {
	margin-top: 0;
}

.fixed .rmp-container.rmp-slide-top.rmp-menu-open {
	top: 84px !important;
}

.header-right {
	float: none;
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-icons, #custom-btn-trigger {
    display: inline-block;
}
.header-icons{
	margin-right: 60px;
}

.header-icons ul.social-networks li {
    padding: 0 0 0 1.4vw;
}

.header-icons i {
    font-size: 30px;
}

.header-icons .social-networks .tiktok i {
	width: 27px;
    height: 27px;
    line-height: 30px;
    font-size: 15px;
	margin-top: -2px;
}

.header-icons .social-networks .facebook i {
	font-size: 22px;
    line-height: 40px;
}

/*
* Social Networks
*/

.social-networks {
	margin: 0 !important;
}

.social-networks .facebook i {
	font-size: 2.6vw;
	/* transform: translateY(2px);
	-webkit-transform: translateY(2px); 
	-moz-transform: translateY(2px); 
	-o-transform: translateY(2px); 
	-ms-transform: translateY(2px);    */
}

.social-networks .facebook a {
	vertical-align: super;
}

ul.social-networks li {
	list-style: none;
	display: inline-block;
	margin-left: -4px;
	padding: 0 0 0 2.083vw;
}

.social-networks li a {
	/*font-size: 62px;*/
	font-size: 3.2vw;
	/* vertical-align: bottom; */
}

.social-networks i {
	color: #ff5100;
	text-rendering: initial;
}

ul.social-networks {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.rmp-container.rmp-slide-right .social-networks {
	justify-content: flex-start;
}

.social-networks .tiktok a {
	/*font-size: 32px;*/
	font-size: 1.6vw;
}

.footer-top .fa-tiktok:before {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	line-height: 2;
}

.social-networks .tiktok i {
	color: #e8e6d6;
	background: #ff5100;
	/*width: 62px;
	height: 62px;*/
	width: 2.9vw;
	height: 2.9vw;
	text-align: center;
	/*line-height: 62px;*/
	line-height: 60px;
	border-radius: 50%;
	position: relative;
	/* transform: translateY(-3px);
	-webkit-transform: translateY(-3px); 
	-moz-transform: translateY(-3px); 
	-o-transform: translateY(-3px); 
	-ms-transform: translateY(-3px);    */
}

.social-networks i:hover {
	opacity: 0.6;
}

.rmp-container.rmp-slide-right .social-networks li i:hover {
	color: #ff5100;
	opacity: 1;
}

.rmp-container.rmp-slide-right .social-networks li.tiktok i:hover {
	background: #ff5100;
	opacity: 1;
	color: #e8e6d6;
}

span.company-address a {
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: top;
}

/**
* 6.0 Slider
* -----------------------------------------------------------------------------
**/

.slider {
	position: relative;
}

.slider-container .tparrows {
	background-repeat: no-repeat;
	height: 59px;
	width: 59px;
}

.slider-container .tparrows:hover {
	opacity: 0.7;
}

.slider-container .tparrows.tp-leftarrow {
	background-position: left center;
}

.slider-container .tparrows.tp-rightarrow {
	background-position: right center;
	right: 0;
}

/* .internal .slider,
.banner-section {
	min-height: 210px;
	margin-top: 10px;
} */

/**
* 7.0 Miscellaneous
* -----------------------------------------------------------------------------
**/

/* div#pum-967 {
	visibility: initial;
} */
div#popmake-967 {
	background-image: url(./images/figure-bg.svg);
	background-repeat: no-repeat;
}

div#popmake-967 a {
	color: #ff5100;
	font-family: "JarritosSans";
	font-size: 33px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

div#popmake-967 a:hover {
	color: #bf4107;
}

div#popmake-967 p {
	text-align: center;
}

div#popmake-967 img {
	vertical-align: baseline;
}

div#pum_popup_title_967 {
	font-family: JarritosSans;
	color: #8dc540;
	text-align: center;
	font-size: 61px;
	line-height: 1.2;
	margin-bottom: 0;
}

/* Valentines Day */
.v-title{
	font-family: "Aspira";
	font-weight: 900;
	color: #EB8C9B;
	font-size: 26px;
	text-align: center;
	margin-bottom: 0px;
	line-height: 33px;
}

.v-subtitle{
	color: #EB8C9B;
	font-family: "Bello Script";
	font-size: 35px;
	font-weight: 400;
	text-align: center;
	line-height: 33px;
}

.v-title a{
	color: #EB8C9B;
}

.v-description{
	font-family: "Aspira";
	font-weight: 900;
	color: #B40B25;
	font-size: 41px;
	text-align: center;
	text-transform: uppercase;
	line-height: 39px;
}

#popmake-1171{
	border: 7px solid #F4BCB4;
	padding: 17px 30px;
	background-image: url(./images/valentines-day-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

#popmake-1171 .pum-close{
	border: 4px solid #F4BCB4;
	color: #B40B25;
	background-color: #ffffff;
}

/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */

.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	left: -9999px;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999px;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
* 8.0 - Alignments
*/

/* Images */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft+ul,
.wp-caption.alignleft+ol {
	list-style-position: inside;
}

blockquote.alignleft {
	margin: 5px 12px 12px 0;
}

blockquote.alignright {
	margin: 5px 0 12px 12px;
}

blockquote.aligncenter {
	margin-bottom: 18px;
}

/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
.center-page:after,
.navigation:after,
.site-footer .center-page:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main>article:before,
.site-main>article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
.center-page:after,
.navigation:after,
.site-footer .center-page:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main>article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}

/**
* 8.0 Custom Widget or Module
* -----------------------------------------------------------------------------
**/

.widget-title {
	font-size: 24px;
	display: block;
	margin-bottom: 15px;
}

.widget-sidebar {
	margin-bottom: 20px;
}

/* Responsive Menu < 3.0 */

.responsive-menu {
	display: none;
}

.responsive-menu-container {
	position: relative;
}

#responsive-menu {
	height: auto !important;
	margin-top: 45px;
}

#responsive-menu.RMOpened {
	min-width: 220px;
}

#responsive-menu ul li {
	padding-bottom: 0;
	padding-top: 0;
}

#responsive-menu .RMImage {
	margin: auto !important;
	display: block !important;
}

#responsive-menu .sub-menu {
	max-height: 100%;
	max-width: 100%;
}

#responsive-menu #responsive-menu-title {
	display: none;
}

#click-menu {
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.appendLink {
	text-align: center;
	width: 50px;
}

.widget ul,
.widget ol {
	margin: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li>ul,
.widget li>ol {
	margin-left: 20px;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

/* Calendar widget */

.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 24px;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-size: 13px;
	line-height: 1.615384615;
	margin-bottom: 7px;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */

.widget_rss .rsswidget img {
	margin-top: -5px;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 7px;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 30px;
}

.widget_rss li:last-child:last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */

.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	line-height: 1;
	margin: 0 2px 6px 0;
	padding: 7px 6px 7px;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #ff5100;
	outline: 0;
}

/* Search widget */

.search-form {
	margin: auto;
	max-width: 300px;
	position: relative;
}

/**
* 9.0 Content .site-content
* ----------------------------------------------------------------------------
**/

.site {
	overflow: hidden;
}

.site-content {
	padding-bottom: 8px;
	padding-top: 32px;
	position: relative;
}

.home .site-content {
	padding-bottom: 80px;
}

/* Templates */

.home .page-title-container .entry-header {
	max-width: 50%;
}

.template-fullwidth .article-container {
	min-width: 100%;
}

.template-internal #main,
.single .article-container,
.archive .article-container,
.blog .article-container,
.category .article-container,
.search .article-container {
	width: 75%;
}

.template-internal .sidebar-container,
.single .sidebar-container,
.archive .sidebar-container,
.blog .sidebar-container,
.category .sidebar-container,
.search .sidebar-container {
	width: 20%;
}

.archive .article-container h2,
.blog .article-container h2,
.category .article-container h2,
.search .article-container h2 {
	margin-bottom: 8px;
}

.archive .hentry,
.blog .hentry,
.category .hentry,
.search .hentry {
	margin-bottom: 20px;
	padding-bottom: 25px;
}

.archive .hentry a img,
.blog .hentry a img,
.category .hentry a img,
.search .hentry a img {
	transition: all 0.5s ease-in-out;
}

.archive .hentry a img:hover,
.blog .hentry a img:hover,
.category .hentry a img:hover,
.search .hentry a img:hover {
	transform: scale(0.97);
}

.archive .hentry a img {
	width: 100%;
}

/* .archive h2.entry-title {
	display: inline-block;
} */

span.title-line {
	width: 100%;
	display: block;
	border-top: 1px solid #e2e2e2;
	margin: 20px 0;
}

/*
* Flavors Archive
*/

.post-type-archive-flavor .site-content {
	padding-bottom: 50px;
}

.archive .header-bottom .center-page {
	display: none;
}

header.circle-title {
	text-align: center;
}

header.circle-title h1 {
	background: #006b33;
	display: inline-block;
	color: #ffb0b0;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
	padding: 25px 30px 20px;
	margin: 0;
	border-radius: 50%;
	font-size: 2.63vw;
}

.flavors-carousel {
	margin-top: 35px;
}

.flavors-carousel .white-btn {
	text-align: left;
	font-size: 20px;
	background: #e8e6d6;
	border: 1px solid #e8e6d6;
}

.flavors-carousel .content-container {
	padding: 60px 70px;
}

.flavors-carousel h2 {
	color: #e8e6d6;
	font-size: 4.427vw;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 0;
	/* text-shadow: 0px 0px 5px rgba(0,0,0,0.25); */
}

.flavors-carousel .content-container p {
	color: #e8e6d6;
	font-weight: 500;
	font-size: 0.885vw;
	/* text-shadow: 0px 0px 5px rgba(0,0,0,0.25); */
}

.flavors-carousel .content-container .content-color-green h2,
.flavors-carousel .content-container .content-color-green p {
	color: #eceadb;
}

.flavors-carousel>.slick-arrow,
.recipes-listing-slider .slick-arrow,
.about-content-slider .slick-arrow {
	width: 43px;
	height: 43px;
	background: url("images/arrow-flavors.svg") no-repeat;
	background-size: cover;
}

.flavors-carousel>.slick-arrow:hover,
.recipes-listing-slider .slick-arrow:hover,
.about-content-slider .slick-arrow:hover {
	opacity: 0.8;
}

.flavors-carousel>.slick-arrow.slick-prev {
	left: -20px;
}

.flavors-carousel>.slick-arrow.slick-next {
	right: -20px;
}

/*Subslider*/

.sizes-content {
	/* background: #E8E6D6;
	border: 3px solid #006b33; */
	margin-top: 5vw;
}

.sizes-content .sizes-item .size-title {
	padding: 55px 0;
	/* position: relative;     */
}

.sizes-content>.slick-arrow {
	font-size: 22px;
	background: none;
	color: #006b33;
	width: auto;
	height: 22px;
	left: 35%;
}

.sizes-content>.slick-arrow.fa-arrow-up {
	top: 20px;
}

.sizes-content>.slick-arrow.fa-arrow-down {
	top: initial;
	bottom: 20px;
}

.sizes-content .sizes-item .row {
	margin: 0 auto;
}

.sizes-content .sizes-item .size-link {
	background-color: #e8e6d6;
	max-width: 152px;
	width: 100%;
	border-left: 3px solid #006b33;
}

/*.sizes-content .sizes-item a {
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	color: #006b33;
	text-align: center;
	font-size: 32px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	padding: 20px;
}*/

.sizes-content .sizes-item .size-link:hover {
	background-color: #006b33;
}

.sizes-content .sizes-item .size-link:hover a {
	color: #e8e6d6;
}

.sizes-content h4 {
	font-size: 30px;
	font-family: "Bello Script";
	font-weight: 100;
	color: #006b33;
	text-align: center;
	margin: 0;
	line-height: 1;
}

.sizes-images img {
	/* aspect-ratio: 4 / 5; */
	min-height: 520px;
	max-height: 718px;
	height: 37.395833333333336vw;
	object-fit: cover;
	margin: 0 auto;
}

.sizes-content .sizes-item {
	/* padding: 10px; */
}

.sizes-content .sizes-item span {
	/* background-image: url('images/jarrito.png');
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	padding: 0 10px;
	height: 35px;
	width: 40px;
	vertical-align: middle;*/
	margin: 0 2px;
}

.flavors-carousel .content-container .sizes-content p {
	font-size: 0.924vw;
}

.flavors-carousel .content-container .sizes-content .stars-flavor {
	width: 1.406vw;
	height: 1.823vw;
	background-image: url("images/stars-flavors.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: inline-block;
	vertical-align: top;
	margin-top: -0.4vw;
	margin-right: 0.5vw;
}

.content-color-green .sizes-item span {
	background-image: url("images/jarrito-green.png");
}

.flavor-buttons {
	margin-top: 40px;
}

.packs-slider .sizes-content .size-title {
	background: #e8e6d6;
}

/*Flavors marquee*/

.flavors-marquee {
	background: #00693a;
	width: 100vw;
	/* overflow:hidden; */
	padding: 1.2vw 0;
	margin: 3.906vw 0;
}

.flavors-marquee a {
	color: #e5e3d4;
	display: block;
	font-size: 1.875vw;
	font-weight: 700;
}

.flavors-marquee a:hover {
	color: #99cf1d;
}

.flavors-marquee img {
	margin: 0 1.563vw;
	display: inline-block !important;
}

.marquee-wrap .vcenter {
	height: 67px;
}

.packs-slider h2 {
	color: #ffffff;
	margin-bottom: 25px;
}

.packs-slider .sizes-content .sizes-item .size-title {
	padding: 40px 0;
}

.packs-slider .sizes-content h4 {
	font-size: 50px;
}

.packs-slider .sizes-images img {
	/* aspect-ratio: 1 / 1; */
	min-width: 340px;
	max-width: 575px;
	min-height: 340px;
	max-height: 575px;
	height: 29.947916666666668vw;
	width: 29.947916666666668vw;
	object-fit: cover;
}

.packs-slider .slide-2 .size-link {
	background-color: #e8e6d6;
}

/* .packs-slider .slide-2 .sizes-item a {
	color: #006b33;
	border-left: 3px solid #006b33;
} */

.review-banner {
	padding: 25px 0 90px 0;
}

.review-banner img {
	width: 75.152%;
}

/*Ambassadors Archive*/

.ambassadors #main header {
	margin-bottom: 80px;
}

.ambassadors #main header img {
	min-width: 290px;
	width: 23.125vw;
}

div#primary.ambassadors {
	padding-bottom: 80px;
}

.archive article.ambassador {
	margin-bottom: 45px;
	padding-bottom: 40px;
}

article.ambassador img {
	/* aspect-ratio: 3/4; */
	min-height: 295px;
	max-height: 460px;
	height: 23.958333333333332vw;
	object-fit: cover;
	margin-bottom: 5px;
	width: 100%;
}

article.ambassador h2 {
	color: #ff4f00;
}

article.ambassador h2:after {
	content: "";
	display: block;
	height: 5px;
	max-width: 206px;
	width: 100%;
}

article.ambassador:hover h2:after {
	background-color: #ff4f00;
}

.alm-btn-wrap {
	text-align: center;
}

.alm-btn-wrap button {
	height: 51px;
	padding: 7px 10px;
	line-height: 1;
	font-size: 40px;
	background: transparent;
	color: #006b33;
}

.alm-btn-wrap button:hover {
	background: #006b33;
	color: #ffffff;
}

/*Single ambassador*/

.single-ambassador .slider {
	display: none;
}

.ambassador-information {
	max-width: 700px;
	margin: 90px auto;
}

.ambassador-information h1 {
	color: #006b33;
	line-height: 1;
	margin-bottom: 0;
}

.ambassador-information .profession {
	color: #ff5100;
	font-size: 36px;
	display: inline-block;
	margin-bottom: 45px;
}

.ambassador-information .profession:before {
	content: "";
	width: 43px;
	height: 43px;
	display: inline-block;
	vertical-align: middle;
	background-color: #ff5100;
	margin-right: 30px;
	border-radius: 50%;
}

.ambassador-information .ambassador-content {
	color: #006b33;
	margin-bottom: 90px;
}

.ambassador-information ul.social-networks li {
	padding-left: 0;
	padding-right: 40px;
}

.ambassador-information .social-networks li i {
	color: #006b33;
}

.ambassador-information .social-networks .tiktok i {
	color: #e8e6d6;
	background: #006b33;
}

.ambassador-slide {
	padding: 5px;
}

.ambassadors-slider .slick-list.draggable {
	padding-left: 0 !important;
}

.ambassadors-slider article.ambassador {
	position: relative;
}

.ambassadors-slider .ambassador-image {
	min-height: 260px;
	height: 26.302083333333332vw;
}

.ambassadors-slider .ambassador-image img {
	height: 100%;
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	object-fit: cover;
}

.ambassadors-slider .ambassador-image.go-back {
	background-color: #ff5100;
}

.ambassadors-slider .ambassador-image.go-back a {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding: 40px;
}

.ambassadors-slider .ambassador-image.go-back a:after {
	content: "";
	display: block;
	max-width: 206px;
	width: 100%;
	height: 5px;
	background-color: #fff;
	margin-top: 10px;
}

.ambassadors-slider .slick-arrow {
	top: calc(50% - 70px);
}

.ambassadors-slider .slick-arrow.slick-prev {
	left: -40px;
}

.ambassadors-slider .slick-arrow.slick-next {
	right: -50px;
}

/*About Page*/

/* .about-content-slider {
	margin-top: -95px;
} */

.rmp-menu-item-has-children>a>span:after {
	content: "+";
	position: absolute;
	font-weight: 100;
	margin-left: 20px;
}

.video-embed {
	padding: 75px 0;
}

.about-content-slider .about-content {
	max-width: 685px;
	margin: 0 auto;
	position: relative;
	padding-top: 95px;
}

.about-content-slider .about-content img {
	margin: 0 auto;
}

.about-content-slider .about-vertical {
	display: inline-block;
	transform: rotate(-90deg) translate(450px, -353px);
	-webkit-transform: rotate(-90deg) translate(450px, -353px);
	-moz-transform: rotate(-90deg) translate(450px, -353px);
	-ms-transform: rotate(-90deg) translate(450px, -353px);
	-o-transform: rotate(-90deg) translate(450px, -353px);
	width: 840px;
	line-height: 1;
	font-size: 3.6458333333333335vw;
	text-transform: uppercase;
	font-weight: 800;
	color: #f3991c;
}

/* .about-content-slider .about-vertical img{
	 display: inline-block; 
}*/

.about-content-slider .about-info {
	padding-left: 125px;
	padding-bottom: 75px;
	color: #006b33;
	font-size: 21px;
	line-height: 1.2;
}

.about-content-slider .about-info img {
	margin-bottom: 75px;
	min-width: 230px;
	min-height: 230px;
	width: 22.708333333333332vw;
	height: 22.708333333333332vw;
	object-fit: cover;
	border: 12px solid #ff4f00;
}

/*Recipes listing*/

.post-type-archive-recipe #primary {
	padding-bottom: 40px;
}

/* .shop-link-wrapper {
	display: none;
} */

header.border-circle h1 {
	background: transparent;
	border: 4px solid #006b33;
	transform: rotate(-8deg);
	font-family: "Bello Script";
	text-transform: capitalize;
	font-weight: 100;
	color: #ff2b61;
	padding: 10px 25px 15px;
}

.recipe-item {
	margin: 2px;
	position: relative;
}

.recipe-item .recipe-wrapper {
	position: relative;
	padding-bottom: 125%;
	height: 0;
}

.recipe-item.recipe-category-item img {
	height: auto;
	object-fit: contain;
}

.recipe-item .recipe-wrapper img {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 410px;
	left: 0;
	top: 0;
	object-fit: cover;
	/*aspect-ratio: 4 / 5;*/
}

.recipe-item .recipe-category {
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	border: 0px;
}

.recipe-category .vcenter-wrapper {
	line-height: 1;
}

.recipes-listing-slider {
	padding-top: 20px;
}

.recipes-listing-slider.odd .slick-list {
	padding-left: 0 !important;
}

.recipes-listing-slider.even .slick-list {
	padding-right: 0 !important;
}

.recipes-listing-slider .slick-arrow.slick-prev {
	left: -20px;
}

.recipes-listing-slider .slick-arrow.slick-next {
	right: -20px;
}

/* .recipes-listing-slider .slick-arrow{
	top: calc(50% - 70px);
} */

.recipe-item h3 {
	font-size: 1.3583333333333333vw;
	font-weight: 600;
	color: #006b33;
}

.recipe-item h3:after {
	content: "";
	width: 65%;
	max-width: 205px;
	height: 5px;
	display: block;
}

.lemon-about-img img {
	width: 5.573vw;
}

/*Recipe category*/

.recipes-category .recipe-item .item {
	padding: 4.16vw 3.125vw 4.16vw 4vw;
	margin-bottom: 3vw;
	position: relative;
}

.recipe-title {
	text-align: center;
	max-width: 450px;
	max-width: 23.4375vw;
	width: 100%;
}

.recipe-title img {
	margin: 0 auto;
	margin-bottom: 1.563vw;
	min-width: 160px;
	max-width: 240px;
	max-height: 130px;
}

.term-tacos .recipe-title img {
	width: 6.719vw;
}

.term-drinks-mocktails .recipe-title img {
	width: auto;
}

.term-floats .recipe-title img {
	width: 5.99vw;
}

.term-paletas .recipe-title img {
	width: 6.615vw;
}

.recipe-title h3 {
	font-size: 2.604vw;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 2.865vw;
	height: 8.333vw;
	text-align: center;
	position: relative;
	margin-bottom: 0;
}

.term-floats .recipe-title h3,
.term-paletas .recipe-title h3 {
	font-size: 1.9vw;
	line-height: 1;
}

.recipe-title h3 span {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	padding: 4px 20px 0;
}

.recipe-title h3:after {
	display: none;
}

.term-tacos .recipe-title h3 {
	background-color: #ff5100;
}

.term-drinks-mocktails .recipe-title h3 {
	background-color: #00693a;
}

.term-floats .recipe-title h3 {
	background-color: #b80000;
}

.term-paletas .recipe-title h3 {
	background-color: #ffd523;
}

.recipes-slider .slick-arrow {
	top: calc(50% + 20px);
}

/*.recipes-slider .slick-arrow {
	top: calc(50% - -12px);
}

 .term-floats .recipes-slider .slick-arrow,
.term-drinks-mocktails .recipes-slider .slick-arrow {
	top: calc(50% - -40px);
} 

.term-paletas .recipes-slider .slick-arrow {
	top: calc(50% - -19px);
}*/

.recipes-slider .slick-arrow.slick-prev {
	left: 35vw;
}

.recipes-slider .slick-arrow.slick-next {
	right: 7.5vw;
}

.recipe-video .play {
	opacity: 1;
	background: #e8e6d6;
	color: #006b33;
}

.recipe-video:hover .play {
	background: #006b33;
	color: #fff;
}

.recipe-item .recipe-video .play i {
	display: none;
}

.recipe-item .recipe-video .play {
	background-position: 25px center !important;
	background-size: unset !important;
	background-repeat: no-repeat !important;
}

.term-paletas .recipe-item .recipe-video .play,
.term-tacos .recipe-item .recipe-video .play {
	background-image: url(images/play-tacos.png) !important;
}

.recipe-item .recipe-video:hover .play {
	background-image: url(images/icon-play-gray.png) !important;
}

.term-drinks-mocktails .recipe-video .play {
	background-image: url(images/icon-play.png) !important;
}

.term-floats .recipe-video .play {
	background-image: url(images/play-red.png) !important;
}

.recipes-slider .slick-arrow {
	width: 3.177vw;
	height: 3.177vw;
}

.recipes-slider .slick-arrow:hover {
	opacity: 0.8;
}

.term-paletas .slick-arrow,
.term-tacos .slick-arrow {
	background-image: url("images/arrow-tacos.png");
}

.term-floats .slick-arrow {
	background-image: url("images/arrow-floats.png");
}

.shop-link-wrapper {
	position: relative;
}

.shop-link-wrapper a.shop-link {
	position: absolute;
	top: -5vw;
	right: 9vw;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
	text-align: center;
	padding: 15px 20px 20px;
	transform: rotate(-10deg);
	background-color: #00693a;
	opacity: 0;
}

.recipe-item:hover .shop-link-wrapper a.shop-link {
	opacity: 1;
}

/*.shop-link-wrapper a.shop-link:hover {
	background-color: #00693a;
}*/

.shop-link-wrapper a.shop-link b {
	display: block;
	font-family: "Bello Caps Pro";
	font-size: 28px;
	font-weight: normal;
}

.recipe-ingredients {
	padding: 0 0 4.8vw;
}

.recipe-ingredients-item h4 {
	margin-top: 0;
	font-size: 1.927vw;
	text-transform: uppercase;
	font-weight: 800;
	color: #006b33;
	margin-bottom: 0;
}

.recipe-ingredients-item {
	color: #006b33;
	font-size: 19px;
	line-height: 1.5;
}

.recipe-ingredients-list {
	font-weight: bold;
}

.recipe-how-to {
	font-size: 18px;
}

.recipe-category-item {
	position: relative;
}

.recipe-category-item a:after {
	content: "";
	position: absolute;
	opacity: 0;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	background-image: url("images/recipes-hover.png");
	width: 12.448vw;
	height: 8.698vw;
	background-position: center;
	background-size: cover;
	margin-right: auto;
	margin-left: auto;
}

.post-type-archive-recipe .recipe-category-item a:after,
.recipe-category-item-all.recipe-category-item a:after {
	display: none;
}

.recipe-category-item:hover a:after {
	opacity: 1;
}

.recipe-category-item-drinks-mocktails.recipe-category-item:hover a:after {
	margin-top: 1vw;
}

.recipe-category-item-floats.recipe-category-item:hover a:after {
	margin-top: 1.7vw;
}

.recipe-category-item-paletas.recipe-category-item:hover a:after {
	margin-top: 3vw;
}

.recipe-category-item-tacos.recipe-category-item:hover a:after {
	margin-top: 3vw;
}

.recipes-categories-wrapper {
	background: #006b33;
	position: relative;
	margin-bottom: 4.688vw;
}

.recipes-categories-wrapper:before {
	content: "";
	position: absolute;
	width: 1000px;
	height: 100%;
	left: 0;
}

.term-tacos .recipes-categories-wrapper:before {
	background: #99cf1d;
}

.term-floats .recipes-categories-wrapper:before,
.term-paletas .recipes-categories-wrapper:before,
.term-drinks-mocktails .recipes-categories-wrapper:before {
	background: #ffd523;
}

.secondary-icon {
	margin-bottom: 2vw;
}

.term-tacos .secondary-icon img {
	width: 4.844vw;
}

.term-drinks-mocktails .secondary-icon img {
	width: 2.865vw;
}

.term-floats .secondary-icon img {
	width: 4.583vw;
}

.term-paletas .secondary-icon img {
	width: 3.177vw;
}

.recipe-category {
	padding: 3.125vw 3.3854166666666665vw;
	height: 14.3vw;
}

.recipe-category-item img {
	max-width: none;
	width: auto;
	margin: 0 auto;
	min-width: 120px;
	object-fit: contain;
}

.recipe-category.all-recipes-item {
	background-color: #006b33;
	border-color: transparent;
	color: #ffb0b0;
	font-size: 1.563vw;
	text-transform: uppercase;
	font-weight: 800;
	padding: 60px 20px;
	text-align: center;
}

.recipe-category-item-drinks-mocktails img {
	height: 8.542vw;
}

.recipe-category-item-floats img {
	height: 8.906vw;
}

.recipe-category-item-paletas img {
	height: 6.615vw;
}

.recipe-category-item-tacos img {
	height: 5.573vw;
}

.recipe-category.all-recipes-item:hover {
	border-color: #ffb0b0;
}

.recipe-category.all-recipes-item img {
	margin: 0 auto 1.042vw;
}

.recipes-categories-carousel .all-recipes-item img {
	height: 3.177vw;
}

.recipes-categories-carousel .all-recipes-item .hover,
.recipes-categories-carousel .all-recipes-item:hover img:not(.hover) {
	display: none;
}

.recipes-categories-carousel .all-recipes-item:hover .hover {
	display: block;
}

#slider-cat-tacos .recipe-item.recipe-category-item img {
	width: 6.719vw;
}

#slider-cat-drinks-mocktails .recipe-item.recipe-category-item img {
	width: 9.115vw;
}

#slider-cat-floats .recipe-item.recipe-category-item img {
	width: 6.927vw;
}

#slider-cat-paletas .recipe-item.recipe-category-item img {
	width: 6.25vw;
}

/* Contact Form 7 */

.wpcf7-form {
	width: 100%;
}

.wpcf7-form .form-group {
	margin: 0 auto 12px;
}

.wpcf7-form .form-group .wpcf7-text,
.wpcf7-form .form-group .wpcf7-textarea {
	margin-bottom: 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 14px;
}

.wpcf7-form .wpcf7-response-output {
	margin: 10px auto;
	padding: 8px 20px;
	text-align: center;
}

.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
	width: 100%;
}

.wpcf7-form select,
.wpcf7-form textarea {
	width: 100%;
}

div.wpcf7-response-output {
	margin: 15px 0;
	padding: 10px;
}

div.wpcf7-validation-errors {
	display: none !important;
}

span.wpcf7-list-item-label {
	color: #b1b1b1;
	font-size: 22px;
	font-weight: 400;
	cursor: pointer;
	line-height: 34px;
}

span.wpcf7-list-item {
	margin: 0;
}

#responsive-form {
	margin: 0 auto;
	width: 100%;
}

.form-row {
	width: 100%;
}

.form-row:after {
	content: "";
	display: block;
	clear: both;
}

.column-100,
.column-90,
.column-80,
.column-70,
.column-60,
.column-50,
.column-40,
.column-30,
.column-20,
.column-10 {
	float: left;
	position: relative;
	padding: 0.65rem 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (min-width: 835px) {
	.form-row {
		display: inline-block;
	}

	.column-100,
	.column-90,
	.column-80,
	.column-70,
	.column-60,
	.column-50,
	.column-40,
	.column-30,
	.column-20,
	.column-10 {
		padding: 0.65rem;
	}

	.column-90 {
		width: 90%;
	}

	.column-80 {
		width: 80%;
	}

	.column-70 {
		width: 70%;
	}

	.column-60 {
		width: 60%;
	}

	.column-50 {
		width: 50%;
	}

	.column-40 {
		width: 40%;
	}

	.column-30 {
		width: 30%;
	}

	.column-20 {
		width: 20%;
	}

	.column-10 {
		width: 10%;
	}
}

img.custom-cocktail-bg {
	max-width: 120px;
}

/* Responsive Menu */

#responsive-menu-container #responsive-menu-title {
	text-align: center;
}

.responsive-menu-button .responsive-menu-box {
	height: 40px;
}

/* Visual Composer */

@-webkit-keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #000 !important;
	}

	40% {
		box-shadow: 0 2.5em 0 0 #000 !important;
	}
}

@keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #000 !important;
	}

	40% {
		box-shadow: 0 2.5em 0 0 #000 !important;
	}
}

.flex-control-paging {
	display: none;
}

/* Icon */

.entry-content .vc_icon_element {
	font-size: inherit;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content {
	margin-bottom: 0;
	padding: 5px 0;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content p {
	margin: 0;
	line-height: 24px;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content .vc_icon_element-inner {
	height: auto;
	margin: 0 6px;
	vertical-align: middle;
	width: auto;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content .vc_icon_element-inner .vc_icon_element-icon {
	bottom: 0;
	left: 0;
	position: relative;
	top: 0;
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
}

.wpb_posts_slider .wpb_flexslider .flex-caption {
	padding: 30px 45px;
	text-align: center;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border {
	padding: 1px !important;
}

.vc-custom-buttons-wrap {
	position: relative;
	z-index: 5;
}

.vc_gitem-col.col-post-right-image {
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.vc-internal-border-wrap {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

/*Hover Image*/

.hover-image {
	position: relative;
}

#about-img img {
	width: 25.45vw;
}

#merch-img {
	margin-top: 13vw;
}

#merch-img img {
	width: 35vw;
}

#recipes-img {
	margin-top: -12.5vw;
}

#recipes-img img {
	width: 25.52vw;
}

/*#recipes-img:hover img,
#recipes-img img.second-img {
	width: 28.23vw;
}*/

#ibotta-img {
	margin-top: 12vw;
}

#ibotta-img img {
	width: 19.79vw;
}

#instacart-img-mobile {
	display: none;
}

#instacart-img-desktop {
	margin-top: 6vw;
}

#instacart-img-desktop img {
	width: 20.26vw;
}

#landon-img img {
	width: 42.708vw;
}

/*Custom Text*/

.custom-text {
	position: relative;
}

.custom-text img {
	height: 75px;
	margin-right: 15px;
}

.custom-text .title {
	line-height: 1;
}

.custom-text .title i {
	font-family: "Bello Script";
	font-weight: 500;
	color: #9ccf17;
	font-style: normal;
}

.custom-text .title b {
	color: #9ccf17;
	font-weight: inherit;
}

/*Animate image*/

.animate-img img:hover {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: wobble;
	animation-name: wobble;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.heartbeat {
	-webkit-animation-name: heartbeat;
	animation-name: heartbeat;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes wobble {
	0% {
		transform: translateX(0%);
	}

	15% {
		transform: translateX(-1%) rotate(-5deg);
	}

	30% {
		transform: translateX(1%) rotate(3deg);
	}

	45% {
		transform: translateX(-1%) rotate(-3deg);
	}

	60% {
		transform: translateX(1%) rotate(2deg);
	}

	75% {
		transform: translateX(-1%) rotate(-1deg);
	}

	100% {
		transform: translateX(0%);
	}
}

@keyframes heartbeat {
	0% {
		transform: scale(0.9);
	}

	20% {
		transform: scale(1);
	}

	40% {
		transform: scale(0.9);
	}

	60% {
		transform: scale(1);
	}

	80% {
		transform: scale(0.9);
	}

	100% {
		transform: scale(0.9);
	}
}

/*Content Column*/

.content-column {
	max-width: 650px !important;
	margin: 0 auto;
	padding-top: 95px !important;
	padding-bottom: 70px;
}

div.bg-left-top {
	background-position: left top !important;
}

div.bg-left-bottom {
	background-position: left bottom !important;
}

div.bg-right-top {
	background-position: right top !important;
}

div.bg-right-bottom {
	background-position: right bottom !important;
}

/*
* Color box
*/

.vc_row-o-equal-height .wpb_wrapper {
	height: 100%;
}

.vc-color-box {
	padding: 20px;
	height: 100%;
}

.vc-color-box * {
	color: #fff;
}

.vc-color-box h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 30px !important;
}

.color-box-content.left {
	width: 75%;
}

/* WooCommerce */

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	max-width: 100%;
}

.woocommerce .woocommerce-info {
	border-color: #699442;
}

.woocommerce .woocommerce-info:before {
	color: #699442;
}

.woocommerce form .form-row textarea,
.woocommerce .select2-container .select2-choice {
	-moz-box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
	-webkit-box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
	box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
}

.woocommerce .select2-container .select2-choice {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	margin-bottom: 13px;
	padding: 4px 0 5px 14px;
	text-indent: 6px;
}

.woocommerce .apb-room-selected_item>h6 {
	font-size: 18px;
}

.woocommerce .apb-room-selected_item,
.woocommerce .apb-room-seleted_current {
	padding: 10px 20px;
}

.woocommerce .woocommerce-checkout .apb-room-selected_content span {
	font-size: 16px;
}

.woocommerce #order_review .place-order .button:hover {
	background-color: #699442;
}

.woocommerce-product-gallery__wrapper * {
	transition: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

/*
* Theme elements
*/

.theme-element .vc_row,
.theme-element .row {
	width: 100%;
	margin: 0 auto;
}

.theme-element .vc_row.vc_row-o-equal-height {
	max-width: 1180px;
}

/*
* Carousel
*/

.u22-carousel-logos-wrapper {
	margin: 40px auto;
	overflow: hidden;
}

.u22-carousel-logo {
	text-align: center;
	position: relative;
	display: inline-block;
}

.u22-carousel-logo img {
	height: 160px;
	width: 100%;
	object-fit: contain;
	margin: 0 auto 20px;
}

.u22-carousel-logo a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*Testimonials*/

.u22-testimonial {
	text-align: center;
}

.testimonial-quote {
	font-style: italic;
}

span.testimonial-author,
span.testimonial-position {
	display: block;
}

.slick-dots {
	list-style: none;
	margin: 0;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots li button {
	padding: 10px;
	line-height: 1;
	font-size: 0;
}

/*Home flavor slider*/

.u22-flavor img {
	margin: 0 auto;
	padding: 40px 0;
	/* height: 30.208vw; */
	height: 45vw;
	object-fit: contain;
	max-width: 50%;
	width: 100%;
}

.slick-arrow {
	font-size: 0;
	background: url("images/slider-arrow.png") no-repeat;
	background-color: transparent !important;
	background-size: contain;
	width: 3.229vw;
	height: 3.177vw;
	position: absolute;
	top: calc(50% - 38px);
	border-radius: 50%;
	z-index: 99;
	padding: 0;
}

.u22-flavors .slick-arrow.slick-prev {
	left: 34.5vw;
}

.u22-flavors .slick-arrow.slick-next {
	right: 34.5vw;
}

.slick-arrow.slick-prev {
	left: 130px;
	transform: rotate(180deg);
	/*background: url(images/arrow-flavors-left.svg) no-repeat;*/
}

.slick-arrow.slick-next {
	right: 130px;
}

/*
* Latest Ambassador
*/

.latest-ambassador {
	text-align: center;
}

.latest-ambassador h3,
.latest-ambassador h3 a {
	font-size: 54px;
	font-weight: 700;
	line-height: 1;
	color: #006d35;
	margin-bottom: 0;
}

span.ambassador-profession {
	color: #ff5100;
	font-size: 40px;
	padding-top: 15px;
	display: inline-block;
}

span.ambassador-profession:before {
	content: "";
	background: url(images/circle.png);
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.ambassador-img {
	position: relative;
	margin-bottom: 100px;
}

.ambassador-img img {
	width: 100%;
	min-height: 280px;
	max-height: 38.802083333333336vw;
	height: 100%;
	object-fit: cover;
}

.ambassador-img a {
	content: "";
	background: url(images/culture-ambassadors.png);
	width: 326px;
	height: 143px;
	display: inline-block;
	position: absolute;
	bottom: -70px;
	right: 85px;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-name: heartbeat;
	animation-name: heartbeat;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.ambassador-img a:hover {
	background: url(images/culture-ambassadors-hover.png);
}

/**
* 9.1 Entry Header
* ----------------------------------------------------------------------------
**/

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

/**
* 9.2 Entry Meta
* ----------------------------------------------------------------------------
*/

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #f07724;
}

.entry-meta a:hover {
	color: #ff5100;
}

.entry-meta>span {
	margin-right: 20px;
}

.entry-meta>span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	font-family: "Genericons";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
	font-family: "Genericons";
}

.comments-link a:before {
	content: "\f300";
	font-family: "Genericons";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	font-family: "Genericons";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
	font-family: "Genericons";
}

.tags-links a:first-child:before {
	content: "\f302";
	font-family: "Genericons";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	font-family: "Genericons";
	position: relative;
	top: 2px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

/**
* 9.3 Entry Content
* ----------------------------------------------------------------------------
**/

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content blockquote {
	font-size: 20px;
	line-height: 1.2;
	background: #e0e0e0;
	margin: 20px 0;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 35px 25px;
}

.entry-content li ul,
.entry-content li ol {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	margin-left: 20px;
}

.entry-content li {
	margin-bottom: 0;
	padding-top: 10px;
}

.entry-content p {
	margin-bottom: 25px;
}

.entry-content body:not(.home) .section-book-now p,
body:not(.home) .entry-content .section-book-now p,
.entry-content .vc_grid-item .room-types p,
.vc_grid-item .entry-content .room-types p {
	color: #fff;
}

.entry-footer {
	margin-top: 25px;
}

.entry-footer * {
	font-size: 15px;
}

.entry-footer>span {
	margin-right: 8px;
}

.entry-footer .avatar {
	margin-right: 5px;
}

.entry-footer .posted-on .updated {
	display: none;
}

.entry-content> :last-child,
.entry-summary> :last-child,
body:not(.search-results) .entry-summary> :last-child,
.page-content> :last-child,
.comment-content> :last-child,
.textwidget> :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 15px 15px 0;
	width: 42px;
}

.author-description> :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 15px;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-attachment {
	margin-bottom: 15px;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 15px;
}

.entry-caption> :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 30px;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	/* line-height: 2.2; 
	margin: 20px 0;*/
	text-transform: uppercase;
}

.page-links a,
.page-links>span {
	/* background: #fff; */
	border: 0;
	padding: 5px 10px;
	text-decoration: none;
}

/**
* 9.4 Post Formats
* ----------------------------------------------------------------------------
**/

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	line-height: 1.473684211;
	margin-bottom: 12px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}

/**
* 9.4 Post Formats
* ----------------------------------------------------------------------------
**/

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	line-height: 1.473684211;
	margin-bottom: 20px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}

/**
* 9.5 Post/Paging Navigation
* ----------------------------------------------------------------------------
**/

.post-navigation {
	border-bottom: 2px solid #e2e2e2;
	border-top: 2px solid #e2e2e2;
	clear: both;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 15px auto;
	padding: 5px 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.6153846154;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	font-size: 18px;
	padding: 0 5px;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div+div {
	border-top: 4px solid #1a1a1a;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.nav-links .page-numbers {
	margin-right: 15px;
}

.nav-links .page-numbers.current {
	color: #ff5100;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
}

.paging-navigation a {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	border-radius: 50%;
	color: #e63f2a;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	text-decoration: none;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}

.pagination {
	text-align: center;
	margin-top: 50px;
}

.pagination li {
	list-style: none;
	display: inline-block;
	line-height: 1;
	background: #d5c7e2;
}

.pagination li.active {
	background: #592c82;
}

.pagination li a {
	color: #fff;
	padding: 10px 15px;
	display: block;
}

/**
* 9.6 Comments
* ----------------------------------------------------------------------------
**/

.comments-area {
	margin: 5% 7.6923% 5%;
}

.comment-list+.comment-respond,
.comment-navigation+.comment-respond {
	padding-top: 24px;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 17px;
}

.comments-title {
	margin-bottom: 17px;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 24px 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children>li {
	padding-left: 12px;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 6px;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 12px;
	position: relative;
	width: 28px;
}

.bypostauthor>article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	font-size: 13px;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 30px;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #006b33;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #ff5100;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 7px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 21px 17px;
}

.comment-content li>ul,
.comment-content li>ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	margin-top: 30px;
	padding: 7px 7px 6px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #ff5100;
	outline: 0;
}

.comment-form {
	padding-top: 24px;
}

.comment-form label {
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.6153846154;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	line-height: 1.6153846154;
	margin-bottom: 30px;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 24px;
}

.comment-navigation+.no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #ff5100;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

/**
* 9.7 Attachments
* ----------------------------------------------------------------------------
**/

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	float: left;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

/**
* 9.8 Author Bio
* ----------------------------------------------------------------------------
**/

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left;
	/* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	margin: 0 0 8px;
}

.author-link {
	color: #f07724;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}

/**
* 9.9 Archives
* ----------------------------------------------------------------------------
**/

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}

/**
* 9.10 Search Results/No posts
* ----------------------------------------------------------------------------
**/

.page-title {
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}

.search-form input {
	padding: 6px;
}

/**
* 9.11 404
* ----------------------------------------------------------------------------
**/

.error404 .page-title {
	margin: 0;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:after {
	color: #454545;
	content: "\f423";
	font-family: "Genericons";
	font-size: 25vw;
	line-height: 1;
	left: 0px;
	overflow: hidden;
	width: 100%;
	right: 0;
	top: 25px;
	display: block;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.error404 .page-header p,
.error404 .page-content p {
	text-align: center;
}

/**
* 9.12 Multisite
* ----------------------------------------------------------------------------
**/

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}

/**
* 10.0 Sidebar
* ----------------------------------------------------------------------------
**/

.sidebar-container ul li {
	list-style-position: inside;
}

/**
* 11.0 Footer site-footer
* ----------------------------------------------------------------------------
**/

.site-footer {
	position: relative;
}

.site-footer ul[class*="menu"] li {
	padding: 0 10px;
	display: inline-block;
	margin-left: -4px;
}

.site-footer .widget a:hover {
	color: #ff5100;
}

.site-footer-menu .sub-menu {
	display: none;
}

.footer-top .company-info {
	text-align: right;
}

.footer-two {
	padding-top: 40px;
}

.footer-bottom {
	text-align: center;
	padding: 20px 0;
}

.footer-bottom aside {
	margin-bottom: 0;
}

.footer-bottom {
	background-color: transparent;
}

.footer-bottom:hover {
	background-color: #006c34;
}

.footer-bottom:hover .normal,
.footer-bottom .hover {
	display: none;
}

.footer-bottom:hover .hover,
.footer-bottom .normal {
	display: block;
}

.copyright * {
	color: #006c34;
	font-weight: 800;
	/*font-size: 18px;*/
	font-size: 0.938vw;
	text-align: right;
	line-height: 1;
}

.footer-one img {
	width: 13.23vw;
}

.footer-bottom img {
	width: 9.9vw;
}

/*
* Gravity Forms
*/

.gform_wrapper .top_label .gfield_label {
	display: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
	display: none;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin: 4px 0 0 0;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: initial;
	border: 0;
}

.gform_wrapper li.gfield.gfield_error input[type="email"],
.gform_wrapper li.gfield.gfield_error input[type="number"],
.gform_wrapper li.gfield.gfield_error input[type="password"],
.gform_wrapper li.gfield.gfield_error input[type="tel"],
.gform_wrapper li.gfield.gfield_error input[type="text"],
.gform_wrapper li.gfield.gfield_error input[type="url"],
.gform_wrapper li.gfield.gfield_error textarea {
	background: #a71933;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin: 0 1em 0 0;
}

.gf_left_half {
	float: left;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0 0 8px 0 !important;
}

body #page .gform_wrapper ul li.gfield {
	margin-top: 0;
	padding-right: 0;
}

body #page .gform_wrapper.gf_browser_chrome select {
	padding: 6px 0 7px 3px;
	margin-top: 2px;
}

#page .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	margin-bottom: 0;
	margin-top: 2px;
}

.recipe-ingredients {
	padding: 0 5px;
}

/*
* NFT page
*/
#video-form {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	display: block;
	border: 0;
}

#video-form.hide {
	display: none;
}

.video-form .form {
	height: 640px;
	display: none;
	align-items: center;
}

.video-form .form:before {
	content: "";
	background: url(images/form-title-full.png);
	width: 780px;
	height: 275px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 150px;
	margin: auto;
}

.video-form .form.show {
	display: flex;
	align-items: center;
}

.nft-form {
	border: 6px solid #ff5100;
	border-radius: 25px;
	width: 718px;
}

.nft-form label {
	font-family: "Bella Sans";
	color: #006c34;
	padding: 20px 15px;
	width: calc(100% - 160px);
	display: inline-block;
	border-right: 6px solid #ff5100;
	text-align: left;
}

.nft-form input {
	background: transparent;
	border: 0;
	padding: 10px 0 0 0;
	text-indent: 0;
	color: #000;
	font-family: sans-serif;
	margin-bottom: 0;
}

.nft-form button {
	background: transparent;
	color: #006c34;
	font-family: "Bella Sans";
	text-transform: uppercase;
	width: 160px;
	top: -15px;
	position: relative;
}

.nft-form button:hover {
	color: #ff5100;
}

.nft-form span.wpcf7-spinner {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
}

.video-form .wpcf7-not-valid-tip {
	text-transform: uppercase;
}

.video-form .wpcf7-response-output {
	position: absolute;
}

/*
* NFT page (new)
*/

body.page-nft{
	background: #e8e6d6;
}

.ntf-header .vc-custom-btn{
	margin-bottom: -60px;
}

.faq-nft .vc_tta-panels{
	max-width: 860px;
	width: 100%;
	margin:  0 auto;
}

.faq-nft .vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 10px;
}

.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus{
	border-color: #00693A;
  background-color: #00693A;
}

.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover{
	border-color: #ff5100;
  background-color: #ff5100;
}

.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title{
	font-family: "Bella Sans";
	font-weight: 500;
	font-size: 1.146vw;
	letter-spacing: 0.023vw;
	line-height: 1.650vw;
	text-transform: uppercase;
}

.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a,
.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a,
.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus .vc_tta-panel-title>a,
.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title>a{
	color:  #FFF;
}

.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_tta-controls-icon::after,
.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_tta-controls-icon::before{
	border-color: #fff !important;
}

.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body p{
	font-size: 1.2vw;
	letter-spacing: 0.018vw;
	line-height: 1.7vw;
	font-family: "Aspira";
	font-weight: 400;
	color: #000;
}

.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
	background-color: transparent;
	border-color: transparent;
	padding: 20px 20px;
}

.ntf-slider-wrapper {
	padding: 20px;
	background-color: #FF5100;
	position:  relative;
}

.ntf-slider-wrapper .ntf-top-left,
.ntf-slider-wrapper .ntf-center-left,
.ntf-slider-wrapper .ntf-bottom-left,
.ntf-slider-wrapper .ntf-top-right,
.ntf-slider-wrapper .ntf-center-right,
.ntf-slider-wrapper .ntf-center-2-right,
.ntf-slider-wrapper .ntf-bottom-right{
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ntf-slider-wrapper .ntf-top-left{
	background-image: url('images/ntf-top-left.svg');
	left: 0;
	top: 0;
	width: 8.958vw;
	height: 8.646vw;
	margin-left: -10.156vw;
}

.ntf-slider-wrapper .ntf-center-left{
	background-image: url('images/ntf-center-lef.svg');
	left: 0;
	top: calc(50% - 10%);
	width: 5.417vw;
	height: 7.344vw;
	margin-left: -8.156vw;
}

.ntf-slider-wrapper .ntf-bottom-left{
	background-image: url('images/ntf-bottom-left.svg');
	left: 0;
	bottom: 0;
	width: 8.073vw;
	height: 16.875vw;
	margin-left: -5.990vw;
  margin-bottom: -1.563vw;
}

.ntf-slider-wrapper .ntf-top-right{
	background-image: url('images/ntf-top-right.svg');
	right: 0;
	top: 0;
	width: 5.677vw;
	height: 5.729vw;
	margin-top: -1.948vw;
  margin-right: -2.344vw;
}

.ntf-slider-wrapper .ntf-center-right{
	background-image: url('images/ntf-center-right.svg');
	right: 0;
	width: 6.146vw;
	height: 5.885vw;
	top: calc(50% - 28.5%);
	margin-right: -8.073vw;
}

.ntf-slider-wrapper .ntf-center-2-right{
	background-image: url('images/ntf-center-2-right.svg');
	right: 0;
	width: 7.813vw;
	height: 8.021vw;
	bottom: calc(50% - 35%);
	margin-right: -10vw;
}

.ntf-slider-wrapper .ntf-bottom-right{
	background-image: url('images/ntf-bottom-right.svg');
	right: 0;
	bottom: 0;
	width: 6.979vw;
	height: 4.115vw;
	margin-bottom: -1.042vw !important;
	margin-right: 3.125vw;
}

.ntf-slider {
  border: 7px solid #FFF;
}

.ntf-slider .slick-arrow {
	border-radius: 0;
	width: 33px;
	height: 33px;
	background-size: cover !important;
}
.ntf-slider .slick-arrow:hover{
	opacity: 0.8;
}

.ntf-slider .slick-arrow.slick-prev {
	background: url(images/ntf-prev.svg) no-repeat;
	transform: none;
	left: 0;
	margin-left: -20px;
}
.ntf-slider .slick-arrow.slick-next {
	background: url(images/ntf-next.svg) no-repeat;
	right: 0;
	margin-right: -20px;
}

.ntf-slider-text{
	padding: 55px 60px 75px;
}

.ntf-slider-text h3,
.ntf-slider-text P{
	color: #FFF;
}

.ntf-slider-text h3{
	font-family: "Bella Sans";
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.66px;
	font-size: 1.710vw;
	margin-bottom: 1.823vw;
}
.ntf-slider-text P{
	font-size: 1.2vw;
	letter-spacing: 0.018vw;
	line-height: 1.8vw;
	font-family: "Aspira";
	font-weight: 400;
}

#ntf-logo-jarritos{
	margin-bottom: 2.604vw;
}

#ntf-logo-jarritos img,
#ntfs-jarritos-title img{
	height: auto;
}

#ntf-logo-jarritos img{
	width: 11.563vw;
}

#ntfs-jarritos-title img{
	width: 21.927vw;
}

#popmake-1084 .popmake-title{
	color: #00693A;
	text-transform: uppercase;
	font-size: 1.25vw;
	font-weight: 500;
	font-family: "Bella Sans";
	text-align: center;
} 
/* ***************** */

/* Custom CSS For Web3 Login Button  */
.mo_web3_login{
	padding: 15px 20px !important;
	display: block !important;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 1.25vw !important;
	line-height: 1 !important;
	font-weight: 500 !important;
	font-family: "Bella Sans";
	border: 4px solid #FFFFFF !important;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16%) !important;
	-webkit-border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	border-radius: 7px !important;
	background: #ff5100 !important;
	margin: 0 auto !important;
}
.mo_web3_login:hover{
	opacity: 0.8;
}
/* ***************** */

/* *** Taco Tour *** */
.vc-taco-tour{
	text-align: center;
	display: block;
	height: 390px;
	width: 100%;
	background-repeat: no-repeat !important;
	background-position: bottom center !important;
	background-size: 92% !important;
	padding-top: 65px;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}
.vc-taco-tour:hover{
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.vc-taco-tour#victoria{
	background-position: bottom left !important;
}
.vc-taco-tour h3{
	color: #FFF;
	font-size: 2.2vw;
	line-height: 58px;
	font-family: 'Blambot Pro';
}

.flipbox-taco-tour .vc-hoverbox-inner {
    min-height: 390px !important;
}

.flipbox-taco-tour .vc-hoverbox-block.vc-hoverbox-front {
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 92% !important;
    transform: scale(1);
}

.flipbox-taco-tour h2 {
    color: #FFF;
    font-size: 1.8vw;
    line-height: 58px;
    font-family: 'Blambot Pro';
    transform: translateY(-95px);
}

.flipbox-taco-tour .vc-hoverbox-back-inner h2 {
    font-size: 1.6vw;
    transform: translateX(10px);
    line-height: 2vw;
}

.flipbox-taco-tour .vc-hoverbox-back-inner p {
    color: #fff;
    font-size: 19px;
    margin-bottom: 10px;
}

.flipbox-taco-tour a.secondary-btn {
    font-size: 20px;
}

.page-taco-tour .secondary-btn{
	border: none;
	font-family: Roboto Condensed;
  font-weight: 700;
	font-size: 28px;
	line-height: 1;
	background-color: #006644;
	border-radius: 0;
	padding: 25px 20px;
}
.taco-tour-section {
	background-image: url('images/big-guy.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: unset;
}
/* ***************** */

/* Nominate Form */
.pum-theme-758 .pum-container {
    padding: 30px !important;
    border-radius: 10px !important;
    border: 7px solid #ffd522 !important;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ) !important;
    background-color: rgba( 232, 230, 214, 1.00 ) !important;
}
div#pum_popup_title_1315 {
    font-family: 'Blambot Pro';
    text-align: center;
    color: #006644;
}
.nominate-form input[type="text"], .nominate-form input[type="email"], .nominate-form input[type="tel"], .nominate-form input[type="url"], .nominate-form textarea, .nominate-form select {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid #99CF1D;
    background-color: #ffffff;
}

/**/

/**
 * 11.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media (min-width: 2500px) {
	.recipe-title h3 {
		padding: 0 60px;
	}
}

@media screen and (max-width: 1680px) {
	.nft-form {
		width: 100%;
	}
}

@media screen and (max-width: 1600px) {
	.recipes-listing-slider .slick-arrow.slick-next {
		right: -17px;
	}

	.u22-flavors .slick-arrow.slick-prev {
		left: 35.5vw;
	}

	.u22-flavors .slick-arrow.slick-next {
		right: 35.5vw;
	}
}

@media screen and (max-width: 1536px) {
	.video-form .form:before {
		right: -165px;
	}
	.recipe-title img {
		max-height: 100px;
	}
	.header-left-image {
    margin-right: 1.302vw;
		width: 9.115vw;
	}
}

@media screen and (max-width: 1440px) {

	.flavors-carousel .content-container p,
	.flavors-carousel .content-container .sizes-content p {
		font-size: 15px;
	}

	.ntf-slider-text h3 {
		letter-spacing: 1.2px;
		font-size: 26px;
		margin-bottom: 30px;
	}

	.ntf-slider-text P,
	.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body p{
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 18px;
	}

	.faq-nft .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 1.6;
	}

	#ntf-logo-jarritos img{
		width: 166px;
	}

	#ntfs-jarritos-title img{
		width: 316px;
	}

	.ntf-slider-wrapper .ntf-center-right{
		top: calc(50% - 30.5%);
	}

}

@media screen and (max-width: 1366px) {
	.u22-flavors .slick-arrow.slick-prev {
		left: 35.5vw;
	}

	.u22-flavors .slick-arrow.slick-next {
		right: 35.5vw;
	}

	.shop-link-wrapper a.shop-link {
		top: -6vw;
	}

	.term-floats .recipes-slider .slick-arrow,
	.term-drinks-mocktails .recipes-slider .slick-arrow {
		top: calc(50% - -33px);
	}
}

@media screen and (max-width: 1280px) {
	.video-form .form:before {
		right: 0;
		bottom: 0;
		top: -430px;
		left: 0;
	}
	.video-form .form.show {
		justify-content: center;
	}
	.recipe-item.recipe-category-item img {
		max-height: 130px;
	}
	
}

@media screen and (max-width: 1180px) {
	.flavors-carousel>.slick-arrow.slick-next {
		right: -20px;
	}

	.flavors-carousel>.slick-arrow.slick-prev {
		left: -20px;
	}

	.recipes-categories-wrapper:before {
		margin-left: -207px;
	}

	.term-floats .recipes-slider .slick-arrow,
	.term-drinks-mocktails .recipes-slider .slick-arrow {
		top: calc(50% - -30px);
	}

	body .find-jarritos-near-me-title .custom-text h2.title {
		font-size: 34px;
	}
	#popmake-1084 .popmake-title{
		font-size: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.packs-slider .sizes-images img {
		min-width: auto;
		max-width: none;
	}
	.sizes-images img {
		min-height: auto;
		max-height: none;
	}
	.shop-link-wrapper a.shop-link {
		top: -8vw;
	}
	.recipes-slider .slick-arrow {
		top: calc(50% + 30px);
	}
	.header-left-image {
    margin-right: 1vw;
    width: 9vw;
	}
	.vc-taco-tour{
		height: 280px;
	}
}

/*Tablet devices*/


@media screen and (max-width: 991px) {
	.header-icons ul.social-networks{
		display: none;
	}
	/* .term-floats .recipes-slider .slick-arrow,
	.term-drinks-mocktails .recipes-slider .slick-arrow {
		top: calc(50% - -25px);
	} */

	.shop-link-wrapper a.shop-link {
		font-size: 14px;
	}

	.shop-link-wrapper a.shop-link b {
		font-size: 24px;
	}

	div#popmake-967 {
		width: 300px !important;
		left: 50% !important;
		transform: translateX(-50%);
	}

	div#pum_popup_title_967 {
		font-size: 40px;
	}

	div#popmake-967 a {
		font-size: 22px;
	}

	div#popmake-967 img {
		vertical-align: baseline;
		max-width: 9px;
	}

	.header-left-image {
    margin-right: 0;
    width: 115px;
    display: block;
    margin-bottom: 5px;
	}

	#popmake-1171{
		left: 50% !important;
		transform: translateX(-50%);
	}

	.logo-tour img{
		width: 300px;
	}
	.vc-taco-tour{
		background-size: unset !important;
		height: 350px;
		padding-top: 30px;
	}
}

/* Mobile devices */

@media screen and (max-width: 990px) {
	.center-page {
		padding: 0 15px;
	}

	.sizes-content>.slick-arrow {
		left: 20%;
	}

	/* .sizes-content .sizes-item a {
	font-size: 24px;
	} */
	.sizes-content .sizes-item .size-title {
		padding: 45px 0;
	}

	ul.social-networks li {
		padding: 0 0 0 25px;
	}

	.copyright * {
		font-size: 16px;
	}

	.about-content-slider .about-vertical {
		transform: none;
		position: absolute;
		width: 100%;
		top: 0;
		font-size: 45px;
	}

	.recipe-item.recipe-category-item img {
		max-width: 110px;
	}

	.flavors-carousel h2 {
		font-size: 4vw;
	}

	.flavors-carousel .content-container {
		padding: 20px 40px;
	}

	.flavors-marquee a {
		font-size: 22px;
	}

	.recipe-item .recipe-video .play {
		background-position: 20px center !important;
		background-size: 50% !important;
	}

	.video .play {
		width: 60.41px;
		height: 60.41px;
	}

	.video-form .form {
		height: 640px;
	}

	.ntf-header .vc-custom-btn {
    margin-bottom: 0;
	}
	.ntf-header .vc-custom-btn {
    margin-bottom: 20px;
    text-align: center !important;
	}

}

@media screen and (max-width: 980px) {
	.recipes-slider .slick-arrow.slick-next {
		right: 6.5vw;
	}

	.recipes-slider .slick-arrow.slick-prev {
		left: 32.7vw;
	}

	.page-about .slick-arrow.slick-prev {
		left: 0;
	}

	.page-about .slick-arrow.slick-next {
		right: 0;
	}

	.page-about .video .play {
		width: 67.41px;
		height: 67.41px;
		background-position: center center;
		background-size: 3vw;
	}
}

@media screen and (max-width: 900px) {
	.recipes-categories-wrapper:before {
		margin-left: -445px;
	}

	/* .recipes-slider .slick-arrow {
		top: calc(50% - -6px);
	} */

	.shop-link-wrapper a.shop-link {
		top: -9vw;
		right: 0;
	}
}

@media screen and (max-width: 880px) {

	.single .article-container,
	.single .sidebar-container,
	.template-internal #main,
	.template-internal .sidebar-container {
		float: none;
		margin: 0 auto 35px;
		width: 100% !important;
	}

	.breadcrumbs {
		position: relative;
		text-align: center;
	}

	.home .page-title-container .center-page {
		padding: 0;
	}

	.home .page-title-container .entry-header {
		background: rgba(0, 0, 0, 0.3);
		min-width: 100%;
		text-align: center;
	}

	.internal-slider img {
		min-height: 300px;
	}

	.template-internal .slider {
		margin: auto;
		position: unset;
		width: auto;
	}

	.template-internal #main,
	.single .article-container,
	.archive .article-container,
	.blog .article-container,
	.category .article-container,
	.search .article-container,
	.template-internal .sidebar-container,
	.single .sidebar-container,
	.archive .sidebar-container,
	.blog .sidebar-container,
	.category .sidebar-container,
	.search .sidebar-container {
		width: 100%;
	}

	.slick-arrow.slick-prev {
		left: 50px;
	}

	.slick-arrow.slick-next {
		right: 50px;
	}

	.recipe-title h3 {
		font-size: 25px;
	}

	.slick-arrow {
		width: 60px;
		height: 60px;
	}

	.nft-form {
		width: 100%;
	}
}

@media screen and (max-width: 850px) {

	.term-floats .recipes-slider .slick-arrow,
	.term-drinks-mocktails .recipes-slider .slick-arrow {
		top: calc(50% - -22px);
	}
}

@media screen and (max-width: 800px) {
	.recipe-category {
		padding: 7.5vw 3.3854166666666665vw;
	}

	.recipes-categories-wrapper:before {
		margin-left: -545px;
	}
	.flipbox-taco-tour h2 {
	    font-size: 4.2vw;
	}
}

@media screen and (max-width: 768px) {
	.recipe-category {
		padding: 8vw 3.3854166666666665vw;
	}
}

@media screen and (max-width: 767px) {
	.header-top .row {
		display: block;
		text-align: center;
	}

	.header-top .col {
		display: inline-block;
		max-width: none;
		width: auto;
	}

	.header-top .col.text-left,
	.header-top .col.text-right {
		position: absolute;
	}

	.header-top .col.text-left {
		left: 0;
		top: 4vw;
	}

	.header-top .col.text-center {
		margin: 0 auto;
	}

	.header-top .col.text-right {
		right: 0;
		top: 6vw;
	}

	.center-page {
		padding: 0;
		max-width: 92.12%;
	}

	a[class*="-btn"] {
		font-size: 3.831vw;
	}

	html {
		line-height: 1.2;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	div.full-width-mobile {
		max-width: 100%;
		flex: 0 0 100%;
	}

	h1 {
		font-size: 31px;
	}

	h2 {
		font-size: 29px;
	}

	h3 {
		font-size: 27px;
	}

	h4 {
		font-size: 25px;
	}

	h5 {
		font-size: 23px;
	}

	h6 {
		font-size: 21px;
	}

	p {
		font-size: 21px;
	}

	.header-top .col.text-right {
		max-width: 100px;
	}

	.header-bottom {
		padding-top: 100px;
	}

	.rmp-container.rmp-slide-top.rmp-menu-open {
		top: 80px !important;
	}

	.header-top {
		padding: 15px 0;
	}

	.sizes-images img,
	.packs-slider .sizes-images img {
		margin-bottom: 30px;
		height: 71.739vw;
		width: 100%;
	}

	.flavors-carousel .content-container {
		padding: 40px;
	}

	.flavors-carousel>.slick-arrow {
		top: 36.7vw;
	}

	.flavors-carousel>.slick-arrow.slick-prev {
		left: 10px;
	}

	.flavors-carousel>.slick-arrow.slick-next {
		right: 10px;
	}

	.sizes-content>.slick-arrow {
		left: 32%;
	}

	.sizes-content .sizes-item .size-link {
		max-width: 130px;
		background-color: #e8e6d6;
		border-left: 3px solid #006b33;
	}

	/* .sizes-content .sizes-item a {
		color: #006b33;
	} */
	.flavors-marquee {
		padding: 12px 0;
		margin: 20px 0 40px;
	}

	.flavors-marquee img {
		max-height: 40px;
	}

	.flavors-carousel>.slick-arrow,
	.slick-arrow {
		width: 8.937vw;
		height: 8.937vw;
	}

	.packs-slider .sizes-images {
		text-align: center;
	}

	/* div[class*="vc_custom"] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	} */
	.slick-arrow.slick-prev {
		left: calc(33% - 23px);
	}

	.slick-arrow.slick-next {
		right: calc(33% - 23px);
	}

	/*Ambassadors*/
	.post-type-archive-ambassador #main header {
		margin-bottom: 30px;
	}

	article.ambassador h2 {
		font-size: 22px;
	}

	article.ambassador h2:after {
		width: 133px;
	}

	.archive article.ambassador {
		margin-bottom: 15px;
		padding-bottom: 20px;
	}

	.alm-btn-wrap button {
		height: 35px;
		padding: 5px 10px;
		font-size: 30px;
	}

	/*About*/
	.about-content-slider .about-content {
		padding-top: 0;
	}

	/*.about-content-slider .about-content img {
		max-width: 355px;
		width: 100%;
	}*/
	.about-content-slider .slick-arrow {
		top: calc(35% - 43px);
	}

	/*Recipes Slider*/
	.recipes-slider .slick-arrow.slick-prev {
		left: 10px;
	}

	.recipes-slider .slick-arrow.slick-next {
		right: 10px;
	}

	.recipe-title {
		max-width: 100%;
	}

	.recipe-title h3,
	.term-floats .recipe-title h3,
	.term-paletas .recipe-title h3 {
		font-size: 5.5vw;
		padding: 0 20px;
		height: 26vw;
	}

	.recipe-video {
		margin-bottom: 30px;
	}

	.recipes-category .recipe-item .item {
		padding: 40px 35px;
	}

	.shop-link-wrapper a.shop-link {
		font-size: 26px;
		right: 25px;
		line-height: 1;
	}

	.shop-link-wrapper a.shop-link b {
		font-size: 45px;
	}

	.recipes-categories-wrapper {
		margin: 40px 0;
	}

	/* Override VC Elements */
	.vc_gitem-col.col-post-right-image {
		position: relative;
	}

	.footer-top div[class*="col-"] {
		width: 100%;
		margin: 20px 0;
	}

	/* .footer-top,
	.site-footer ul.social-networks,
	.copyright * {
		text-align: center;
	} */
	.home .site-content {
		padding-top: 0;
	}

	.footer-two {
		padding-top: 12px;
	}

	.review-banner img {
		width: 494px;
		max-width: 100%;
	}

	.review-banner {
		padding: 25px 0 20px 0;
	}

	/* .social-networks .tiktok i,
	.rmp-container.rmp-slide-right .social-networks li.tiktok i {
		width: 8.454vw;
		height: 8.454vw;
		line-height: 8.454vw;
		font-size: 4.831vw;
	} */

	/* .social-networks li a,
	.rmp-container.rmp-slide-right .social-networks li a {
		font-size: 8.454vw;
	} */

	.copyright * {
		font-size: 13px;
		line-height: 1.5;
	}

	footer .widget-sidebar {
		margin-bottom: 10px;
	}

	.footer-bottom img {
		width: 21.981vw !important;
	}

	.footer-bottom {
		padding: 11px 0;
	}

	footer .footer-bottom .widget-sidebar {
		margin-bottom: 0;
	}

	.header-top .text-left img {
		width: 25.845vw;
	}

	.site-logo img {
		width: 13.527vw;
	}

	.u22-flavor img {
		height: 58.696vw;
	}

	#instacart-img-desktop {
		display: none;
	}

	#merch-img {
		margin-top: -14vw;
	}

	#ibotta-img,
	#merch-img {
		float: right;
		display: inline-block;
	}

	#ibotta-img {
		margin-top: -45px;
	}

	#about-img img {
		width: 45.169vw;
	}

	#merch-img img {
		width: 62.802vw;
	}

	#recipes-img {
		margin-top: 0;
	}

	#recipes-img img {
		width: 45.169vw;
	}

	#ibotta-img img {
		width: 35.024vw;
	}

	#instacart-img-mobile {
		display: inline-block;
		margin-bottom: 9vw;
		margin-top: -20vw;
		float: left;
		margin-left: 13vw;
	}

	#instacart-img-mobile img {
		width: 35.99vw;
	}

	#landon-img img {
		width: 75.604vw;
	}

	.footer-one img {
		width: 29.227vw;
	}

	.copyright * {
		font-size: 2.657vw;
	}

	.rmp-container.rmp-slide-right.rmp-menu-open {
		top: 78px !important;
	}

	#rmp-menu-wrap-198 .rmp-menu-item {
		margin-bottom: 10px !important;
	}

	#rmp-menu-wrap-198 .rmp-menu-item-link {
		height: 7.6vw !important;
		line-height: 8.969vw !important;
		font-size: 6.969vw !important;
	}

	button#custom-btn-trigger {
		max-width: 9.179vw;
		height: 3.382vw;
	}

	/*button#custom-btn-trigger.is-active {
	max-width: 3.382vw !important;
	height: 3.382vw !important;
	}*/
	button#custom-btn-trigger.is-active {
		margin-right: 0 !important;
	}

	header.circle-title h1 {
		font-size: 6.763vw;
	}

	.flavors-carousel h2 {
		font-size: 10.628vw;
	}

	.flavors-carousel .content-container .sizes-content .stars-flavor {
		width: 27px;
		height: 35px;
		margin-top: -7px;
		margin-right: 1.5vw;
	}

	.flavors-carousel .content-container p,
	.flavors-carousel .content-container .sizes-content p {
		font-size: 16px;
	}

	.button-container.col-12 {
		flex: none;
		max-width: none;
		width: 50%;
	}

	.button-container.col-12 .white-btn {
		width: 100%;
	}

	.lemon-about-img img {
		width: 11.111vw;
	}

	.page-about .video-embed {
		padding: 6.039vw 0;
		background: #00693a;
	}

	#store-locator-container {
		padding: 0 20px !important;
	}

	.custom-text .title {
		margin-bottom: 0;
	}

	.flavors-carousel>.slick-arrow,
	.about-content-slider .slick-arrow {
		width: 8.937vw;
		height: 8.937vw;
	}

	.recipe-title img {
		margin-bottom: 2.563vw;
	}

	.term-tacos .recipe-title img {
		width: 21.014vw;
	}

	.term-paletas .recipe-title img {
		width: 18.599vw;
	}

	.term-floats .recipe-title img,
	.term-drinks-mocktails .recipe-title img {
		width: auto;
		/* height: 18.599vw; */
		height: auto;
		min-width: 150px;
	}

	.shop-link-wrapper {
		display: none;
	}

	.recipe-ingredients-item h4 {
		font-size: 6.522vw;
	}

	.recipes-categories-wrapper>.center-page {
		max-width: 100%;
		padding: 0;
	}

	.recipes-categories-wrapper:before {
		display: none;
	}

	.recipes-slider .slick-arrow,
	.term-paletas .recipes-slider .slick-arrow,
	.term-floats .recipes-slider .slick-arrow,
	.term-drinks-mocktails .recipes-slider .slick-arrow {
		top: auto;
		bottom: 18vw;
	}

	.recipe-categories {
		padding-top: 3vw;
	}

	.recipes-slider .slick-arrow {
		width: 8.937vw;
		height: 8.937vw;
	}

	.recipe-category {
		padding: 0 3.3854166666666665vw;
		height: 51.691vw;
	}

	.recipe-category-item a:after {
		display: none;
	}

	.recipes-categories-carousel .all-recipes-item .vcenter-wrapper {
		font-size: 4.348vw;
	}

	.recipes-categories-carousel .all-recipes-item img {
		height: 8.937vw;
	}

	.recipe-category-item-drinks-mocktails img {
		height: 21.498vw;
	}

	.recipe-category-item-floats img {
		height: 22.464vw;
	}

	.recipe-category-item-paletas img {
		height: 16.667vw;
	}

	.recipe-category-item-tacos img {
		height: 14.734vw;
	}

	.term-tacos .secondary-icon img {
		width: 20.048vw;
	}

	.term-drinks-mocktails .secondary-icon img {
		width: 12.802vw;
	}

	.term-floats .secondary-icon img {
		width: 18.599vw;
	}

	.term-paletas .secondary-icon img {
		width: 14.493vw;
	}

	.recipe-item h3 {
		font-size: 3.623vw;
	}

	.post-type-archive-recipe .recipe-item .recipe-wrapper {
		padding-bottom: 122%;
	}

	.post-type-archive-recipe .recipe-category-wrapper {
		height: 58.556vw !important;
	}

	.recipes-listing-slider {
		padding: 7.246vw 0 0;
	}

	.recipes-listing-slider .recipe-item {
		margin-top: 0;
	}

	.recipes-listing-slider .slick-arrow {
		width: 10.87vw;
		height: 7.246vw;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		top: 1px;
	}

	#slider-cat-tacos .slick-arrow {
		background: url("images/arrow-mobile-tacos.png") center no-repeat !important;
		background-color: #ffd523 !important;
	}

	#slider-cat-tacos .slick-arrow,
	#slider-cat-floats .slick-arrow {
		left: 7px;
	}

	#slider-cat-tacos .slick-arrow.slick-next,
	#slider-cat-floats .slick-arrow.slick-next {
		right: auto;
		margin-left: 10.87vw;
	}

	#slider-cat-floats .slick-arrow {
		background: url("images/arrow-mobile-floats.png") center no-repeat !important;
		background-color: #ffbcbc !important;
	}

	#slider-cat-paletas .slick-arrow,
	#slider-cat-drinks-mocktails .slick-arrow {
		right: 6px;
	}

	#slider-cat-paletas .slick-arrow.slick-prev,
	#slider-cat-drinks-mocktails .slick-arrow.slick-prev {
		left: auto;
		margin-right: 10.8vw;
	}

	#slider-cat-drinks-mocktails .slick-arrow {
		background: url("images/arrow-mobile-moctails.png") center no-repeat !important;
		background-color: #99cf1d !important;
	}

	#slider-cat-paletas .slick-arrow {
		background: url("images/arrow-mobile-paletas.png") center no-repeat !important;
		background-color: #ff5100 !important;
	}

	.recipes-listing-slider .recipe-item .recipe-wrapper:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		opacity: 0;
	}

	#slider-cat-tacos .recipe-item .recipe-wrapper:after {
		background-color: #ffcd23;
	}

	#slider-cat-drinks-mocktails .recipe-item .recipe-wrapper:after {
		background-color: #91c71d;
	}

	#slider-cat-floats .recipe-item .recipe-wrapper:after {
		background-color: #ffb4b4;
	}

	#slider-cat-paletas .recipe-item .recipe-wrapper:after {
		background-color: #ffcd23;
	}

	.recipes-listing-slider .recipe-item:active .recipe-wrapper:after,
	.recipes-listing-slider .recipe-item:focus .recipe-wrapper:after,
	.recipes-listing-slider .recipe-item:hover .recipe-wrapper:after {
		opacity: 0.6;
	}

	#slider-cat-tacos .recipe-item.recipe-category-item img {
		width: 21.014vw;
	}

	#slider-cat-drinks-mocktails .recipe-item.recipe-category-item img {
		width: 19.807vw;
	}

	#slider-cat-floats .recipe-item.recipe-category-item img {
		width: 18.116vw;
	}

	#slider-cat-paletas .recipe-item.recipe-category-item img {
		width: 21.256vw;
	}

	.video-form .form:before {
		width: 100%;
		background-size: contain;
	}

	.ntf-slider-wrapper .ntf-top-right {
		width: 50px;
		height: 50px;
		margin-top: -40px;
		margin-right: -10px;
	}

	.ntf-slider-wrapper .ntf-top-left {
    width: 70px;
    height: 70px;
    margin-left: 0;
    margin-top: -75px;
	}	

	.ntf-slider-wrapper .ntf-bottom-left {
    width: 62px;
    height: 130px;
    margin-left: -10px;
    margin-bottom: -30px;
	}

	.ntf-slider-wrapper .ntf-center-right,
	.ntf-slider-wrapper .ntf-center-left,
	.ntf-slider-wrapper .ntf-center-2-right{
		display: none;
	}

	.ntf-slider-wrapper .ntf-bottom-right {
    width: 54px;
    height: 31px;
    margin-bottom: 0 !important;
    margin-right: 20px;
	}
	.ntf-slider-text {
    padding: 55px 40px 40px;
	}

	#popmake-1171{
		width: 300px !important;
		height: auto !important;
		padding: 150px 30px 17px;
	}

	.v-title{
		font-size: 22px;
		line-height: 20px;
	}

	.v-subtitle{
		font-size: 31px;
	}

	.v-description{
		font-size: 25px;
		line-height: 25px;
	}
	.vc-taco-tour h3 {
    font-size: 4.2vw;
	}

}

@media screen and (max-width: 736px) {

	#slider-cat-paletas .slick-arrow,
	#slider-cat-drinks-mocktails .slick-arrow {
		right: 5px;
	}
}

@media screen and (max-width: 667px) {
	.page-about .video .play {
		background-size: 4vw;
	}
}

@media screen and (max-width: 640px) {
	body .find-jarritos-near-me-title .custom-text h2.title {
		font-size: 28px;
	}

	body #page .gform_wrapper ul li.gfield {
		width: 100%;
	}

	body #page .gform_wrapper ul li.gfield {
		margin-top: 0;
	}

	body #page .gform_wrapper.gf_browser_chrome select {
		padding-bottom: 0;
	}

	.ambassador-img a {
		right: -10px;
		margin: 0 auto;
		max-width: 166px;
		height: 80px;
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		bottom: -45px;
	}

	.ambassador-img {
		margin-bottom: 55px;
	}

	.latest-ambassador {
		margin-bottom: -55px !important;
	}

	.center-page.ambassadors-slider-center {
		max-width: 100%;
		padding: 0;
	}

	.ambassador-information {
		margin: 40px auto 40px 18vw;
	}

	.ambassador-information .ambassador-content {
		margin-bottom: 35px;
	}

	.ambassador-information ul.social-networks li {
		padding-right: 25px;
	}

	.ambassador-information h1 {
		font-size: 44px;
	}

	.ambassador-information .profession:before {
		width: 34px;
		height: 34px;
		margin-right: 15px;
	}

	.ambassador-information .profession {
		font-size: 30px;
	}

	.about-content-slider .about-vertical {
		font-size: 8.152173913043478vw;
	}

	.about-content-slider .about-info img {
		margin-bottom: 30px;
	}

	.about-content-slider .about-info {
		padding-bottom: 25px;
	}

	.video-embed {
		padding: 30px 0;
	}

	.video-embed .center-page {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.recipes-categories-carousel .slick-list.draggable {
		padding-left: 0 !important;
	}

	.recipe-title img {
		margin-bottom: 30px;
		max-width: 20.833333333333332vw;
	}

	.recipe-item .video .play {
		width: 71px;
		height: 71px;
		font-size: 34px;
	}

	/*.recipes-slider .slick-arrow {
		top: calc(46% - 15px);
	}*/
	.recipe-ingredients p {
		font-size: 18px;
	}

	.recipes-listing-slider .slick-arrow.slick-prev {
		left: -20px;
	}

	.recipes-listing-slider .slick-arrow.slick-next {
		right: -20px;
	}

	.sizes-images img {
		height: 320px;
	}

	a[class*="-btn"] {
		font-size: 3.5vw;
	}

	.flavors-carousel>.slick-arrow {
		top: 25vw;
	}

	.page-about .video-embed {
		padding: 6.039vw 20px;
	}

	.recipes-slider .slick-arrow,
	.term-paletas .recipes-slider .slick-arrow,
	.term-floats .recipes-slider .slick-arrow,
	.term-drinks-mocktails .recipes-slider .slick-arrow {
		top: auto;
		bottom: 19vw;
	}

	#video-form {
		height: 360px;
	}

	.video-form .form.show {
		display: block;
		height: auto;
		margin: 25px 0;
	}

	.video-form .form:before {
		background-image: url("images/form-title-full-mobile.png");
		position: static;
		display: block;
		height: 120px;
		background-position: center;
		margin-bottom: 20px;
	}

	.nft-form {
		border: 3px solid #ff5100;
		border-radius: 12px;
	}

	.nft-form button {
		padding: 10px 5px;
		font-size: 12px;
		width: 80px;
	}

	.nft-form label {
		border-right: 3px solid #ff5100;
		width: calc(100% - 80px);
	}

	.video-form .wpcf7-response-output {
		position: relative;
	}
}

@media screen and (max-width: 568px) {
	.flavors-carousel>.slick-arrow {
		top: 30vw;
	}

	.about-content-slider .slick-arrow {
		top: calc(35% - 60px);
	}

	#slider-cat-paletas .slick-arrow,
	#slider-cat-drinks-mocktails .slick-arrow {
		right: 7px;
	}

	.post-type-archive-recipe .recipe-item .recipe-wrapper {
		padding-bottom: 125%;
	}
}

@media screen and (max-width: 500px) {
	.about-content-slider .about-content img {
		padding: 0 30px;
	}
}

@media screen and (max-width: 480px) {
	.rmp-container.rmp-slide-right .social-networks li a {
		font-size: 4.865vw;
	}
	.rmp-container.rmp-slide-right .social-networks li.tiktok i {
	    width: 4.7vw;
		height: 4.7vw;
		line-height: 4.7vw;

	}
	.rmp-container.rmp-slide-right .social-networks .opensea svg {
		max-width: initial;
		width: 4.7vw;
		height: 4.7vw;
		line-height: 4.7vw;
	}
	.rmp-container.rmp-slide-right .social-networks li.tiktok a {
		font-size: 2.7vw;
	}
	.rmp-container.rmp-slide-right .social-networks .facebook i{
		font-size: 4vw;
	}
	.recipes-categories-carousel .recipe-category-item-floats img {
		max-width: 76px;
		height: auto;
	}


	.custom-about-title h1 {
		margin: 0px 30px;
	}

	.recipe-item h3 {
		font-size: 28px;
		line-height: 1.1;
	}

	.recipe-video {
		margin-bottom: 15px;
	}

	.recipe-title img {
		margin-bottom: 15px;
	}

	.recipes-category .recipe-item .item {
		padding-top: 25px;
		padding-bottom: 20px;
	}

	.tax-recipe_cat #primary {
		padding-top: 0;
	}

	.flavors-carousel .white-btn {
		text-align: left;
		font-size: 18px;
	}

	.button-container.col-12 {
		width: auto;
		padding: 0 5px;
	}

	.flavors-carousel .content-container {
		padding: 30px;
	}

	div#rmp-menu-additional-content-198 i {
		margin: 0 6px;
	}

	.site-footer .social-networks .facebook i {
		/* transform: translateY(6px);
		-webkit-transform: translateY(6px); 
		-moz-transform: translateY(6px); 
		-o-transform: translateY(6px); 
		-ms-transform: translateY(6px); */
	}

	.social-networks .facebook i {
		font-size: 2.9vw;
	}

	.u22-flavor img {
		height: 55.696vw;
	}

	.u22-flavor img {
		padding: 10px 0;
	}

	.u22-flavors .slick-arrow.slick-next {
		right: 28.5vw;
	}

	.u22-flavors .slick-arrow.slick-prev {
		left: 28.5vw;
	}

	.header-top-right {
		float: none;
		text-align: center;
	}

	.header-top-right ul li {
		display: block;
	}

	.header-top-right ul li:after {
		display: none;
	}

	.header-bottom {
		padding-top: 65px;
	}

	.slick-arrow {
		top: calc(50% - 20px);
	}

	/*.slick-arrow.slick-prev {
		left: calc(10% - 23px);
	}
	.slick-arrow.slick-next {
		right: calc(10% - 23px);
	}*/
	.sizes-content>.slick-arrow {
		left: 29%;
	}

	.fixed .rmp-container.rmp-slide-top.rmp-menu-open {
		top: 50px !important;
	}

	.about-content-slider .about-info {
		padding-left: 50px;
	}

	.recipe-item.recipe-category-item img {
		max-width: 70px;
	}

	header.circle-title.border-circle h1 {
		padding: 15px 20px 15px;
	}

	.recipes-listing-slider .recipe-item h3 {
		line-height: 1;
		font-size: 16px;
		margin-top: 10px;
	}

	.flavors-carousel .content-container p,
	.flavors-carousel .content-container .sizes-content p {
		font-size: 3.623vw;
	}

	.white-btn {
		padding: 16px 10px 12px !important;
	}

	.flavors-carousel>.slick-arrow {
		top: 37vw;
	}

	.flavors-carousel>.slick-arrow.slick-next {
		right: 18px;
	}

	.flavors-carousel>.slick-arrow.slick-prev {
		left: 18px;
	}

	.header-top .col.text-left {
		left: 0;
		top: 5vw;
	}

	.recipes-slider .slick-arrow,
	.term-paletas .recipes-slider .slick-arrow,
	.term-floats .recipes-slider .slick-arrow,
	.term-drinks-mocktails .recipes-slider .slick-arrow {
		bottom: 17vw;
	}

	#slider-cat-paletas .slick-arrow,
	#slider-cat-drinks-mocktails .slick-arrow {
		right: 5px;
	}

	.post-type-archive-recipe .recipe-item .recipe-wrapper {
		padding-bottom: 126%;
	}

	.page-about .video .play {
		background-size: 9vw;
		background-position-x: 66%;
	}

	#ntfs-jarritos-title {
    margin-bottom: 90px !important;
	}
	.ntf-slider-text {
    padding: 55px 0 95px;
	}

	.vc-taco-tour h3 {
    font-size: 7.2vw;
	}

	.flipbox-taco-tour h2 {
	    font-size: 7.2vw;
	}

	.flipbox-taco-tour .vc-hoverbox-back-inner h2 {
	    font-size: 6.3vw;
	}
	.flipbox-taco-tour .vc-hoverbox-back-inner p {
	    line-height: normal;
	}

}

@media screen and (max-width: 460px) {
	.header-top {
		padding: 15px 0;
	}

	.latest-ambassador h3,
	.latest-ambassador h3 a {
		font-size: 28px;
	}

	span.ambassador-profession {
		font-size: 26px;
	}
}

@media screen and (max-width: 450px) {
	body .find-jarritos-near-me-title .custom-text h2.title {
		font-size: 25px;
	}
}

@media screen and (max-width: 414px) {
	.sizes-content>.slick-arrow {
		left: 17%;
	}

	.about-content-slider .about-info {
		padding-left: 0;
		padding-right: 0;
	}

	.about-content-slider .about-info img {
		margin-left: auto;
		margin-right: auto;
	}

	/*.recipes-slider .slick-arrow {
	top: calc(43% - 15px);
	}*/
	.shop-link-wrapper a.shop-link {
		font-size: 22px;
	}

	.shop-link-wrapper a.shop-link b {
		font-size: 34px;
	}

	.flavors-carousel>.slick-arrow.slick-next {
		right: 20px;
	}

	.flavors-carousel>.slick-arrow.slick-prev {
		left: 20px;
	}

	.recipes-slider .slick-arrow.slick-next {
		right: 22px;
	}

	.recipes-slider .slick-arrow.slick-prev {
		left: 22px;
	}

	.recipes-slider .slick-arrow,
	.term-paletas .recipes-slider .slick-arrow,
	.term-floats .recipes-slider .slick-arrow,
	.term-drinks-mocktails .recipes-slider .slick-arrow {
		bottom: 17vw;
	}

	.post-type-archive-recipe .recipe-item .recipe-wrapper {
		padding-bottom: 129%;
	}

	#slider-cat-paletas .slick-arrow,
	#slider-cat-drinks-mocktails .slick-arrow {
		right: 7px;
	}

	.nft-form button {
		padding: 35px 30px 0px;
		width: 100%;
	}

	.nft-form label {
		width: 100%;
		border-right: 0;
		border-bottom: 3px solid #ff5100;
	}
}

@media screen and (max-width: 395px) {
	.post-type-archive-recipe .recipe-category-wrapper {
		height: 57.556vw !important;
	}

	body .find-jarritos-near-me-title .custom-text h2.title {
		font-size: 22px;
	}

	.rmp-container.rmp-slide-right.rmp-menu-open {
		top: 75px !important;
	}

	.flavors-carousel>.slick-arrow {
		top: 46.5vw;
	}

	.recipes-slider .slick-arrow,
	.term-paletas .recipes-slider .slick-arrow,
	.term-floats .recipes-slider .slick-arrow,
	.term-drinks-mocktails .recipes-slider .slick-arrow {
		bottom: 17vw;
	}

	.post-type-archive-recipe .recipe-item .recipe-wrapper {
		padding-bottom: 126%;
	}

	#slider-cat-paletas .slick-arrow,
	#slider-cat-drinks-mocktails .slick-arrow {
		right: 6px;
	}
	.vc-taco-tour{
		background-size: 90% !important;
	}
}

@media screen and (max-width: 375px) {
	.recipe-category {
		min-height: 125px;
	}

	.recipe-category.all-recipes-item img {
		margin: 5px auto 0;
		max-width: 35px;
	}

	.post-type-archive-recipe .recipe-item .recipe-wrapper {
		padding-bottom: 127%;
	}
}

@media screen and (max-width: 360px) {

	#slider-cat-paletas .slick-arrow,
	#slider-cat-drinks-mocktails .slick-arrow {
		right: 5px;
	}
}

@media screen and (max-width: 320px) {
	.page-about .video .play {
		background-position-x: 60%;
	}

	.custom-about-title h1 {
		margin: 0px 23px;
	}

	.flavors-carousel .white-btn {
		font-size: 14px;
	}

	body .find-jarritos-near-me-title .custom-text h2.title {
		font-size: 18px;
	}
}