/* Hide reCAPTCHA badge globally */
.grecaptcha-badge {
	visibility: hidden;
}

/* reCAPTCHA notice — default */
.recaptcha-notice {
	font-size: 10px;
	color: #ffffff;
	line-height: 1.4;
	margin-top: 10px;
}

.recaptcha-notice a {
	color: #ffffff;
	text-decoration: underline;
}

.recaptcha-notice a:hover {
	opacity: 0.85;
}

/* 🔥 FORCE styles on contact page */
.template-contact #content .recaptcha-notice {
	font-size: 10px;
	line-height: 1.4;
	color: #555;
	margin: 0px;
}

.template-contact #content .recaptcha-notice a {
	color: #555;
}





html,
body {
	min-height: 100%;
}

body {
	margin: 0;
	background-image: url('/images/body-bg.webp');
	background-repeat: repeat-y;
	/* 👈 THIS IS THE KEY */
	background-position: top center;
	background-size: 100% auto;
}


#featured,
#box,
#content,
#bottom {
	background: #ffffff;
}





p {
	margin: 0px 0px 20px;
}

@font-face {
	font-family: 'vegabond-webfont';
	src: url('../fonts/domcasuald-webfont.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/domcasuald-webfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/domcasuald-webfont.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/domcasuald-webfont.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/domcasuald-webfont.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/domcasuald-webfont.svg#svgFontName') format('svg');
	/* Legacy iOS */
}

/*************************LOGO AND CONTACT INFO SECTION*********************/

#header {
	background: transparent url("../images/container-bg.webp") no-repeat scroll 0% 0% / 100% auto;
	padding-top: 45px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}



@media(min-width: 768px) {
	#header .logo {
		padding-left: 30px;
		text-align: left;
		margin-top: -10px;


	}

	#header .logo img {
		width: 352px;
		height: 102px;
	}


	#header .contact-info {
		text-align: right;
		padding-right: 30px
	}

	#top #menu {
		position: relative;
		margin: -93px auto 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	#header {
		padding-bottom: 80px;
		position: relative;
	}

	#top {
		position: relative;
		text-align: center;
		margin: 0px auto;
	}

}


/*****************************MENU SECTION***************************/

.navbar-wrapper {
	padding-top: 30px
}

.navbar {
	min-height: 0px !important;
	margin-bottom: 15px
}

#navbar {
	padding-left: 30px;
}

.navbar-inverse {
	background: transparent url("../images/menu-bg.webp") repeat-x scroll 0% 0%;
	border-radius: 0px;
	border-top: 1px solid #0c1f47;
	border-bottom: 1px solid #0c1f47;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 13px 17px
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	background: url(../images/menu-hover.webp);
	color: #FF0 !important
}

.navbar-inverse .navbar-nav a:hover {
	background: url(../images/menu-hover.webp);
	color: #FF0 !important
}


/**************************FEATURED SECTION************************/

#featured {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #a3ae97;
}

/**************************BOX SECTION************************/

#box {
	padding-top: 0px;
	padding-bottom: 10px
}

#box .border {
	margin-left: -5px;
	margin-right: -10px;
	border-radius: 5px
}

#box .border img {
	width: 100%
}


/**************************CONTENT SECTION************************/



#content .main iframe {
	width: 100%;
	height: 385px;
	border: 0px
}

#content h3 {
	font-size: 20px;
	font-weight: bold
}

#content h1 {
	color: #ff1b09;
	font-family: 'vegabond-webfont';
	font-weight: bold;
	font-size: 36px;
}

#content h2 {
	color: #ff1b09;
	font-family: 'vegabond-webfont';
	font-weight: bold;
	font-size: 34px;
}

#content .biz p {
	/* font-family: 'vegabond-webfont'; */
}

#content .red {
	color: #ff1b09
}

#content .blueviolet {
	color: #9d5fe2
}

#content .green {
	color: #2fbc76
}

#content .yellow {
	color: #fd8f1c
}


/***************************CONTACT US PAGE***************************/

.template-contact #content iframe {
	width: 100%;
	height: 450px
}

.template-contact #content h3 {
	color: #9f62e2;
	font-size: 30px;
}

.template-contact #content p {
	font-size: 17px;
	line-height: 20px
}

