/* 
Theme Name: Brass Town Beef
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FDM
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/******Default vip css start*****/  
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--ink:        #0A0807;
	--ink-2:      #110D0B;
	--char:       #181311;
	--char-2:     #221B17;
	--line:       rgba(244, 236, 216, 0.10);
	--line-2:     rgba(244, 236, 216, 0.18);

	--bone:       #F4ECD8;
	--bone-2:     #E8DFC8;
	--mute:       rgba(244, 236, 216, 0.62);
	--mute-2:     rgba(244, 236, 216, 0.45);

	--gold:       #C9A86A;
	--gold-br:    #E1BE7B;
	--gold-dk:    #8C7440;

	--copper:     #B5734A;
}
body {
	background: var(--ink);
} 
*{
	outline: none !important; 
	text-decoration: none !important;  
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}  
p, li, div, p.elementor-heading-title { 
	line-height: 1.65;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px; 
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	color: var(--mute);
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #F4ECD8;
	letter-spacing: 0;
	font-family: "Playfair Display", serif;
	font-weight: normal;
	line-height: 1.05;
}
.bigheading   {
	margin-bottom: 30px !important;
}
p a{
	color: #c9a86a !important;
	font-weight: 700;
	text-decoration: unset !important;
} 
p a:hover, .link-text a:hover {
	color: #bab4b4 !important;
}
strong {
	font-weight: 500 !important;
}  
.subheading h6 {
	font-size: 18px;
	line-height: 49px;
	text-transform: uppercase;
	color: #2b328c;
}
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn{
	margin-top: 30px; 
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
	color: #736d63;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
.pr30{
	padding-right: 30px;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed !important;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	background: #000;
	border-bottom: 1px solid #ffffff30;
}
.hdactive .header_main {
	padding: 8px 0;
}
.hdactive .site_logo img {
	max-width: 80px;
}
.hd_menu  .elementor-widget-container {
	width: 100%;
}      
.header_main .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
} 
.hd_menu .elementor-nav-menu > li {
	margin-left: 35px;
}
.hd_menu .elementor-nav-menu > li > a { 
	color: var(--bone) !important;
	padding: 0 !important; 
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #8B0000 !important;
}
.sub-arrow {
	padding-left: 6px !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	line-height: normal;
	background: #8B0000;
	border: 1px solid #8B0000;
	padding: 14px 35px !important;
	border-radius: 50px;
	min-width: 160px;
	justify-content: center;
}
.hd_menu .elementor-nav-menu > li:last-child > a:hover {
	background: transparent; 
	color: var(--bone) !important;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 15px !important;
	color: var(--bone) !important;
	border-bottom: 1px solid #ffffff1f;
	border-left: 0;
	white-space: normal;
	font-size: 15px;
	letter-spacing: 0;
	border-radius: 3px !important;
	overflow: hidden;
}
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}  
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #000;
	min-width: max-content !important;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #cccccc29;
	padding: 10px 12px;
	width: 230px !important;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: #8b0000 !important;
	opacity: 1;
	border-left: unset !important;
	color: var(--bone) !important;
}
.elementor-location-header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 0;
}
.header_main {
	padding: 15px 0;
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: var(--bone);
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: var(--bone);
} 
.site_logo {
	width: auto !important;
	max-width: 320px;
}
.hd_right {
	width: calc(100% - 160px) !important;
}
.hdactive .site_logo {
	max-width: 220px;
}

/* ========== Start ========== */

