/* 
Theme Name: Grand Old Post Office
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=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url("https://use.typekit.net/yaf8cbs.css");
*{
	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 {
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #fff;
	letter-spacing: 0;
	font-family: "korolev-condensed", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
.bigheading   {
	margin-bottom: 20px !important;
}
p a {
	color: #8e2823 !important;
	font-weight: 700;
	text-decoration: unset !important;
}
p a:hover, .link-text a:hover {
	color: #8e2823 !important;
}
strong {
	font-weight: bold !important;
}  
.subheading p {
	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;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
.hd_cart {
	width: auto !important;
}
.hd_menu {
	width: auto !important;
}
.hd_cart .elementor-menu-cart__toggle_button {
	border: 0 !important;
	padding: 0 !important;
	font-size: 28px;
	display: block;
}
.elementor-menu-cart__toggle {
	vertical-align: top;
}
.hd_cart .elementor-menu-cart__toggle_button svg {
	fill: #fff;
}
.hd_cart .elementor-menu-cart__toggle_button:hover svg {
	fill: #fff;
}
.hd_user {
	width: auto !important;
}
.hd_user img {
	max-width: 30px;
	max-height: 30px;
	width: auto !important;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
/* .hdactive .elementor-location-header {
	position: relative;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	padding: 10px 15px;
	background: #fff;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
} */
.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: 26px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 20px;
	font-family: korolev-condensed, sans-serif;
	color: #fff !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 0 !important;
	font-weight: 900;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #8e2823 !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	background: #8e2823;
	border-radius: 0px;
	padding: 10px 25px !important;
	line-height: normal;
	min-width: 140px;
	color: #fff !important;
	position: relative;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 14px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: #8e2823 !important;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: korolev-condensed, sans-serif;
	letter-spacing: 0.5px;
}
.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: #222334;
	min-width: 190px !important;
	border-radius: 0px;
	margin-top: 0px !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: #8e2823 !important;
	opacity: 1;
	border-left: unset !important;
	color: #fff !important;
}
.elementor-location-header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #fff;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #8e2823;
}
.site_logo {
	width: auto !important;
	max-width: 100px;
}
.hd_right {
	width: calc(100% - 250px) !important;
}
.hdactive .site_logo {
	max-width: 220px;
}
.elementor-nav-menu .sub-arrow {
	display: unset;
}
/* .hd_menu .elementor-nav-menu > li > a::before, .elementor-nav-menu > li > ul.sub-menu a::before {
content: "";
display: block;
width: 100%;
height: 5px;
bottom: 4px;
left: 0;
position: absolute;
background: #8e2823;
z-index: -1;
transform: scaleX(0);
transform-origin: left;
transition: all cubic-bezier(.62,-0.33,.28,1.18) 0.3s;
}
.hd_menu .elementor-nav-menu > li > a:hover::before, .elementor-nav-menu > li > ul.sub-menu a:hover::before {
transform: scale(1.1);
} */
.elementor-nav-menu > li > ul.sub-menu a::before {
	background: #000;
	z-index: 1;
	width: 150px;
	left: 15px;
}
.hd_menu .elementor-nav-menu > li:last-child > a::before {
	display: none;
}
.hd_menu .elementor-nav-menu > li:last-child > a::after {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	border: 1px solid #ffffff5e;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 1 !important;
	transform: unset;
}
/*** Header End***/ 
.pad80 {
	padding: 80px 15px;
}
.inr-hd h1 {
	font-size: 100px;
	line-height: 1.1;
}
.img-caption {
	position: relative;
}
.img-caption::before {
	content: "";
	position: absolute;
	background-image: url("https://2025proofs.com/thegrandoldpostoffice/wp-content/uploads/2021/01/bg-effect.png");
	width: 100%;
	height: 100%;
	top: 0;
	left: -20px;
	z-index: -1;
	background-size: auto;
	background-position: center;
	opacity: 0.3;
}
.img-caption .wp-caption-text {
	color: #fff;
	padding: 10px 0;
	font-size: 22px;
	font-style: normal;
	line-height: 30px;
}
.bigheading h2 {
	font-size: 60px;
	line-height: 1.1;
}
.wt, .wt p {
	color: #fff;
}
.space-text > div {
	padding: 50px;
	border-top: 2px solid #8e2823;
}
.location-abt li a {
	color: #fff;
	background-color: #000;
	padding: 10px;
	max-width: 350px;
}
.location-abt li a svg {
	fill: #8e2823;
	width: 17px !important;
	height: 17px !important;
}
.pb80 {
	padding-bottom: 80px;
}
.bdr-left {
	padding-left: 60px;
	border-left: 3px solid #9999;
}
.bdr-img > div {
	border: 5px solid #999;
}
.bg-shadow > div {
	border: 2px solid #222;
	padding: 40px;
	background: rgba(0,0,0,0.3);
}
.mdheading h2 {
	font-size: 40px;
	line-height: 1.1;
}
.mdheading {
	margin-bottom: 20px !important;
}
.defbtn a {
	background: #8e2823;
	font-family: korolev-condensed, sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	padding: 10px 25px;
	position: relative;
	border-radius: 0 !important;
	line-height: 31px;
}
.defbtn a::before {
	position: absolute;
	content: "";
	left: 0;
	border: 1px solid rgba(255,255,255,0.2);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	margin: auto;
	right: 0;
	bottom: 0;
	top: 0;
}
.review-slider .swiper-slide {
	background: transparent !important;
	text-align: center;
	border: 0 !important;
	position: relative;
	padding-top: 50px !important;
}
.review-slider .elementor-testimonial__title {
	color: #fff !important;
	font-size: 17px !important;
	line-height: 30px;
	letter-spacing: 0.3px;
}
.review-slider .swiper-slide::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 40px;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url('https://2025proofs.com/thegrandoldpostoffice/wp-content/uploads/2021/02/quote.svg');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.review-slider .swiper-pagination-bullet {
	width: 20px;
	color: #fff;
	height: 4px;
	background: #fff;
	border-radius: 50px;
}
/* .text-shadow h2 {
text-shadow: 0px 0px 15px #FFF;
} */
.text-shadow .elementor-headline-dynamic-text {
	color: #fff;
}
.catering-pad {
	padding: 100px 0px;
}
.full-img, .full-img * {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.catering-space > div {
	padding: 0px 30px !important;
}
.img-slider .swiper-slide {
	background: transparent !important;
	border: 0 !important;
}
.img-slider  .elementor-testimonial__image {
	width: auto !important;
	display: flex !important;
}
.img-slider .elementor-testimonial__image img {
	width: 100% !important;
	height: 550px !important;
	border-radius: 0 !important;
	object-fit: cover;
}
.yestick, .notick {
	font-size: 0;
	width: 100%;
	height: 30px;
	display: block;
	background-image: url('https://2025proofs.com/thegrandoldpostoffice/wp-content/uploads/2021/01/right.svg');
	background-size: cover;
	background-position: center;
	text-align: center;
	max-width: 30px;
	margin: 0 auto;
	position:relative;
}
.notick {
	background-image: url('https://2025proofs.com/thegrandoldpostoffice/wp-content/uploads/2021/01/cross.svg');
	background-color: #fff;
	border-radius: 50%;
	background-size: 13px;
	background-repeat: no-repeat;
}
.yestick::after {
	content: '';
	position: absolute;
	background-color: #fff;
	top: 2px;
	bottom: 0;
	left: 0;
	width: 86%;
	height: 87%;
	border-radius: 100%;
	z-index: -1;
	right: 0;
	margin: auto;
}
.sponsor-table td {
	text-align: center;
}
.sponsor-table tr td:first-child {
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 20px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 40px;
}
.sponsor-table tr td:first-child em {
	font-size: 12px;
	display: block;
	font-style: normal;
	text-transform: none;
	line-height: normal;
}
.sponsor-table th {
	font-size: 20px;
	text-transform: uppercase;
	background: #8e2823 !important;
	text-align: center;
	padding: 20px 15px;
	font-weight: normal;
}
.bdr-hd h2 {
	font-size: 30px;
	font-style: italic;
	border-top: 1px solid #333;
	padding: 16px 15px;
	border-bottom: 1px solid #333;
	font-family: "Libre Baskerville", serif;
	font-weight: normal;
	text-transform: capitalize;
	max-width: 460px;
	margin: auto;
}
.logo-slider .swiper-slide-image {
	max-height: 75px;
	object-fit: contain;
	width: auto !important;
	max-width: 120px;
}
.logo-slider .swiper-slide-inner {
	background: #fff;
	padding: 20px 0px;
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-slider .swiper-slide {
	border-right: 1px solid #000;
}
.diff-pad {
	padding: 100px 15px 180px;
}
.logo-slider {
	margin-top: -90px;
}
.dark-bg > div {
	background: #0d0d0d;
	text-align: center;
	padding: 30px 15px 30px !important;
	border: 1px solid #151515;
}
.ml20 {
	margin-left: 20px;
}
.smheading h2 {
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 20px;
}
.contact-bnr {
	padding: 7% 15px;
}
.contact-space {
	padding: 80px 60px 80px 0px;
}
.custom-contact > div {
	background: #0d0d0d;
	padding: 40px !important;
}
.custom-contact option {
	background: #242424 !important;
}
.half-col {
	grid-column: span 6 !important;
	position: relative;
}
.full-col {
	width: 100% !important;
	position: relative;
}
.para-col {
	width: 100% !important;
	position: relative;
}
.custom-contact .gfield_required {
	display: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
	display: none;
}
.custom-contact .gform_wrapper .validation_message {
	padding-top: 5px !important;
}
.validation_message {
	padding: 0px !important;
	background: transparent !important;
	border: 0px !important;
	margin-top: 0px !important;
	line-height: 20px !important;
	font-size: 14px !important;
	color: #fff !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	background: transparent !important;
	height: 50px;
	margin-bottom: 0px !important;
	padding: 8px 15px !important;
	transition: all ease-in-out 0.5s;
	border: 1px solid #fffefe6e !important;
	border-radius: 0;
	width: 100% !important;
	color: #fff;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
	border: 1px solid #fff !important;
}
.custom-contact .gfield_label {
	font-style: normal;
	text-transform: capitalize;
	font-size: 18px !important;
	line-height: 26px;
	font-weight: normal !important;
	color: #fff;
	font-family: korolev-condensed, sans-serif;
	z-index: 1;
	left: 11px;
	padding: 0 5px !important;
	background: #0d0d0d;
	position: absolute;
	top: -12px;
	letter-spacing: 0.6px;
}
.custom-contact .textarea {
	height: 150px !important;
}
input::placeholder, textarea::placeholder {
	opacity: 1;
	color: #fff;
}
.custom-contact .button {
	background: #8e2823 !important;
	font-family: korolev-condensed, sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	padding: 10px 25px !important;
	position: relative;
	border-radius: 0 !important;
	line-height: 31px;
	height: unset;
	min-width: 160px;
	max-width: max-content;
}
iframe {
	display: block;
	margin-top: -150px !important;
}

.contact-info ul {
	margin: 0 !important;
	column-gap: 50px;
}
.contact-info li {
	margin: 0 !important;
	border-right: 2px solid #8e2823;
	line-height: 180px;
	padding-right: 30px !important;
}
/* .contact-info li::before {
content: "";
position: absolute;
border-right: 2px solid #8e2823;
width: 100%;
height: 150px;
top: -80px;
left: 30px;
} */
.contact-info a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
}
.contact-info li:last-child::before {
	border: 0 !important;
	left: 0 !important;
}
.contact-info li a {
	color: #fff;
	font-size: 22px !important;
}
.contact-info li a svg {
	fill: #8e2823;
	width: 40px !important;
	height: 40px !important;
}
.contact-info li:last-child {
	border: 0 !important;
	padding: 0px !important;
}
.post-card article {
	position: relative;
	border-radius: 0;
	background: #0d0d0d;
	border: 1px solid #151515;
}
.post-card article a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: all;
	z-index: 0;
	top: 0;
	right: 0;
}
.post-card .elementor-post__text {
	padding: 20px 20px 30px;
}
.post-card article:hover .elementor-post__read-more {
	background: #8e2823;
}
.post-card .elementor-posts-container {
	column-gap: 20px;
	row-gap: 20px;
}
.post-card .elementor-post__title a {
	font-size: 22px;
	line-height: 1.1;
	color: #fff;
}
.post-card h3 {
	margin-bottom: 10px !important;
	line-height: 28px;
	text-transform: uppercase;
}
.post-card .elementor-post__read-more {
	background: #8e2823;
	font-family: korolev-condensed, sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	padding: 10px 25px;
	position: relative;
	border-radius: 0 !important;
	line-height: 31px;
	color: #fff;
	margin-top: 20px !important;
	display: inline-block;
}
.post-card .elementor-post__read-more::before {
	position: absolute;
	content: "";
	left: 0;
	border: 1px solid rgba(255,255,255,0.2);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	margin: auto;
	right: 0;
	bottom: 0;
	top: 0;
}