.template-contact #content .contact-info ul {
	padding-left: 0px;
	font-size: 19px;
	list-style: none;
	margin-top: 20px;
	line-height: 22px;
}

.template-contact #content .contact-info ul li {
	margin-bottom: 15px;
}

.template-contact #content .contact-info ul li i {
	margin-right: 15px;
}

.template-contact #content .contact-info ul .fa-map-marker {
	background: rgb(159, 98, 226) none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
	padding: 4px 10px;
	font-size: 30px;
	border-radius: 25px;
	float: left;
}



.template-contact #content .follow-column {
	clear: both;
	margin-top: 30px;
}

.template-contact #content .contact-info ul .fa-mobile {
	background: rgb(159, 98, 226) none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
	padding: 3px 12px;
	font-size: 32px;
	border-radius: 25px
}

.template-contact #content .contact-info ul .fa-envelope-o {
	background: rgb(159, 98, 226) none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
	padding: 6px 6px;
	font-size: 26px;
	border-radius: 25px
}

.template-contact #content h4 {
	color: #d10982;
	font-size: 26px;
}

.template-contact #content .social-link {
	list-style: none
}

.template-contact #content .social-link li {
	display: inline-block;
}

.template-contact #content .social-link li i {
	color: #808080;
	font-size: 28px;
	border: 1px solid #808080;
	padding: 10px 10px;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-right: 5px !important
}

.template-contact #content .main .form-control {
	height: 50px;
	font-size: 15px;
}

.template-contact #content .main .form-group {
	margin-bottom: 25px
}

.template-contact #content .main .form-group textarea {
	height: 200px
}

.template-contact #content .main .btn-default {
	background: #9c61e1;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 40px;
	margin-bottom: 30px
}

.form-control:focus {
	border-color: #FE1E0D;
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(237, 21, 21, 0.1) inset, 0px 0px 8px rgba(120, 15, 41, 0.6);
}

.contact-info a {
	color: inherit;
	text-decoration: none;
}

.template-contact #content .contact-info ul li a {
	display: inline-block;
	line-height: 30px;
	font-size: 19px;
	vertical-align: middle;
}

.template-contact #content .contact-info ul li {
	display: flex;
	align-items: center;
}

.template-contact #content .contact-info .col-sm-6 h4 {
	margin-top: 30px;
}

.template-contact #content .contact-info ul li {
	display: flex;
	align-items: center;
}

/**************************PRODUCT PAGE************************/

.template-product #content h1 {
	color: #FF1B09;
	font-family: "vegabond-webfont";
	font-weight: bold;
	font-size: 36px;
}

.template-product #content h2 {
	color: #a267e3;
	font-family: "vegabond-webfont";
	font-weight: bold;
	font-size: 26px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.template-product #content .main p {
	font-size: 17px;
	line-height: 20px;
}

.template-product #content .main .read-more {
	background: transparent url("../images/read-more.webp") no-repeat scroll 0% 0%;
	color: #fff;
	padding: 10px 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.template-product #content .main hr {
	border-color: #A3AE97;
	margin-top: 35px;
	margin-bottom: 35px;
}

/**************************THANK YOU PAGE****************************/

.template-thankyou .main .biz img {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 30px
}

/**************************PAGINATION SECTION************************/

.pagination {
	margin: 35px 0px;
}

.pagination .active a {
	background: #a267e3
}

.pagination li a {
	border: 1px solid #a267e3;
	margin-right: 5px;
	color: #7e7e7e;
	font-size: 17px;
	border-radius: 1px
}

.pagination>li:last-child>a,
.pagination>li:first-child>a {
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px
}

/**************************SIDEBAR SECTION************************/
.sidebar {
	border: 1px solid #A3AE97;
	border-radius: 5px;
	margin-bottom: 10px
}

.sidebar .widget-title {
	background: url(../images/widget-title.webp);
	padding: 15px 10px;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	border-radius: 2px 2px 0px 0px;
}

.facebook-like {
	margin: 11px;
	text-align: center;
}

.sidebar.slide {
	padding-bottom: 30px
}

.sidebar .carousel-indicators {
	bottom: -35px;
}

.carousel-indicators li {
	background: #c9c9c9
}

.carousel {
	top: -2px;
}

.carousel-inner img {
	margin: 12px auto;
	padding-left: 10px;
	padding-right: 10px;
}