.site_logo img {
	max-width: 100px;
} 	
.quote {
	margin-top: 36px;
	padding-top: 28px;
	border-top: 1px solid var(--line);
}
.quote p {
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.5;
	color: var(--bone-2);
}
.quote i {
	margin-top: 14px;
	font-size: 11px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--gold);
	font-style: normal;
	font-family: "Inter", sans-serif;
}
.image-badge {
	position: absolute;
	bottom: 24px;
	left: 24px;
	background: rgb(139, 0, 0);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid var(--line-2);
	border-radius: 16px;
	padding: 18px 22px;
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: max-content;
}
.image-aux {
	position: absolute;
	top: -32px;
	right: -32px;
	width: 38% !important;
	aspect-ratio: 1/1.05;
	border-radius: 6px;
	overflow: hidden;
	border: 6px solid var(--ink);
	z-index: 2;
}
.image-aux img { width: 100%; height: 100%; object-fit: cover; }
.image-badge .num {
	font-family: "Playfair Display", serif;
	font-size: 34px;
	font-weight: 500;
	color: var(--gold);
	line-height: 1;
}
.image-badge .num em { font-style: italic; font-weight: 400; }
.image-badge .lab {
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--mute);
	line-height: 1.4;
}
.zones {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}
.zones b {
	font-size: 10px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 14px;
	display: block;
}
.zones ul, .policy-pages ul {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 24px;
}
.zones li {
	font-family: "Playfair Display", serif;
	font-size: 17px;
	color: var(--bone-2);
	margin: 0;
}
.zones li::before, .policy-pages li::before {
	content: "—";
	color: var(--gold);
	margin-right: 10px;
}
.mdheading h2 {
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: -0.01em;
	color: var(--bone);
	margin-bottom: 25px;
}
.mdheading h2 em{
	color: var(--gold);
}
.border-top { 
	border-top: 1px solid var(--line);
}
.meta p {
	font-size: 14px;
	color: var(--mute);
	max-width: 32ch;
}
.meta {
	display: flex;
	justify-content: right;
}
.meta i {
	font-style: normal;
	color: #8b0000;
}
.cuts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.cutmain {
	position: relative;
	background: var(--char);
	border: 1px solid var(--line);
	border-radius: 18px;
	overflow: hidden;
	transition: transform .35s, border-color .35s;
}
.cutmain:hover { transform: translateY(-4px); border-color: var(--line-2); }
.cutmain .img {
	position: relative;
	aspect-ratio: 4/3.2;
	overflow: hidden;
	background: var(--char-2);
}
.cutmain .img img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .8s;
}
.cutmain:hover .img img { transform: scale(1.04); }
.cutmain .img .badge {
	position: absolute;
	top: 16px; left: 16px;
	padding: 6px 12px;
	background: rgba(10,8,7,0.7);
	backdrop-filter: blur(8px);
	border: 1px solid var(--line-2);
	border-radius: 999px;
	font-size: 10px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--gold);
}
.cutbody {
	padding: 24px 26px;
}
.cutmain h3 {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-size: 20px;
	color: var(--bone);
	letter-spacing: -0.005em;
	line-height: 1.15;
	margin-top: 0;
}
.cut .sub {
	margin-top: 6px;
	font-size: 13px;
	color: var(--mute);
}
.cutfoot {
	margin-top: 22px;
	padding-top: 15px;
	border-top: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cutfoot .price {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-size: 19px;
	color: var(--gold);
	line-height: 1;
}
.cutfoot .price small {
	font-family: "Inter", sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: var(--mute);
	margin-left: 4px;
	letter-spacing: 0.06em;
}
.cutfoot .add {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 25px;
	border: 1px solid #8b0000;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--bone);
	transition: background .2s, color .2s, border-color .2s;
	background: #8b0000;
}
.cutfoot .add:hover {
	background: transparent;
	color: var(--bone); 
}
.left-btns .elementor-widget-wrap {
	column-gap: 12px;
}
.inr-bnr {
	padding: 50px 15px 100px;
}
.sm-txt p {
	font-size: 12px;
	max-width: 460px;
}
.bnr-subhd p {
	padding: 9px 18px 9px 40px;
	border: 1px solid var(--line-2);
	border-radius: 999px;
	background: rgba(244, 236, 216, 0.03);
	font-weight: 500;
	font-size: 11px !important;
	letter-spacing: 0.36em;
	text-transform: uppercase;
	display: inline-flex;
	position: relative;
	margin-bottom: 30px;
	color: var(--bone-2);
}
.bnr-subhd p::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gold);
	top: 15px;
	left: 20px;
}
.inr-hd h1 {
	font-size: 70px;
	letter-spacing: -0.018em;
	color: var(--bone);
	line-height: 68px;
	margin-bottom: 30px;
} 
.inr-hd h1 em, .bigheading h2 em {
	font-weight: 400;
	color: var(--gold);
}
.defbtn a {
	padding: 16px 24px 16px 28px;
	border-radius: 999px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	letter-spacing: 0.04em;
	transition: all ease-in-out 0.5s !important;
	white-space: nowrap;
	border: 1px solid #8B0000;
	background: #8B0000 !important;
	color: var(--bone);
	text-transform: uppercase;
	font-size: 15px;
}
.defbtn a:hover {
	background: transparent !important;
	border: 1px solid #8B0000;
	color: var(--bone);
}
.img-radius img {
	border-radius: 50%;
	background: var(--char);
	box-shadow: 0 60px 120px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(201,168,106,0.18);
}
.inr-sub p {
	font-size: 11px !important;
	letter-spacing: 0.36em;
	text-transform: uppercase;
	color: var(--gold);
	font-weight: 500;
	margin-bottom: 25px;
	position: relative;
}
.inr-sub p::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gold);
	top: 0px;
	left: 0;
	position: relative;
	display: inline-block;
	margin-right: 15px;
}
.bigheading h2 {
	font-size: 59px;
	line-height: 60px;
	letter-spacing: -0.015em;
} 
.bg-cuts {
	background: var(--ink-2);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
} 
.rgt-col-space {
	padding: 90px 0px 60px 60px;
}
.btn-center .elementor-widget-wrap {
	justify-content: center; 
	column-gap: 15px;
} 
.bnr-img {
	position: relative;
}
.bnr-icon {
	border: 1px solid var(--line-2);
	border-radius: 20px;
	padding: 10px 22px 16px;
	display: flex;
	z-index: 3;
	max-width: max-content;
	align-content: center;
	align-items: center;
	background: rgba(20, 16, 14, 0.78);
	backdrop-filter: blur(14px);
}
.bnr-icon .elementor-image-box-img {
	width: 45px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(201,168,106,0.15);
	color: var(--gold);
	margin-top: 5px !important;
}
.bnr-icon .elementor-image-box-img img {
	width: 20px;
	height: 20px;
	object-fit: contain;
} 
.bnr-icon .elementor-image-box-title {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-size: 16px;
	color: var(--bone);
	line-height: 1.1;
} 
.bnr-icon p {
	font-size: 12px;
	line-height: 1.35;
}  
.bnr-icon.ic-1 {
	top: 10%; 
}
.bnr-icon.ic-2 {
	top: 50%;
	left: -10%;
	transform: translateY(-50%);
}
.bnr-icon {
	position: absolute;
	left: 0;
}
.bnr-icon.ic-3 {
	bottom: 10%; 
}
.scnbtn.defbtn a {
	background: transparent !important;
	color: var(--bone);
	border: 1px solid rgb(139, 0, 0);
} 
.scnbtn.defbtn a:hover {
	border-color: #8B0000;
	color: var(--bone);
	background-color: #8b0000 !important;
}

.rgt-bnr-pts .bnr-icon.ic-1 {
	right: -70%;
	left: unset;
}
.rgt-bnr-pts .bnr-icon.ic-2 {
	right: -40%;
	left: unset;
}
.rgt-bnr-pts .bnr-icon.ic-3 {
	right: -70%;
	left: unset;
} 
.full-height-col .elementor-widget-wrap .elementor-widget, .full-height-col .elementor-widget-wrap .elementor-widget * {
	height: 100% !important;
	object-fit: cover;
} 
.bg-txt-border {
	background: var(--char);
	border: 1px solid var(--line);
	border-radius: 20px;
	overflow: hidden;
} 
.bg-content {
	padding: 60px 30px 60px 60px;
} 
.simple-radius img{
	border-radius: 6px;
}
.img-base {
	position: relative;
} 
.img-uper {
	position: absolute;
	top: -32px;
	right: -32px;
	width: 38% !important;
	border: 6px solid var(--ink);
	border-radius: 6px;
	overflow: hidden;
}
.img-uper img {
	width: auto !important;
	height: auto !important;
}
.double-side-img .img-uper {
	left: -32px;
} 
.btm-img.img-uper {
	top:unset;
	bottom: -32px;
	left: unset;
	right: -32px !important;
} 