.post-card .elementor-post__thumbnail img {
	width: 100% !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	transform: none !important;
	transition: all ease-in-out 0.5s !important;
	height: 250px !important;
	object-fit: cover;
}
.post-card .elementor-post__thumbnail__link {
	margin: 0;
}
.post-card article:hover .elementor-post__thumbnail img {
	transform: scale(1.1) !important;
}
.post-card .elementor-post__thumbnail {
	padding-bottom: 0px !important;
	overflow: hidden !important;
}
.post-card .elementor-post__excerpt {
	margin-bottom: 15px !important;
}
.post-card .elementor-post__excerpt p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #fff !important;
	pointer-events: none;
}
.single-main {
	padding: 80px 15px 80px;
}
.single-main .elementor-widget-wrap {
	box-shadow: none !important;
	transition: none !important;
	background: transparent !important;
}
.single-main h1 {
	font-size: 50px !important;
	line-height: 60px !important;
	margin-bottom: 0;
	text-transform: uppercase;
}
.single-main .elementor-icon-list-item {
	margin: 0px 0px 0px 8px !important;
}
.single-main li a {
	color: #000 !important;
	font-size: 18px !important;
	line-height: 28px !important;
}
.single-main img {
	width: 100%;
	display: block !important;
	height: 450px;
	object-fit: cover;
	border-radius: 0;
}
.single-left h2:first-child {
	margin-top: 0;
}
.single-main .elementor-icon-list-icon {
	display: none !important;
}
.single-left h2 {
	font-size: 40px;
	line-height: 45px;
}
.single-left h3 {
	font-size: 35px;
	line-height: normal;
}
.single-left h4 {
	font-size: 30px;
	line-height: 28px;
}
.single-left h5 {
	font-size: 25px;
	line-height: normal;
}
.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
	margin: 25px auto 20px;
}
.post-content ul {
	list-style: none !important;
}
.post-content li {
	position: relative;
	font-size: 17px;
	line-height: 27px;
	padding-left: 20px;
	margin-bottom: 10px !important;
}
.post-content li::before {
	content: "";
	position: absolute;
	background-image: url(https://2025proofs.com/thegrandoldpostoffice/wp-content/uploads/2021/01/right.svg);
	background-repeat: no-repeat;
	background-size: 13px;
	height: 20px;
	width: 20px;
	left: 0px;
	top: 7px;
}
.pl40 {
	padding-left: 40px;
}
.single-ryt .sidebar .elementor-container {
	padding: 30px;
	background: #0d0d0d;
	border-left: 5px solid #8e2823;
}
.single-ryt h2 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 20px;
}
.single-ryt article {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #ffffff57;
	align-items: center;
	margin-bottom: 15px !important;
}
.single-ryt h3 a {
	font-size: 15px !important;
	line-height: 24px !important;
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
	font-family: "Libre Baskerville", serif;
}
.single-ryt article:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.post-content p {
	font-size: 17px;
	line-height: 31px;
}
.gall_blog {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
	row-gap: 20px;
}
.blog-img {
	width: calc(100% / 4 - 15px) !important;
	height: 340px !important;
}
.ft_sec {
	padding: 60px 15px 20px;
}
.diff-fthd span {
	font-size: 22px;
	font-family: "korolev-condensed", sans-serif;
	line-height: 33px;
	display: block;
	margin-bottom: 10px;
}
.ft_sec p {
	font-size: 14px;
	line-height: 24px;
}
.ft_logo {
	max-width: 150px;
}
.ft_hd span {
	font-size: 26px;
	font-family: korolev-condensed, sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	line-height: 34px;
}

