/*
Theme Name:     Extended Agenda
Description:    Custom Theme
Author:         JDSDizon
Template:       twentytwentytwo

*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");


body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	 max-width: 100%;
}

@media only screen and (max-width: 600px) {
	div#event-date-container {
		flex-flow: wrap!important;
		grid-gap: 15px!important;
	}
}

body {
	font-family: Ubuntu,Helvetica,Arial,sans-serif;
	font-weight: 400;
	background: #F0F0F0;
	font-size: 14px;
}

h1, h2 , h3, h4, h5, h6 {
	font-family: Ubuntu,Helvetica,Arial,sans-serif;
	font-weight: 400;
}

h2 {
	font-weight: 600;
}

.agenda-header h1 {
	font-size: 24px;
}

.event-name {
	font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
	color: #061A28;
}

.event-details-container {
	display:flex;
}

.time-start, .time-end {
	font-size: 12px;
}

.time-start-left {
	display:flex;
	align-items: center;
	margin-right: 25px;
    margin-left: 15px;
    font-size: 20px;
}

.wp-container-1 > :where(:not(.alignleft):not(.alignright)) {
    max-width: 100%;
}

.agenda-sub-header-wrapper {
	display:flex;
	flex-direction: row;
}

.time-flex {
	background: #061A28;
    color: white;
    place-content: center;
    line-height: 5px;
    margin-top: 10px;
	width: 110px;
	height: 27px;
}

.agenda-container {
	display: flex;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    width: 100%;
	position: relative;
	height: auto;
	background: #fff;
	flex-direction:row;
}

.agenda-container-desc {
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 20px;
    margin-bottom: 20px;
}

.agenda-container-image {
	
}

.join-btn {
	text-decoration: none;
    color: white;
    background: #061A28;
    padding: 7px 45px;
    font-size: 12px;
    position: relative;
	height: 20px;
}

.event-image {
	object-fit: cover;
    width: 113px;
    height: 100%;
}

.wbcsd-divider {
	margin-left: 15px;
	margin-right: 15px;
	color: #5BC9BF;
}

.event-procedure {
	color: #5BC9BF;
}

.right-elements {
	display: flex;
    position: relative;
    align-items: center;
    grid-gap: 10px;
	margin-left: auto;
    margin-right: 25px;
	padding-left: 20px;
}

.bi-star {
	background: #061A28;
    color: white;
    padding: 6px 10px;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url('bootstrap-switch-bg.svg');
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}



.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url('bootstrap-switch-bg-active.svg') !important;
}


.form-switch {
    padding-left: 2.5em;
}
.form-check {
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
	display: flex;
    align-items: center;
    grid-gap: 10px;
}

.agenda-sub-header, #event-date-container {
	display: flex;
    grid-gap: 40px;
    font-size: 17px;
    color: #707070;
	align-items: center;
}

.form-check-input {
	width: 4em !important;
	height: 2em;
}

.wbcsd-switch-container {
	display: flex; 
	margin-left: auto;
	grid-gap: 20px;
    align-items: center;
}

select#category-filter {
    max-width: 100px;
    padding: 7px 8px;
    border-radius: 4px;
    margin-left: 10px;
}

.bi-calendar2-week {
	font-size: 30px;
}

.agenda-sub-header a {
	text-decoration: none;
    color: gray;
}

.agenda-sub-header a:focus, .event-date-selected{
	border-bottom: 2px solid #5BC9BF;
    color: #000;
}

.form-check-input:checked {
	background-color: #5BC9BF;
	border-color: #5BC9BF;
}

.form-check-label-left {
	margin-right: 25px;
}

.agenda-body-container {
	display: flex;
	min-height: 120px;
}

.agenda-row {
	margin-bottom: 40px;
	position: relative;
}

.details-flex {
	display: flex;
}

a.join-btn[href='']{
    display:none;
}

.add-to-favorites.favorite-event i:before {
	content: '\F586';
	color: #5BC9BF;
}

.speaker-details-container {
	display: flex;
	margin-bottom: 20px;
}

.speaker-avtr {
	width: 70px;
    border-radius: 50%;
    height: 70px;
    object-fit: cover;
    margin-right: 30px;
}

.speaker-names {
	font-size: 18px;
	font-weight: 600;
}

.speaker-row {
    margin-left: 90px;
    background: #fff;
    height: auto;
    padding: 20px 20px 20px 126px;
    position: relative;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    overflow: auto;
	/*max-height: 300px;*/
}

