/*
Theme Name: Cherubs 2016
Theme URI: https://github.com/medillcherubs/2015-wordpress-site
Author: Tom Giratikanon and Sisi Wei
Description: Bootstrap-based theme for Medill Cherubs 2016, a high school journalism program.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

STRUCTURE
.container
  .twelve.columns
    header.logo-header
  .content.twelve.columns

*/


a {
    color: #4e2a84;
    font-weight: bold;
}

a:hover {
    color: #836EAA;
}

body {
  background-color: #F9F9F9;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans;
  color: #222;
  text-rendering: optimizeLegibility;
}

.iframe {
  width: 100% !important;
}

.logo-header {
  text-align: center;
  max-width: 420px;
  margin: 20px auto;
}

.main {
  background-color: white;
}

.content {
  background-color: #FFF;
  border: 1px solid #CCC;
  min-height: 100px;
}

/* MENUS -------------------------------------------------------------- */

.menu-item {
  position: relative;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  line-height: 28px;
  display: inline-block;
  float: none;
}

li.menu-item.search-input {
  padding: 3px 12px 5px;
}

@media screen and (max-width: 767px) {
	.search-input { 
            display: none;
        }
}

/* TOP NAVIGATION */

.menu-top-navigation-container {
  text-align: center;
  font-family: 'Open Sans', Arial;
  margin-left: 0;
}

.menu-top-navigation-container .menu-item {
  margin: 0 0 0 -3px;
  background: #E9E9E9;
}

.menu-top-navigation-container .menu-item:first-child {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}

.menu-top-navigation-container .menu-item:last-child {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}

.menu-top-navigation-container .menu-item:hover {
  background: #C9C9C9;
}

.menu-top-navigation-container .menu-item a {
  color: #000;
  font-size: 11pt;
  font-weight: 300;
  padding: 4px 16px;
  display: block;
}

@media screen and (max-width: 767px) {
	.menu-top-navigation-container .menu-item a { 
             padding: 4px 11px;
        }
}

/* FOOTER NAV */

.menu-footer-nav-container {
  float: right;
  margin: 20px 0 50px 0;
}

.menu-footer-nav-container {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.menu-footer-nav-container .menu-item:hover {
  border-bottom: 6px solid #412C67;
  padding-bottom: 3px;
}

.menu-footer-nav-container .menu-item a {
  color: #222;
  font-size: 0.83em;
  font-weight: normal;
}

.menu-footer-nav-container .menu-item {
  color: #222;
  padding: 0;
  margin: 0 10px 0 30px;
  background-color: transparent;
}


/* SEARCH -------------------------------------------------------------- */

input.search {
  margin: 0;
  height: 20px;
  border: none;
  width: 100px;
  background-color: #E9E9E9;
  border-bottom: 1px solid #888;
  font-family: "Open Sans";
  font-size: 12px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  padding: 0px;
}

.search::-webkit-input-placeholder {
   color: #333;
}

.search:-moz-placeholder {
   color: #333;
}

.search::-moz-placeholder {
   color: #333;
}

.search:-ms-input-placeholder {
   color: #333;
}

.search-form {
  margin: 0;
  display: inline-block;
}

/* SINGLE POST -------------------------------------------------------------- */

.post {
  padding: 20px 0;
}

@media screen and (min-width: 600px) {
  .post {
    padding: 40px 20px;
  }
}

.post header {
  margin-bottom: 30px;
}

.post h1 {
  font-size: 2em;
  margin: 0 0 2px 0;
  font-weight: 700;
}

.post h2 {
  font-weight: 300;
  color: #555;
  font-size: 1.2em;
  margin: 8px 0;
}

.main-content {
  float: left;
  width: 532px;
}

.post p {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #333;
  font-size: 1em;
  line-height: 1.5em;
  width: 100%;
  max-width: 545px;
}

.small-label {
  text-transform: uppercase;
  color: #A6A6A6;
  font-size: 11px;
}

.article-authors-box {
  max-width: 200px;
  width: 100%;
  float: right;
  margin: 0 0 0 20px;
  border-top: 1px solid #DDD;
  padding: 5px 5px 0;
}

@media screen and (max-width: 1012px) {
  .article-authors-box {
    float: none;
    max-width: 100%;
    margin: 0 0 20px;
    border-top: none;
    padding: 0px;
  }

  body .article-author {
    float: left;
    max-width: 100%;
    margin: 0 20px 10px 0;
  }
}

.article-authors {
  list-style: none;
  margin: 0;
}

body .article-author {
  float: left;
  max-width: 200px;
  margin: 0 20px 10px 0;
}

body .article-author > div {
  float: left;
}

.author-info {
  max-width: 150px;
}

.author-name {
  padding: 5px 0 0 7px;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-style: normal;
  text-decoration: underline;
}

.author-name a {
  color: #412C67;
}

.author-image {
  width: 40px;
  border-radius: 30px;
}

.main-content {
  width: 100%;
  max-width: 675px;
}

.wp-caption {
  width: 100% !important;
}

.wp-caption img {
  width: 100% !important;
}

.post .wp-caption-text,
.page .wp-caption-text {
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 7px 0 10px 0;
  max-width: 100%;
}

.page .wp-caption {
margin-top: 28px;
}
.single-post .main-content iframe {
  width: 100% !important;
  margin: 0 0 20px 0;
}

.slideshow_container_style-dark .slideshow_description_box div.slideshow_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  padding: 8px;
}

