/*
Theme Name:   Foundry Child
Description:  Foundry Child Theme for Scientist.com
Author:       Harrison Okins
Template:     foundry
Version:      1.0.1
Text Domain:  foundry-child
*/

/* Clearfix the nav bar */
.nav-bar:before,
.nav-bar:after {
	display: table;
	content: " ";
}

.nav-bar:after {
	clear: both;
}

nav.transparent .module.widget-handle {
	border-top: none;
}

/* Sign-in links */
.menu > .sign-in {
  opacity: .75;
  filter: alpha(opacity=75);
}
.menu > .sign-in:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sign-in > a:before {
  font-size: 11px;
  content: "\e62b";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  margin-right: 5px;
}

/* Typography */
.feature-block {
	font-weight: bold;
	font-size: 1.4em;
}

.feature-block p,
.feature-block span {
	font-size: inherit;
	font-weight: inherit;
}

/* Fix feature icons overlapping following text */
.feature-1 i {
	line-height: 1em;
}

/* Responsive embeds */
.embed-container {
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.feature-block {
		font-size: 1.2em;
	}
}
