/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* CL 2024-06-29 | Set logo image size manually */
.fusion-middle-logo-menu-logo.fusion-logo {
	max-width: 180px;
}


/* CL 2024-06-30 | Constrain Featured Product image size to avoid issues with photos that are only 360px wide */
.cookie-carousel img {
    width: auto;
    height: auto;
}

.fusion-animated-text-postfix {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in {
    opacity: 1;
}

.cc-bold {
	font-weight: 700;
	color: #3a3670;
}

.order-cookie-selector fieldset > * {
    flex: 1;
}

.order-cookie-selector fieldset {
    display: flex;
}

.fusion-form-image-select > label > span {
	align-content: center;
}

#menu-item-569 .awb-menu__main-background-default {
    box-shadow: 0 4px 15px rgba(223, 218, 229, 1); 
	background: rgba(223, 218, 229, .3);
	border: solid 1px #cfcae5;
    transition: box-shadow 0.3s ease;
}

.woocommerce-product-gallery__image.flex-active-slide a {
	pointer-events: none;
}

.fusion-form-form-wrapper .fusion-form-field.option-inline .fusion-form-image-select:first-child {
	margin-left: .33em !important;
}

.visibility-hidden {
	visibility: hidden;
}