.ft_list li a {
	font-size: 16px !important;
	line-height: 26px;
	color: #fff;
	transition: all ease-in-out 0.5s !important;
}
.ft_list li {
	margin-bottom: 10px !important;
}
.ft_list li:hover a {
	color: #8e2823;
}
.ft_list li a svg {
	fill: #fff;
	width: 17px !important;
	height: 17px !important;
	transition: all ease-in-out 0.5s !important;
	margin: 0 !important;
}
.ft_list li:hover a svg {
	fill: #8e2823;
}
.ft_list li .elementor-icon-list-icon {
	border: 1px solid #fff;
	padding: 9px;
	border-radius: 50%;
	transition: all ease-in-out 0.5s !important;
}
.ft_list li:hover .elementor-icon-list-icon {
	border: 1px solid #8e2823;
}
.mt20 {
	margin-top: 20px;
}
.social-list ul {
	margin: 0 !important;
	column-gap: 10px;
}
.social-list li {
	margin: 0 !important;
}
.social-list .elementor-icon-list-text {
	display: none;
}
.copyrighttext, .copyrighttext a {
	font-size: 15px;
	line-height: 25px;
	color: #fff;
}
.copyrighttext a:hover {
	color: #8e2823;
}

.price_outer > div {
	column-gap: 10px;
	justify-content: center;
}
.price-table {
	width: calc(100% / 4 - 8px) !important;
	padding: 120px 15px 100px 15px !important;
	transition: all ease-in-out 0.3s !important;
	background: rgba(0, 0, 0, 0.89) !important;
	position: relative;
	top: 0;
}
.price-table:hover {
	top: -10px;
}
.price-table .elementor-price-table__header {
	background: transparent !important;
	padding: 0 !important;
}
.price-table .elementor-price-table__price {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0px;
	font-size: 42px !important;
	color: #fff !important;
	font-family: korolev-condensed, sans-serif;
	padding: 0px !important;
	max-width: 160px;
	margin: auto;
}
.price-table .elementor-price-table__currency {
	font-size: 42px;
}
.price-table .elementor-price-table__period {
	font-weight: normal !important;
	font-family: "Libre Baskerville", serif;
	font-size: 14px !important;
	margin-top: 5px;
}
.price-table .elementor-price-table__heading {
	font-size: 26px !important;
	text-transform: uppercase;
	font-weight: 900 !important;
	line-height: 1.1 !important;
	margin-bottom: 15px !important;
}
.price-table .elementor-price-table__feature-inner {
	margin: 0 !important;
}
.price-table .elementor-price-table__feature-inner span {
	font-size: 14px;
	margin-bottom: 15px !important;
	display: block;
	line-height: 26px;
	position: relative;
	padding-left: 15px;
}
.price-table .elementor-price-table__feature-inner span::before {
	content: "";
	background: #fff;
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 9px;
	margin-left: -20px;
}

