/*
Theme Name: The Media School
Theme URI: http://mediaschool.indiana.edu
Author: IU Media School
Author URI: http://mediaschool.indiana.edu
Description: Web site theme for the IU Media School
Version: 1.0
*/



/*
The order of these imports matters
*/
@import url('css/header.css');
@import url('css/menu.css');
@import url('css/modules.css');
@import url('css/student-work.css');
@import url('css/footer.css');
@import url('css/generic-styles.css');
@import url('css/modal-login.css');
@import url('css/timeline.css');
@import url('css/pushmenu.css');


html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'BentonSansRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* WTF?! @#$% */
}

.off-canvas,
.off-canvas-content > :not(#brandingBarWrapper),
.off-canvas-content #menuContainer {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

figure, figcaption,
main { display: block; }  /* Helps fix IE9-IE11 */


/* LINK STYLES */
a	{
	text-decoration: none;
	color: #006298;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

a:hover	{
	text-decoration: none;
	color: #01426a;
}

a img	{
	border-style: none;
	}

/*
Remove bottom spacing from inline-block items
*/
.inline-block-clear-bottom {
	margin-bottom: -4px;
}

/*
`page' contrains the content area for our theme
`wrapper' contrains the content area for IU branding
*/
div.page,nav.page,.wrapper	{
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
}



figure { margin: 0; }

div.page > img,
.content-page img,
.wp-caption img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 400px) {
	.expandable-body img.size-thumbnail {
		margin-right: 8em;
	}
}
@media screen and (min-width: 401px) {
	.alignleft.size-thumbnail {
		float: left;
		clear: both;
	}
}
/*
Defines the content area within `page'
*/
.content	{
	padding: 0 30px 40px 30px;
	margin-top: 40px;
}

/*
Styles the text within the banner on pages/posts
*/

#page-title	{
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	padding: 80px 0 10px 0;
	margin: 0;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100px;
	vertical-align: bottom;
	display: table-cell;
}

@media screen and (min-width: 927px) {
#page-title 
	{
	font-size: 45px;
	height: 200px;
	display: table-cell;
	vertical-align: bottom;
	padding: 0 0 10px 0;
	}
}

#page-title:first-letter
	{
	text-transform: uppercase;
	}

.publish-box {
	text-align:left;
	margin-bottom:15px;
}

/* Ultimately, I'd like to reduce this to main header */
main.page header {
	color: white;
	padding: 0 2em;
}
main.page header .publish-box {
	font-size: 1.75em;
}
main.page header a {
	color: white;
	text-decoration: underline;
}
main.page header a:focus,
main.page header a:hover {
	color: #a2def9;
}

/** Default Menu Styles **/
ul.menu,
ul.menu li,
ul.menu li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

ul.menu [class^="m-icon-"] a:before,
ul.menu [class*=" m-icon-"] a:before {
	padding-right: .5em;
	vertical-align: middle;
}

/** Home Page styles **/
.home #call-to-action-group {
	background-color: #990000;
	padding: 1em 0;
	/* background: no-repeat; */
	/* background-image: url('./images/classroom-mobile.jpg'); */
	background-size: cover;
}
.home .calls-to-action {
	text-align: center;
}
.home .calls-to-action ul.menu {
	display: inline-block;
}
.home .calls-to-action li {
	color: white;
}
.home .calls-to-action .menu [class^="m-icon-"] a:before{
	font-size: 25px;
}
.home .calls-to-action a {
	width: 300px;
	font-size: 14px;
	color: rgba(255,255,255,1);
	border: 2px solid;
	border-color:rgba(255,255,255,1);
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	float: right;
	margin: 5px 0;
	padding: 15px 14px;
}
.home .calls-to-action a:hover {
	color: #990000;
	background-color: #ffffff;
}
@media screen and (min-width: 650px) {
	.home .calls-to-action a {
		width: 350px;
	}
}
@media screen and (min-width: 810px) {
	.home #call-to-action-group {
		/* background-image: url('./images/classroom.jpg'); */
	}
	.home .calls-to-action li {
		float: left;
		margin: 0 1em;
	}
	.home .calls-to-action a {
		width: auto;
	}
}

