/*
Theme Name:     Make
Theme URI:      http://make.wordpress.org/
Description:    Make WordPress
Author:         George Stephanis
Author URI:     http://stephanis.info/
Version:        1.0
*/

html,
body {
	background: #efefef;
}

.make-3 .wrapper {
	width: auto;
	max-width: 960px;
}

/* === Clearfix === */

.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.wrapper {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .wrapper { height: 1%; }
.wrapper { display: block; }
/* close commented backslash hack */

/* === header.masthead === */

header.masthead {
	clear: both;
	background: rgb(1, 116, 162);
	border: 1px solid rgb(6, 122, 166);
	border-width: 1px 0;
	position: relative;
	overflow: hidden;
}

header.masthead > .wrap {
	max-width: 940px;
	padding: 30px 10px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

header.masthead img {
	float: right;
	display: block;
	border: 3px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-left: 40px;
	max-width: 98%;
	max-width: calc( 100% - 6px );
	height: auto;
}

header.masthead h1 {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	margin: 0;
}

header.masthead h5 {
	margin: 20px 0 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

/* === nav.subhead === */

nav.subhead {
	background: rgb(51, 51, 51);
	border-top: 1px solid #0a4c6b;
	border-bottom: 1px solid #003245;
	position: relative;
}

nav.subhead .nav-menu ul {
	float: left;
	padding: 5px 0;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

nav.subhead .nav-menu ul li {
	display: inline-block;
	margin-right: 10px;
}

nav.subhead .nav-menu ul li a {
	color: #fff;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
}

nav.subhead .nav-menu ul li a:hover {
	opacity: 0.8;
}

nav.subhead .nav-menu ul ul {
	display: none;
}

nav.subhead form {
	float: right;
	display: block;
	padding: 2px 10px 8px;
}

nav.subhead form fieldset {
	display: block;
	height: 23px;
	padding-bottom: 9px;
}

nav.subhead form label {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 9px 5px 0;
}

nav.subhead input[type=email] {
	display: inline-block;
	background: rgb(18, 18, 18);
	border: 0;
	border-bottom: 1px solid rgb(78, 78, 78);
	color: #aaa;
	padding: 5px;
	font-size: 12px;
	vertical-align: baseline;
}

nav.subhead button {
	display: inline-block;
}

/* section.get-involved */

section.get-involved {
	padding: 20px 0 60px;
}

section.get-involved h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	padding-bottom: 0.5em;
}

section.get-involved h2.section-title {
	padding: 20px 10px;
}

section.get-involved article {
	margin: 10px;
	padding: 20px;
	width: 420px;
	width: calc( 100% / 2 - 60px );
	font-size: 1.5em;
	background: #fff;
	float: left;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-ms-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
	-webkit-transition-property: background, box-shadow;
	-moz-transition-property: background, box-shadow;
	-ms-transition-property: background, box-shadow;
	-o-transition-property: background, box-shadow;
	transition-property: background, box-shadow;
}

section.get-involved article:hover {
	background: #fcfcfc;
	box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
}

section.get-involved article:nth-of-type(odd) {
	clear: left;
}

section.get-involved article h2:before {
	font-family: 'dashicons';
	content: '\f109';
	margin-right: 0.4em;
	vertical-align: -3px;
	font-weight:normal;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

section.get-involved article.make-core          h2:before { content: "\f475"; }
section.get-involved article.make-design		h2:before { content: "\f309"; }
section.get-involved article.make-mobile        h2:before { content: "\f470"; }
section.get-involved article.make-accessibility h2:before { content: "\f483"; }
section.get-involved article.make-polyglots     h2:before { content: '\f326'; }
section.get-involved article.make-support       h2:before { content: "\f125"; }
section.get-involved article.make-themes        h2:before { content: '\f100'; }
section.get-involved article.make-plugins       h2:before { content: '\f106'; }
section.get-involved article.make-docs          h2:before { content: '\f105'; }
section.get-involved article.make-community     h2:before { content: '\f307'; }
section.get-involved article.make-meta          h2:before { content: '\f325'; }
section.get-involved article.make-training      h2:before { content: '\f118'; }
section.get-involved article.make-flow          h2:before { content: '\f115'; }
section.get-involved article.make-tv          	h2:before { content: '\f235'; }
section.get-involved article.make-marketing     h2:before { content: '\f130'; }
section.get-involved article.make-cli			h2:before { content: '\f345'; }

section.get-involved article.featured-group h2:after {
	display: block;
	float: right;
	content: '\2605';
	text-transform: uppercase;
}


section.get-involved article h2 a {
	font-weight: 600;
	color: #444444;
}

section.get-involved article div.team-description p {
	display: inline;
	font-size: 1em;
	line-height: 1.5;
}

section.get-involved article small {
	display: block;
	font-size: 0.8em;
	font-style: italic;
	opacity: 0.5;
	padding-top: 0.5em;
}

section.get-involved article small p {
	line-height: 1.5;
}

@media ( max-width: 960px ) {
	section.get-involved article {
		width: 43%;
		width: calc( 100% / 2 - 60px );
	}
}

@media ( max-width: 600px ) {

	header.masthead img {
		float: none;
		margin: 0 auto 10px;
	}

	nav.subhead ul,
	nav.subhead form {
		float: none;
		text-align: center;
	}

	nav.subhead form fieldset {
		height: auto;
	}

	nav.subhead form label {
		display: block;
	}

	section.get-involved article {
		width: 90%;
		width: calc( 100% - 60px );
		float: none;
	}

}

/* schedule */
body.post-type-archive-meeting {
	background-color: white;
}
h2.title {
	margin: 30px 10px;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.3;
}
table.schedule {
  width: 100%;
  margin: 30px 10px;
  font-size: 1.4em;
  border-collapse: collapse;
}

.schedule thead th {
  border-bottom: 1px solid rgb(204, 204, 204);
  font-weight: bold;
  padding: 5px 0px;
}

table.schedule tbody tr:nth-child(odd) {
  background: rgb(232, 232, 232);
}

table.schedule tbody tr:nth-child(even) {
  background: rgb(252, 252, 252);
}

table.schedule td,
table.schedule th {
  padding: 5px 3px;
}
