@import url("https://fonts.googleapis.com/css?family=Rubik:400,700|Montserrat:700");

:root {
	--base-color: #172628;
	--canvas-color: #FFFEFC;
	--white-color: #FFFFFF;
	--grey-color: #7C7C7C;
	--blue-color: #054ADA;
	--red-color: #E16259;
	--dark-red-color: #BE5643;
	--green-color: #439E76;
    --dark-green-color: #2C694E;
	--brand-green-color: #23bd67;
	--orange-color: #E85A4F;
	--title-font: Montserrat, Arial, Helvetica, sans-serif;
	--base-font: Rubik, Arial, Helvetica, sans-serif;
}

body {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	font-family: var(--base-font);
	color: var(--base-color);
	background-color: var(--canvas-color);
}

html, body {
	height: 100%;
	margin: 0;
	overflow-x: hidden;
}

hr {
	opacity: 0.25;
}

img {
	width: 100%
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: var(--base-color);
	font-family: var(--title-font);
}

a {
	color: var(--green-color);
	text-decoration: none;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
	letter-spacing: 0;
	outline: 0 !important
}

.fas-large i {
	font-size: 40px;
	color: var(--blue-color);
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: var(--dark-green-color);
}

p {
    font-size: 16px;
	font-weight: 400;
    line-height: 24px;
	font-family: var(--base-font);
}

ul, li {
	list-style: none;
	padding: 0
}

ul, ol {
	list-style: none;
	padding: 0
}

ol li {
	margin-bottom: 7px
}

li {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	color: var(--base-color);
}

strong {
	font-weight: 700
}

footer {
	font-size: 15px;
	margin: 60px 0 0 0;
	text-align: left;
	color: var(--grey-color);
}

footer strong {
	color: var(--base-color);
}

footer hr {
	width: 60px;
	margin-top: 0;
}

