/*
Theme Name: Serendipity Labs - Portals
Text Domain: Serendipity Labs
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Custom Bootstrap 4 Template for Serendipity Labs Portal
Tags:
Author: Gerardo M. Franco @ Serendipity Labs, Inc.
Author URI: https://gerardofranco.com
Theme URI: https://portal.serendipitylabs.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learnedwith others.
*/

body { padding: 15px 40px; }

.row.header {
	border-bottom: 2px solid #414141;
	margin-bottom: 20px;
}

.row .col-8 { padding: 0; }

.row.header img { max-height: 85px; width: auto; }

.header h1 {
	font-family: "museo", Helvetica, Arial, sans-serif;
	color: #b61c20;
	font-size: 55px;
}

.museo-heading { font-family: "museo", Helvetica, Arial, sans-serif !important; font-weight: 600 !important; }

.left-col h2 {
	font-family: "museo", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #676669;
	border-bottom: 2px solid #b61c20;
	margin: 20px 0;
	padding-bottom: 10px;
}

.header h5 {
	font-family: "museo", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#sb_instagram, #sbi_images { padding: 0 !important; margin: 0 !important; }

#sb_instagram #sbi_images .sbi_item { padding: 0 2px !important; }
#sb_instagram #sbi_images .sbi_item:first-child { padding-left: 0 !important; }
#sb_instagram #sbi_images .sbi_item:last { padding-right: 0 !important; }

.coolclock canvas, .coolclock div { max-width: 250px !important; max-height: 250px !important; margin: 25px 0; }

.eventbrite { margin-top: 20px; }
.card.border-sl { border: 1px solid #414141; }
.card .bg-sl { background: #b61c20; text-align: center; color: #FFF; }

.card h2, .card h3, .card h4 {
	display: block;
	color: #FFF;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.card h3 {
	font-family: franklin-gothic-urw, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	border-bottom: 1px solid #FFF;
}

.card h4 {
	font-family: franklin-gothic-urw, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
}

.card .description h3 {
    font-weight: 700 !important;
    font-size: 14px;
    margin: 0px;
    color: #414141;
}

.card .description p {
	font-size: 12px;
	overflow: hidden;
	height: 55px;
	position: relative;
	text-overflow: ellipsis;
	content: "";
	margin-bottom: 0;
	display: none;
}

.card .description p:before {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(transparent, #FFFFFF);
}

.card .date { padding: 10px 0;}

.events {
	border: 2px solid #b61c20;
	padding: 15px;
}

.events h1 {
	font-family: franklin-gothic-urw, sans-serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	color: #b61c20;
}

.events h3 {
	font-family: "museo", Helvetica, Arial, sans-serif;
	color: #676669;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400px;
}

.event {
	border-top: 2px solid #676669;
	border-bottom: 2px solid #676669;
	margin: 15px 0;
	padding: 15px 0;
}

.event .carousel {

}

.event h2 {
	font-family: franklin-gothic-urw, sans-serif !important;
	color: #676669;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700 !important;
}

.event p {
	font-family: franklin-gothic-urw, sans-serif !important;
	color: #676669;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
}

.carousel-indicators {
	bottom: -35px;
}

.carousel-indicators li {
	border: 1px solid #E6E6E6 !important;
	background: #E6E6E6 !important;
}

.carousel-indicators .active {
	border: 1px solid #b61c20 !important;
	background: #b61c20 !important;
}

.carousel-caption {
  position: unset !important;
  color: #414141 !important;
}


