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

/*************** ADD CUSTOM CSS HERE.   ***************/

.border img {
	border-radius: 20px;
}

.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg {
	fill: #004f9f;
}

/* === FLICKITY LOGO SLIDER FIX (Edge vertical alignment) === */
.flickity-slider {
  display: flex;
  align-items: center;      /* centreert alle cells verticaal */
}

.flickity-slider .carousel-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flickity-slider .carousel-cell img {
  display: block;
  max-height: 60px;         /* pas aan aan jouw logo-hoogte */
  width: auto;
  object-fit: contain;
  vertical-align: middle;   /* vangt subtiele baseline-afwijkingen op */
}

.betterdocs-ia-launcher {
	width: 60px;
	height: 60px;
}
.betterdocs-ia-launcher img {
	height: 80px !important;
	width: 80px !important;
	margin-bottom:10px;
}

.betterdocs-ia-launcher-wrapper .betterdocs-ia-launcher {
	width: 100px !important;
	height: 100px !important;
	background: #fff !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}