/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

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

/*Header customisation ---*/
.fl-row-content-wrap.fl-theme-builder-header-shrink-row-bottom.fl-theme-builder-header-shrink-row-top {
    background-color: rgba(255, 255, 255, 0.95);
}

.full-h-row.fl-row-full-height .fl-row-content-wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
	padding-bottom:150px;
}

/*Headings font customisation ---*/
h2, h3, h4, h5, h6 {
    color: #051a31;
    font-family: "Roboto",serif;
		font-weight:600;
		color:#333;
}

/*Callout buttons in columns ---*/
@media screen and (min-width: 992px) {
	#program-select .fl-button-group-buttons {
	   position: absolute;
  	 bottom: 0;
   	margin-bottom: 40px;
		}
}
#program-select .fl-button-group {
   margin-bottom: 20px;
}

/*Menu styling ---
.menu-btn a {
	font-weight:600;
}*/

/*Text styling additions ---*/
.feature-paragraph {
	font-size:20px;
}

/*Home - vertical seperator ---*/
.right-border {
    border-right: 1px solid #fff;
}
.right-border-dark {
    border-right: 1px solid #1d334b;
}

@media screen and (max-width: 768px) {
  .right-border-dark {
    border-right: none;
	}
}
/*custom list icon position, hack ---*/
.fl-list-item-icon {
    padding-top: 0!important;
}

/*underline remove ---*/
.no-underline a:hover, .no-underline a:focus
  {
	text-decoration:none!important;
}

/*course description - highlight text ---*/
.highlight-text-right {
	font-size:22px;
	font-weight:300;
	margin-left:-200px;
	z-index:99;
	background-color:rgba(234,234,234,0.8);
}

.highlight-text-left {
	font-size:22px;
	font-weight:300;
	margin-right:-200px;
	z-index:999;
	background-color:rgba(234,234,234,0.8);
}

.highlight-text {
	font-size:22px;
	font-weight:300;
}

/* Events table layouts ---- */
#tribe-events-content td {
    padding: 10px;
    border: 1px solid;
}


/* Event page detail ---- */
/* Tickets box ---- */
@media (min-width: 768px){
.entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form {
    padding: 20px 0px 20px;
	}
.event-tickets .tribe-common-h4 {
    font-size: inherit;
    line-height: 1.42;
	}
.event-tickets .tribe-common-b3--min-medium {
    font-size: 14px!important;
	    font-weight: 300;
    line-height: 1.38;
	}
	.event-tickets .tribe-common-h6--min-medium {
    font-size: 18px!important;
    line-height: 1.62;
		color:#074282;
	}
  .tribe-events-meta-group {
      padding: 0 0 16px;
      width: auto;
  }
  .event-tickets .tribe-common-b1--min-medium, .event-tickets .tribe-common-h6 {
    font-size: 18px;
  }
  .event-tickets .tribe-common-b3 {
    font-size: 14px;
    margin-top: 8px;
  } 
}
.entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form {
    border: none;
    margin: 0;
    max-width: 580px;
}
.tribe-events-meta-group {
    flex: 1 0 140px;
    margin-right: 24px;
    order: 0;
}
h2.tribe-events-single-section-title {
    font-size: 24px;
    font-weight: 600;
}
.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-add, .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-remove, .event-tickets .tribe-tickets__tickets-item-quantity-add, .event-tickets .tribe-tickets__tickets-item-quantity-remove {
    color: #666;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 4px;
    width: 20px;
}
/* Button colour ---*/
.tribe-common a.tribe-common-c-btn--small, .tribe-common button.tribe-common-c-btn--small, .tribe-common input[type=button].tribe-common-c-btn--small, .tribe-common input[type=submit].tribe-common-c-btn--small {
    background-color: #074282;
}
/* Button colour - no click ---*/
.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled, .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
    background-color: #888888;
}
.tribe-common-c-btn:hover {
    background-color: #a30046;
}
