/*
 Theme Name:   Zakra Child
 Author:       Me
 Template:     zakra
 Version:      0.1.240331
 Text Domain:  zakrachild
*/


/* Customization Begin Here */

/* Menu Logo */
 
.custom-logo-link img {
	width: 80px;
	color: white;
}


/* Hide Home Page Title */

#post-2127 .entry-title {
	display: none;
}


/* Remove Spacing At Bottom In Home Page */

#post-2127 .entry-content {
	margin-bottom: -80px;
}

@media screen and (max-width: 768px){
	
	#post-2127 .entry-content {
		margin-bottom: -140px;
	}
}


/* Nav Bar Adjusting Height */

.tg-site-header-bottom {
	padding-top: .3em;
	padding-bottom: .3em;
}


/* Booking Form Button */

#booking_form1 .wpbc_button_light {
	background-color: #745cf9;
	color: #ffffff;
	border-radius: 3px;
	border-color:#745cf9;
  	transition: 0.3s;
}

#booking_form1 .wpbc_button_light:hover {
	background-color: #2997FF;
	border-color:#2997FF;
}


/* Contact Form 7 Button */

.wpcf7 input[type="submit"] {
	transition: 0.3s;
}