.related_content {
  border-top: 1px solid #ddd;
  padding: 15px 0 0 0;
}

.related_content .widget-title {
  text-transform: uppercase;
  font-size: 1em;
}

.related-posts {
  font-size: 0.9em;
}

.full-width .main-content {
  max-width: none;
  float: none;
}

.full-width .article-authors-box {
  float: none;
  max-width: 100%;
  margin: 30px 0 0 0;
  border-top: 1px solid #ddd;
  padding: 10px 0 0 0;
}

.full-width .article-author {
  float: left;
  max-width: 100%;
  margin: 0 20px 10px 0;
}

.full-width article header {
  margin-bottom: 20px;
}

.post .wp-caption:nth-child(n+2){
  max-width: 545px;
  width: 100%;
}

.main-content .slideshow_container_style-dark .slideshow_pagination {
  bottom: -12px;
}

.slideshow_container .slideshow_pagination .slideshow_pagination_center ul li {
  display: inline;
  float: left;
  background: none;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 8px;
}

.main-content .slideshow_container_style-dark {
  margin: 0 0 50px 0;
}

/* PROFILE PAGES -------------------------------------------------------- */

.profile-title {
  border-bottom: 1px solid #EEE;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  color: #000;
  line-height: 49px;
  font-weight: 300;
  margin-top: 20px;
  margin-left: 14px;
  padding-left: 6px;
}

.profile-location {
  font-size: 30px;
  font-size: 17px;
  color: #555;
  line-height: 24px;
  font-weight: 300;
  margin-left: 15px;
}

.profile-bullet {
  font-weight: bold;
  padding-right: 15px;
}

.profile-section-title {
  font-weight: 700;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.profile-section-body {
  font-size: 17px;
  color: #1A1A1A;
  line-height: 28px;
  font-weight: 300;
}

.profile-links {
  line-height: 1.6;
  margin-bottom: 17px;
  list-style-position: inside;
}

.profile-links .archive-entry h4 { 
	display: inline;
}

/* CHERUB GRID (CLASS OF 2015) -------------------------------------------------------- */

.cherub-box {
 float: left;
 width: 150px;
 margin-bottom: 20px;
 height: 170px;

}

.cherub-image-box {
  width: 100%;
}

.cherub-image {
  max-width: 100%;
  background-color: #eee;
  width: 100%;
  margin-bottom: 6px;
}

@media screen and (min-width: 400px) {
   .cherub-box {
     margin-right: 10px;
   }
}

/* STORY LINKS */

.archive-entry {
  color: #999;
}

.archive-entry h4 {
  font-size: 15px;
  line-height: 1.3;
  margin: 6px 0;
}

/* HOMEPAGE -------------------------------------------------------------- */

.homepage-featured {
  margin-top: 2em;
}

.homepage-title {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 0;
  color: #000;
  font-weight: 600;
}

.homepage-description {
  font-family: Georgia, serif;
  font-size: 18px;
  margin-top: 20px;
  font-weight: normal;
}

/* homepage Vimeo player */
.homepage-video iframe {
  width: 100%;
}

.homepage-teaser-category {
  font-weight: 300;
  font-size: 16px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #000;
}

.homepage-teaser-category a {
  color: #000;
}

.homepage-teaser-headline {
  font-size: 18px;
  line-height: 1.3;
  margin: 10px 0 5px 0;
}

.homepage-teaser-image img {
  margin-bottom: 0;
}

.homepage-teaser-excerpt p {
  color: #444; font-size: 14px;
}
  

/* SEARCH RESULTS PAGES -------------------------------------------------------- */

.search-results #content h1 {
  font-size: 36px;
  margin-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
  font-weight: 300;
  margin-bottom: 5px;
}

.search-results #main {
  max-width: 545px;
  width: 100%;
}

.search-results .search-result {
  border-bottom: 1px solid #EEE;
  padding: 20px 0;
}

