/*
Theme Name:   Legendary Toolkit Child
Description:  Write here a brief description about your child-theme
Author:       legendarylion
Author URL:   https://legendarylion.com
Template:     legendary-toolkit
Version:      1.1.2
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Legendary Toolkit Child
*/



/* ==========================================================================
   GLOBAL STYLES
   ========================================================================== */

body {
    --light-green: #B5BD00 !important;
    --dark-green: #8F993E !important;
}

body,
p {
    font-family: 'Neutraface Text Book';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Neutraface Text';
}

h2,
h3 {
    line-height: 1.2;
}

img#site_logo {
    padding: 0px;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text,
.white-text:hover {
    color: white;
}

.hero h1 {
    font-size: 4.5rem;
}

.navbar li.btn {
    margin-left: 30px;
}

.dark-mode {
    background: #3a3a3a;
}

body:not(.page-id-229) header#masthead {
    background-color: var(--scrolling_header_background);
}

.dark-mode p,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
    color: #ffffff !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

#footer_column_1 img {
    margin-bottom: 15px;
}

#footer_columns,
#footer_columns p {
    color: inherit;
    font-weight: 300;
}

#footer_columns p {
    margin: 0;
}

#footer_columns a {
    opacity: 1;
    text-decoration: underline;
}

#footer_columns a:hover {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
    color: var(--primary_color);
    font-weight: 400;

}

#footer_column_2 p,
#footer_column_3 p,
#footer_column_4 p {
    margin-bottom: 8px;
}

.legendary-footer-links {
    background: #232323;
    padding: 20px;
}

.top-bar-content p {
    font-size: 12px;
}


#mobile_site_logo {
    width: 100px;
}


#mobile-menu-top-content p,
#mobile-menu-bottom-content p {
    color: white
}



/*
legendary-css.css
*/
.tickera-button {
	text-transform: uppercase;
	padding: 12px 55px;
	font-family: 'Neutraface Text' !important;
	background-color: var(--primary_color);
	font-weight: bold;
	border: none !important;
	border-radius: 4px;
}

.n2-ss-slider-1 {
box-shadow: 0px 3px 29.9px 2px rgba(0, 0, 0, 0.25);
}

.tickera-button:hover {
	background-color: var(--primary_color);
	opacity: 0.7;
}

.proceed-to-checkout-container {
	margin-bottom: 50px;
}


.green-text p,
.green-text li,
.green-text h1,
.green-text h2, 
.green-text h3,
.green-text h4,
.green-text h5,
.green-text h6 {
	color: #8f993e;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
    transition: 1s;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.v-dialog.v-dialog--active {
    border: 1px solid rgba(255, 255, 255, .74);
}

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

.blog #content {
    max-width: 900px;
}

.btn {
    text-transform: uppercase !important;
    padding: 12px 55px !important;
    font-family: 'Neutraface Text' !important;
}

.footer-join-community p {
    font-size: 36px;
    line-height: 1.4;
}

.footer-social-cover li a {
    height: 25px;
    width: 25px;
    background: var(--primary_color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.footer-social-cover li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
}

.footer-social-cover ul {
    margin: 0;
    padding: 0;
}

.footer-social-cover li a img {
    max-height: 70%;
    max-width: 60%;
    margin: 0 auto;
}

.footer-social-cover .wpb_text_column>.wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.footer-social-cover p,
.footer-social-cover ul {
    background: #fff;
}

.footer-social-cover .wpb_text_column>.wpb_wrapper:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #3E1708;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

#footer_column_1 img {
    max-width: 160px;
    margin-right: 0;
}

.footer-social-cover p {
    padding-right: 20px;
}

.footer-social-cover ul {
    padding-left: 30px;
}

#footer_columns p {
    font-weight: 300;
    font-family: 'Neutraface Text';
    font-size: 16px;
}

#footer_columns p a {
    padding: 0;
    display: inline-block;
}

.site-footer .toolkit-custom-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.site-footer .toolkit-custom-menu {
    padding: 0;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #3E1708;
    padding-bottom: 10px;
    margin-bottom: 20px;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    padding-left: 70px;
    padding-right: 70px;
}

.site-footer .toolkit-custom-menu li a {
    color: var(--primary_color) !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: 'Neutraface Text';
    font-size: 18px;
}

.site-footer p {
    font-size: 14px;
    font-family: 'Neutraface Text';
    font-weight: 300;
}

.site-footer>.container:after {
    background-image: url(../../../wp-content/uploads/2024/08/footer-vector.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    height: 113px;
    width: 206px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: contain;
}

.footer-social-cover>div {
    max-width: 1800px;
    margin: 0 auto !important;
    float: none;
    padding-right: 260px;
}

#footer_columns .container {
    max-width: 1800px;
    padding-right: 260px;
}

.site-footer .container {
    max-width: 1800px;
    padding-right: 260px;
}

.site-footer>.container {
    position: relative;
}

.inner-banner {
    min-height: 740px;
    border-bottom: 20px solid var(--secondary_color);
}

.inner-banner h1 {
    color: #3E1708;
    text-transform: uppercase;
    font-family: 'Neutraface Display';
}

.inner-banner p {
    margin-bottom: 0;
    font-family: 'Neutraface Text Demi';
    font-size: 32px;
}

.p-32 p {
    font-size: 32px;
}

.wpb_content_element.farmer-separator {
	padding-bottom: 20px !important;
}

.row-top-bottom-margin {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}

.row-top-margin {
    margin-top: 80px !important;
}

.row-bottom-margin {
    margin-bottom: 150px !important;
}

.board-candidate-row h3 {
	margin-top: 0px;
}

.our-history-vector .wpb_column {
    position: relative;
}

.our-history-vector .wpb_column:after {
    content: "";
    height: 566px;
    width: 454px;
    background: url(../../../wp-content/uploads/2024/08/history-vector.svg);
    position: absolute;
    bottom: -20px;
    right: -140px;
    background-repeat: no-repeat;
}

.our-history-vector .vc_column-inner {
    padding-right: 360px;
}

.our-history-vector .vc_column-inner {
    padding-right: 360px !important;
    padding-left: 70px !important;
    padding-top: 40px !important;
    padding-bottom: 110px !important;
}

.section-has-border>.wpb_column {
    border: 2px solid var(--secondary_color);
    padding: 25px;
    margin: 0 15px;
    max-width: calc(100% - 30px);
}

.two-col-accordion .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.two-col-accordion .vc_tta-container {
    width: calc(50% - 60px);
    margin: 0 30px;
}

.vc_tta-panel-body {
    padding-top: 0 !important;
}

body .vc_tta .vc_tta-controls-icon {
    height: 15px;
    width: 15px;
}

body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
    border-width: 0 3px 3px 0;
}

.two-col-accordion .vc_tta-panel-heading {
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-color: var(--dark-green) !important;
    border-bottom: 0 !important;
}

.two-col-accordion .vc_tta-panel-body {
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-color: var(--dark-green) !important;
    border-top: 0 !important;
    border-radius: 0 !important;
}

