/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header >> Kadence sticky header site header row container inner **/
.kadence-sticky-header > .site-header-row-container-inner {
	box-shadow: 0 10px 15px 0 rgba(35, 37, 39, 0.21) !important;
}

/** Header >> Header Language Switcher **/
#icl_lang_sel_widget-3 .wpml-ls-link {
	color: var(--global-palette9) !important;
	font-size: 12px !important;
}

/** Header >> Icl lang sel widget 3 wpml ls link **/
#icl_lang_sel_widget-3 .wpml-ls-link {
	padding: 0 !important;
}

/** Header >> Icl lang sel widget 3 wpml ls legacy list horizontal **/
#icl_lang_sel_widget-3 .wpml-ls-item-legacy-list-horizontal {
	font-size: 12px !important;
}

/** Header >> Icl lang sel widget 3 wpml ls flag **/
#icl_lang_sel_widget-3 .wpml-ls-flag {
	width: 16px !important;
}


/*= Content =================== */

/** Content >> Staff column image **/
.staff-column img {
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
}

/** Content >> Podcast Cards Image Height **/
#kt-layout-id_ced49d-f3 .kt-blocks-info-box-media-container {
	max-height: 218px !important;
	overflow-y: hidden !important;
}

/** Content >> Podcast card kt info box image **/
.podcast-card .kt-info-box-image {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

/** Content >> Kadence infobox Link Wrap **/
.kt-blocks-info-box-link-wrap {
	min-height: 100% !important;
}

/** Content >> Kadence infobox **/
.wp-block-kadence-infobox {
	height: 100% !important;
}

/** Content >> Breadcrumb **/
.breadcrumb {
	font-size: 14px !important;
	padding-left: 0 !important;
}

/** Content >> Breadcrumb Link **/
.breadcrumb a {
	text-decoration: none !important;
}

