/*
Theme Name:     Bachus & Schanker Lander
Template:       kadence
Author:         Levy Online
Author URI:     https://www.levyonline.com/
Description:    A custom child theme for Bachus &amp; Schanker using the Kadence Theme
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.grecaptcha-badge{
	display:none;
}
.wpcf7-form-control{
	width:100%;
	margin-bottom:10px;
}
.grouped-content{
	max-width:fit-content;
	border-radius:15px
}
.call-button-mobile {
	text-align:center;
	font-weight:bold;
}
.sidebar-checklist {
    list-style: url(/wp-content/uploads/2024/05/check-box.png);
}
@media only screen and (min-width: 1024px) and (max-width: 1600px)  {
	.hero-home {
		background-position: 30% 50%;
	}
	.hero-home .hero-text-col .kt-inside-inner-col {justify-content: end!important;}
}
@media only screen and ( max-width: 1023px ) {
	.hero-home {
		background-position: 50% 50%;
	}
	.hero-home .hero-text-col .kt-inside-inner-col {justify-content: end!important;}
}