.two-col-accordion .vc_tta-panel-heading a {
    padding-left: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.two-col-accordion .vc_tta-panel-body .wpb_text_column {
    padding: 0 !important;
}

.two-col-accordion .vc_tta-panel-heading {
    background: transparent !important;
}

.two-col-accordion .vc_tta-panel-heading a:hover {
    color: inherit !important;
}

.two-col-accordion .vc_tta-panel-title .vc_tta-controls-icon:before {
    border-color: var(--dark-green) !important;
}

.two-col-li ul {
    padding: 0;
    column-count: 2;
}

.two-col-li ul li {
    display: block;
    padding-left: 30px;
    position: relative;
}

.two-col-li ul li:before {
    content: "";
    height: 14px;
    width: 14px;
    border-radius: 14px;
    background: #3e1708;
    position: absolute;
    left: 0;
    top: 10px;
}

.p-24 p,
.p-24 li {
    font-size: 24px;
}

.p-24 li {
    margin-bottom: 15px;
}

.navbar-nav a {
    font-family: 'Neutraface Text' !important;
    font-weight: 300 !important;
}

.menu-item.button {
    margin-left: 50px;
}

.site-header {
    padding: 10px 30px !important;
}

#main-nav ul li a.btn {
    padding: 9px 20px 7px !important;
    font-weight: 700 !important;
    min-width: 170px;
    justify-content: center;
}

#main-nav ul li a:not(.btn) {
    font-family: 'Neutraface Text Book' !important;
}

header#masthead:not(.is_transparent)+#content {
    margin-top: 0;
}

.row-pr-50 {
    padding-right: 50px !important;
}

.row-pr-30 {
    padding-right: 30px !important;
}

.row-pl-50 {
    padding-left: 50px !important;
}

.max-1265 {
    max-width: 1265px;
    margin: 0 auto !important;
}

h4.vc_tta-panel-title {
    line-height: 1.4 !important;
}

body .vc_tta.vc_tta-style-outline .vc_tta-panel-body,
body .vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
    border-width: 3px;
}

body .vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading,
body .vc_tta.vc_tta-style-outline .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
    margin-top: -3px;
}

body:not(.home) #content {
    padding-top: 0;
}

.dropdown-menu {
    padding: 0;
}

.wpb_wrapper p strong {
    font-family: 'Neutraface Text Demi';
}

.max-1060 {
    max-width: 1060px;
    margin: 0 auto !important;
}

.full-width-img .wpb_wrapper,
.full-width-img .wpb_wrapper * {
    width: 100%;
}

.full-width-button .toolkit-vc-btn {
    width: 100%;
    margin: 10px 0;
}

.full-width-button .toolkit-vc-btn a {
    width: 100%;
}

.saving-items-cover h4 {
    font-weight: 700;
}

.saving-items-cover {
    min-height: 415px;
    margin: 0 -10px !important;
}

.saving-items-cover .wpb_text_column {
    padding-left: 20px;
    padding-right: 20px;
}

.saving-items-cover .vc_col-sm-4 {
    width: calc(33.33% - 20px);
    margin: 10px;
}

body .saving-items-cover {
    margin: 0;
}

.careers-squares h3 {
	font-size: 42px;
}

.careers-squares p {
	font-size: 32px;
	font-weight: 400;
}

.with_frm_style .frm_inside_container>label {
    line-height: 46px;
    font-size: 18px;
    color: rgb(0 0 0 / 50%);
}

.frm_forms * {
    font-family: inherit !important;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0;
}

.frm_submit {
    margin-top: 20px;
}

.frm_submit button {
    font-weight: 700 !important;
    font-family: 'Neutraface Text' !important;
    text-transform: uppercase;
    padding: 17px 40px 18px 40px !important;
    min-width: 150px;
    color: #fff !important;
}

.frm_submit button:hover {
    opacity: 0.8;
}

.wpb_wrapper ol li {
    display: block;
    position: relative;
    padding-left: 28px;
}

.wpb_wrapper ol {
    list-style-type: none;
    counter-reset: ordered;
}

.wpb_wrapper ol li:before {
    content: counter(ordered) ". ";
    counter-increment: ordered;
    color: var(--dark-green);
    position: absolute;
    left: 0;
    top: 5px;
    font-family: 'Neutraface Text';
    font-weight: 700;
    line-height: 1;
}

.wpb_wrapper li strong {
    font-family: 'Neutraface Text';
}

.item-has-border>div>div {
    border: 2px solid var(--dark-green);
    height: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.p-36 p {
    font-size: 36px;
}

body .frm_style_formidable-style.with_frm_style select:focus,
body .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,
body .frm_style_formidable-style.with_frm_style textarea:focus,
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],
body .frm_form_fields_active_style,
body .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement,
body .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single,
body .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
    border-color: var(--primary_color);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(230 83 0 / 50%);
}

.btn.btn-35 {
    font-size: 35px !important;
}

.small-li-dots ul {
    padding-left: 0;
}

.small-li-dots ul li {
    padding-left: 22px;
    margin: 0 0 6px;
    display: block;
    position: relative;
}

.small-li-dots ul li:before {
    content: "";
    height: 5px;
    width: 5px;
    background: var(--dark-green);
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 17px;
}

.text-block-full {
    width: 100%;
}

.table-content-cover .wpb_wrapper {
    border: 2px solid var(--secondary_color);
    padding: 30px 20px;
    background: #fff;
}

.p-32 li {
    font-size: 32px;
}

.table-content-cover p {
    margin-bottom: 0;
    font-family: 'Neutraface Text';
    font-weight: 700;
}

.table-content-cover ol li:before {
    color: var(--primary_color);
    font-weight: 400;
    top: 0;
}

.table-content-cover ol {
    padding-left: 3px;
}

.table-content-cover li {
    line-height: 1.2;
    margin-bottom: 8px;
}

.table-content-cover li a {
    color: inherit;
}

.table-content-cover li a:hover {
    color: var(--secondary_color);
}

.block-is-sticky {
    position: sticky !important;
    top: 30px;
}

.wpb_wrapper h4 a {
    text-decoration: underline;
}


.vc_tta-panels {
    border-bottom: 3px solid var(--dark-green);
}

.vc_tta-panel:last-child .vc_tta-panel-body {
    border-bottom: 0 !important;
}

.dropdown-menu {
    min-width: 13.5rem;
}

.wpb_text_column.has-border-block {
    border: 2px solid #8B9B3B;
    padding: 20px !important;
    margin-bottom: 20px;
}

.has-border-block h4 {
    margin-top: 0;
}

.two-col-year ul {
    column-count: 2;
    padding: 0;
}

.two-col-year li {
    color: var(--primary_color);
    font-size: 24px;
    position: relative;
    display: block;
    padding-left: 0;
    margin: 0 0 15px;
    font-family: 'Neutraface Text';
}

.two-col-year li a {
    font-size: 20px;
    color: #3E1708;
    border-bottom: 1px solid;
    font-family: 'Neutraface Text Book';
}

.img-border-shadow img {
    border: 10px solid #FFFFFF;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
}

.h3-mt-0 h3 {
    margin-top: 0;
}

.li-as-button ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.li-as-button ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
}

.li-as-button ul li a {
    border: 2px solid var(--dark-green);
    padding: 45px 50px;
    color: #E35205;
    font-size: 32px;
    font-family: 'Neutraface Text Demi';
    display: block;
    transition: 0.4s ease;
}

.li-as-button ul li a:hover {
    background: #E35205;
    color: #fff;
    border-color: #E35205;
}

.h3-uppercase h3 {
    text-transform: uppercase;
}

.director-images-cover p {
    display: flex;
    flex-wrap: wrap;
}

.director-images-cover p img {
    margin-right: 30px;
    margin-bottom: 20px !important;
}

.director-images-cover p img:last-child {
    margin-right: 0;
}

.h4-24 h4 {
    font-size: 24px;
}

.team-items-cover .vc_row {
    border: 2px solid var(--dark-green);
    margin-bottom: 50px;
    min-height: 450px;
    margin-left: 0;
    margin-right: 0;
}

.team-items-cover .vc_column-inner {
    padding: 0 !important;
}

body .team-items-cover {
    margin: 0;
}

