.breadcrumb{
	display:none !important;
}
/* .breadcrumb span {
	color: #184876 !important;
}

.breadcrumb-item+.breadcrumb-item::before{
	color: #184876 !important;
} */

#page-speaker{

	.slick-list .gutentor-image-thumb img {
		padding: 0px !important;
		border-radius: 5px;
		transition: transform 0.3s ease;
	}

	.slick-list .gutentor-image-thumb img:hover {
		transform: scale(1.1);
	}

	h3:after {
		height: 6px;
		display: block;
		width: 75px;
		background: #52badd;
		border-right: 1px white;
		content: '';
		border-radius: 25px;
		margin-top: 10px;
		margin-left: auto;
		text-align: center;
		margin-right: auto;
	}


	h2:after {
		height: 6px;
		display: block;
		width: 75px;
		background: #52badd;
		border-right: 1px white;
		content: '';
		border-radius: 25px;
		margin-top: 10px;
		margin-left: 0;
		text-align: left;
		margin-right: auto;
	}

	.gutentor-accordion-wrap.active{
/* 		background-color: #eee; */
		border-radius: 5px;
	}
	
	.form-speaker-container{
		border-radius: 10px;
		background-image: url(/wp-content/uploads/2024/05/Asset-46.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat
	}

	.wpcf7-form .container label span input{
		box-shadow: unset !important;
	}

	.wpcf7-response-output{
		color: #ffffff;
	}

	.form-speaker-title{
		color: #fff;
		font-weight: 600;
		font-size: 22px;
	}


	.keynotes-topics{
		b, strong{
			font-weight: bold !important;
		}


		.gutentor-accordion-heading {
		   border: none !important;
		}

		.gutentor-accordion-body{
		border-style: none !important;
		}

		.gutentor-accordion-wrap .gutentor-single-item{
			border-bottom: 1px solid #ccc;

			.gutentor-accordion-body {
				padding: 0 10px 20px !important;
			}
		}

		.gutentor-accordion-wrapper .gutentor-single-item-title{
			padding-left: 10px !important;
		}

	}

	.img-headshots{
		img{
			width: 375px !important;
			height: 500px !important;
		}
	}

	.iframe-window {
		width: 100% !important;
        border: none !important;
		margin-bottom: 45px !important;
	}

	 /* Desktop View */
    @media (min-width: 1024px) {
        .iframe-window {
			height: auto;
            min-height: 750px !important;
			max-height: 800px !important;
        }
    }

    /* Tablet View */
    @media (min-width: 768px) and (max-width: 1023px) {
        .iframe-window {
            height: 450px !important;
        }
    }

    /* Mobile View */
    @media (max-width: 767px) {
        .iframe-window {
            height: 300px !important;
        }
    }

	.iframe-overlay{
		position: absolute;
		bottom: 52px;
		left: 15px;
		width: 200px;
		height: 52px;
		background-color: #eaeaea;
		z-index: 999;
	}
	.iframe-overlay.iframe-fullscreen {
		width: 100%;
		height: 100%;
	}

}