/*
Theme Name: Engage The Brain Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: A child theme for Engage The Brain
Author: Design TLC and The Beaver Builder Team
Author URI: https://designtlc.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* HIDE EVENT DATE ON EVENTS PAGE - Put this in the Exceprt */
.tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
    display: none;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .fl-row-content-wrap, .fl-theme-builder-header-shrink-row-bottom.fl-row-content-wrap {
	background: #fff;
}

.page-title h1, .tribe-common h1 {
	text-transform: uppercase;
}

.fl-module-content {
	margin: 10px;
}

ul.sub-menu {
    text-transform: none;
    position: relative;
    z-index: 999!important;
}

ul.sub-menu li a {
	line-height: 1.4;
}

/*.fl-module-rich-text a { 
	box-shadow: inset 0 -1px 0 0 #d6de23;
}*/

.fl-module-rich-text a:hover { 
	box-shadow: inset 0 -30px 0 0 #d6de23; 
	color: #363636;
}

.fl-post-header {
	position: relative;
	z-index: 1000;
}

.sub-hero {
  clip-path: url(#wave);
  margin-top:-20px;
}

.subpage-hero {
	position: relative;
	z-index: 99;
}

.footer a:hover {
    text-decoration: none;
    color: #39b54a!important;
}

/* ALERT BAR */
.alert-section:empty {
    display: none;
}

.alert-section {
	text-align: center;
	background-color: #F0F1DE;
	font-size: 20px;
	padding: 10px 0 1px 0;
}

.alert-section li, .alert {
	list-style-type: none;
	background: linear-gradient(to top, #217BB4 35%, #74C43C 65%, #D6DE23 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-family: 'Prompt', sans-serif;
	font-weight: 800!important;
	text-transform: uppercase;
	letter-spacing: 4px;
}

#text-2 > div > p {
	animation-name: slide;
  	animation-duration: 0.8s;
  	animation-timing-function: ease-out;
  	animation-iteration-count: 1;
  	animation-fill-mode: forwards;
  }


a.register-button {
	background: #d6de23;
	padding: 5px 10px;
	text-align: center;
	color: #000;
	border: none;
	display: inline-block;
	margin-top: 10px;
}

a.register-button:hover {
	background: #217bb4!important;
	color: #fff!important;
	box-shadow: none;
}

.post-type-archive-tribe_events a.info-link {
  background: #d6de23;
	padding: 5px 10px;
	text-align: center;
	color: #000;
	border: none;
	display: inline-block;
	margin-top: 10px;
}

.post-type-archive-tribe_events a.info-link:hover {
	background: #217bb4!important;
	color: #fff!important;
	box-shadow: none;
}

.post-type-archive-tribe_events .register-button {
	display: none;
}

@keyframes slide {
  from {
    margin-right: 50%;
    width: 300%; 
  }

  to {
    margin-right: 0%;
    width: 100%;
  }
 }



/* Subpage Template */
svg.clip {
    height: 0;
}

.fl-content-full-subpage.container {  
	max-width: 900px;
}

.page-template-subpage #fl-main-content, #fl-main-content {
	background-image: url(/wp-content/uploads/2020/07/BG-Logo.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.page-template-subpage #fl-main-content .fl-module-rich-text, #fl-main-content .fl-module-rich-text {
	background: #fff;
	padding: 0 30px 0 30px;
}

.page-template-subpage #fl-main-content .fl-module-rich-text.first, #fl-main-content .fl-module-rich-text.first {
	padding-top: 40px!important;
}

.home #fl-main-content, #fl-main-content {
	background-image: none;
}

/* FORMS */
input#gform_submit_button_2, input#gform_submit_button_4 {
    color: #fff;
    border: none;
    text-transform: uppercase;
    border-radius: 10px;
}

.gform_wrapper li.hidden_label input {
	margin-top: 0!important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0!important;
}

input[type=text] {
	border-radius: 0;
}

.widget .gform_widget input#gform_submit_button_2 .gform_wrapper .gform_footer, .gform_wrapper .gform_footer {
	margin-top: 0!important;
}

/* EVENTS */
.post-type-archive-tribe_events h1.fl-heading {
	display: none;
}

.tribe-events-schedule__separator {
	color: #217bb4;
	font-size: 21px;
}

.tribe-events-schedule__time {
	font-size: 21px;
}

.tribe-common .tribe-common-c-btn {
	background: #39b54a!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    max-width: 900px;
}

.tribe-events-l-container {
    padding-bottom: 160px;
    padding-top: 10px;
    min-height: 700px;
}
@media only screen and (max-width: 800px) {

h1 {
    font-size: 28px!important;
    line-height: 1.2;
    letter-spacing: 0px;
}

ul.sub-menu a {
		margin-left: 10px!important;
}

.bold-nav {
	font-weight: 800!important;
}

.indent-nav {
	margin-left: 15px!important;
	font-weight: 400!important;
}

.fl-node-5f28839ee9f89 span.fl-menu-mobile-toggle-label {
    margin-top: 10px;
}
.tribe-events .tribe-events-l-container {
    padding-bottom: 80px;
    padding-top: 0;
    min-height: 600px;
}

}