@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
/*
Theme Name: Work is Cheap
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: 'Open Sans';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
.inner {
  max-width: 960px;
  margin: 0 auto;
}
.header {
  height: 30px;
  border-top: solid 10px #ae0303;
  border-bottom: solid 2px #cfcecd;
}
#logo {
  display: block;
  width: 71px;
  height: 13px;
  float: left;
  background: url(/wp-content/themes/workischeap/images/hero.png);
}
.menu {
  position: relative;
  display: block;
  top: 5px;
  overflow: hidden;
}
.menu .menu-item {
  display: block;
  float: left;
}
.menu .menu-item a {
  display: block;
  height: 24px;
  padding: 0 10px;
  margin-right: 5px;
  line-height: 24px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.menu .menu-item a:hover {
  color: #ae0303;
}
.hero {
  position: relative;
  height: 150px;
  margin-top: -2px;
  background-image: url(/wp-content/themes/workischeap/images/hero.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero h1,
.hero h2 {
  position: relative;
  width: 600px;
  color: #fff;
  text-align: center;
  z-index: 20;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.hero h1 {
  margin: 450px 0 10px 0;
  font-size: 78px;
  font-weight: 600;
}
.hero h1 em {
  color: #ae0303;
}
.hero h2 {
  font-size: 50px;
  font-weight: 300;
}
.hero .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.content {
  padding: 40px 0;
}
.col1 {
  overflow: hidden;
}
.col1 h3 {
  margin-bottom: 20px;
  font-size: 24px;¬¬
  font-weight: 300;
}
.col1 p {
  line-height: 22px;
  margin-bottom: 20px;
}
.col2 {
  float: right;
  margin-left: 40px;
}
.col2 h3 {
  margin-top: 10px
font-size: 18px;
  margin-bottom: 10px;
}
.home .col2 h3 {
  text-align: center;
}
.social {
  text-align: center;
}
.social .social-link {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  text-indent: -100%;
  overflow: hidden;
}
.social .social-link.facebook {
  background-image: url(/wp-content/themes/workischeap/images/facebook.png);
}
.social .social-link.twitter {
  background-image: url(/wp-content/themes/workischeap/images/twitter.png);
}
.news {
  margin-bottom: 60px;
}
.news h3 {
  margin-bottom: 5px;
}
.news .date {
  margin-bottom: 20px;
  color: #666;
  font-size: 18px;
}
.news .read-more {
  color: #ae0303;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.cast .col1 {
  margin-right: -30px;
}
.cast .member {
  width: 33%;
  padding: 0 30px 30px 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cast .member:hover .bio {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.cast .member .img-container {
  position: relative;
  margin-bottom: 5px;
}
.cast .member .img {
  width: 100%;
}
.cast .member .bio {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  font-size: 12px;
  line-height: 18px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.cast .member .name {
  display: block;
  margin-bottom: 3px;
  font-size: 24px;
  text-transform: uppercase;
}
.cast .member .as {
  font-size: 18px;
  color: #666;
}