.team-items-cover h3 {
    margin: 0;
    color: var(--primary_color);
}

.team-items-cover h4 {
    margin: 0 0 20px;
    font-style: italic;
    color: var(--dark-green);
}

.team-items-cover p {
    font-size: 24px;
}

.team-items-cover .wpb_text_column {
    padding: 40px;
}

.team-items-cover .wpb_single_image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.li-mb-0 li {
    margin-bottom: 0;
}

.banner-full-width * {
    width: 100%;
}

.inner-banner.location-banner {
    min-height: 1px;
}

.banner-full-width {
    margin-top: 180px;
}

.location-info-cover ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.location-info-cover ul li {
    width: 50%;
    display: block;
}

.location-info-cover ul li {
    padding-right: 20px;
    margin-bottom: 25px;
}

.location-info-cover ul li h4 {
    color: var(--primary_color);
    margin-top: 0;
    margin-bottom: 3px;
}

.location-info-cover ul li a {
    color: inherit;
    text-decoration: underline;
}

.h2-transform-none h2 {
    text-transform: none;
}

.partners-items-cover h4 a {
    text-decoration: none !important;
}

.community-table-content {
    border: 2px solid var(--dark-green);
    padding: 30px 10px;
}

.community-table-content li {
    display: block;
    padding: 0;
}

.community-table-content ul {
    padding: 0;
}

.community-table-content li a {
    padding: 7px 10px;
    display: block;
    color: var(--dark-green);
    font-family: 'Neutraface Text Demi';
}

.community-table-content li a:hover {
    background: var(--dark-green);
    color: #fff;
}

.request-form-cover .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 25px;
}

.request-form-cover .with_frm_style input[type=text],
.request-form-cover .with_frm_style input[type=password],
.request-form-cover .with_frm_style input[type=email],
.request-form-cover .with_frm_style input[type=number],
.request-form-cover .with_frm_style input[type=url],
.request-form-cover .with_frm_style input[type=tel],
.request-form-cover .with_frm_style input[type=phone],
.request-form-cover .with_frm_style input[type=search],
.request-form-cover .with_frm_style select,
.request-form-cover .with_frm_style textarea,
.request-form-cover .frm_form_fields_style,
.request-form-cover .with_frm_style .frm_scroll_box .frm_opt_container,
.request-form-cover .frm_form_fields_active_style,
.request-form-cover .frm_form_fields_error_style,
.request-form-cover .with_frm_style .frm-card-element.StripeElement,
.request-form-cover .with_frm_style .chosen-container-multi .chosen-choices,
.request-form-cover .with_frm_style .chosen-container-single .chosen-single,
.request-form-cover .with_frm_style .frm_slimselect.ss-main {
    border-color: #000;
    font-size: 20px;
    border-width: 1px;
}

.request-form-cover .frm_dropzone.frm_single_upload {
    max-width: 100%;
}

.request-form-cover textarea {
    min-height: 240px;
    resize: none;
}

.request-form-cover label,
.request-form-cover .frm_primary_label {
    font-size: 24px !important;
}

.request-form-cover .with_frm_style .frm_checkbox input[type=checkbox]:before {
    box-shadow: inset 20px 20px var(--dark-green);
    clip-path: none;
    border: 0;
    margin: 1px 0 0 1px;
    width: 14px;
    height: 14px;
}

.frm_checkbox label {
    font-size: 18px !important;
}

.frm_checkbox {
    margin-bottom: 8px !important;
}

.with_frm_style .frm_required {
    color: var(--primary_color);
}

.address-icon {
    background: url(../../../wp-content/uploads/2024/08/icon-location.svg);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 70px;
    padding-top: 0 !important;
}

.phone-icon {
    background: url(../../../wp-content/uploads/2024/08/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 70px;
    padding-top: 0 !important;
}

.hours-icon {
    background: url(../../../wp-content/uploads/2024/08/icon-time.svg);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 70px;
    padding-top: 0 !important;
}

.input-bottom-space .frm_form_field {
    margin-bottom: 20px !important;
}

.input-18 .with_frm_style input[type=text],
.input-18 .with_frm_style input[type=password],
.input-18 .with_frm_style input[type=email],
.input-18 .with_frm_style input[type=number],
.input-18 .with_frm_style input[type=url],
.input-18 .with_frm_style input[type=tel],
.input-18 .with_frm_style input[type=phone],
.input-18 .with_frm_style input[type=search],
.input-18 .with_frm_style select,
.input-18 .with_frm_style textarea,
.input-18 .frm_form_fields_style,
.input-18 .with_frm_style .frm_scroll_box .frm_opt_container,
.input-18 .frm_form_fields_active_style,
.input-18 .frm_form_fields_error_style,
.input-18 .with_frm_style .frm-card-element.StripeElement,
.input-18 .with_frm_style .chosen-container-multi .chosen-choices,
.input-18 .with_frm_style .chosen-container-single .chosen-single,
.input-18 .with_frm_style .frm_slimselect.ss-main {
    font-size: 18px;
}

.contact-table tr td {
    padding: 14px 0;
}

.contact-table tr td a {
    text-decoration: underline;
    color: var(--dark-green);
}

.contact-table tr td:first-child {
    width: 340px;
}

.contact-table tr td:last-child {
    width: 300px;
}

.p-24 td {
    font-size: 24px;
}

.current-job-cover {
    position: relative;
}

.current-job-cover .toolkit-vc-btn {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.current-job-cover .toolkit-vc-btn a {
    background: var(--dark-green);
    border-color: var(--dark-green);
    background-image: url(../../../wp-content/uploads/2024/08/job-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: left 50px center !important;
    font-size: 32px !important;
    padding: 40px 100px 40px 150px !important;
    font-family: 'Neutraface Text Demi' !important;
}

.contact-page-info>div:not(:last-child) {
    padding-right: 70px;
    position: relative;
}

.contact-page-info>div:not(:last-child):before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 70px;
    background-image: url(../../../wp-content/uploads/2024/08/block-line.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.archive #content.container {
    max-width: 1905px;
    padding: 0 50px;
}

.post-type-archive-plu #content.container {
    max-width: 100%;
    padding: 0 15px !important;
}

.first-post-cover {
    border: 2px solid var(--primary_color);
}

.first-post-img {
    width: 50%;
}

.first-post-img img {
    height: 100%;
    object-fit: cover;
}

.first-post-content {
    width: 50%;
    padding: 64px;
    align-content: center;
}

.first-post-content h1 {
    font-size: 64px;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 0;
}

.fp-recipe {
    display: inline-block;
    vertical-align: top;
    border: 1px solid var(--primary_color);
    padding: 4px 13px;
    color: var(--primary_color);
}

.first-post-content p {
    font-size: 24px;
}

.recipe-type {
    margin-top: 40px;
    font-size: 24px;
}

.first-post-content h1 a {
    color: inherit;
    opacity: 1;
}

.first-post-content h1 a:hover {
    color: var(--primary_color);
}

.all-post-cover {
    margin: 110px 0;
    width: 100%;
}

.all-post-sidebar input[type="search"] {
    height: 50px;
    width: 100%;
    padding: 0 13px;
    border-color: var(--primary_color) !important;
    outline: none !important;
    box-shadow: none;
    border-style: solid;
    padding-right: 40px;
}

.all-post-sidebar {
    width: 370px;
}

.all-post-content {
    width: calc(100% - 370px);
    padding-left: 45px;
    position: relative;
}

.post-loader-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffffde;
    z-index: 1;
}

.post-loader-cover img {
    max-width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 330px;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.all-post-content h2 span {
    color: var(--dark-green);
}

.all-post-content h2 {
    margin-top: 0;
}

.all-post-categories {
    border: 2px solid var(--dark-green);
    margin-top: 22px;
}

.all-post-categories ul {
    margin: 10px;
    padding: 0;
}

.all-post-categories ul li {
    display: block;
}

.all-post-categories ul li a {
    padding: 8px 20px;
    display: block;
    font-family: 'Neutraface Text';
    font-weight: 700;
    color: var(--dark-green);
    transition: 0.4s ease;
}

.all-post-categories ul li a:hover,
.all-post-categories ul li a.active {
    background: var(--dark-green);
    color: #fff;
}

.all-post-categories h4 {
    padding: 0 25px;
    color: var(--dark-green);
    margin: 30px 0 0 0;
}

.post-img {
    width: 45%;
    position: relative;
}

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

.post-content {
    width: 55%;
    padding: 60px 40px;
    align-self: center;
}

.full-post-img-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(227 83 5 / 80%);
    color: #fff !important;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Neutraface Text';
    font-weight: 700;
    opacity: 0;
    transition: 0.4s ease;
}

.post-img:hover .full-post-img-link {
    opacity: 1;
}

.post-item {
    border: 2px solid var(--dark-green);
    margin-bottom: 60px;
}

.post-content h2 {
    font-size: 48px;
    color: var(--dark-green);
}

.post-content h2 a {
    color: inherit;
}

.post-content h2 a:hover {
    color: var(--primary_color);
    opacity: 1;
}

.post-content p {
    font-size: 24px;
}

.post-content p:last-child {
    margin-bottom: 0;
}

.all-post-sidebar input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: transparent url(../../../wp-content/uploads/2024/08/search-icon.svg);
    border: 0;
    font-size: 0;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.all-post-sidebar form {
    position: relative;
}

.row-img-equal .vc_column-inner,
.row-img-equal .vc_column-inner * {
    height: 100%;
    object-fit: cover;
}

.row-img-equal img {
    border: 2px solid var(--dark-green);
}

#main-nav ul li.current-menu-ancestor>a:not(.btn),
#main-nav ul li.current-menu-item>a:not(.btn) {
    color: var(--primary_color) !important;
}

