/*
Theme Name: Event Engine Child
Theme URI: http://www.wpbeaverbuilder.com
Version: 6.2
Description: Core theme for Event Engine
Author: Lee, Larissa & Karthik
Author URI: http://angledcrown.com
template: bb-theme
*/


.fl-page-nav-right .fl-page-header-wrap {
	border-bottom: none;
}

.fl-builder-bar-content {
    background-image: linear-gradient(-225deg, #3A9ED2 0%, #3A5FAE 48%, #D52042 100%);
}

.fl-builder-bar-title {
	color: #fff;
	font-weight: bold;
}
/* Rectangle 3: */


/*Agenda Module*/

.ee6_agenda_module ul.speaker-details-list {
	list-style: none;
	margin: 0px;
	padding-left:0px;
}

.ee6_agenda_module ul.speaker-details-list li {
	clear:both;
	list-style: none;
	margin-bottom: 20px;
}

.ee6_agenda_module ul.speaker-details-list li img{
	float:left;
	max-width: 60px;
	max-height: 60px;
	border-radius: 50%;
	margin-right:20px;
	margin-bottom:10px;
}

.ee6_agenda_module p {
	line-height: 140%;
}


.ee6_agenda_module .ee6_agenda_module__item h4.speaker_title {
	margin-top:30px;
	display: block;
	margin-bottom:20px;
}

	
	.ee6_agenda_module__item {
		display: block;
		padding-bottom:15px;
		padding-top:15px;
		border-bottom: solid 1px #ccc;
	}

		.ee6_agenda_module__item h3 {
			margin-top: 0px;
		}


pre {
	height: auto;
	background: transparent;
	border: none;
	display: block;
}	


/* Edit Form */	

.ee-edit-form-wrapper {
	padding:20px;
}

.ee-edit-form-wrapper .acf-fields > .acf-field {
	padding:10px 0px;
}

/* Style the menu with we want to stand out as a button */
li.header-menu-cta{
	display: none !important;
}
	li.header-menu-cta.active{
		display: block !important;
	}

/* Hide Comments Management from Admin Bar on Frontend */
#wp-admin-bar-my-sites-list ul.ab-submenu li:nth-child(3) {
    display: none;
}

/* Styling for Marketo forms (Ed) */
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    border-color: #777;
    border-width: 1px;
}

/* !!Override Bootstrap 4 changes!! */

/* Speaker list module - Speaker name has no margins */
.speaker-list-item h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Override Marketo Text Color to White */
.hw-white form {
    color: #fff !important; /* Changes text to white if a user set the HTML module class to hw-white */
}
.hw-white form select {
    color: #000 !important; /* Resets the color for select dropdown choices */
}
