.collaborator-item {
	width: 75%;
}

.collaborator-workshop-title {
	background: #00b3a6;
	padding: 5px;
	color: white;
}

.collaborator-workshop-subtitle {
	color: #00b3a6;
}

.icon-green {
	color: #00b3a6;
}

.collaborator-section {
	margin-bottom: 10rem;
}

.collaborators-section {
	margin: 0 1rem;
}

.footer-logo {
	width: 75%;
}

div.post-link-holder {
	background: #00b3a6;
	padding: 1rem;
}

div.post-link-holder a {
	color: white;
}

span.workshop-custom-subtitle {
	font-style: italic;
	color: #374744FF;
	text-decoration: underline #00b3a6;
}

span.list-item-blog-entry {
	background: #00b3a6;
	color: white;
	padding: 0.5rem;
}

.quote-separator {
	color: white;
}

a.link-href {
	color: #00b3a6;
}

a.link-href:hover{
	color: #374744FF!important;
}

.content-block .container .inner-wrapper div div h2 {
	text-align: center;
}

div section.conferences-about {
	margin-top: 5rem;
	padding: 0;
}

div section.worked-with-about {
	margin-top: 5rem;
	margin-bottom: 5rem;
	padding: 0;
}

div section.worked-with-about aside {
	padding: 0;
}

ul.social-network.with-text li a span {
	color: white;
}

@media (max-width: 600px) {
	.tp-loop-wrap .slider-sub-title {
		font-size: 12px!important;
		line-height: 15px!important;
	}

	.tp-mask-wrap #title-loop {
		font-size: 20px!important;
		padding-top: 20px!important;
		padding-bottom: 10px!important;
	}

	.collaborator-item {
		width: 100%;
	}

	a.navbar-brand.mr-auto {
		display: none!important;
	}

	div.navbar-collapse#mega-menu {
		margin-top: 5rem;
	}
}

@media (max-width: 768px) {

	.tp-loop-wrap .slider-sub-title {
		line-height: 15px!important;
	}

	.tp-mask-wrap #title-loop {
		font-size: 25px!important;
		padding-top: 20px!important;
		padding-bottom: 10px!important;
	}

	.collaborator-item {
		width: 100%;
	}

	a.navbar-brand.mr-auto {
		display: none!important;
	}

	div.navbar-collapse#mega-menu {
		margin-top: 5rem;
	}
}