#main-nav ul li.current-menu-ancestor>a:not(.btn).dropdown-toggle::after,
#main-nav ul li.current-menu-item>a:not(.btn).dropdown-toggle::after {
    color: var(--primary_color) !important;
}

.post-loader-cover {
    display: none;
}

.post-loader-cover.active {
    display: block;
}

#main {
    width: 100%;
}

.plu-item li p {
    margin-bottom: 0;
}

.plu-item li span {
    display: inline-block;
    vertical-align: top;
    width: 45px;
}

.plu-item li {
    display: block;
}

.plu-item ul {
    padding: 0;
}

.plu-item h3 {
    color: var(--dark-green);
    text-transform: uppercase;
}

.plu-content-items {
    column-count: 3;
    margin-bottom: 100px;
}

.plu-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.plu-banner h1 {
    text-transform: uppercase;
}

.plu-search input[type="search"] {
    width: 100%;
    border: 2px solid #E35305;
    height: 66px;
    padding: 0 20px;
    font-size: 26px;
    padding-right: 60px;
}

.plu-search form {
    position: relative;
}

.plu-search input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 66px;
    background: transparent url(../../../wp-content/uploads/2024/08/search-icon.svg);
    border: 0;
    font-size: 0;
    width: 70px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.plu-search {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.plu-banner {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 10px solid var(--dark-green);
}

.plu-content h4 {
    color: var(--dark-green);
    margin-bottom: 40px;
    font-family: 'Neutraface Text Demi';
}

.plu-banner .text-center {
    padding-left: 0 !important;
}

.hero-img-block {
    list-style-type: none;
    display: flex;
    gap: 0.15rem;
}

.hero-img-block:hover :not(.hero-img-item:hover) {
    flex: 1;
}

.hero-img-block .hero-img-item {
    flex: 1;
    height: calc(100vh - 200px);
    cursor: pointer;
    overflow: hidden;
    transition: flex 1s;
    position: relative;
    min-height: 580px;
    min-width: 206px;
}

.btn.btn-white {
    border-color: #fff;
    border-width: 2px !important;
    color: #fff;
    border-radius: 60px !important;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background: #fff;
    opacity: 1;
    color: var(--primary_color);
}

.hero-img-cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 310px;
    padding: 0;
}

.block-active .hero-img-cnt {
    padding: 50px;
}

.hero-img-cnt .hero-cnt-title {
    position: absolute;
    bottom: 170px;
    left: 50%;
    width: 370px;
    display: flex;
    align-items: center;
    transform: translateX(-50%) rotate(-90deg);
}

.block-active .hero-img-cnt>*,
.hero-img-item h3 {
    animation: fadeInUp 1s ease-in-out;
}

.section-heading {
    margin-bottom: 80px;
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-cnt-title h3 {
    margin: 0;
    font-size: 42px;
}

.hero-img-block .hero-img-item:first-child {
    flex: 5;
}

.hero-img-block .hero-img-item:first-child img {
    transform: scale(1);
}

.hero-img-block .hero-img-item:hover {
    flex: 8;
}
.hero-img-block .hero-img-item.block-active {
    flex: 8;
}

.hero-img-block .hero-img-item:hover .hero-img-inner img {
    transform: scale(1);
}
.hero-img-block .hero-img-item.block-active .hero-img-inner img {
    transform: scale(1);
}

.hero-img-block .hero-img-item .hero-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.75s ease-in-out;
}

.hero-img-cnt-display {
    display: none;
}

.hero-img-inner {
    height: 100%;
}

.hero-img-item.block-active .hero-cnt-title {
    position: static;
    transform: none;
    width: 100%;
}

.hero-img-item.block-active .hero-img-cnt-display {
    display: block;
    width: 580px;
	min-width: 18vw !important;
}

.home h1 span,
.home h2 span {
    color: #3e1708;
}

.hero-content {
    width: 45%;
    padding-left: calc((100vw - 1800px)/2);
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hero-img-block {
    width: 55%;
}

.hero-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero-content h1 {
    font-size: 72px;
    line-height: 1.18;
}

.hero-content>* {
    max-width: 707px;
}

section.hero-section {
    border-bottom: 10px solid var(--dark-green);
}

.our-story-section {
    margin: 200px 0;
}

.story-content {
    padding-right: 120px;
    width: 50%;
}

.story-img {
    width: 50%;
}

.story-img-ratio {
    padding-top: 102%;
    position: relative;
}

.story-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.location-item-img {
    width: 454px;
}

.location-item-content {
    width: calc(100% - 454px);
    padding: 35px 75px;
    align-content: center;
}

.location-item {
    border: 2px solid var(--dark-green);
    margin-bottom: 30px;
}

.location-item-content h4 {
    margin-bottom: 30px;
    margin-top: 0;
}

.location-address-hours p strong {
    font-family: 'Neutraface Text';
}

.location-address-item {
    padding-right: 30px;
}

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

.btn-transparent {
    border-color: var(--primary_color);
    border-width: 2px !important;
    color: var(--primary_color);
}

.btn-transparent:hover {
    background: var(--primary_color);
    color: #fff;
    opacity: 1;
}

.location-item-content .btn+.btn {
    margin-left: 25px;
}

.gallery-grid-items .gallery-grid-item {
    flex: 1 0 auto;
    padding-top: 38vw;
    position: relative;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}

.gallery-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s ease;
}

.gallery-grid-item:hover img {
    transform: scale(1.05);
}

.gallery-grid-item:nth-child(2n) {
    transform: translateY(40px);
}

