/*
 Theme Name: Astra Child
 Author:     Esteban Robles
 Template:   astra
 Version:	 1.1.43
*/

:root {
	--anaranjado-logo: #E68829;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 95px;
	margin-top: 0 !important;
}
.hide {
    display: none !important;
}
.text-bottom-0 {
	margin-bottom: 0 !important;
}
/**************************************** HEADER ****************************************/
.ast-theme-transparent-header #masthead {
    position: fixed;
    top: 0;
    width: 100%;
	background-color: #fff;
	box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
}
.ast-logo-title-inline .ast-site-identity {
    padding: 0;
}
.main-header-menu > .menu-item > .menu-link {
	outline: none;
	font-weight: bold;
}
.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,
.ast-builder-menu-mobile .main-navigation .menu-item:hover > .menu-link {
	color: var(--anaranjado-logo) !important;
}
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link {
	color: var(--anaranjado-logo) !important;
}
@media screen and (max-width: 544px) {
	header .custom-logo-link img,
	.ast-header-break-point .site-branding img,
	.ast-header-break-point .custom-logo-link img {
		max-width: 115px;
		width: 115px;
	}
}
/***************************************** ABOUT US *****************************************/
.catering-gallery {
	max-width: 70%;
}
.btn-michael a {
	transition: .3s !important;
}
@media screen and (max-width: 767px) {
	.container-empty {
		display: none;
	}
}
/**************************************** CONTACT US ****************************************/
.required-fields {
	color: #262626;
}
.required-fields > em::before {
	content: '* ';
	color: red;
}
.wpforms-field-sublabel.after {
	color: #262626 !important;
}
.contact-form-btn {
	background-color: #262626 !important;
	border: 1px solid #262626 !important;
}
.contact-form-btn:hover {
	background-color: #E68829 !important;
}
/************************************ PAGE PRODUCTS *************************************/
.spectra-image-gallery__media-thumbnail-caption.spectra-image-gallery__media-thumbnail-caption--overlay {
	flex-direction: column;
}
.spectra-image-gallery__media-thumbnail-caption.spectra-image-gallery__media-thumbnail-caption--overlay span {
	display: none;
	font-size: 16px;
	font-weight: bold;
	color: var(--anaranjado-logo);
}
.spectra-image-gallery__media-thumbnail-caption.spectra-image-gallery__media-thumbnail-caption--overlay:hover span {
	display: block;
}
@media screen and (max-width: 767px) {
	.food-service-gallery .spectra-image-gallery__media-wrapper:last-child,
	.retail-gallery .spectra-image-gallery__media-wrapper:last-child {
		display: none;
	}
}
/************************************ PAGE CATERING *************************************/
.info-contact-link a {
	color: #fff !important;
	transition: .3s;
}
.info-contact-link a:hover {
	color: #ccc !important;
}
.catering-main-list .uagb-icon-list__label {
	line-height: 1.2em !important;
}
@media screen and (max-width: 767px) {
	.logo-catering {
		display: none;
	}
	.whole-cakes {
		margin-bottom: 0 !important;
	}
	.catering-first-sublist > .uagb-icon-list__wrap {
		margin-top: 5px !important;
	}
	.catering-second-sublist > .uagb-icon-list__wrap {
		margin-top: 0 !important;
	}
}
/**************************************** FOOTER ****************************************/
.site-below-footer-wrap {
    padding-top: 0;
    padding-bottom: 5px;
}
.wp-block-uagb-container.uagb-block-21ba8c9b {
    padding-bottom: 0px;
}
#block-12 {
	margin-bottom: 10px;
}
#block-14 {
	margin-bottom: 0;
}
#block-14 > p {
	margin-bottom: 5px;
}
#block-30 {
	margin: 0 auto;
	max-width: fit-content;
}
#ast-scroll-top {
	right: 15px;
	bottom: 85px;
}