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



/*Add border to company logos*/
.labb-project-image {
	border-style: solid;
	border-color: #eeeeee;
  border-width: 2px;		
}

/*Make first 3 company tags bold*/
.labb-filter-item.segment-0, .labb-filter-item.segment-1, .labb-filter-item.segment-2{
		font-weight: 800;
}

/*Hide the first company (setsquared)*/
.labb-grid-item.labb-gallery-item.term-Current-Members.term-Services.labb-image-type.labb-grid-item:first-of-type {
	display: none;
}


.labb-grid-item.labb-gallery-item.term-Alumni.term-Current-Members.labb-image-type.labb-grid-item:first-of-type {
	display: none;
}


/*Make the news/events tags red*/
.labb-module-1 .labb-module-image .labb-terms {
 background-color: rgba(182, 47, 61, .8);
}


/*.labb-module.labb-module-meta {
	display: none;
}


/*Make the pricing tables equal heights*/
.fl-pricing-table-features {
	height: 86px;
}

/*
Load more button styling*/
.labb-load-more.labb-button {
	background: #b62f3d !important;
    color: white;
    border: none;
	font-size: 18px;
	letter-spacing: 0;
}

a.labb-load-more.labb-button:hover {
	background: #22417d !important;
	text-decoration: none;
}


/*set the meny text line height*/
.fl-menu a {
line-height: 1.5 !important;
}

/*set the footer icon alignement*/
.mod-footer .fl-icon  {
	vertical-align: top;
	padding-top: 6px
}

/*set the form styles*/
input[type=text],input[type=email] {
	border: solid 1px #c2c3c3;
	background: #eff0f1;
}

/*Style the homepage stats grid */
.mod-stats .fl-heading-text {
	font-size: 80%
}

/* Courses Filter Grid */
.courses-grid-section .pp-post-filters {
	margin-bottom: 40px;
}
.courses-grid-section .pp-content-grid-post {
	display: flex;
    flex-direction: column;
}
.courses-grid-section .pp-content-grid-post-image {
	padding: 0;
	position: relative;
}
.courses-grid-section .pp-content-grid-post-text {
	flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
.courses-grid-section .pp-content-grid-post-logo {
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 4px;
	background-color: #fff;
}
.courses-grid-section .pp-content-grid-post-logo img {
	margin: 0;
	width: auto;
	height: auto;
	max-height: 32px;
	max-width: 180px;
	display: inline-block;
}
.courses-grid-section .pp-content-grid-post-terms {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 7px 20px;
	background-color: #C64436;
	font-size: 1.6rem;
}
.courses-grid-section .pp-content-grid-post-title {
	font-size: 2.3rem;
	color: #4152A8;
	margin-bottom: 15px;
}
.courses-grid-section .pp-content-grid-post-excerpt {
	font-size: 1.5rem;
	line-height: 2.45rem;
}
.courses-grid-section .pp-content-grid-post-excerpt p {
	margin-bottom: 14px;
	max-height: 95px;
	overflow: hidden;
	position: relative;
}
.courses-grid-section .pp-content-grid-post-excerpt:not(.full-content) p::after {
	content: '';
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	width: 100%;
    display: block;
    height: 27px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.courses-grid-section .pp-content-grid-post-excerpt.full-content p {
	max-height: none;
}
.courses-grid-section .pp-content-grid-post-excerpt-link {
	color: #1a3878;
	border-top: 1px solid #1a3878;
	border-bottom: 1px solid #1a3878;
	text-align: center;
	display: block;
	padding-top: 1px;
	padding-bottom: 3px;
}
.courses-grid-section .pp-content-grid-post-feature {
	padding: 20px 0 12px;
	list-style: none;
}
.courses-grid-section .pp-content-grid-post-feature li:not(:last-child) {
	margin-bottom: 12px;
}
.courses-grid-section .pp-content-grid-post-feature li img {
    	width: 14px;
	margin-right: 4px;
}
.courses-grid-section .pp-content-grid-post-feature li span {
	font-weight: 500;
	vertical-align: middle;
	display: inline-block;
	font-weight: 600;
}
.courses-grid-section a.fl-button {
	border-radius: 0;
	width: 100%;
	text-align: center;
	border: 0 none;
	color: #fff;
	background-color: #1a3878;
	font-weight: 600;
	margin-top: auto;
}
.courses-grid-section a.fl-button:hover {
	background-color: #c71838;
}