.gallery-grid-items {
    margin: 0 -10px;
}

.gallery-grid-cover {
    margin: 280px 0;
    overflow: hidden;
    padding-bottom: 42px;
}

.notification-cover {
    margin: 280px 0;
}

.notification-cover h2 {
    font-family: 'Neutraface Text Book';
    font-size: 72px;
}

.notification-cover .frm_submit {
    margin-top: 0;
}

.notification-cover .frm_submit button {
    height: 60px !important;
    margin: 0 !important;
    min-width: 1px;
    width: 330px !important;
}

.notification-cover form {
    max-width: 680px;
    margin: 0 auto;
}

.notification-cover form input {
    width: 330px !important;
}

.main {
    width: 100%;
}

.adv-cover h2 {
    font-family: 'Neutraface Display Titling';
    font-size: 120px;
}

.hero-content form {
    max-width: 560px;
}

.hero-content form input {
    width: 280px !important;
    border-radius: 0 5px 5px 0 !important;
    height: 60px;
}

.hero-content .frm_submit {
    margin-top: 0;
}

.hero-content .frm_submit button {
    height: 60px !important;
    margin: 0 !important;
    min-width: 1px;
    width: 280px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.hero-content .frm_fields_container {
    grid-gap: 0 !important;
}

.hero-content input {
    border-color: #E8E8E8 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.home h2 {
    text-transform: none;
}

.vc_tta-title-text {
	color: #3e1708;
}

.dropdown-menu li:hover {
	background: #3e1708 !important;
}

.dropdown-menu li:hover a {
	color: white !important;
}

.entry-header .byline {
	display: none !important;
}

.zoom-container .post-thumbnail {
	background: none !important;
}
/*css-changes**/
.navbar-expand .navbar-nav .dropdown-menu {
    top: 110px;
}
.hero-img-cnt-display p{
    font-size: 24px;
    margin-bottom: 20px;
}
.hero-img-cnt-display .btn{
    font-size: 20px !important;
    text-transform: capitalize !important;
}
.location-address-hours p strong {
    font-size: 18px;
}
.cart_empty_message{
    margin-bottom: 20px;
    text-align: center;
}
#post-7304 .entry-content p{
    text-transform: capitalize;
    text-align: center;
}
.tc-tickera-calendar.ui-datepicker table {
    table-layout: fixed;
}
.btn.sign-email,.btn.sign-sell{
    padding: 12px 55px !important;
}
.btn.sign-email{
    margin-right: 20px !important;
}
.btn.btn-primary-new{
    padding: 12px 56px !important;
}
.pagination .page-numbers {
    height: 57px;
    width: 57px;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    border-color: transparent;
    color: #28293D;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
    background-color: var(--primary_color);
    color: #fff;
    opacity: 1;
}
.pagination {
    text-align: left;
}
#frm_form_6_container #field_m5vev{
    height: 123px;
}
.post-type-archive-recipe .post-img img{
    height: 588px !important;
}
#frm_form_4_container #frm_field_54_container .frm_checkbox{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
#frm_form_4_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
    background-color: #000 !important;
    box-shadow: none !important;
}
#frm_form_4_container .frm_checkbox input[type=checkbox]{
    box-shadow: none !important;
}
#frm_form_4_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
    border-color: #000 !important;
}

.request-form-cover .with_frm_style .frm_checkbox input[type=checkbox]:before {
    margin: 0px 0 0 0px;
}
#mobile-menu-top-content img{
    position: absolute;
    width: 25px;
    height: 25px;
    top: 20px;
    right: 15px;
}
.page-id-23 .ui-datepicker table {
    table-layout: fixed;
}
.page-id-23 .tc-tickera-calendar.ui-datepicker td span, .ui-datepicker td a{
    height: auto !important;
    width: auto !important;
}
.our-location-cover h2{
    font-size: 69px;
}

.tenth-menu-row {
	align-items: center;
}

.search-form .search-submit {
	background-color: var(--primary_color);
	color: white;
	padding: 8px 30px !important;
	
}

.menu-search-icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.menu-search-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--primary_color);
    padding: 1rem 2rem;
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.menu-search-bar.show {
    display: block;
    transform: translateY(0);
    opacity: 1;
}

.menu-search-bar input[type="search"] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    font-size: 1.1rem;
    background: var(--primary_color);
    color: #fff;
    outline: none;
}

.menu-search-bar input[type="search"]::placeholder {
  color: #fff;
}

.mobile-search-bar {
    display: none;
    padding: 1rem;
    background: #000;
    width: 100%;
}

.mobile-search-bar.show {
    display: block;
}

.mobile-search-bar input[type="search"] {
    width: 100%;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    background: #fff;
    color: #000;
    outline: none;
}


.recipe-template-default p{
	font-family:'open-sans';
}


/* Loader Styling */
.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--primary_color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
    display: none;
}

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


/* ==========================================================================
   Events Calendar Styles
   ========================================================================== */
.tribe-common-c-btn {
	background-color: var(--primary_color) !important;
    color: white;
    border-color: transparent;
    font-weight: 600;
    border-radius: 4px;
    margin-left: 20px;
}

.tribe-events-c-subscribe-dropdown__button-text {
    background-color: var(--primary_color) !important;
    color: white;
    border-color: transparent;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 20px !important;
}

.tribe-events-c-subscribe-dropdown__button svg {
    display: none;
}

#tribe-events-events-bar-search .tribe-events-c-search {
    gap: 20px;
}

.tribe-events .tribe-events-c-search__input:focus {
    border-color: var(--primary_color);
    outline-color: var(--primary_color);
}