.price-table .elementor-price-table__footer {
	padding: 0;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
.price-table .elementor-price-table__button {
	background: #8e2823;
	font-family: korolev-condensed, sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	padding: 10px 25px;
	position: relative;
	border-radius: 0 !important;
	line-height: 31px;
}
.price-table .elementor-price-table__button::before {
	position: absolute;
	content: "";
	left: 0;
	border: 1px solid rgba(255,255,255,0.2);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	margin: auto;
	right: 0;
	bottom: 0;
	top: 0;
}
.banner {
	padding: 100px 15px;
}
.bnr-img {
	position: relative;
}
/* .bnr-img::after {
content: "";
position: absolute;
opacity: 1;
background-image: url("https://thegrandoldpostoffice.com/wp-content/uploads/2021/03/lines.jpg");
height: 370px;
background-repeat: no-repeat;
bottom: 0;
background-size: contain;
z-index: -1;
width: calc(22vw) !important;
right: -220px;
} */
.bnr-img img {
	border-radius: 50% 40% 50% 50%;
	z-index: 1;
	position: relative;
	animation: mymove3 4s infinite;
	-webkit-animation: mymove3 4s infinite;
}
.bnr-img::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	z-index: 1;
	left: 25px;
	top: -32px;
	border-radius: 50% 40% 50% 30%;
}
@-webkit-keyframes mymove3 {
	0% {top: 10px;}
	50% {top:20px;}
	100% {top:10px;}
}
@keyframes mymove3 {
	0% {top: 10px;}
	50% {top:20px;}
	100% {top:10px;}
}  
.event_outer > div {
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
.event-col {
	width: calc(100% / 3 - 14px) !important;
	border: 1px solid #151515;
	padding: 20px 20px 90px;
}
.event-col .cew-image {
	display: block;
	width: auto !important;
	overflow: hidden;
	margin-bottom: 20px;
}
.event-col .cew-image img {
	width: 100%;
	display: block;
	transition: all ease-in-out 0.5s !important;
	height: 244px;
	object-fit: cover;
}
.event-col:hover .cew-image img {
	transform: scale(1.1);
}
.event-col h3 {
	font-size: 32px;
	text-align: center;
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.1;
}
.event-col p {
	font-size: 16px;
	text-align: center;
	line-height: 28px;
}
.event-col a {
	text-align: center !important;
	background: #8e2823;
	color: #fff;
	padding: 10px 25px;
	transition: all ease-in-out 0.5s !important;
	margin: auto;
	display: block;
	max-width: max-content;
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	font-family: korolev-condensed, sans-serif;
	font-size: 20px;
	font-weight: 900;
}
.event-col .cew-list li {
	list-style: none;
	text-align: center;
	margin-bottom: 10px;
}
.footer-form input {
	background: transparent !important;
	height: 40px;
	margin-bottom: 0px !important;
	padding: 8px 15px !important;
	transition: all ease-in-out 0.5s;
	border: 1px solid #fffefe6e !important;
	border-radius: 0 !important;
	width: 100% !important;
	color: #fff;
}
.footer-form .mce_inline_error {
	background: transparent !important;
	font-size: 13px !important;
	margin-top: ;
	margin: 0 !important;
}
.footer-form .subscribebtn input {
	background: #8e2823 !important;
	font-family: korolev-condensed, sans-serif;
	text-transform: uppercase;
	font-size: 21px !important;
	padding: 9px 20px !important;
	position: relative;
	border-radius: 0 !important;
	line-height: 27px !important;
	height: unset !important;
	min-width: 160px;
	max-width: max-content;
	margin-top: 15px !important;
}
.btm-footer {
	border-top: 1px solid #ffffff3d;
	padding-top: 20px;
}
.product-card li {
	width: calc(100% / 3 - 15px) !important;
	border: 1px solid #2f2f2fcc;
	padding: 15px 15px 60px !important;
	background: rgba(255, 255, 255, 0.1);
	position: relative !important;
}
.product-card ul {
	display: flex !important;
	column-gap: 20px !important;
	flex-wrap: wrap;
}
.product-card li img {
	height: 250px !important;
	object-fit: cover;
	border: 1px solid #2f2f2fcc;
}
.product-card .event-date {
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 20px;
}
.product-card h2 {
	font-size: 25px !important;
	text-align: center;
	font-size: 23px !important;
	font-weight: 900;
	margin: 0 !important;
	padding: 0 !important;
}
.product-card .price {
	display: none !important;
}
.product-card .add_to_cart_button {
	display: none !important;
}
.product-card li a::before {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto;
	height: auto;
	background: #8e2823 !important;
	text-decoration: none !important;
	font-family: korolev-condensed, sans-serif !important;
	font-size: 22px;
	text-transform: uppercase;
	padding: 9px 10px;
	color: #fff !important;
	line-height: normal;
	min-width: 100%;
	text-align: center;
	content: "RESERVE NOW";
	font-weight: 900;
}
.product-card li a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
.product-card li a {
	position: static !important;
	padding: 15px 15px 70px;
}
.product-card .button.product_type_simple {
	display: none !important;
}
.ft-fix-btn {
	display: none;
}
.woocommerce-product-details__short-description li {
	list-style: none;
	margin: 0 0 10px;
	font-size: 16px;
	padding-left: 20px;
	position: relative;
}

.woocommerce-product-details__short-description li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	position: absolute;
	border-radius: 50px;
	left: 0;
	top: 12px;
}
.prod_info h1 {
    font-size: 44px;
    margin-bottom: 20px;
}
.prod_img .woocommerce-product-gallery__image--placeholder {
    border: 0px !important;
}

