/*
Theme Name: Avemed
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.0.2
*/

/* Custom CSS lives in /assets/css/flatsome-child.css — do not add styles here. */


.pb-0 {
	padding-bottom: 0!important;
}

.col-pb-0 .col {
	padding-bottom: 0!important;
}

.col-align-center .col {
	display: flex;
	align-items: center;
}

.img-500 img {
	max-height: 500px;
	height: 100%;
	object-fit: cover;
}

.w-fit {
	width: fit-content!important;
}

.weight-600 {
	font-weight: 600!important;
}

.weight-500 {
	font-weight: 500!important;
}

.av-accent {
    color: var(--primary-color);
}