.faqblock .elementor-accordion-title {
	font-size: 24px;
	line-height: normal;
	font-family: "Playfair Display", serif;
	font-weight: 500;
}
.faqblock .elementor-accordion-item {
	margin-bottom: 25px;
	border: 1px solid #c9a86a69 !important;
	background: #110d0b;
	overflow: hidden;
	border-radius: 6px;
}
.faqblock .elementor-accordion .elementor-tab-title {
	padding: 25px 25px 25px 68px;
	background-image: url("https://brasstownbeef.com/wp-content/uploads/2026/06/bw-qs.png");
	background-repeat: no-repeat;
	background-position: center left 25px;
	background-size: 27px;
}
.faqblock .elementor-accordion-icon {
	height: 28px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.faqblock .elementor-accordion .elementor-tab-content {
	border: 0px;
	padding: 0 25px 35px; 
	color: var(--bone) !important;
} 
.faqblock .elementor-accordion .elementor-tab-content p{
	color: var(--bone) !important;
}
.faqblock .elementor-active {
	background: #000000;
}
.faqblock .elementor-tab-title.elementor-active a{
	color: var(--bone) !important;
} 
.faqblock .elementor-accordion .elementor-active.elementor-tab-title {
	background-image: url(https://brasstownbeef.com/wp-content/uploads/2026/06/wt-qs.png) !important;
}
.faqblock .elementor-accordion-icon {
	width: auto !important;
}  
.faqblock .elementor-accordion-item:last-child {
	margin-bottom: 0px;
}

.faqblock .elementor-accordion-icon-closed, .faqblock .elementor-accordion-icon-opened {
	position: relative;
	transition:all ease-in-out 0.5s;
} 
.faqblock .elementor-accordion-icon-closed:before, .faqblock .elementor-accordion-icon-opened:before {
	content: "";
	position: absolute;
	background-image: url(https://brasstownbeef.com/wp-content/uploads/2026/06/plus-site.png);
	width: 25px !important;
	height: 25px !important;
	background-size: 17px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	left: -25px;
	top: -15px;
}  
.faqblock .elementor-accordion-icon-opened::before {
	background-image: url(https://brasstownbeef.com/wp-content/uploads/2026/06/minus-wtt.png);
} 
.faqblock .elementor-active .elementor-accordion-icon-opened::before{
	background-image: url(https://brasstownbeef.com/wp-content/uploads/2026/06/minus-wtt.png);
}
.faqblock .elementor-accordion-icon svg {
	display: none !important;
}  
.faqblock .elementor-accordion .elementor-tab-content a {
	color: var(--bone) !important;
} 
.faqblock .elementor-accordion .elementor-tab-content a:hover {
	opacity: 0.7;
}  

.left-space-col > .elementor-widget-wrap {
	padding: 60px 55px 60px !important;
} 




.gform_wrapper .gform_validation_errors {
	display: none;
}
.validation_message {
	padding: 0px !important;
	background: transparent !important;
	border: 0px !important;
	margin-top: 0px !important;
	line-height: 20px !important;
	font-size: 14px !important;
}
.gform_wrapper .gfield_required{
	display: none !important;
} 
.custom-contact .radio-box  .gfield_label{
	font-weight: 500 !important;
}
.custom-contact label, .custom-contact .gfield_label{
	font-weight: 500 !important;
	font-size: 15px !important;
	line-height: normal !important;
	padding: 0px !important;
	color: var(--bone) !important;
	display: block !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	background: #110d0b !important;
	height: 60px;
	margin-bottom: 0px !important;
	border-radius: 6px !important;
	padding: 8px 15px !important;
	color: var(--bone) !important;
	font-size: 15px !important;
	border: 1px solid var(--line) !important; 
	width: 100% !important;
}
.custom-contact .textarea { 
	height:160px !important;
}	  
.custom-contact .gform_footer {
	margin: 25px 0px 0px !important;
	padding: 0px !important;
} 
.custom-contact .elementor-widget-wrap{
	background: transparent !important;
	padding: 50px;
	border-radius: 15px;
	box-shadow: 0px 0px 6px #00000026;
	margin-top: 0px;
	z-index: 2;
	position: relative;
	border: 1px solid var(--line);
}  
.half-col {
	grid-column: span 6 !important;
	margin-bottom: 15px;
} 
.form-txt .gfield_description {
	font-size: 11px !important;
	padding: 5px 0 0 !important;
	margin: 0px;
}
.form-txt a {
	color: #8b0000;
	text-decoration: underline !important;
}
.full-col{
	margin-bottom: 15px !important;
}
.custom-contact .button {
	height: unset !important;
	padding: 16px 24px 16px 28px !important;
	border-radius: 999px !important;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 15px !important;
	letter-spacing: 0.04em;
	transition: all ease-in-out 0.5s !important;
	white-space: nowrap;
	border: 1px solid #8B0000 !important;
	background: #8B0000 !important;
	color: var(--bone) !important;
	min-width: 190px !important; 
	max-width: max-content;
}  
.custom-contact .button:hover {
	border: 1px solid #8B0000 !important;
	background: transparent !important;
}
.gform_wrapper .gform_validation_errors > h2 {
	font-size: 17px !important;
	font-weight: 500;
	line-height: normal !important;
}


.custom-contact .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 2.5% !important;
}

::placeholder {
	font-size: 15px !important;
}  
.small-hd h2 {
	font-size: 40px;
	line-height: 35px;
	color: #c9a86a;
	margin-bottom: 20px;
}  
.smheading h2 {
	font-size: 34px;
	line-height: 30px;
	color: #c9a86a;
	margin-bottom: 15px;
	font-weight: normal;
}
.info-card .elementor-image-box-img {
	width: 35px !important;
	display: flex !important;
	padding: 8px;
	border-radius: 50px;
	background: rgba(201,168,106,0.15);
	height: 35px;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	margin-right: 10px !important;
} 
.info-card .elementor-image-box-img img {
	max-width: 20px;
	max-height: 20px;
	object-fit: contain;
	transition: all ease-in-out 0.5s !important;
} 
.info-card .elementor-image-box-title {
	font-size: 16px;
	color: #c9a86a;
} 
.info-card {
	margin: 15px 15px 15px 0px !important;
	border: 1px solid var(--line-2);
	border-radius: 20px;
	padding: 10px 12px;
	display: flex;
	z-index: 3;
	align-content: center;
	align-items: center;
	background: rgba(20, 16, 14, 0.78);
	backdrop-filter: blur(14px);
} 
.info-row svg {
	fill: #c9a86a !important;
	width: 16px !important;
	height: 16px !important;
	margin-right: 10px !important;
} 
.info-row li {
	border-bottom: 1px solid var(--line);
	padding-bottom: 15px !important;
	margin-bottom: 15px !important;
} 
.info-row ul {
	padding: 0px 15px !important;
} 
.info-row .elementor-icon-list-text i {
	float: right;
	font-style: normal;
} 
.info-row li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
} 
.info-row .elementor-icon-list-text em {
	font-style: normal;
	float: left;
} 
.info-row .elementor-icon-list-text {
	color: var(--bone) !important;
	transition: all ease-in-out 0.5s !important;
	width: 100%;
}
.info-row .elementor-icon-list-text:hover {
	color: #cdc4c4 !important;
} 
.bdr-left {
	border-left: 1px solid var(--line);
	padding-left: 55px; 
} 
.custom-contact.btn-center .button {
	margin: 0 auto !important; 
	min-width: 200px !important;
} 
.custom-contact .ginput_complex .ginput_container_time {
	max-width: 76px !important;
	min-width: 76px !important;
}  
.custom-contact .ginput_complex input {
	padding: 8px 13px !important;
}
.custom-contact .ginput_complex {
	align-items: center !important;
} 
.custom-contact .ginput_complex select {
	color: #afadaa !important;
}
.h_stats {
	margin-top: 56px;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	padding-top: 32px;
	border-top: 1px solid var(--line);
	/* justify-content: space-between; */
}
.h_stats .s {
	width: calc(100% / 3 - 10px) !important;
}
.sub {
	display: none;
}
.h_stats .s .v {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-size: 38px;
	color: var(--gold);
	line-height: 1;
}
.h_stats .s .v em { font-style: italic; font-weight: 400; }
.h_stats .s .k {
	margin-top: 8px;
	font-size: 13px;
	color: var(--mute);
}
.mapsection .elementor-background-overlay {
	z-index: 2;
}
.map_block svg {
	width: 2120px;
	left: -198%;
	position: absolute;
	bottom: -750px;
	z-index: -1;
}
.map_block {
	z-index: 1;
	pointer-events: none;
} 
.topbar {
	background: #8b0000;
	padding: 5px 20px; 
}
.topbar a {
	font-size: 15px !important;
	color: var(--bone) !important;
	font-weight: normal !important;
	line-height: normal !important;
}
.topbar p {
	display: flex;
	max-width: 1260px;
	margin: auto;
	flex-wrap: wrap;
	justify-content: center;
}
.delivertxt {
	border-right: 2px solid;
	padding-right: 15px;
	margin-right: 15px;
}
.phone-num {
	margin-left: auto;
}
.topbar a::before {
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	opacity: 0.8;
	margin-right: 8px;
	content: "";
	background-size: 18px;
}
.pickuptxt::before {
	background-image: url("https://brasstownbeef.com/wp-content/uploads/2026/06/map-mark-Photoroom.png");
	margin-top: -4px !important;
}
.delivertxt::before { 
	background-image: url("https://brasstownbeef.com/wp-content/uploads/2026/06/delivery-Photoroom.png");	
}
.phone-num::before {
	background: url(https://brasstownbeef.com/wp-content/uploads/2026/07/call.png);
}
.bannercaption h1, .policy-pages h1 {
	font-size: 67px;
	margin-bottom: 24px;
}
.home .elementor-location-header {
	position: absolute;
}
.bannercaption h1 em, .policy-pages h1 em {
	font-style: italic;
	font-weight: 400;
	color: var(--gold);
}

.btnsets .defbtn {
	width: auto;
	margin: 0 5px;
}
.bannercaption {
	padding: 200px 0 100px;
}
.btnsets {
	margin-top: 20px;
}

.btnsets > div { 
	row-gap: 15px;
}
.hero-info ul {
	margin-top: 64px;
	display: flex;
	gap: 48px;
	flex-wrap: wrap;
} 
.hero-info li {
	display: flex; flex-direction: column; gap: 4px;
}
.hero-info li span:first-child {
	font-size: 10px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: rgb(255 255 255);
}
.hero-info li span:last-child {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-size: 22px;
	color: var(--bone);
}
.hero-info li span:last-child  em { font-style: italic; color: var(--gold); }
.subscription-tag {
	position: absolute;
	background: #8b0000;
	color: #fff;
	padding: 6px 13px;
	border-radius: 0 10px 10px 0;
	top: 15px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.policy-pages h2 {
	font-size: 26px;
	margin: 35px 0 15px;
}
.defbtn em {
	font-style: normal;
	display: block;
	font-size: 11px;
	letter-spacing: 0;
	margin-top: 6px; 
}
.policy-pages ul {
	margin-bottom: 15px;
	display: block;
}
.policy-pages p {
	margin-bottom: 10px;
}
.policy-pages ul li {
	width: 100% !important;
	margin-bottom: 5px;
}
.map_ichd img {
	max-height: 44px;
	vertical-align: middle;
	margin-right: 21px;
}
.order_block {
	border: 1px solid var(--gold);
	border-radius: 5px;
	margin-top: 50px;
	padding: 40px 40px;
	background: var(--ink-2);
}
.foot {
	background: var(--ink-2);
	border-top: 1px solid var(--line);
	padding: 88px 15px 15px;
}
.foot ul {
	list-style: none;
	display: flex;
	flex-direction: column;
}
.foot ul a {
	font-size: 15px;
	color: var(--bone-2);
	transition: color .2s;
}
.foot ul li {
	margin-bottom: 10px;
}
.foot ul a:hover {
	color: #8B0000;
}
.foot-bottom {
	margin-top: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	font-size: 12px;
	color: var(--mute-2);
	letter-spacing: 0.02em;
} 
.serving_partner figure img {
	max-height: 90px;
	max-width: 160px;
}
.serving_partner figure {
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(244 236 216 / 10%);
	border-radius: 5px;
	background: var(--ink-2);
} 
.btn-gold {
	background: #8B0000;
	color: #fff;
	padding: 11px 26px !important;
}
.btn-gold:hover {
	background: transparent;
	border: 1px solid #8B0000;
	color: #fff !important;
}
#mc_embed_signup form {
	margin: 0 !important;
}
div.mce_inline_error, #mc_embed_signup div.response {
    position: absolute;
    background: transparent !important;
    top: calc(100% + 11px) !important;
    left: 0 !important;
    width: 100% !important;
    font-size: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal !important;
    line-height: normal;
}
#mc_embed_signup .button[type="submit"] {
	background-color: #8B0000 !important;
	color: #FFFFFF;
	font-size: 13px !important;
	font-weight: normal !important;
	padding: 15px 22px !important;
	text-transform: uppercase;
	border-radius: 50px !important;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 !important;
	height: auto !important;
	line-height: normal !important;
	border: 0px !important;
}
.subscribeinner {
	position: relative;
	background: var(--char);
	border: 1px solid var(--line);
	border-radius: 24px;
	padding: 80px 80px;
	overflow: hidden;
}
.subscribeinner::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 70% at 100% 50%, rgba(201,168,106,0.15) 0%, transparent 60%);
	pointer-events: none;
} 
.subscribe-form {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.subscribe-form { 
	background: var(--ink);
	border: 1px solid var(--line-2);
	border-radius: 999px;
	padding: 8px 8px 8px 22px; 
}
.subscribe-form input {
	background: transparent;
	border: 0 !important;
	color: var(--bone);
	font-family: "Inter", sans-serif;
	font-size: 15px;
	padding: 13px !important;
	padding-right: 170px !important;
}
.mc-field-group {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.subscribe-form input::placeholder { color: var(--mute-2); } 
.map-overlay {
	overflow: hidden;
}
.video-credit p{
	margin: 22px auto 0;
	text-align: center;
	font-size: 12px !important;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--mute);
}
.tier-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}
.tier {
	position: relative;
	background: var(--char);
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 40px 36px;
	display: flex; flex-direction: column;
	gap: 0;
	transition: border-color .3s, transform .3s;
}
.tier:hover { border-color: var(--line-2); transform: translateY(-4px); }
.tier.featured {
	background: linear-gradient(180deg, rgba(201,168,106,0.08) 0%, var(--char) 80%);
	border-color: var(--gold-dk);
}
.tier .badge {
	position: absolute;
	top: -12px;
	left: 36px;
	padding: 6px 12px;
	background: var(--gold);
	color: var(--ink);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}