.search-results #main header {
  margin-bottom: 0px;
}

.search-results h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0 10px 0;
}

.search-results .post p {
  color: #555;
  font-size: 16px;
  margin-bottom: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

ul.page_navi {
  display: block;
  height: 24px;
  margin-left: -5px;
  list-style-position: inside;
}

ul.page_navi .first, ul.page_navi .last {
  display: none;
}

ul.page_navi li {
  float: left;
  display: block;
  height: 24px;
  color: #999;
  font-size: 14px;
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
}

ul.page_navi li a {
  display: block;
  padding: 1px 7px 1px;
  color: #555;
}

ul.page_navi li.current span {
  background: #2BA6CB;
  color: #FFF;
  font-weight: bold;
  cursor: default;
  display: block;
  padding: 1px 7px 1px;
}

.alignleft {
  float: left;
  margin-right: 15px;
} 

.alignright {
  float: right;
  margin-left: 15px;
} 

/* SECTION FRONT -------------------------------------------------------------- */

.sectHeader h2 {
        font-size: 36px;
    color: #000;
    text-align: left;
    font-weight: 300;
    background-color: #FFF;
    padding: 15px 50px;
    text-align: center;
    /* display: inline-block; */
    margin: 0 auto;
    top: 390px;
    /* position: absolute; */
    /* width: 310px; */
    /* left: 345px; */
}

.primary h4 {
  font-weight: 300;
    font-size: 30px;
    color: #191919;
    line-height: 1.15;
    padding-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
    margin-top: 0;
    text-align: left;
}

.featured {
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #EEE;
    padding-bottom: 17px;
}

.featured h2 {
    font-size: 26px;
    font-weight: 600;
}

.archive-story {
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.article-thumbnail {
    width: 120px;
    float: left;
    margin-right: 10px;
}

.archive-story .entry-title {
    line-height: 1.3;
    font-weight: 600;
    font-size: 19px;
    color: #191919;
    line-height: 1.3;
    margin-bottom: 5px;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-top: 0;
}

.additionalStories {
-webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.additionalStories p {
    margin-bottom: 0px;
    font-family: Georgia, serif;
    font-size: 15px;
    line-height: 1.4;
}

.archive-story .entry-title a {
    color: #191919;
}

.archive-story .icon {
  float: left;
  margin-right: 5px;
  width: 20px;
  margin-top: -2px;
}

.menu-homepage-teaser-container ul {
  margin-left: 0;
}

.menu-homepage-teaser-container .menu-item {
  margin-right: 15px;
}


.sectCaption {

    margin-bottom: 0px;
    font-family: Georgia,serif;
    font-size: 15px;
    line-height: 1.4;
}

.featured h2 {
   margin-bottom: 0;
   margin-top: 10px;
}

.featured h2 a {
  color: #191919;
}

/* PAGES (ex: About) -------------------------------------------------------------- */

.type-page .single-title {
    margin-top: 20px;
}

/* EXPERIENCES (by a Cherub) -------------------------------------------------------------- */


.category-9 .visual-category-title {
  color: purple;
  font-family: Open sans;
  font-weight: 500; 
  text-align: center
}

.category-9 .picture-1 {
  width: 100%;
  text-align: center; 
  display: block; 
  margin: auto;
}

.category-9 .outside.top-featured {
    width: 80%;
    margin: 0 auto;
}

.category-9 .picture-titles{
  font-family: Georgia;
  font-weight: 300;
  text-align: center;
  font-size: 1.2em;
}

.category-9 .visual-category-blurb p {
  text-align: center;
  font-family: Georgia;
}

.category-9 .anchor-1:hover .title { opacity:1; } 

.category-9 .title {
  font-size: 12pt;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  top: 40%;
  left: 20%; 
  margin: 0 auto;
  width: 60%;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0;
}

.category-9 .thirds .inside {
    max-height: 200px;
    overflow: hidden;
}

.category-9 .inside {
  position: relative;
  margin-bottom: 12px;
}

.category-9 a:hover .picture-1{ opacity: .8; }

.category-9 .thirds {
  width: calc(33.33333% - 5px);
  float: left;
  margin-right: 3px;
}

p.visual-category-blurb {
  text-align: center;
  margin: 0 0 50px;
  font-family: Georgia;
}

@media screen and (max-width: 767px) {
  .category-9 .thirds {
    width: calc(50% - 5px);
  }

  .category-9 .thirds .inside {
    max-height: 1000px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .category-9 .thirds {
    width: 80%;
    margin: 0 auto;
    float: none;
  }

}

.post h3 + p {
    margin-top: 1.25rem;
}

.post h3 {
    margin-top: 1.5em;
    font-size: 26px;
}