/* Fix Header Background Image Colour @Tucker (Bizzabo) */
.trade-template .cover-photo-background {
  background-image: url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto:best,c_crop,g_custom/v1635519903/iahi8jkvbzeb0du41dqj.jpg) !important
}

/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}

/*main container of each section*/
.main-app-container {}

/*
call-to-action buttons e.g:
Register, Join The Community etc
*/
.btn-register {}

/*Top navigation bar container*/
.template-nav {}

/*Top navigation bar items container*/
#bs-example-navbar-collapse-1 {}

/*social share buttons container*/
.social-share-button {}

/*social share buttons per social network*/
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}



.ft-title::after{
	content:'';
	display:block;
	width:70px;
	margin-top:14px;
	margin-bottom:36px;
	border-bottom:5px solid;
}
.ft-title::after{
	border-color: #990f3d!important;
}

.ft-title{
	position: relative;
	font-weight:400;
	text-align:left;
	line-height: 1.15!important;
	font-size:2rem!important;
	color: #333333!important;
}

@media screen and(max-width:600px;
){
	.ft-title{
		font-size: 25px!important;
	}
}