@media screen and (min-width: 927px) {
	.home #call-to-action-group {
		padding: 15px 0;
	}
	.home .calls-to-action li {
		margin: 0 1.7em;
	}
	.home .calls-to-action a {
		font-size: 16px;
	}
}

/** #home-featured-text **/
.home #home-featured-text {
	color: #990000;
	font-size: 2.5em;
	text-align: center;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.home #home-featured-text .wrapper {
	max-width: 700px;
	padding: 30px;
}
.home #home-featured-text br.large {
	display: none;
}
@media screen and (min-width: 750px) {
	.home #home-featured-text {
		font-size: 3.5em;
	}
	.home #home-featured-text br.large {
		display: initial;
	}
}

.home .modules {
	padding: 0 30px 40px 30px;
}

/*
Styles the body text within `content'
*/
.content-primary {
	margin: 0 auto;
	font-family: 'BentonSansRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.5em;
	color: #333;
	}
@media screen and (min-width: 600px) {
	.content-primary {
		font-size: 1.75em;
		line-height: 1.65em;
	}
}

/*
Styles the module area/photo well within `content'
*/
.content-secondary	{
	width: 302px;
	float: right;
	margin-right: 35px;
}

.content-primary p {
	margin: 0 0 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* HEADING STYLES IN CONTENT */

.content-primary h1, h2, h3, h4, h5, h6 {
	font-family: 'BentonSansRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.content-primary h1, .content-primary h1 a, .content-primary  h1 a:visited	{
	font-size: 1.6em;
	line-height: 1.35em;
	padding: 0 0 18px;
	color: #4c1213;
}

@media screen and (min-width: 600px) {
	.content-primary h1, .content-primary h1 a, .content-primary  h1 a:visited	{
		font-size: 2em;
	}
}
.content-primary h2, .content-primary h2 a, .content-primary h2 a:visited {
	font-size: 1.6em;
	line-height: 1.35em;
	padding: 0 0 14px;
	color: #4c1213;
}

.content-primary h3, .content-primary h3 a,	.content-primary h3 a:visited {
	font-size: 1.25em;
	line-height: 1.35em;
	color: #535353;
	padding: 0 0 12px;
}

.content-primary h4, .content-primary h4 a,	.content-primary h4 a:visited {
	font-size: 1.15em;
	line-height: 1.35em;
	color: #333;
	padding: 0 0 10px;
	}

.content-primary h5, .content-primary h5 a, .content-primary h5 a:visited {
	font-size: 1em;
	line-height: 1.35em;
	padding: 0 0 10px;
	text-transform:uppercase;
	letter-spacing:.08em;
	color: #4c1213;
	}

.content-primary h6, .content-primary h6 a, .content-primary h6 a:visited {
	font-size: 1em;
	line-height: 1.35em;
	padding: 0 0 10px;
	}
	
.content-primary h1 a:hover {  
	border-bottom: 1px solid;
}	
	
.content-primary h2 a:hover,
.content-primary h5 a:hover {  
	border-bottom: 1px solid;
}	
.content-primary h3 a:hover, .content-primary h4 a:hover, .content-primary h6 a:hover {  
	border-bottom: 1px solid;
}	
	
/* STUFF */
.content hr {
	border: solid #dcddde;
	border-width: 0 0 1px 0;
	clear: both;
	margin: 25px 0; 
}

blockquote,
.content-page blockquote {
	width: 40%;
	float:right;
	quotes: "\201C""\201D";
	font-size:1.1em;
	color: #990000;
}
.content-page blockquote {
	float:left;
}
blockquote:before {
  font-family: "media-icons";
	color: #DCDDDE;
	content: "\"";
	font-size: 2.5em;
	line-height: 0.1em;
	margin-right: 0.15em;
	vertical-align: -0.2em;
}
blockquote:after {
  font-family: "media-icons";
	color: #DCDDDE;
	content: "'";
	font-size: 2.5em;
	line-height: 0.1em;
	margin-left: 0.15em;
	vertical-align: -0.6em;
}
blockquote p {
  display: inline;
  font-style:italic;
}
@media screen and (min-width: 1020px) {
	blockquote {
		width: 50%;
		margin: 20px -50px 20px 20px;
	}
	.content-page blockquote {
		margin: 20px 20px 20px -50px;
	}
}

/* Adds the pitchfork to the end of body content
.content-primary p:last-child:after	{
	content: url('images/icons/svg/after-pitchfork.svg');
}
*/
	
/* LIST STYLES */
ul {
	list-style: disc;
}
	
ul, ol {	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	list-style-position: inside;
	margin: 0 0 20px 20px;
	padding: 0;
}

ul li, ol li {
	margin: 8px 0;
}

ul.two-columns, .two-columns ul {
	list-style-position:inside !important;
	margin-left: 40px !important;
	}	
ul.two-columns li, .two-columns ul li {
	margin-top: 0 !important;
	margin-bottom: 16px;
	padding-left:5px !important;
	}
ul.two-columns li:first-child, .two-columns ul li:first-child {
	/* -webkit-margin-before: 16px !important; */
	}


/* TABLE STYLEZ */
table {
    border-collapse: collapse;
    margin: 10px 0 20px;
    text-align: left;
	width:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
table tr {
	border-bottom:1px solid #dcddde;
}
table tbody tr:nth-of-type(odd) {
	background-color:#f7f7f7;
}
table tbody tr:hover td {
    background: none repeat scroll 0 0 #dcddde;
}
table td,th {
	padding:6px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	line-height:1.2em;
	border:none;
}
table th {
	font-size: .95em;
}
table td {
	font-size: .75em;
}


/* 100% WIDTH TEMPLATE STYLES */
.onehundred div.content-primary {
	padding: 40px 0;
	
}
.onehundred div.content-secondary {
    width: 100%;
	margin: 0 auto;
	padding:45px 0;
}
.onehundred h1, .onehundred h2, .onehundred h3, .onehundred h4, .onehundred h5, .onehundred h6, .onehundred p, .onehundred ul, .onehundred ol, .onehundred hr, .onehundred table, .onehundred form  {
	max-width: 750px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
}
.onehundred  div.tiled-gallery, .onehundred ul.button-group, .onehundred a.button {
	max-width: 750px;
	margin-left:auto;
	margin-right:auto;
}
.onehundred ul.two-columns, .onehundred .two-columns ul  {
	max-width: 750px;
	margin-left:auto !important;
	margin-right:auto !important;
}

.onehundred hr	{
	border: solid #dcddde;
	border-width: 0 0 1px 0;
	clear: both;
	margin: 25px auto; 
}

@media screen and (max-width: 700px) {

.onehundred .one-column-box	{
	width: 75%;
	margin: 1em 12% !important;
	}
}

/* IMAGE STYLES */

.alignleft{margin-right:1em;}

.alignright{margin-left:1em;}

/* Resposive Media */
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
#gallery-1 img {
border: none !important;
}
.jp-carousel-titleanddesc-title {
	display:none;
}
.jp-carousel-slide img {
    box-shadow: none !important;
}
.thumbfeat { 
	float:left;margin:10px 20px 0 0;clear:both
}

/* BUTTON STYLES */

/* White to Red */
a.button,
button,
.button
#page-links div,
div.button a,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	border: 1px solid #990000;
	padding: .75em 1.85em;
	margin:0px 10px 20px 0px;
	background-color: transparent;
	color: #990000;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size:.85em;
	text-decoration: none;
	font-weight:bold;
	letter-spacing:.02em; 
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.button:hover,
button:hover,
.button:hover,
div.button a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #990000;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

/* Red to White */
.red-button,
a.red-button {
	background-color: #990000;
	color: #FFF;
}
.red-button:hover,
a.red-button:hover {
	border: 1px solid #990000 ;
	background-color: transparent;
	color: #990000;
}

/* Group o' Buttons */
ul.button-group {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align:center;
}
ul.button-group li {
	display: inline-block;
	font-size:.85em;
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin:0;
}
.button-group li a {
	display: block;
	border: 1px solid #990000;
	color: #990000;
	margin: 0 6px 10px 0px;
	padding: .75em 1.85em;
	text-decoration: none;
  	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.button-group li a:hover {
	background-color: #990000;
	color: white;
  	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.button-group li:first-child a {
	border-top-left-radius: 999px;
	border-bottom-left-radius: 999px;
}
.button-group li:last-child a {
	border-top-right-radius: 999px;
	border-bottom-right-radius: 999px;
}	
		
@media screen and (max-width:999px) {
	ul.button-group li {
	margin: 0;
}
.button-group li a {
	margin: 0 6px 10px 0px;
	padding: 5px 10px;
}
.button-group li:first-child a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.button-group li:last-child a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}	
}
@media screen and (max-width:599px) {
	.wp-caption {
		margin: 0 auto 20px;
	}
.two-columns {
	-moz-column-count: 1;
 	-webkit-column-count: 1;
	}
ul.two-columns, .two-columns ul {
	list-style-position: outside;
	margin-left: 40px;
	}	
ul.two-columns li, .two-columns ul li {
	margin-top: 8px;
	margin-bottom: 8px;	
}
}
@media screen and (min-width:600px) {
	.alignleft{float:left;}
	.alignright{float:right;}
}

.content-page .photo-caption,
.wp-caption-text {
text-align: left;
font-size: .85em;
color: #8a8c8e;
line-height: 1.3em;
width: 100%;
}

@media screen and (min-width: 600px) {
	.content-page .photo-caption,
	.wp-caption-text {
		font-size: .65em;
	}
}

/*** Accessibility ***/

.screen-reader-text {
	overflow: hidden;
	font-size: 0px;
}

/*** Social Media menu ***/

.social-navigation > div {
	margin: 0 auto;
	text-align: center;
}
@media screen and (min-width: 600px) {
	.social-navigation > div {
		max-width: 1000px;
		padding-right: 5em;
		text-align: right;
	}
}

.social-navigation ul:before,
.social-navigation ul:after {
	content: "";
	display: table;
}
.social-navigation ul:after {
	clear:both;
}
.social-navigation ul.menu li {
	margin: 0 4px;
	display: inline-block;
}
.social-navigation a {
	display: block;
	height: 3.2em;
	width: 3.2em;
	color: #EEEDEB;
}
.social-navigation a:before {
	speak: none;
	font-family: "media-icons";
	font-size: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-navigation a[href*="facebook.com"]:before {
	content: "1";
}
.social-navigation a[href*="twitter.com"]:before {
	content: "2";
}
.social-navigation a[href*="instagram.com"]:before {
	content: "3";
}
.social-navigation a[href*="plus.google.com"]:before {
	content: "4";
}
.social-navigation a[href*="linkedin.com"]:before {
	content: "5";
}
.social-navigation a[href*="youtube.com"]:before {
	content: "6";
}
.social-navigation a[href*="soundcloud.com"]:before {
	content: "!";
}
.social-navigation a[href$="/feed/"]:before {
	content: "#";
}
.social-navigation a:hover {
	color: #ffffff;
}
.social-navigation a:focus {
	text-decoration: none;
}

.error404 .content {
	font-size: 1.7em;
}

/* LIGHTBOX STYLES */

#lightbox_container {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100000;
  font-size: 1.4em; }
  #lightbox_container .close {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 30px;
    color: #990000;
    font-weight: bold;
    border: 1px solid #990000;
    border-top: none;
    border-right: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    #lightbox_container .close:hover {
      background-color: #990000;
      color: #ffffff; }

.the_lightbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%; }
  .the_lightbox img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    border: 4px solid rgb(238, 237, 235);
    display: block; }
  .the_lightbox .caption {
    position: fixed;
    display: none; }