.prod_img {
    border: 1px solid #cccccc36;
}
.prod_info p.price * {
    font-size: 24px;
    color: #8e2823;
}

.prod_info p.price {
    margin-bottom: 20px;
}
.woocommerce-product-details__short-description {
	margin-bottom: 40px;
}
.prod_img .woocommerce-product-gallery__image--placeholder {
    border: 0px !important;
}

.prod_img {
    border: 1px solid #cccccc36;
}

.addcart_info  label {
    font-size: 15px;
    font-weight: normal !important;
    display: block;
}

.addcart_info select {
    border: 1px solid #cccccc3d;
    background: #000;
    color: #fff;
    font-size: 15px;
    height: 48px !important;
    margin-top: 10px;
    border-radius: 0px !important;
    min-width: 220px;
    text-transform: capitalize;
}

.addcart_info  button.single_add_to_cart_button {
    background: #8e2823 !important;
    border-radius: 0px !important;
    display: block;
    height: 48px;
    width: 100%;
    margin-top: auto !important;
}

.addcart_info .pofw-product-options-wrapper {
    margin: 0 !important;
}

.addcart_info .pofw-product-options-wrapper .field {
    margin: 0 !important;
}

.addcart_info form.cart {
    flex-wrap: wrap;
}
.elementor-menu-cart__main {
    background: #000;
    border-left: 1px solid #cccccc57;
}

.elementor-menu-cart__product-name a {
    color: #fff;
    font-size: 18px;
} 
 
.elementor-menu-cart__footer-buttons a {
    width: 100% !important;
    max-width: 100% !important;
}

.elementor-menu-cart__footer-buttons a {
    background: #000 !important;
    border: 1px solid #cccccc52;
    font-size: 13px !important;
    text-transform: uppercase; 
}
 
.elementor-menu-cart__subtotal * {
    font-size: 18px;
}

