/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

header .fr-nav-alpha .bricks-nav-menu {
    align-items: center;
}

.discover-card:hover img {
	opacity: .85;
}

.discover-card:hover {
    transform: scaleY(1.02) scaleX(1.02);
}

.blog-card:hover img {
    transform: scaleY(1.02) scaleX(1.02);
	opacity: .85;
}

.discover-card a:after,
.home-service-card a:after,
.event-card__content__title a:after,
.blog-card a:after {
    content: "";
    position: absolute;
    inset: 0;
    cursor: pointer !important;
    display: flex;
    z-index: 1;	
}

.event-card__content__title a {
	color: var(--white) !important;
}

.fr-slider__custom-arrow {
	transition: .3s ease opacity;
}

.fr-slider__custom-arrow:hover {
	opacity: .75;
}

.breakout--full {
    inline-size: 100vw !important;
    max-inline-size: 100vw !important;
    margin-inline: calc(-50vw + 50%) !important;
    align-self: flex-start;
}

.home-services-featured__img::before {
    max-height: 60%;
}

body .event-card__media__img::before {
    height: 100px;
    top: auto;
}


form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit,
footer .fluentform .ff-el-group {
	margin-bottom: 0 !important;
}