.event-description-title h3 {
	margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.speaker-h3 {
	margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.agenda-overview {
    margin-top: 0;
    cursor: pointer;
    color: #0693e3;
    font-weight: bold;
}

.event-icon {
	position: absolute;
    bottom: 0;
    left: 0;
}

.event-done:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 0.5);
    z-index: 100;
}


@media only screen and (max-width: 900px) and (min-width: 600px) {

	select#category-filter {
		max-width:none;
	}
	
	.agenda-sub-header-wrapper {
		flex-direction: column-reverse;
	}
	
	.agenda-body-container {
		display: block;
	}
	
	.agenda-container {
		/*height: 160px;*/
	}
	
	.agenda-container-desc {
		margin-right: 30px;
	}
	
	#event-date-container {
		display: flex;
		grid-gap: 20px;
		font-size: 13px;
		color: #707070;
		align-items: center;
	}
	
	.agenda-overview {
    	margin-top: 5px;
	}
	
	.details-flex {
		/*display: block;*/
	}
	
	.event-details-container {
		font-size: 12px;
	}
	
	.event-name {
		font-size: 14px;
	}
	
	.speaker-row {
		margin-left: 0px;
		font-size: 12px;
		line-height: 1.2em;
	}
	
	.speaker-names {
		font-size: 12px;
	}
	
	.event-description-title h3, .speaker-h3 {
		font-size: 14px;
	}
	
	.bi-star {
		position: absolute;
    	right: 0;
	}
	
	.join-btn {
		position: absolute;
		bottom: 0;
		padding: 4px 17px;
		right: 0;
	}
	
	.form-check-input {
		width: 3em;
		height: 1.5em;
	}
	
	.right-elements {
		display: block;
		margin-right: 0px;
	}
	
	.agenda-sub-header {
    display: flex;
    grid-gap: 16px;
    font-size: 15px;
    color: #707070;
    align-items: center;
}
	
	.form-check-label-left {
		margin-right: 20px;
		font-size: 12px;
		width: 83px;
}
	
	.form-check-label {
		font-size: 11px;
    	width: 56px;
	}
	
	.wbcsd-switch-container {
    	grid-gap: 5px;
		flex-direction: column;
	}
}


@media only screen and (max-width: 599px) {
	.agenda-body-container {
		display: block;
	}
	
	select#category-filter {
		max-width:none;
	}
	
	.agenda-container-desc {
		margin-top:0;
	    margin-bottom: 5px;
	    margin-right: 15px;
	}
	
	.wbcsd-switch-container {
    	display:block;
	}
	
	.agenda-container {
    	flex-direction: column;
	}
	
	.agenda-sub-header-wrapper {
		flex-direction: column-reverse;
	}
	
	.event-image {
		object-fit: cover;
		width: 100%;
		max-height: 180px;
	}
	
	.event-icon {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.right-elements {
		height: 36px;
		margin-right: 0;
	}
	
	.bi-star {
		background: #061A28;
		color: white;
		padding: 10px 20px;
	}
	
	.join-btn {
		height: 22px;
	}
	
	.speaker-row {
		padding: 20px 20px 20px 15px;
		margin-left: 0;
	}
	
	.event-name {
		font-size: 16px;
		margin-right: 20px;
	}
	
	.wbcsd-divider {
		display:none;
	}
	
	.details-flex {
		display: flex;
		flex-direction: column;
	}
	
	.event-details-container {
		display: flex;
		grid-gap: 10px;
	}
	
	.wbcsd-switch-container {
    	display: block;
		margin-left: 0;
		margin-bottom: 15px;
	}
	
	.form-check {
		padding-left: 0;
	}
}