.tribe-common .tribe-common-form-control-text__input:focus {
    border-bottom-color: var(--primary_color);
    outline-color: var(--primary_color);
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button {
    background: transparent;
    padding: 10px !important;
    border-radius: 10px;
    border: 2px solid var(--primary_color);
}

.tribe-events-c-nav__prev,
.tribe-events-c-nav__next {
    background: transparent;
    border: none;
}

/* Datepicker: active/selected day */
.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.datepicker-grid .month.active,
.datepicker-grid .month.active:hover,
.datepicker-grid .month.active:hover:hover,
.datepicker-grid .month.active.focused,
.datepicker-grid .month.active:focus,
.datepicker-grid .year.active,
.datepicker-grid .year.active:hover,
.datepicker-grid .year.active:hover:hover,
.datepicker-grid .year.active.focused,
.datepicker-grid .year.active:focus {
    background-color: var(--primary_color);
    background: var(--primary_color);
    color: #fff;
}

/* Datepicker: add spacing between day tiles */
.tribe-events .datepicker .datepicker-days .day {
    display: block;
    width: calc(100% - 4px);
    margin: 2px auto;
}

/* Datepicker: center the month/year header */
.tribe-events .datepicker thead tr th[colspan="5"] {
    text-align: center;
}

.tribe-events-calendar-list__event-title a {
    color: var(--primary_color) !important;
}

.tribe-events-event-meta h2 {
    font-size: 24px;
}

.tribe-events-sub-nav li {
    display: block;
}

.tribe-events-sub-nav {
    padding-left: 0;
}

.tribe-common .tribe-common-c-btn-border {
    padding-left: 0px;
}

.tribe-events-single-event-title {
    font-size: 64px;
}

.tooltipster-content {
	background-color: white;
	padding: 20px !important;
	line-height: 1.3 !important;
	color: var(--body_font_color) !important;
}

.event-tickets {
	padding: 5rem 0;
	display: flex;
	justify-content: center;
}

.tribe-common-h1,
.tribe-common-h2,
.tribe-common-h3,
.tribe-common-h4,
.tribe-common-h5,
.tribe-common-h6 {
	font-family: 'Neutraface Text' !important;
}

.tribe-common .tribe-common-anchor-alt {
	border-bottom: 2px solid var(--primary_color) !important;
}

.tribe-common-h2,
.tribe-common-anchor-alt,
.tec-tickets-commerce-checkout-cart__coupons-add-link {
	color: var(--primary_color) !important;
}

.tribe-common-h6,
.tribe-common-h5,
.tribe-common-h4 {
	color: var(--secondary_color) !important;
}

.tec-tickets-price.amount,
.tec-tc-purchaser-name,
.tribe-tickets__commerce-checkout-cart-item-subtotal,
.tribe-tickets__form-field-label.tribe-tickets__commerce-checkout-purchaser-info-email-field-label,
.tribe-tickets__commerce-checkout-purchaser-info-field.tribe-tickets__form-field.tribe-tickets__form-field--text,
.tribe-common-b1,
.tribe-tickets__commerce-order-details-row,
.tribe-tickets__form-field-label.tribe-tickets__commerce-checkout-purchaser-info-name-field-label {
	color: #3e1708 !important;
}

.tec-tickets-price.amount,
.tribe-tickets__commerce-checkout-cart-item-quantity,
.tribe-tickets__commerce-checkout-cart-item-subtotal,
.tec-tickets-commerce-checkout-cart__coupons-add-link,
.tribe-common-anchor-alt.tribe-tickets__commerce-checkout-header-link-back-to-event,
.tribe-tickets__commerce-checkout-cart-footer-quantity-label,
.tribe-tickets__commerce-checkout-cart-footer-quantity-number,
.tribe-tickets__commerce-checkout-cart-footer-total-label,
.tribe-tickets__commerce-checkout-cart-footer-total-wrap,
.tribe-common-b1,
.tribe-common-b3,
.tribe-tickets__commerce-order-details-row,
.tec-tickets__attendees-list-item-attendee-details-ticket,
.tribe-common-anchor-alt,
.tribe-tickets__commerce-checkout-purchaser-info-field.tribe-tickets__form-field.tribe-tickets__form-field--text {
    font-family: 'Neutraface Text Book' !important;
}

@media all and (max-width: 767px) {
    .tribe-common-c-svgicon--search.tribe-events-c-events-bar__search-button-icon-svg,
    .tribe-common-c-svgicon--list.tribe-events-c-view-selector__button-icon-svg {
        color: var(--primary_color);
    }

    .tribe-events-c-events-bar__search-button, .tribe-events-c-view-selector__button{
        background: transparent;
        border-radius: 4px;
        border: 2px solid var(--primary_color);
    }

    .tribe-events-c-view-selector__content {
        background-color: white;
        border: 1px solid var(--primary_color) !important;
        border-radius: 4px;
    }

    .tribe-events .tribe-events-c-view-selector__button-icon {
        height: auto !important;
    }

    .tribe-events-c-view-selector__list-item-icon {
        height: auto !important;
    }
}


/* ==========================================================================
   END Event Calendar Styles
   ========================================================================== */

.deals-flyers__grid {
	display: flex !important;
	gap: 20px !important;
}

/*
RESPONSIVE STYLES
*/
@media (max-width: 1850px) {
    .our-history-vector .wpb_column:after {
        right: -80px;
    }


    #footer_columns,
    .site-footer .container,
    .footer-social-cover>div {
        padding-left: 50px;
    }

    .hero-content {
        padding-left: 50px;
    }
    .hero-img-block .hero-img-item {
        min-width: auto;
    }
    .hero-img-block,.hero-content{
        width: 50%;
    }
}

@media (max-width: 1599px) {
    .site-footer>.container:after {
        height: 93px;
        width: 156px;
    }

    .site-footer .container,
    section#footer_columns .container,
    .footer-social-cover>div {
        padding-right: 180px;
    }

    .site-footer .toolkit-custom-menu li {
        margin: 0 15px;
    }

    .our-history-vector .wpb_column:after {
        right: -15px;
        height: 486px;
        width: 394px;
        background-size: contain;
    }

    .our-history-vector .vc_column-inner {
        padding-left: 20px !important;
        padding-top: 0px !important;
    }

    #footer_columns,
    .footer-social-cover>div {
        padding-left: 0;
    }

    .site-footer .container {
        padding-left: 15px;
    }

    .p-24 p,
    .p-24 li {
        font-size: 22px;
    }

    .p-24 td {
        font-size: 22px;
    }

    .p-32 p,
    .p-32 li {
        font-size: 28px;
    }

    .inner-banner {
        min-height: 580px;
    }

    .adv-cover h2 {
        font-size: 80px;
    }

    .hero-content {
        padding-left: 30px;
        padding-right: 30px;
    }


    .our-story-section {
        margin: 140px 0;
    }

    .gallery-grid-cover,
    .notification-cover {
        margin: 200px 0;
    }

    .hero-cnt-title h3 {
        font-size: 36px;
    }

    .section-heading {
        margin-bottom: 30px;
    }
    .post-type-archive-recipe .post-img img {
        height: 100% !important;
    }
}

@media (max-width: 1399px) {

    .site-footer .container,
    section#footer_columns .container,
    .footer-social-cover>div {
        padding-right: 130px;
    }

    .site-footer>.container:after {
        height: 63px;
        width: 106px;
    }

    .li-as-button ul li a {
        font-size: 28px;
    }


    .hero-cnt-title h3 {
        font-size: 30px;
    }

    .notification-cover h2 {
        font-size: 62px;
    }

    .adv-cover h2 {
        font-size: 70px;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    h1 {
        font-size: calc(var(--h1_font_size) - 40px);
    }

    h2 {
        font-size: calc(var(--h2_font_size) - 14px);
    }

    h3 {
        font-size: calc(var(--h3_font_size) - 3px);
    }


}

@media (max-width: 1199px) {
    .inner-banner {
        min-height: 400px;
    }

    .row-top-bottom-margin {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }

    .row-top-margin {
        margin-top: 100px !important;
    }

    .row-bottom-margin {
        margin-bottom: 100px !important;
    }

    .our-history-vector .wpb_column:after {
        height: 346px;
        width: 284px;
    }

    .our-history-vector .vc_column-inner {
        padding-right: 230px !important;
        padding-bottom: 20px !important;
    }

    .row-pl-50 {
        padding-left: 10px !important;
    }

    .row-pr-50 {
        padding-right: 10px !important;
    }


    .p-32 p,
    .p-32 li {
        font-size: 26px;
    }

    .site-footer .toolkit-custom-menu li a {
        font-size: 16px;
    }

    .site-footer .toolkit-custom-menu {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-item.button {
        margin-left: 0;
    }

    .btn.btn-35 {
        font-size: 30px !important;
    }

    .p-36 p {
        font-size: 30px;
    }

    .li-as-button ul li a {
        font-size: 28px;
        padding: 35px 40px;
    }

    .banner-full-width {
        margin-top: 100px;
    }

    .contact-table tr td:first-child {
        width: 230px;
    }

    .contact-table tr td:last-child {
        width: 170px;
    }

    .post-content h2 {
        font-size: 36px;
    }

    .post-content {
        padding: 30px;
    }

    .post-content p {
        font-size: 22px;
    }

    .all-post-sidebar {
        width: 280px;
    }

    .all-post-content {
        width: calc(100% - 280px);
        padding-left: 35px;
    }

    .full-post-img-link {
        font-size: 26px;
    }

    .first-post-content h1 {
        font-size: 46px;
    }

    .plu-content-items {
        column-count: 2;
    }

    .block-active .hero-img-cnt {
        padding: 30px;
    }

    .hero-img-block .hero-img-item:first-child {
        flex: 8;
    }

    .hero-img-cnt-display p {
        font-size: 18px;
    }

    .hero-img-cnt-display .btn {
        font-size: 16px !important;
    }

    .hero-cnt-title h3 {
        font-size: 26px;
    }

    .location-item-content .btn+.btn {
        margin-left: 5px;
    }

    .location-item-content {
        padding: 30px;
    }

    .notification-cover h2 {
        font-size: 54px;
    }

    .adv-cover h2 {
        font-size: 60px;
    }
    .our-location-cover h2 {
        font-size: 50px;
    }
}

@media (max-width: 990px) {
    .inner-banner {
        min-height: 310px;
    }

    .row-top-bottom-margin {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .row-top-margin {
        margin-top: 70px !important;
    }

    .row-bottom-margin {
        margin-bottom: 70px !important;
    }

    .our-history-vector .vc_column-inner {
        padding-right: 120px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
    }

    .our-history-vector .wpb_column:after {
        height: 226px;
        width: 184px;
    }

    .row-pl-50 {
        padding-left: 0 !important;
    }

    .row-pr-50 {
        padding-right: 0 !important;
    }

    .two-col-accordion .vc_tta-container {
        width: calc(50% - 20px);
        margin: 0 10px;
    }

    .footer-join-community p {
        font-size: 28px;
    }

    body .vc_custom_1722601642268 {
        margin-bottom: 80px !important;
    }

    .site-header {
        padding: 0 !important;
    }

    .saving-items-cover .wpb_content_element {
        padding: 0;
    }

    .btn.btn-35 {
        font-size: 24px !important;
    }

    .p-36 p {
        font-size: 28px;
    }

    .current-job-cover .toolkit-vc-btn a {
        font-size: 26px !important;
        background-size: 40px;
        padding: 26px 30px 26px 90px !important;
        background-position: left 30px center !important;
    }

    .contact-page-info>div:not(:last-child):before {
        right: 10px;
    }

    .contact-page-info>div:not(:last-child) {
        padding-right: 10px;
    }

    .all-post-sidebar {
        width: 200px;
    }

    .all-post-content {
        width: calc(100% - 200px);
        padding-left: 15px;
    }

    .post-content h2 {
        font-size: 28px;
    }

    .post-content p {
        font-size: 18px;
    }

    .post-item {
        margin-bottom: 20px;
    }

    .all-post-categories h4 {
        padding: 0 15px;
    }

    .all-post-categories ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-content h1 {
        font-size: 56px;
    }

    .hero-cnt-title h3 {
        font-size: 22px;
    }

    .story-content {
        padding-right: 20px;
    }

    .location-item-img {
        width: 300px;
    }

    .location-item-content {
        width: calc(100% - 300px);
    }

    .location-item-content .btn {
        font-size: 16px !important;
    }

    .gallery-grid-cover,
    .notification-cover {
        margin: 120px 0;
    }

    .notification-cover h2 {
        font-size: 44px;
    }

    .adv-cover h2 {
        font-size: 50px;
    }
    .frm_style_formidable-style.with_frm_style .form-field {
        margin-bottom: 0;
        grid-column: span 12 / span 12;
        margin-top: 10px;
    }
    #frm_field_78_container {
        order: -1;
    }
    .hero-content form input {
        width: 100% !important;
    }
    .hero-content .frm_submit button {
    width: 100% !important;
}
    #footer_columns .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .site-footer .toolkit-custom-menu{
        justify-content: left;
    }
    .page-id-46 .wpb_content_element {
        padding-bottom: 5px;
    }
    .btn {
        padding: 12px 40px !important;
    }
    .form-career-section .vc_col-sm-8,.form-career-section .vc_col-sm-8 .with_frm_style input[type=text],.form-career-section .vc_col-sm-8 .with_frm_style input[type=email]{
        width: 100%;
    }
    .pagination .page-numbers {
        height: 44px;
        width: 44px;
        line-height: 24px;
    }
}
@media (max-width: 768px) {
.block-is-sticky.vc_col-sm-3{
    width: 100%;
}    
.for-specific-row-section .vc_col-sm-6{
    width: 100%;
}
.item-has-border-inner{
    width: 100% !important;
}
.our-location-cover h2 {
    font-size: 34px;
}
.btn-351 .toolkit-vc-btn:first-child{
    margin-bottom: 15px !important;
}
	
}
@media (max-width: 767px) {
    .btn.btn-primary-new {
        padding: 12px 40px !important;
    }
    .row-top-bottom-margin {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .row-top-margin {
        margin-top: 30px !important;
    }

    .row-bottom-margin {
        margin-bottom: 30px !important;
    }

    .p-32 p,
    .p-32 li {
        font-size: 22px;
    }
	
	.center-img {
		text-align: center !important;
	}

    body .vc_custom_1722837532803 {
        margin-top: 0px !important;
    }

    .our-history-vector .vc_column-inner {
        padding-right: 0 !important;
        padding-bottom: 140px !important;
    }

    .two-col-li ul {
        padding: 0;
        column-count: 1;
    }

    .two-col-li ul li:before {
        height: 8px;
        width: 8px;
    }

    .two-col-li ul li {
        padding-left: 20px;
    }

    .two-col-accordion .vc_tta-container {
        width: 100%;
        margin: 0;
    }

    body .vc_custom_1722841062057 {
        padding-top: 30px !important;
        padding-right: 20px !important;
        padding-bottom: 30px !important;
        padding-left: 20px !important;
    }

    .site-footer .container,
    section#footer_columns .container,
    .footer-social-cover>div {
        padding-right: 15px;
    }

    .site-footer>.container:after {
        height: 39px;
        width: 66px;
        bottom: 7px;
        right: 20px;
    }

    #footer_columns .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .site-footer .toolkit-custom-menu {
        justify-content: center;
    }

    .p-24 p,
    .p-24 li {
        font-size: 18px;
    }

    .p-24 td {
        font-size: 18px;
    }

    .footer-join-community p {
        font-size: 24px;
    }

    header#masthead .navbar-brand a {
        height: 110px;
    }

    .mobile-column-0>div>div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body .vc_custom_1722866015982 {
        margin-top: 20px !important;
    }

    body .vc_custom_1722864913028 {
        margin-bottom: 40px !important;
    }

    body .vc_custom_1722865342252 {
        margin-bottom: 0px !important;
    }

    .inner-banner {
        border-width: 10px;
    }

    .inner-banner h1 {
        margin-top: 5px;
    }

    .inner-banner p {
        font-size: 22px;
    }

    .saving-items-cover .vc_col-sm-4 {
        width: calc(100% - 20px);
        margin: 10px;
    }

    .saving-items-cover .wpb_content_element {
        padding-bottom: 20px;
    }

    .saving-items-cover {
        min-height: 1px;
    }

    body .vc_custom_1722930989623 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    body .vc_custom_1722923802888 {
        margin-top: 20px !important;
    }

    .row-pr-30 {
        padding-right: 0 !important;
    }

    .item-has-border>div>div {
        min-height: 80px;
    }

    .btn.btn-35 {
        font-size: 20px !important;
    }

    .p-36 p {
        font-size: 24px;
    }

    body .vc_custom_1722946936773 {
        margin-bottom: 50px !important;
    }

    body .vc_custom_1722946885435,
    body .vc_custom_1722946892133 {
        margin-bottom: 0px !important;
    }

    .block-is-sticky {
        position: inherit !important;
    }

    body .event-banner {
        background-position: right 20% bottom !important;
    }

    .event-banner {
        min-height: 380px;
    }

    .li-as-button ul li a {
        padding: 25px 20px;
        font-size: 22px;
    }

    .h4-24 h4 {
        font-size: 20px;
    }

    .vc_tta-container+.vc_tta-container {
        margin-top: -3px;
    }

    .team-items-cover .wpb_single_image {
        min-height: 80vw;
    }

    .team-items-cover .wpb_text_column {
        padding: 30px 20px;
    }

    .team-items-cover p {
        font-size: 20px;
    }

    .banner-full-width {
        margin-top: 20px;
    }

    .request-form-cover label,
    .request-form-cover .frm_primary_label {
        font-size: 20px !important;
    }

    .request-form-cover textarea {
        min-height: 120px;
    }

    .with_frm_style input[type=text],
    .with_frm_style input[type=password],
    .with_frm_style input[type=email],
    .with_frm_style input[type=number],
    .with_frm_style input[type=url],
    .with_frm_style input[type=tel],
    .with_frm_style input[type=file],
    .with_frm_style input[type=search],
    .with_frm_style select,
    .with_frm_style .frm-card-element.StripeElement {
        min-height: 50px;
    }

    .address-icon,
    .phone-icon,
    .hours-icon {
        padding-bottom: 10px !important;
        background-size: 25px;
        padding-left: 40px;
    }

    .contact-page-info>div:not(:last-child):before {
        width: 100%;
        height: 1px;
        right: 0;
        background-image: url(../../../wp-content/uploads/2024/08/block-horizontal-line.svg);
        background-position: center;
        background-repeat: no-repeat;
        bottom: 0;
    }

    .contact-page-info>div:not(:last-child) {
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .current-job-cover .toolkit-vc-btn a {
        font-size: 18px !important;
        background-size: 24px;
        padding: 20px 20px 20px 50px !important;
        background-position: left 20px center !important;
    }

    .current-job-cover .banner-full-width img {
        min-height: 210px;
        object-fit: cover;
    }

    body .vc_custom_1723629962741 {
        margin-left: 0 !important;
        width: 100%;
    }

    .all-post-sidebar {
        width: 100%;
    }

    .all-post-content {
        width: 100%;
        padding-left: 0;
    }

    .all-post-cover .d-flex {
        flex-wrap: wrap;
    }

    .all-post-categories {
        margin-bottom: 40px;
    }

    .first-post-content h1 {
        font-size: 38px;
    }

    .first-post-content {
        padding: 24px 20px;
    }

    .first-post-content p,
    .recipe-type {
        font-size: 20px;
    }

    .all-post-cover {
        margin: 70px 0;
    }

    .hero-content {
        width: 100%;
    }

    .hero-img-block {
        width: 100%;
    }

    #frm_field_78_container {
        order: -1;
    }

    .hero-content form input {
        width: 100% !important;
        border-radius: 5px !important;
    }

    .hero-content .frm_submit {
        margin-top: 10px;
    }

    .hero-content .frm_submit button {
        width: 100% !important;
        height: 50px !important;
    }

    .hero-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .our-story-section {
        margin: 70px 0;
    }

    .location-item-img {
        width: 220px;
    }

    .location-item-content {
        width: calc(100% - 220px);
    }

    .location-item-content .btn {
        font-size: 14px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .location-address-item {
        padding-right: 5px;
    }

    .location-item-content {
        padding: 16px;
    }

    .gallery-grid-items .gallery-grid-item {
        margin: 0 3px;
    }

    .notification-cover form input {
        width: 100% !important;
    }

    .notification-cover .frm_submit button {
        width: 100% !important;
        margin-top: 10px !important;
    }

    .notification-cover h2 {
        font-size: 38px;
    }

    .adv-cover h2 {
        font-size: 40px;
    }

    .hero-content h1 {
        font-size: 50px;
    }
    .page-id-24 .footer-join-community h2 span{
        color: #fff !important;
    }
    .btn.sign-email {
    margin-right: 0px !important;
}
.btn.sign-email, .btn.sign-sell {
    padding: 12px 40px !important;
}
}

@media (max-width: 599px) {
    #footer_columns .col-sm-3 {
        text-align: center;
    }

    .btn {
        font-size: 16px !important;
    }

    .footer-social-cover ul {
        padding-left: 5px;
    }

    .footer-social-cover p {
        padding-right: 5px;
    }

    .site-footer .toolkit-custom-menu li a {
        font-size: 14px;
    }

    .site-footer .toolkit-custom-menu li {
        margin: 0 15px 6px;
    }

    .footer-social-cover li {
        margin: 0 2px;
    }

    .two-col-year ul {
        column-count: 1;
    }

    .two-col-year li a {
        font-size: 16px;
    }

    .two-col-year li {
        font-size: 22px;
    }

    .li-as-button ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .li-as-button ul li a {
        padding: 15px 16px;
        font-size: 18px;
    }

    body .vc_custom_1723041598406 {
        margin-top: 10px !important;
    }

    body .vc_custom_1722931738262 {
        margin-top: 0px !important;
    }

    .team-items-cover p {
        font-size: 18px;
    }

    .wpb_text_column+.wpb_text_column {
        padding-top: 0;
    }

    .contact-table tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .contact-table tr td {
        padding: 5px 0;
    }

    .post-content {
        width: 100%;
    }

    .post-img {
        width: 100%;
    }

    .first-post-img {
        width: 100%;
    }

    .first-post-content {
        width: 100%;
    }

    .first-post-cover .d-flex {
        flex-wrap: wrap;
    }

    .first-post-content h1 {
        font-size: 32px;
    }

    .post-content {
        padding: 20px;
    }

    .archive #content.container {
        padding: 0 30px;
    }

    .post-content h2 {
        margin-bottom: 0;
    }

    .post-content h2 {
        font-size: 24px;
    }

    .plu-content-items {
        column-count: 1;
    }

    .plu-search input[type="search"] {
        font-size: 20px;
        height: 52px;
    }

    .plu-search input[type="submit"] {
        width: 60px;
        height: 54px;
        background-size: 24px;
    }

    .plu-banner {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .plu-content-items {
        margin-bottom: 50px;
    }

    .location-item-img {
        width: 100%;
    }

    .location-item-content {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .location-item {
        flex-wrap: wrap;
    }

    .gallery-grid-items {
        flex-wrap: wrap;
    }

    .gallery-grid-item {
        width: 33.33%;
        margin-bottom: 3px !important;
        margin-top: 3px !important;
    }

    .gallery-grid-item:nth-child(2n) {
        transform: translateY(0px);
    }

    .gallery-grid-items {
        margin: 0 3px;
    }

    .story-content {
        padding-right: 0;
        width: 100%;
    }

    .story-img {
        width: 100%;
        margin-top: 30px;
    }

    .gallery-grid-cover,
    .notification-cover {
        margin: 60px 0;
    }

    .hero-img-block .hero-img-item:first-child {
        flex: 6;
    }

    .hero-img-block .hero-img-item:hover {
        flex: 6;
    }
    .hero-img-block .hero-img-item.block-active {
        flex: 6;
    }

    .hero-img-cnt-display .btn {
        font-size: 12px !important;
        padding: 10px 20px !important;
    }

    .adv-cover h2 {
        font-size: 32px;
    }

    .notification-cover h2 {
        font-size: 28px;
    }

    .block-active .hero-img-cnt {
        padding: 20px;
    }

    .hero-img-cnt-display p {
        font-size: 16px;
    }

    .hero-cnt-title h3 {
        font-size: 20px;
    }

    .our-story-section .d-flex {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
	.calendar-title {
		display: block !important;
	}
}