.footer-body {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-body div {
	line-height: 2.5;
}

.footer-body > div {
	margin: 20px 0;
}

.footer-body a {
	margin-top: 20px;
}

.footer-social div {
	margin: 20px 0;
}

.footer-social a {
	font-size: 22px;
	margin-left: 12px;
}


.footer-info {
	min-width: 360px;
}

.navbar {
	margin: auto;
	padding: 20px;
	max-width: 1192px;
}

.navbar .container-fluid {
	padding: 0;
}

.navbar img {
	width: 160px;
}

.navbar i {
	font-size: 20px;
}

.navbar-toggler {
	border: none;
}

.nav-item {
	margin: auto 0 auto 20px;
}

.wrapper .container {
	margin: auto;
	padding: 0 20px;
	max-width: 920px;
}

.wrapper .event-container {
	margin: auto;
	max-width: 1202px;
}

.button {
	display: flex;
}

.button a {
	margin: auto;
	padding: 8px 12px;
	border-radius: 3px;
	color: var(--white-color);
	background-color: var(--red-color);
	border: 1px solid var(--dark-red-color);
}

.button a:hover {
	background-color: var(--dark-red-color);
}

.shadow-effect {
	box-shadow: 0 2px 8px rgba(50, 50, 50, 0.35),
				0 1px 3px rgba(50, 50, 50, 0.35);
}

.section-heading {
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-family: var(--title-font);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.signup-button {
	padding-top: 30px;
	font-family: var(--base-font);
	font-size: 16px;
	font-weight: 400;
}

.signup-button a {
	font-size: 16px;
	padding: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 180px;
	text-align: center;
}

.signup-button a:hover {
	background-color: var(--dark-red-color);
}



/* POSTS */

.posts-container {
	margin-bottom: 50px;
}

.post-item {
	margin-bottom: 40px;
	border-radius: 2px;
}

.post-image {
	width: 100%;
	height: 140px;
	overflow: hidden;
}

.post-image.event-image {
	height: 140px;
	position: relative;
}

.post-image.event-image > a {
	position: relative;
	display: block;
	height: 100%;
}

.post-image:hover + .post-info .post-title  {
	color: var(--green-color);
}

.post-image:hover + .post-info {
	color: var(--green-color);
	border: none;
}

.post-image img {
	height: 100%;
	object-fit: cover;
	transition: transform .2s ease-out;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.post-item img:hover {
	transform: scale(1.05);
}

/* Event Type Badges */
.post-image.event-image {
	overflow: visible;
}

.post-image.event-image > a {
	overflow: visible;
}

.event-badge {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	vertical-align: middle;
}

.event-badge-webinar {
	background-color: #51b090;
}

.event-badge-meetup {
	background-color: #e16259;
}

.event-badge-external {
	background-color: #1677be;
}

.event-badge-interview {
	background-color: #8647a7;
}

.post-info {
	padding: 10px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.post-info div {
	line-height: 1.8;
}

.post-title {
	font-size: 15px;
	font-family: var(--title-font);
	color: var(--base-color);
}

.post-title:hover {
	color: var(--green-color);
}

.post-prefix {
	color: var(--grey-color);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.post-prefix #event-status {
	margin-left: auto;
}

@media (max-width: 768px) {
	.post-prefix {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}
	
	.post-prefix #event-status {
		margin-left: 0;
	}
}

.post-tagline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--grey-color);
}

.post-button a {
	width: 160px;
	font-size: 16px;
	background-color: #b4d8c8;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1b3f2f;
	font-weight: bold;
	border: none;
}

.post-button a:hover {
	background-color: #8ec5ad;
}


.team-members figure {
	position: relative;
	cursor: pointer
}

.team-members figure:hover .image-overlay {
	opacity: 1
}

.team-members figure:hover .info-text {
	transform: translateY(0px)
}

.team-members figure:hover .social-icons {
	transform: translateY(0px)
}

.team-members .image-overlay {
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
}

.team-members .overlay-text {
	padding-top: 20%;
	color: var(--white-color);
}

.team-members .overlay-text .info-text {
	transform: translateY(50px);
	transition: all 0.3s ease-in-out 0s;
}

.team-members .overlay-text .info-text a {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 3px;
	color: var(--white-color);
}

.team-members .overlay-text .info-text span {
	font-size: 0.8rem;
	font-weight: 400;
	font-style: italic
}

.team-members .social-icons {
	padding-left: 0;
	transform: translateY(-50px);
	transition: all 0.3s ease-in-out 0s;
}

.team-members .social-icons li {
	display: inline-block;
	margin: 8px
}

.team-members .social-icons i {
	font-size: 1.5rem;
	color: var(--white-color)
}

.brand-text {
	color: var(--brand-green-color);
	font-weight: bold;
}

.partner-image {
	width: 80%;
	float: right;
	height: auto;
	overflow: hidden;
}

.partner-promote {
	text-align: center;
	font-size: 25px;
	color: var(--orange-color);
	border-style: solid;
	border-width:2px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left: 25%;
	margin-right: 25%;
	padding: 10px;
	line-height: 35px;
}

@media (max-width:992px) {

	:root {
		font-size: 12px;
	}

}

@media (max-width:768px) {

	:root {
		font-size: 11px;
	}

	.team-members figure {
		margin-bottom: 30px
	}
}


@media (max-width:576px) {

	:root {
		font-size: 9px;
	}

	footer {
		font-size: 14px;
	}

	.navbar img {
		width: 140px
	}

	.navbar-nav {
		padding-top: 30px;
		flex-direction: row;
		justify-content: space-evenly;
	}

	.team-members .overlay-text {
		padding-top: 10%
	}

	.team-members .overlay-text .info-text a {
		font-size: 1rem;
		margin: 1px;
	}

	.team-members .overlay-text .info-text span {
		font-size: 0.8rem;
	}

	.team-members .social-icons li {
		display: inline-block;
		margin: 4px
	}

	.partner-image {
		float: none;
		width: 100%;
	}

	.partner-promote {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Solutions Links (Education, Professional, White-label Bots) */
.navbar .solutions-link {
	color: var(--green-color);
	text-decoration: none;
  }
  
.navbar .solutions-link:hover {
color: var(--dark-green-color);
}

/* Standard Link (Log In) */
.navbar .standard-link {
color: var(--base-color); /* Black */
text-decoration: none;
}

.navbar .standard-link:hover {
color: var(--grey-color); /* Grey on hover */
}

.solutions-grid .card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solutions-grid .card:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
  