.carousel-indicators .active {
	background: #868585
}

.sidebar .facebook img {
	padding: 8px 6px;
	margin: 0px auto;
}

.widget.facebook {
	text-align: center;
}

.sidebar #contactForm {
	background: #9d5fe2;
	margin: 15px 8px;
	padding: 8px 8px 4px;
	/* top | sides | bottom */
}


.sidebar .form-group {
	margin-bottom: 0px
}

.sidebar #contactForm label {
	color: #fff;
	margin-bottom: 2px;
	margin-top: 5px;
}

.sidebar #contactForm .btn-default {
	background: url(../images/contact-btn.webp);
	color: #FFF;
	float: left;
	margin-bottom: 10px
}

.sidebar #contactForm .help-block {
	margin-bottom: 0px;
	margin-top: 0px
}

.sidebar #contactForm .help-block ul {
	padding-left: 15px;
	color: #FF1B09;
	margin-bottom: 0px
}

.sidebar #contactForm textarea.form-control {
	height: 130px
}

/**************************BOTTOM SECTION************************/
#bottom {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 35px;
	text-align: center;
}

/**************************FOOTER SECTION************************/
#footer {
	background: url(../images/footer-bg.webp);
	padding-top: 10px;
	padding-bottom: 0px
}

#footer #footer-menu {
	list-style: none;
	text-align: center;
	margin-bottom: 25px;
	padding-left: 0px
}

#footer #footer-menu li {
	display: inline-block;
	padding-left: 30px;
}

#footer #footer-menu li a {
	color: #f14b94;
	font-size: 20px;
}

#footer .footer-logo {
	text-align: center;
}

#footer p {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 0px
}

#footer .left {
	margin-top: 10px
}

#footer .left p {
	/* color: #4d50a2; */
	color: #fff
}

#footer .right {
	margin-top: 10px
}

#footer .right p {
	color: #4d50a2;
}

/*******************************MEDIA QUERY CONTAINER******************************/

@media(min-width: 1200px) {
	.container {
		width: 1180px;
	}
}

@media(min-width: 768px) and (max-width: 990px) {
	.logo img {
		width: 100%
	}

	.phone img {
		width: 70%;
	}
}

@media(min-width: 768px) and (max-width: 1180px) {

	#footer .right p,
	#footer .left p {
		font-size: 15px;
		margin-bottom: 0px;
		line-height: 17px
	}
}

@media(min-width: 768px) and (max-width: 990px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 13px
	}

	#footer .right p,
	#footer .left p {
		font-size: 13px;
		margin-bottom: 0px;
		line-height: 15px
	}

	#footer .col-sm-4.right {
		padding-left: 0px;
		padding-right: 0px
	}

	.footer-logo img {
		width: 100%
	}
}