.tier .nm {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.1;
	color: var(--bone);
}
.tier .nm em { font-style: italic; color: var(--gold); }
.tier .frq {
	margin-top: 6px;
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--mute);
}
.tier .price {
	margin-top: 26px;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-size: 56px;
	line-height: 1;
	color: var(--bone);
}
.tier .price .unit {
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: var(--mute);
	margin-left: 6px;
	letter-spacing: 0.02em;
}
.tier .weight {
	margin-top: 8px;
	font-size: 14px;
	color: var(--gold);
	font-weight: 500;
	letter-spacing: 0.05em;
}
.tier ul {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
	list-style: none;
	display: flex; flex-direction: column;
	gap: 12px;
}
.tier ul li {
	display: flex;
	gap: 12px;
	font-size: 14px;
	color: var(--bone-2);
	margin: 0;
}
.tier ul li::before {
	content: "—";
	color: var(--gold);
	flex-shrink: 0;
}
.tier .cta {
	margin-top: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 22px;
	border-radius: 999px;
	border: 1px solid rgb(139, 0, 0);
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--bone);
	transition: background .25s, color .25s, border-color .25s;
}
.tier .cta:hover {
	background: #8B0000;
	color: var(--bone);
	border-color: #8B0000;
}
.tier.featured .cta {
	background: #8B0000;
	color: var(--bone);
	border-color: #8B0000;
}
.tier.featured .cta:hover {
	background: transparent;
	border-color: #8B0000;
} 
.ft_social  a {
	border: 1px solid var(--mute);
	border-radius: 50px;
	height: 40px !important;
	width: 40px !important;
	justify-content: center !important;
	display: flex !important;
	align-items: center !important;
}
.ft_social li {
	width: auto !important;
	margin: 0 4px!important;
}
.ft_social a svg {
	fill: var(--mute);
	margin: 0 !important;
	width: 20px !important;
	height: 16px !important;
}
.ft_social span.elementor-icon-list-text {
	display: none;
}
.fthd p {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 12px !important;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 20px;
}
.ftbottom {
	margin-top: 40px;
	border-top: 1px solid var(--line);
	padding: 25px 0 10px;
}
.copyright-text p, 
.copyright-text a,
.ft_btm_link li span{
	font-weight: normal;
	font-size: 14px;
	color: var(--mute) !important;
}
.ft_btm_link li span:hover,
.ft_menu li span:hover{
	color: #8B0000 !important;
}
.ft_menu li span{
	font-size: 14px;
	color: var(--mute); 
	line-height: 1.6;
}
.ft_menu li {
	margin-bottom: 10px !important;
}
.ft_social li {
	width: auto !important;
}
.ft_social a:hover {
	border-color: #8b0000 !important;
	background: #8b0000 !important;
}
.ft_social {
	display: flex;
	flex-direction: column !important;
}
.footermain {
	background: var(--ink-2);
	border-top: 1px solid var(--line);
	padding: 90px 15px 15px;
}
.foot ul li a svg {
	fill: var(--bone-2);
	width: 21px !important;
	height: 18px !important;
}
.brand-lockup img {
	width: 130px;
}
.wrap-n {
	max-width: 1280px;
	margin: 0 auto;
}
.blurb p{
	margin-top: 22px;
	font-size: 14px;
	color: var(--mute);
	max-width: 36ch;
	line-height: 1.6;
}
.insta_block img {
	height: 400px;
	object-fit: cover;
	border: 1px solid rgb(244 236 216 / 10%);
	border-radius: 5px;
	background: var(--ink-2);
	padding: 8px;
}
.review_slider .swiper-slide {
	background: transparent !important;
	border: 1px solid #5c4c32 !important;
	border-radius: 10px !important;
	padding: 30px  !important;
}
.review_slider .elementor-testimonial__text {
	font-size: 16px;
	line-height: 28px;
	min-height: 260px;
	margin-bottom: 20px;
}
.review_slider .swiper-slide .elementor-testimonial {
	display: flex;
	flex-wrap: wrap;
}
.review_slider .elementor-testimonial__header {
	order: 2;
}
.review_slider span.elementor-testimonial__name {
	color: #fff;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-size: 20px;
}
.review_slider .elementor-testimonial__text:before {
	content: "";
	left: 0;
	width: 86px;
	background-image: url("https://brasstownbeef.com/wp-content/uploads/2026/06/star.png");
	background-repeat: repeat;
	background-position: right;
	height: 17px;
	display: block;
	background-size: 17px;
	margin-bottom: 18px;
}
.gallery-cuts .e-gallery-item {
	border-radius: 10px !important;
	overflow: hidden;
}
.gallery-cuts .elementor-gallery-item__title {
	opacity: 1 !important;
	bottom: 0;
	position: absolute;
	background: #000;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	padding: 25px 15px 15px;
	line-height: normal;
	font-weight: 600;
	border-radius: 6px;
}