.elementor-menu-cart__subtotal {
    border-color: #cccccc42 !important;
}
.elementor-menu-cart__main {
    background: #000;
    border-left: 1px solid #cccccc57;
}
.elementor-menu-cart__main {
    background: #000;
    border-left: 1px solid #cccccc57;
} 
.elementor-menu-cart__product-name a {
    color: #fff;
    font-size: 18px;
}
.cartpage_block td.actions button { 
    color: #000 !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: #202020;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {display: none;}

form.card-form label {
    color: #fff;
}
.wc-proceed-to-checkout a,button#place_order {
    background: #8d2823 !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-family: "korolev-condensed", sans-serif;
    font-size: 24px !important;
    padding: 18px 10px !important;
}
.cartpage_block dd.variation-AdditionalChild p {
    line-height: 23px;
}
.cartpage_block .product-name a {
    color: #fff;
    font-size: 18px;
}
.cartpage_block td.actions button {
    border-radius: 0px !important;
    text-transform: capitalize;
    background: #fff !important;
    font-size: 16px !important;
    padding: 13px 20px !important;
}
a.shipping-calculator-button {
    color: #fff !important;
}
dl.variation {
    margin: 0 !important;
}
.variations th.label {
    display: none;
}
dl.variation dt, dl.variation dd * {
    color: #fff;
    font-size: 13px !important;
}
.cartpage_block .woocommerce-message {
    display: none;
} 
button#place_order {
    min-width: 240px;
}
.elementor-menu-cart__product {border-color: #fcfcfc47 !important;}
/* Responsive-Start */
@media(max-width: 1400px) {
	.hd_menu .elementor-nav-menu > li {
	margin-left: 14px;
}
	.lft-ryt-spc {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width: 1199px) {
	.hd_right {
	width: calc(100% - 200px) !important;
}
	.img-slider .elementor-testimonial__image img {
		height: 450px !important;
	}
	.diff-pad {
		padding: 80px 15px 160px;
	}
	.sponsor-table th {
		font-size: 16px;
	}
	.contact-info ul {
		margin: 0 !important;
		column-gap: 30px;
	}
	.contact-info li a {
		font-size: 17px !important;
	}
	.custom-contact > div {
		padding: 25px !important;
	}
	iframe {
		margin-top: -90px !important;
	}
	.catering-pad {
		padding: 80px 0px;
	}
	.catering-space > div {
		padding: 0px 80px !important;
	}
	.single-lft {
		width: 100% !important;
	}
	.single-ryt {
		display: none;
	}
	.smheading h2 {
		font-size: 28px;
		margin-bottom: 18px;
	}
	.dark-bg {
		width: 31.3% !important;
	}
	.mdheading h2 {
		font-size: 36px;
	}
	.space-text > div {
		padding: 40px;
	}
	.ft_list li a {
		font-size: 15px !important;
		line-height: 25px;
	}
	.pl30 {
		padding-left: 20px;
	}
	.ft-touch-col {
		width: 32.441% !important;
	}
	.ft-links-col {
		width: 19.213% !important;
	}
	.bigheading h2 {
		font-size: 55px;
	}
	.pl60 {
		padding-left: 50px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.event-col h3 {
		font-size: 29px;
	}
	.event-col {
		padding: 16px 16px 85px;
	}
	.inr-hd h1 {
		font-size: 85px;
	}
	.hd_cart .elementor-menu-cart__toggle_button {
		font-size: 26px;
	}
	.hd_user img {
		max-width: 24px;
		max-height: 24px;
	}
	.hd_menu .elementor-nav-menu > li > a {
		font-size: 17px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 10px;
	}
}
@media(max-width: 1024px) {
	.hd_menu .elementor-nav-menu > li:last-child > a::after {
		display: none;
	}
	.header_main .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #8e2823;
	}
	.header_main .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		fill: #fff;
	}
	.hd_user {
		width: auto !important;
		order: -1;
		padding-right: 10px;
	}
	.hd_cart {
		width: auto !important;
		order: -1;
		padding-right: 19px;
	}
	.hd_cart .elementor-menu-cart__toggle_button {
		font-size: 24px;
		margin-top: 4px;
	}
	.hd_right {
		width: auto !important;
	}
	.header_main .elementor-menu-toggle {
		background-color: #8e2823;
		padding: 11px;
		margin: 0px 0px !important;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		width: fit-content;
		border-radius: 0;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 480px;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		right: -490px;
		transform: unset !important;
		max-height: 100% !important;
		transition: all ease-in-out 0.3s !important;
		background-color: #000;
		overflow: auto;
		z-index: 5;
	}
	.header_main .elementor-nav-menu>li>a {
		color: #fff;
	}
	.header_main .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
		right: 0px !important;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		background-color: #fff;
		margin: 0px !important;
		position: fixed;
		right: 15px;
		top: 43px;
	}
	.hd_menu .elementor-nav-menu > li > a:hover {
		color: #fff !important;
	}
	.header_main .elementor-nav-menu {
		margin: auto;
		margin-top: 90px !important;
		width: 100% !important;
	}
	.header_main .sub-arrow {
		position: absolute;
		right: 30px;
	}
	.header_main .elementor-nav-menu>li:last-child>a:hover {
		background: transparent !important;
		color: #fff !important;
	}
	.header_main .elementor-nav-menu>li:last-child {
		margin-left: 0px;
	}
	.header_main .hd_menu .elementor-nav-menu>li:last-child>a {
		border: 0 !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		background-color: transparent !important;
		font-size: 20px !important;
		padding: 22px 15px !important;
		border: 0px !important;
		color: #fff !important;
		border-bottom: 1px solid #ffffff1f !important;
	}
	.hd_menu nav > ul.elementor-nav-menu > li {
		margin-left: 0px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 20px 20px 20px 35px !important;
		color: #fff !important;
		font-size: 17px !important;
		background-color: #090909 !important;
		text-transform: uppercase;
	}
	.header_main ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}