@media(max-width: 768px) {

	#header {
		background-size: 100% 585px;
		padding-bottom: 90px;
	}

	.navbar-inverse .navbar-collapse {
		/* background: #00539B */
	}

	.navbar-inverse .navbar-collapse a:hover,
	.navbar-inverse .navbar-nav>.active>a,
	.navbar-inverse .navbar-nav>.active>a:focus,
	.navbar-inverse .navbar-nav>.active>a:hover {
		background: #00447F !important;
		color: #FF0 !important
	}

	.navbar-inverse .navbar-collapse li {
		/* border-top: 1px solid #003A6B; */
	}

	.navbar-inverse .navbar-collapse li a {
		text-align: left;
	}

	#navbar {
		padding-left: 0px !important;
		border-radius: 0px 0px 15px 15px;
	}

	.navbar-nav {
		margin: 7.5px 0px !important;
	}

	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:hover {
		background: transparent;
	}

	.navbar-inverse {
		background-image: none !important;
		background-color: #00539B !important;
		margin-left: 10px;
		margin-right: 10px;
		border-radius: 10px;
	}

	.navbar-inverse .navbar-toggle {
		border: none;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background: #C0D4E5;
		width: 35px;
		height: 5px;
	}

	.navbar-collapse {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px !important;
		padding-right: 0px !important
	}

	#box .border {
		margin-left: 0px;
		margin-right: 0px
	}

	#box .border img {
		margin-bottom: 10px
	}

	#bottom img {
		margin-bottom: 10px
	}

	#featured img {
		width: 100%;
		margin-bottom: 10px
	}

	.sidebar #contactForm {
		margin: 10px auto;
		/*width: 80%;*/
	}

	#footer {
		background-size: 100%;
	}

	#bottom img {
		max-width: 355px;
	}

	#footer .footer-logo {
		margin-bottom: 0px;
		margin-top: 30px;
	}

	#footer .left {
		margin-bottom: 15px
	}

	.template-product #content .main .first {
		text-align: center;
		margin-bottom: 20px
	}

	.navbar-wrapper {
		background: url(../images/menu-dropdown.webp);
		padding-top: 0px !important;
		background-position: center -40px;
	}

	.navbar-inverse {
		margin-bottom: 0px !important;
		margin-left: 14px;
		margin-right: 14px;
	}

	#top #menu {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: -60px;
		/* background: #fff */
	}

	#featured {
		border-top: 0px !important
	}

	#footer {
		background-size: 100%;
	}

	/* Center footer logo perfectly */
	#footer .footer-logo {
		margin: 30px auto 0;
		text-align: center;
	}

	#footer .footer-logo img {
		display: block;
		margin: 0 auto;
	}

	/* Remove Bootstrap column padding on mobile */
	#footer .col-lg-4,
	#footer .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
	}

	#footer .left {
		margin-bottom: 15px;
	}


	/* Make promo boxes full width */
	#box .col-lg-4,
	#box .col-sm-4,
	#bottom .col-lg-4,
	#bottom .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
	}

	/* Ensure images stretch edge-to-edge */
	#box img,
	#bottom img {
		width: 100%;
		display: block;
	}



}

@media(min-width: 768px) {

	.sidebar .facebook img,
	#bottom img {
		width: 100%;
	}

	#box .border .col-lg-4 {
		padding-left: 5px;
		padding-right: 5px;
	}

	#box .border .col-lg-4.last {
		padding-right: 10px;
		padding-left: 0px;
	}

	.template-product #content .main .thumb {
		width: 100%;
		border-radius: 5px;
		border: 1px solid #a3ae97;
	}

	#content .col-sm-4.right {
		padding-left: 0px
	}

	#featured img {
		width: 100%;
	}

	#featured .left {
		padding-left: 0px;
		padding-right: 5px
	}

	#featured .right {
		padding-right: 0px;
		padding-left: 5px
	}
}

@media(max-width: 528px) {

	#bottom img,
	.sidebar .facebook img,
	#header .logo img,
	#header .contact-info .phone img {
		width: 100%
	}

	#header .logo {
		margin-bottom: 20px
	}

	#footer p {
		font-size: 14px !important
	}

	#footer #footer-menu li {
		padding-left: 10px
	}

	#footer #footer-menu li a {
		font-size: 14px
	}

	#footer #footer-menu {
		margin-bottom: 10px !important
	}

	.sidebar #contactForm {
		margin: 0px !important;
		width: 100% !important;
	}
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../../../AppData/Roaming/Adobe/Dreamweaver%20CS6/en_US/Configuration/Temp/DownloadCache/loading.webp) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../../../AppData/Roaming/Adobe/Dreamweaver%20CS6/en_US/Configuration/Temp/DownloadCache/prevlabel.webp) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../../../AppData/Roaming/Adobe/Dreamweaver%20CS6/en_US/Configuration/Temp/DownloadCache/nextlabel.webp) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../../../AppData/Roaming/Adobe/Dreamweaver%20CS6/en_US/Configuration/Temp/DownloadCache/closelabel.webp) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption,
#lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* Preload images */
body:after {
	content: url(../images/close.webp) url(../images/loading.webp) url(../images/prev.webp) url(../images/next.webp);
	display: none;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-container {
	padding: 4px;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.webp) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container>.nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP/* /wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
	*/
}

.lb-prev,
.lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.webp) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.webp) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.webp) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}


/* ===== Submit Button ===== */
#submitBtn {
	position: relative;
	min-width: 200px;
}

/* Disable button while sending */
#submitBtn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

/* Button text */
#submitBtn .btn-text {
	display: inline-block;
}

/* Hide text when loading */
#submitBtn.loading .btn-text {
	display: none;
}