.blog-section .elementor-post__card {
	box-shadow: unset !important;
	border: 0px !important;
	background: #E6F2F1; 
	border-radius: 0px !important;
}
.blog-section .elementor-post__thumbnail__link {
	margin-bottom: 0px !important;
}
.blog-section .elementor-post__text {
	margin: 0px !important;
	padding: 0px !important;
} 
.blog-section .elementor-post__title {
	margin: 0px !important; 
}
.blog-section .elementor-post__title a {
	transition: all ease-in-out 0.5s !important;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: -0.005em;
	color: var(--bone);
	margin: 25px 0px 16px;
	display: block;
}  
.blog-section article:hover .elementor-post__title a {
	color:var(--gold);
}
.blog-section .elementor-post__excerpt p {
	color: #000 !important;
	font-size: 18px !important;
	line-height: 35px !important;
	margin: 20px 0px !important;
} 
.blog-section .elementor-post__read-more {
	font-size: 12px !important;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--bone);
	font-weight: 400 !important;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.blog-section .elementor-post__read-more::after {
	content: "→";
	color: var(--gold);
}

.blog-section article:hover .elementor-post__thumbnail img {
	transform: scale(1.1) !important;
} 
.blog-section .elementor-post__thumbnail img {
	width: 100% !important;
	transform: unset !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0;
	object-fit: cover;
	transition: all ease-in-out 0.3s !important;
}  

