/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
#site-header {
	display: none;
}
.site-body {
	padding-top: 0;
	padding-bottom: 0;
}
.site-footer-copyright p:last-child {
	display: none;
}
.fullwidth {
	margin: 0 calc(50% - 50vw);
	padding: 5rem calc(50vw - 50% + 5rem);
}
.bg-1{
	background-color: #b91010;
}
.box01 {
	color: #fff;
}
.box01 h3 {
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
}
.contact_box {
	padding: 5rem 5rem 3rem;
}
.contact_box {
	text-align: center;
}
.contact_box p {
	margin-bottom: 3rem;
}
/* .contact_box .contact_link {
	display: inline-block;
	background-color: #b91010;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 1.2rem;
	color: #fff;
} */
.contact_box .contact_link {
	display: flex;
	gap: 8px;
	align-items: center;
	width: 100%;
	max-width: 320px;
	height: 64px;
	padding: 8px 40px 8px 8px;
	font-family: sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
	overflow-wrap: anywhere;
	background-color: #b91010;
	border-radius: 32px;
	margin: 0 auto;
	transition: 0.2s;
}
.contact_box .contact_link .buttonIconText_icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 48px;
	aspect-ratio: 1;
	padding: 4px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 50%;
}
.contact_box .contact_link .buttonIconText_text {
	flex-shrink: 1;
	width: 100%;
}
.contact_box .contact_link:hover {
	opacity: 0.6;
}
.site-footer {
	position: relative;
	min-height: 121px;
}
.site-footer::after {
	content: "";
	background: url(/wp-content/uploads/2024/01/bni_image.png);
	height: 121px;
	width: 239px;
	position: absolute;
	right: 0;
	bottom: 0;
}
@media(max-width:767px){
	.fullwidth {
		padding: 3rem calc(50vw - 50%);
	}
	.contact_box {
		padding: 3rem 0;
	}
}