@media(max-width: 999px) {
	.product-card li {
		width: calc(100% / 3 - 10px) !important;
		padding: 15px 15px 50px !important;
	}
	.product-card ul {
		column-gap: 14px !important;
		row-gap: 14px !important;
	}
	.product-card h2 {
		font-size: 21px !important;
	}
	.product-card li a {
		padding: 10px 10px 70px;
	}
	.img-slider .elementor-testimonial__image img {
		height: 230px !important;
	}
	.diff-pad {
		padding: 60px 15px 140px;
	}
	.yestick, .notick {
		height: 26px;
		max-width: 26px;
	}
	.sponsor-table th {
		font-size: 15px;
		padding: 14px 12px;
	}
	.bdr-hd h2 {
		font-size: 27px;
		padding: 15px 15px;
	}
	.sponsor-table tr td:first-child {
		font-size: 12px;
		padding: 10px 15px;
		line-height: 40px;
	}
	.contact-info li {
		line-height: 150px;
		padding-right: 20px !important;
	}
	.contact-info li a svg {
		width: 25px !important;
		height: 25px !important;
	}
	.contact-info ul {
		column-gap: 20px;
		margin-top: 20px !important;
	}
	.contact-info li a {
		font-size: 14px !important;
	}
	.contact-space {
		padding: 60px 30px 60px 0px;
	}
	.catering-space > div {
		padding: 0px 15px !important;
	}
	.catering-pad {
		padding: 60px 0px;
	}
	.post-card article:hover .elementor-post__thumbnail img {
		transform: unset !important;
	}
	.post-card .elementor-post__text {
		padding: 20px 15px 30px;
	}
	.mt50 {
		margin-top: 30px;
	}
	.dark-bg > div {
		padding: 20px 15px 30px !important;
	}
	.dark-bg:nth-child(n+2) {
		margin-top: 15px;
	}
	.ml20 {
		margin-left: 0px;
	}
	.dark-bg {
		width: 100% !important;
	}
	.bg-shadow > div {
		padding: 30px;
	}
	.mdheading h2 {
		font-size: 34px;
	}
	.mdheading {
		margin-bottom: 15px !important;
	}
	.bdr-left {
		padding-left: 20px;
	}
	.location-abt li a {
		font-size: 15px !important;
	}
	.bigheading h2 {
		font-size: 50px;
	}
	.space-text > div {
		padding: 30px;
	}
	.img-caption .wp-caption-text {
		font-size: 19px;
		line-height: 27px;
	}
	.ft_hd span {
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 32px;
	}
	.ft-touch-col {
		width: 46.441% !important;
	}
	.ft-links-col {
		width: 27.3% !important;
	}
	.ft_logo {
		max-width: 130px;
	}
	.ft-logo-col {
		width: 100% !important;
		text-align: center;
		margin-bottom: 30px;
	}
	.ft_logo {
		text-align: center !important;
		margin: 0 auto !important;
	}
	.price-table .elementor-price-table__price {
		font-size: 39px !important;
	}
	.price-table:hover {
		top: 0px;
	}
	.price-table:nth-child(n+3) {
		margin-top: 12px;
	}
	.price-table {
		width: calc(100% / 2 - 8px) !important;
	}
	p, li {
		margin-bottom: 15px;
	}
	.bigheading {
		margin-bottom: 12px !important;
	}
	.pad80 {
		padding: 60px 15px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.event-col a {
		padding: 9px 15px;
		font-size: 17px;
	}
	.event-col h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.event-col p {
		line-height: 27px;
	}
	.event-col:hover .cew-image img {
		transform: unset;
	}
	.event_outer > div {
		column-gap: 10px;
		row-gap: 10px;
	}
	.event-col {
		padding: 10px 10px 70px;
	}
	.banner {
		padding: 60px 15px;
	}
	p, li, div, p.elementor-heading-title {
		font-size: 16px;
		line-height: 27px;
	}
	.pl60 {
		padding-left: 35px;
	}
	.inr-hd h1 {
		font-size: 65px;
	}
	.pb80 {
		padding-bottom: 60px;
	}
	.motion-eff {
		--translateX: unset !important;
		--translateY: unset !important;
		transform: unset !important;
	}
	.motion-eff .elementor-widget.elementor-widget-image.elementor-motion-effects-element {
		--translateX: unset !important;
		--translateY: unset !important;
		transform: unset !important;
	}
}
@media(max-width: 767px) {
	.product-card li {
		width: calc(100% / 2 - 10px) !important;
		padding: 10px 10px 40px !important;
	}
	/* 	.product-card li {
	width: calc(100% / 2 - 10px) !important;
	padding: 15px 15px 50px !important;
} */
	.bdr-hd h2 {
		font-size: 24px;
		padding: 15px 15px;
	}
	.smheading h2 {
		font-size: 26px;
		margin-bottom: 14px;
	}
	.contact-info li:nth-child(n+2) {
		margin-top: 8px !important;
	}
	.contact-info li:last-child {
		border: 2px solid #8e2823 !important;
	}
	.contact-info li {
		padding-right: 0px !important;
		width: 100% !important;
		border: 2px solid #8e2823 !important;
	}
	iframe {
		margin-top: 0px !important;
		width: 100% !important;
		margin-bottom: 40px !important;
	}
	/* 	.contact-info li a {
	font-size: 14px !important;
} */
	.contact-info li a svg {
		width: 20px !important;
		height: 20px !important;
	}
	.contact-info ul {
		column-gap: 20px;
		margin-top: 0px !important;
	}
	.contact-info li {
		line-height: 80px;
		padding-right: 0px !important;
	}
	.custom-contact .button {
		line-height: 1 !important;
		margin: 0 auto;
	}
	.custom-contact > div {
		padding: 25px 15px !important;
	}
	.half-col {
		grid-column: span 12 !important;
	}
	.contact-space {
		padding: 40px 0px 40px 0px;
	}
	.mt50 {
		margin-top: 20px;
	}
	.bg-shadow > div {
		padding: 30px 15px;
	}
	.motion-eff {
		--translateX: unset !important;
		--translateY: unset !important;
		transform: unset !important;
	}
	.mt35 {
		margin-top: 24px;
	}
	.bigheading h2 {
		font-size: 42px;
	}
	.bdr-left {
		padding-left: 0px;
		border-left: unset;
	}
	.space-text > div {
		padding: 14px 15px 40px;
	}
	.motion-eff .elementor-widget.elementor-widget-image.elementor-motion-effects-element {
		--translateX: unset !important;
		--translateY: unset !important;
		transform: unset !important;
	}
	.img-caption .wp-caption-text {
		background-color: #000;
	}
	.btm-footer {
		padding-bottom: 40px;
	}
	.ft-fix-btn a {
		color: #fff;
		padding: 9px;
		font-size: 25px;
		text-transform: uppercase;
		line-height: 21px;
		font-family: korolev-condensed, sans-serif;
		width: 100% !important;
		text-align: center;
	}
	.ft-fix-btn {
		display: flex;
		justify-content: center;
		width: 100%;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #8e2823;
		z-index: 10;
		border-top: 1px solid #ffffff7a;
	}
	.price-table .elementor-price-table__feature-inner span::before {
		display: none;
	}
	.price-table .elementor-price-table__feature-inner span {
		margin-bottom: 4px !important;
		padding-left: 0px;
		border: 1px solid #ffffff1c;
		padding: 7px;
	}
	.mob-full img {
		width: 100% !important;
	}
	.ft_sec {
		padding: 40px 15px 20px;
	}
	.ft_hd span {
		margin-bottom: 9px;
	}
	.footer-form .subscribebtn input {
		display: flex !important;
		margin: 0 auto !important;
	}
	.pl30 {
		padding-left: 0px;
	}
	.ft_list li:hover .elementor-icon-list-icon {
		border: 1px solid #fff;
	}
	.ft_list li:hover a svg {
		fill: #fff;
	}
	.ft_list li a svg {
		width: 13px !important;
		height: 13px !important;
	}
	.ft_list li:hover a {
		color: #fff;
	}
	.ft-touch-col {
		width: 100% !important;
	}
	.price-table {
		padding: 110px 15px 100px 15px !important;;
	}
	.pb80 {
		padding-bottom: 40px;
	}
	.history-img {
		transform: unset !important;
		--translateX: unset !important;
		--translateY: unset !important;
	}
	.pad80 {
		padding: 40px 15px;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.event-col {
		width: calc(100% / 2 - 14px) !important;
	}
	.bnr-img::before {
		left: 10px;
		top: -18px;
	}
	.bnr-img img {
		-webkit-animation: unset;
	}
	.banner {
		padding: 40px 15px;
	}
	.inr-hd h1 {
		font-size: 52px;
	}
	.pl60 {
		padding-left: 0px;
	}
	.mdheading h2 {
		font-size: 30px;
	}
	.mdheading {
		margin-bottom: 11px !important;
	}
	.diff-pad {
		padding: 40px 15px 120px;
	}
}
@media(max-width: 600px) {
	.product-card li {
		width: 100% !important;
	}
	.img-slider .elementor-testimonial__image img {
		height: 160px !important;
	}
	.logo-slider .swiper-slide-inner {
		min-height: 120px;
	}
	.logo-slider .swiper-slide-image {
		max-height: 65px;
		max-width: 110px;
	}
	.sponsor-table tr td:first-child {
		font-size: 11px;
		padding: 10px 15px;
		line-height: 19px;
	}
	.sponsor-table th {
		font-size: 11px;
		padding: 13px 10px;
	}
	.sponsor-table tr td:first-child {
		font-size: 12px;
		padding: 10px 15px;
		line-height: 23px;
	}
	.ft_logo {
		max-width: 110px;
	}
	.copyrighttext {
		max-width: 290px;
		margin: 0 auto;
	}
	.price-table:nth-child(n+2) {
		margin-top: 12px;
	}
	.price-table {
		width: 100% !important;
	}
	.bigheading h2 {
		font-size: 36px;
	}
	.event-col {
		width: 100% !important;
		margin-left: 15px;
		margin-right: 15px;
	}
	.inr-hd h1 {
		font-size: 42px;
		max-width: 300px;
		margin: 0 auto;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 15px 15px 15px 28px !important;
		font-size: 16px !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 19px !important;
		padding: 15px 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 350px;
	}
	.header_main .elementor-menu-toggle {
		padding: 8px;
	}
}
@media(max-width: 400px) {

}