/* ===== Spinner (your style, reused) ===== */
.spinner,
.btn-spinner {
	width: 18px;
	height: 18px;
	border: 3px solid #ccc;
	border-top: 3px solid #007bff;
	border-radius: 50%;
	display: none;
	animation: spin 0.8s linear infinite;
	vertical-align: middle;
}

/* Show spinner when loading */
#submitBtn.loading .btn-spinner {
	display: inline-block;
}


/* ===== Spinner Animation ===== */
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}


.sidebar .widget {
	overflow: visible;
	/* allow button to stay inside */
}

.actions {
	position: static;
	clear: both;
	margin-top: 15px;
	text-align: right;
	/* keeps button aligned like before */
}

#submitBtn {
	position: relative;
	z-index: 2;
}

/* Make the whole widget panel (including the button) purple */
.sidebar .widget {
	box-sizing: border-box;
}

/* Ensure button row stays inside and aligns nicely */
.sidebar .widget .actions {
	margin-top: 18px;
	text-align: right;
	clear: both;
}

/* If any theme CSS is pulling it out, force normal layout */
.sidebar .widget .actions,
.sidebar .widget .actions * {
	position: static;
	float: none;
}


.sidebar #contactForm::after {
	content: "";
	display: block;
	clear: both;
}

/* ================= SUCCESS POPUP MODAL ================= */

.modal-wrapper {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999999;
}

.popup-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
}

/* Modal box */
.popup-box.projector-style {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	width: 90%;
	max-width: 560px;
	padding: 30px 30px 30px 50px;
	border-radius: 8px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

/* Left accent bar */
.popup-accent {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 100%;
	background: #00bff3;
	border-radius: 8px 0 0 8px;
}

/* Close button */
.popup-close {
	position: absolute;
	top: 14px;
	right: 18px;
	font-size: 26px;
	background: none;
	border: none;
	cursor: pointer;
	color: #333;
}

/* Heading */
.popup-box h2 {
	margin: 0 0 15px;
	font-size: 34px;
	font-weight: 700;
	color: #9d5fe2;
}

/* Text */
.popup-box p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
}

#formLoader {
	color: #ffffff;
	/* makes "Sending…" white */
}

.whatsapp-cta {
	margin: 30px 0;
	text-align: center;
}

.whatsapp-button {
	background-color: #25D366;
	color: #ffffff;
	padding: 15px 25px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 6px;
	display: inline-block;
}

.whatsapp-button:hover {
	opacity: 0.9;
}


/* Match contact form button style */
#content .main .read-more {
	background: url(../images/read-more.webp) no-repeat center center;
	background-size: contain;

	color: #fff;
	display: inline-block;

	padding: 10px 22px;
	margin-top: 10px;

	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;

	text-decoration: none;
	border: none;
}

a[data-fancybox]:not(.read-more) {
	position: absolute;
	left: -9999px;
}

/* Product image styling */
.template-product #content .main .thumb {
	width: 100%;
	height: auto;

	display: block;

	border-radius: 5px;
	border: 1px solid #a3ae97;

	box-sizing: border-box;
}

.template-product #content section h2 {
	color: #fd8f1c;
	font-family: "vegabond-webfont";
	font-weight: bold;
}

.template-contact #content .row.contact-info .follow-column {
	clear: both;
	width: 100%;
	margin-top: 30px;
}

/* Desktop only */
@media (min-width: 768px) {
	.template-contact #content .contact-info ul li a {
		white-space: nowrap;
	}
}

/* Mobile safe wrapping */
@media (max-width: 767px) {
	.template-contact #content .contact-info ul li a {
		white-space: normal;
		word-break: break-word;
		overflow-wrap: anywhere;
	}
}


.template-contact #content .social-link {
	padding-left: 0;
}

.template-contact #content .social-link li {
	display: inline-block;
	margin-right: 10px;
}

.template-contact #content .social-link {
	display: flex;
	align-items: center;
	padding-left: 0;
	margin-top: 15px;
}

.template-contact #content .social-link li {
	display: inline-flex;
}



body.special-offers #content h2 {
	color: #9d5fe2;
	font-family: "vegabond-webfont";
	font-weight: bold;
	font-size: 26px;
	margin-top: 0px;
}

@media (max-width: 767px) {
	body.special-offers #content h2 {
		margin-top: 20px;
		/* adjust as needed */
	}
}

#submitBtn {
	float: left;
}