.f-committe .fGalleryImage img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    padding: 1rem;
    object-position: top;
}

.f-committe .fGalleryText {
    text-align: center;
    p {
        margin: 0.5rem 0 0 0;
    }
    p img {
        width: auto;
        height: 1.2rem;
    }
    .name {
        font-weight: 600;
        color: var(--brand-color-theme-1);
    }
}

.f-committe h3 {
    font-weight: 700;
}


/*** Programme ***/

.f-programme-nav ul.fMenu {
    display: flex;
    justify-content: center;
}

.f-programme-nav ul.fMenu li {
    padding: 10px;
}

.f-programme-nav ul.fMenu li a {
    display: inline-flex;
    place-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    width: fit-content;
    padding: 0.5rem 1rem !important;
    border-radius: 1rem;
    background: var(--brand-color-theme-4) !important;
}

.f-programme-nav ul.fMenu li.selected a {
    background: var(--brand-color-theme-1) !important;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}

.session-container .session-details:has(.session-venue) {
    padding-bottom: 4rem;
}

.session-people-name {
    display: inline-block;
    width: fit-content;
    position: relative;
    color: var(--brand-color-theme-1);
    margin-bottom: .3rem;
}

.session-people-role {
    display: inline-block;
    position: relative;
    font-size: .9rem;
}

.session-people-role::before {
    content: " (";
    position: relative;
}

.session-people-role::after {
    content: ") ";
    position: relative;
}

.session-people-name::before {
    content: "\f2bd";
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: .85rem;
}

.session-people-name>a {
    color: var(--brand-color-theme-1);
    font-size: .9rem;
    font-style: italic;
    &:hover {
        text-decoration: underline;
        font-style: normal;
    }
}

.session-venue {
    background: #ddd;
    color: #222;
    bottom: 0.75rem;
    font-size: 0.85rem;
}

.session-container td.session-details {
    text-align: start !important;
}


body .session-container th {
    background: var(--brand-color-theme-1);
}


.fForm .form-item .date {
    width: 100%;
}

.intl-tel-input {
	width:100%;
}

.int-tel.form-item{
	overflow: visible;
}

.coming-soon > a {
    color: grey;
    cursor: not-allowed;
}

/*Iconset*/
.iconset-new .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.iconset-new  .fMenu {
    justify-content:center;
    display: flex;
    flex-wrap: wrap;
}
.iconset-new  .fMenu > li {
	list-style: none;
    margin: 1rem; padding: 1rem;
    background: #f5f5f5;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.iconset-new .fMenu > li:hover {
    background: #fff;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
}

.iconset-new  .fMenu > li > a {
    display: block;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
}

.iconset-new  img {
    width: auto;
    max-width: 64px;
    display: block;
    margin-bottom: 0.5rem;
}
.iconset-new .menu-item-text .action:before{
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    right: 10px;
    top: 19%;
    transform: translate(0,-50%);
    animation: blinking 2s infinite;
}
.iconset-new  .fMenu ul {
	margin-left: 20px;
	margin-top: 0.5rem;
}
.iconset-new  .fMenu ul,
.iconset-new  .fMenu ul li {
	list-style: square;
}
.iconset-new  .fMenu ul a {
	font-weight: 500;
}

li#menu-item-35876 ul li { 
	list-style-type: square;
}

/*Menu-Timeline*/
.menu-timeline ul.fMenu {
	display: flex;
	margin-bottom: 1rem;
}
.menu-timeline li {
	flex: 1 1 0;
	letter-spacing: -0.5px;
	text-align: center;
	position: relative;
}
.menu-timeline li.selected {
	font-weight: bold;
}

.menu-timeline li::before {
	height: 2px;
	width: 100%;
	left: -50%; top: 1rem;
	position: absolute;
	background: var(--brand-color-theme-1);
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
/*
.menu-timeline li:first-child::before {
	display: none;
}
*/

.menu-timeline .menu-item-text big {
	clear:both;
	display: inline-block;
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
	background: var(--brand-color-theme-1);
	color: #fff;
	font-weight: bold;
}
.menu-timeline .menu-item-text span {
	display:block;
	color: #000;
}

.menu-timeline li.future::before {
	display: none;
}
.menu-timeline li.future {
	opacity: 0.25;
}
.menu-timeline li.future a {
	pointer-events: none;
}
