/*
Theme Name: Event Engine
Theme URI: https://eventengine.tv
Version: 7.0.1
Description: Core theme for Event Engine
Author: Event Engine
Author URI: https://eventengine.tv
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: */


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 */
}

/* Single Speaker styles */
.seminar-time {
	margin-right: 10px;
}

/*** Customizer Fix – WordPress Version 6.7.1 ***/
.accordion-section-title button.accordion-trigger {
	height: auto !important;
}