.blog-section .elementor-post__thumbnail {
	border-radius:10px;
} 





.single-left h1 {
	font-size: 53px !important;
	letter-spacing: -0.018em;
	color: var(--bone) !important;
	line-height: 60px !important;
	margin-bottom: 20px;
	font-family: "Playfair Display", serif !important;
	font-weight: 500 !important;
}
.single-left .elementor-icon-list-text {
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--gold) !important;
} 
.single-left h2, .single-left h3, .single-left h4 {
	margin: 35px 0px 20px !important;
}  
.single-left h2{
	font-size: 40px;
	line-height: 50px;
}
.single-left h3 {
	font-size: 37px;
	line-height: 47px;
}  
.post .single-left p {
	max-width: max-content !important;
	line-height: 1.65;
	font-size: 16px !important;
	font-weight: 400;
	margin-top: 0px;
}
.single-right h2 {
	font-size: 33px;
	line-height: normal;
	color: #c9a86a;
} 
.single-right .elementor-widget-posts {
	padding: 30px;
	margin-top: 20px;
	border-radius: 10px;
	background-image: linear-gradient(180deg, #110D0B 2%, #0000 100%);
	border: 1px solid var(--line);
} 
.single-right .elementor-post__title a {
	line-height: 1.65;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-weight: 400 !important;
	color: var(--mute) !important;
}  
.single-right .elementor-post__title a:hover {
	color: #c9a86a !important;
}
.single-right .elementor-post__title {
	border-bottom: 1px solid var(--line);
	padding-bottom: 15px;
	margin-bottom: 15px !important;
}  
.single-right article:last-child .elementor-post__title {
	border-bottom: 0px solid #ffffff40;
	padding-bottom: 0px;
	margin-bottom: 0px !important;
} 
.single-left p a {
	color: #c9a86a !important;
	font-weight: bold;
	transition: all ease-in-out 0.5s;
}  
.single-left p a:hover{
	opacity:0.7;
}
.single-left .elementor-widget-theme-post-content li{
	list-style: none;
	margin-bottom: 15px;
	position: relative;
} 
.single-left .elementor-widget-theme-post-content li::before {
	content: "—";
	color: var(--gold);
	margin-right: 10px;
} 
.post .single-left p b {
	font-weight: 400 !important;
}
.single-right article .elementor-post__thumbnail img {
	transform: unset !important;
	position: static !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
} 
.single-right article .elementor-post__thumbnail {
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
} 
.single-right article:last-child {
	border-bottom: 0px;
	padding-bottom: 0px !important;
} 
.btnfixed {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: #8b0000;
}
.loc_flexmain > div {
	column-gap: 22px;
	row-gap: 22px;
}
.btnfixed a {
	width: 50%;
	color: #fff;
	width: 50%;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 20px;
	border-right: 1px solid #ffffff36;
}
.btnfixed a:last-child {
	border: 0px;
}
.hd_menu .elementor-nav-menu > li.mobmenu {
	display: none;
}
.loc-card p {
	font-size: 15px;
}
.loc-card {
	width: calc(100% / 3 - 15px) !important;
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 30px 15px;
}
.loc-card img {
	max-height: 50px !important;
	width: auto;
}
.loc-card h2 {
	margin: 0 0 20px;
	font-size: 28px;
}
.loc-card:nth-child(n+4) {
	width: calc(100% / 4 - 18px) !important;
}
.serving_partner figure a:after {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	position: absolute;
}
.loc-card figure.elementor-image-box-img {
	display: flex;
	justify-content: center;
	width: 100% !important;
}
@media only screen and (max-width: 1360px) {
	.hdactive .header_main {
		padding: 8px 15px;
	}
	.hdactive .site_logo img {
		max-width: 70px;
	}
	.header_main {
		padding: 15px;
	}
	.map_block svg {
		width: 320%;
		left: -198%; 
	}
	.bigheading h2 {
		font-size: 45px;
		line-height: 1; 
	} 
	p, li, div, p.elementor-heading-title { 
		font-size: 15px; 
	}
	.image-aux { 
		top: 18px;
		right: 18px; 
	}
	.hero-info li span:last-child { 
		font-size: 19px; 
	}
	.quote p { 
		font-size: 18px; 
	}
	.cutmain h3 { 
		font-size: 22px; 
	}
	.h_stats .s .v { 
		font-size: 29px; 
	}
	.h_stats .s .k { 
		font-size: 11px; 
	}
	.pl60 {
		padding-left: 30px;
	}
	.bannercaption {
		padding: 190px 15px 50px; 
		max-width: 630px !important;
		width: auto !important;
	}
	.bannercaption h1, 
	.policy-pages h1 {
		font-size: 55px;
		margin-bottom: 24px;
	}
	.inr-hd h1 {
		font-size: 55px;
		line-height: 1.1;
	}
	.hero-info ul {
		margin-top: 40px;
		gap: 28px;
	}
	.blog-section .elementor-post__title a {
		font-size: 22px;
	}
	.copyright-text p, .copyright-text a, .ft_btm_link li span { 
		font-size: 13px; 
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 15px;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a { 
		min-width: 140px; 
	}
	.topbar a {
		font-size: 13px !important; 
	}
	.blurb p {
		margin-top: 18px;
		font-size: 13px; 
		max-width: 33ch;
		line-height: 1.4;
	}
	.serving_partner figure img {
		max-height: 70px;
		max-width: 140px;
	}
	.subscribeinner {
		position: relative;
		background: var(--char);
		border: 1px solid var(--line);
		border-radius: 24px;
		padding: 40px;
		overflow: hidden;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.pad-mob {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pt100 {
		padding-top: 60px;
	}
	.pad100 {
		padding: 60px 15px;
	} 
	.inr-bnr{
		padding: 20px 15px 60px;
	}
	.quote i { 
		letter-spacing: 1px; 
	}
}
@media only screen and (max-width: 1024px) {
	.header_main .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		fill: #000;
	}
	.header_main .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
		right: 0px !important;
	}
	.hd_menu .elementor-nav-menu > li.mobmenu {
		display: block;
	}
	.header_main .elementor-menu-toggle {
		background-color: #c9a86a;
		padding: 8px;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		width: fit-content;
		border-radius: 4px !important;
		margin-left: auto !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		right: -100%;
		transform: unset !important;
		max-height: 100% !important;
		transition: all ease-in-out 0.3s !important;
		background-color: #000;
		overflow: auto;
		z-index: 5;
	}
	.hd_menu nav > ul.elementor-nav-menu > li {
		margin-left: 0px;
	} 
	.elementor-nav-menu .sub-arrow {
		margin-left: auto;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		background-color: transparent !important;
		font-size: 17px !important;
		padding: 17px 25px !important;
		border: 0px !important;
		border-bottom: 1px solid #ffffff1f !important;
		justify-content: left;
		border-radius: 0px !important;
	}
	.header_main .elementor-nav-menu {
		margin: 70px auto auto !important;
		width: 100% !important;
	}
	.elementor-nav-menu > li > ul.sub-menu {
		border-radius: 0px !important;
		border: 0px !important;
		background: #ffffff0f;
		width: 100% !important;
	}
	.elementor-nav-menu > li > ul.sub-menu a {
		font-size: 17px !important;
		padding: 17px 25px !important;
		border-radius: 0px !important;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		position: fixed;
		top: 10px;
		right: 10px;
		border-radius: 5px !important;
		background: #ffffff1c !important;
	}
	.header_main .elementor-menu-toggle.elementor-active svg {
		fill: #fff;
	}
	.left-space-col > .elementor-widget-wrap {
		padding: 40px 15px 40px !important;
	}
	.bg-content {
		padding: 60px 30px;
	}
	.img-radius img {
		border-radius: 20px; 
	}
	.pr60 {
		padding-right: 30px;
	}
	.bnr-icon {
		display: none;
	}
	.brand-lockup img {
		width: 90px;
	}
	.ftmenucol ,
	.blurb p { 
		display: none;
	}
	.subscribeinner { 
		padding: 30px; 
	}
	.ftlogcol, .ftfollowcol {
		width: 50% !important;
		text-align: center;
	}
	.footermain { 
		padding: 60px 15px 15px;
	}
	.cuts-grid { 
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	.home .blog-section article:nth-child(n+3),
	.home .cutmain:nth-child(n+5){
		display: none;
	} 
	.h_stats .s {
		width: calc(100% / 2 - 12px) !important;
	}
	.mdheading h2 {
		font-size: 28px;  
	}
	.bigheading h2 {
		font-size: 40px; 
	}
	.zones li { 
		font-size: 15px; 
	}
	.defbtn a {
		padding: 15px 18px; 
		letter-spacing: 0.02em; 
		font-size: 14px;
	}
	.bdr-left {
		border: 0px;
		padding: 0;
	}
	.double-side-img {
		margin: auto;
	}
	.inr-hd h1 {
		font-size: 50px; 
	}
	.info-card {
		justify-content: center;
		margin: 20px 0 20px !important;
	}
	.info-card .elementor-image-box-img {
		width: auto !important;
		margin: 0 !important;
		display: none !important;
	}
	.single-right {
		display: none;
	}
	.single-left h1 {
		font-size: 33px !important; 
		line-height: 1.3 !important; 
	}
	.single-left h2 {
		font-size: 27px;
		line-height: 35px;
	}
	.single-left h2, .single-left h3, .single-left h4 {
		margin: 25px 0px 20px !important;
		text-align: center;
	}


}
@media only screen and (max-width: 767px) {
	.subscribe-form {
		border-radius: 10px;
		padding: 10px;
	}

	#mc_embed_signup .button[type="submit"] {
		width: 100% !important;
		position: static !important;
		border-radius: 6px !important;
	}

	#mc_embed_signup .mc-field-group input {
		text-indent: 0 !important;
		padding: 0 !important;
		text-align: center;
		margin-bottom: 10px !important;
	}

	div.mce_inline_error,
	#mc_embed_signup div.response{
		margin: 0 !important;
		left: 0;
		right: 0;
		top: 107px;
	}
	.topbar p { 
		row-gap: 7px;
	}
	.hd_menu {
		width: auto !important;
		border-radius: 50%;
		overflow: hidden;
	}
	.mob_phn img {
		max-height: 17px;
		width: auto;
		display: block;
	}
	.mob_phn {
		border-radius: 50px;
		width: 40px !important;
		height: 40px;
		margin-left: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
		background: #000;
		border: 1px solid #ffffff38;
	}
	.phone-num {
		display: none;
	}
	.loc-card:nth-child(n+4), .loc-card {
		width: 100% !important;
	}
	.ftbottom { 
		padding-bottom:  50px;
	}
	.btnfixed {
		display: flex;
	} 
	.info-row li a {
		max-width: max-content;
		margin: auto;
	}
	.bigheading h2 ,
	p, li, div, p.elementor-heading-title{
		text-align: center;
	}
	.pl60,
	.pl30{
		padding: 0;
	}
	.review_slider .swiper-slide { 
		padding: 30px 20px !important;
	}
	.order_block { 
		padding: 40px 20px; 
	}
	.review_slider .elementor-testimonial__text::before {
		margin: auto auto 20px;
	}
	.map_ichd img {
		max-height: 25px;
		margin-right: 10px;
	}
	.review_slider  .elementor-testimonial__icon {
		display: none;
	}
	.review_slider .elementor-testimonial__header { 
		width: 100% !important;
		justify-content: center;
		text-align: center;
	}
	.cuts-grid {
		grid-template-columns: repeat(1, 1fr); 
	}
	.home .cutmain:nth-child(n+3),
	.image-aux { 
		display: none;
	}
	.meta p {
		max-width: 100%;
	}
	.blog-section article {
		border: 1px solid #c9a86a3d;
		border-radius: 10px;
		padding: 10px 10px 20px !important;
	}
	.blog-section .elementor-post__text,
	.inr-sub p {
		text-align: center;
	}
	.bigheading h2 {
		font-size: 35px;
	} 
	.zones li::before {
		display: none;
	}
	.quote p {
		font-size: 16px;
	}
	.quote i {
		letter-spacing: 1px;
		font-size: 13px;
	} 
	.image-badge { 
		bottom: -26px;
		left: 0; 
		right: 0;
		margin: auto;
	}
	.delivertxt {
		border: 0px;
		margin: 0;
		padding: 0;
		display: block;
	}
	.bannercaption {
		padding: 300px 15px 50px;
	}
	.cutbody {
		padding: 22px 15px 23px;
	}
	.image-badge .lab {
		font-size: 9px; 
		text-align: left;
	} 
	.map_block {
		opacity: 0.4;
	}
	.cutmain h3 {
		font-size: 18px;
	}
	.bannercaption h1, 
	.policy-pages h1 ,
	.inr-hd h1{
		font-size: 35px; 
	}
	.pad100{
		padding: 60px 15px;
	}
	.pr60 {
		padding-right: 0;
	}
	.double-side-img .img-uper {
		left: -12px;
	}
	.faqblock .elementor-accordion-title {
		font-size: 18px; 
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 15px 25px 15px 50px; 
		background-position: center left 15px;
		background-size: 20px;
	}
	.btm-img.img-uper {
		right: -12px !important;
		left: unset;
	}
	.bnr-subhd p {
		padding: 9px 18px 9px 37px;
		letter-spacing: 0.20em;
		font-size: 10px !important;
	}
	.custom-contact .elementor-widget-wrap { 
		padding: 50px 15px; 
	}
	.custom-contact .button { 
		padding: 12px 25px !important; 
		font-size: 15px !important; 
	}
	.defbtn a { 
		min-width: 260px;
	}
	.faqblock .elementor-accordion .elementor-tab-title, .faqblock .elementor-accordion .elementor-tab-content p, .faqblock .elementor-accordion .elementor-tab-content {
		text-align: left !important;
	}
	.faqblock .elementor-accordion-icon { 
		display: none !important;
	}
	.overlaymob .elementor-background-overlay {
		background: #000 !important;
		opacity: 0.8 !important;
	}
	.form-txt .gfield_description { 
		text-align: left;
	}
	.bg-content {
		padding: 40px 15px;
	}
	.half-col {
		grid-column: span 12 !important;
		margin-bottom: 0;
	}
	.smheading h2 {
		font-size: 28px;
		line-height: normal; 
	}
}