/*
Theme Name: Bootstrap Blog
Theme URI: http://website.com
Description: Wordpress theme developed for use in MIT blogs.
Version: 2.0
Author: Jeff Busch
Author URI: 
*/

/* HOME PAGE */

.blog-posts .banner .container{
  min-height: 350px;
  background: url(images/banner.jpg) no-repeat;
}

.blog-posts .banner-title{
  margin-top: 120px;
  font-size: 70px;
  line-height: 80px;
  font-weight: 300;
}

.blog-posts .banner-title a{
  color: rgba(216,215,210,.3);
}

.banner-title a:hover{
  color: rgba(216,215,210,.5);
}

.blog-posts .banner-title span{
  font-size: 98px;
  font-weight: 200;
  display: block;
}


.blog-posts h1{
  margin: 0 0 40px 0;
  padding-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
}

.blog-posts .subtitle{
  margin-bottom: 0;
  color: #666666;
  font-size: 16px;
}

.blog-posts .posts{
  padding: 60px 40px 0 0;
}

.blog-posts .article{
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.blog-posts .article .left, .blog-posts .article .right{
  display: table-cell;
  vertical-align: top;
}

.blog-posts .article .left{
  padding: 5px 30px 0 0;
}

.blog-posts .article .left img{
  margin: 0 0 18px 0;
}

.blog-posts .article-details{
  width: 240px;
  margin: 0;
  font-size: 16px;
  font-style: italic;
  color: #666;
}

.blog-posts .article-heading{
  display: block;
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

.blog-posts .article-heading:hover, .blog-posts .article-heading:active{
  color: #f43f0f;
  text-decoration: none;
}

.blog-posts .more{
  text-decoration: underline;
}

.blog-posts .more:hover, .blog-posts .more:active{
  color: #f43f0f;
}

.blog-posts .pagination{
  display: block;
  margin: -10px -10px 40px;
}

.blog-posts .pagination a{
  display: block;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding: 13px 30px;
  color: #fff;
}

.blog-posts .pagination .older{
  float: left;
}

.blog-posts .pagination .older a{
  background: #999999;
}

.blog-posts .pagination .newer{
  float: right;
}

.blog-posts .pagination .newer a{
  background: #666666;
}

.blog-posts .pagination .older a:hover, .blog-posts .pagination .older a:active,
.blog-posts .pagination .newer a:hover, .blog-posts .pagination .newer a:active{
  background: #f43f0f;
  text-decoration: none;
  outline: 0;
}


@media (max-width: 414px){
  .blog-posts .posts{
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-posts .article .left, .blog-posts .article .right{
    display: block;
  }
  
  .blog-posts .article .left{
    margin-bottom: 30px;
  }
  
  .blog-posts .pagination .older, .blog-posts .pagination .newer{
    float: none;
  }
  
  .blog-posts .pagination a{
    width: 100%;
    padding: 18px 0;
    font-size: 18px;
  }
}


/* SINGLE POST */

.single-post h1{
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 34px;
  font-weight: 600;
  border: none;
}

.single-post .article-details{
  width: auto;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}

.single-post .article-taxonomy{
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #e6e6e6;
}

.single-post .social{
  position: relative;
  float: right;
  overflow: hidden;
  width: auto;
  margin-left: 30px;
  padding: 16px 0 14px 30px;
  border-left: 1px solid #e6e6e6;
}

.single-post .social a, .single-post .social span{
  float: left;
  display: block;
  overflow: hidden;
  width: auto;
  margin-left: 4px;
  font-size: 14px;
  color: #7f7f7f;
}

.single-post .social span{
  margin: 0 2px 0 0;
  line-height: 16px;
}

.single-post .social a{
  width: 16px;
  height: 16px;
  text-indent: -999px;
  background-image: url(images/social-icons.png);
  background-size: 64px 32px;
  background-position: left bottom;
}

.single-post .social .facebook{
  background-position: left top;
}
.single-post .social .facebook:hover,
.single-post .social .facebook:focus{
  background-position: left bottom;
}

.single-post .social .twitter{
  background-position: -16px top;
}
.single-post .social .twitter:hover,
.single-post .social .twitter:focus{
  background-position: -16px bottom;
}

.single-post .social .email{
  background-position: -32px top;
}
.single-post .social .email:hover,
.single-post .social .email:focus{
  background-position: -32px bottom;
}

.single-post .social .linkedin{
  background-position: -48px top;
}
.single-post .social .linkedin:hover,
.single-post .social .linkedin:focus{
  background-position: -48px bottom;
}

.single-post .featured{
  float: right;
  margin: 4px 0 30px 30px;
}

.single-post .article a:link, .single-post .article a:visited{
  color: #f43f0f;
}

.single-post .article a:hover, .single-post .article a:active{
  text-decoration: underline;
}

.single-post .article img{
  width: auto;
  height: auto;
  max-width: 100%;
}

.single-post figure{
  margin: 20px 0;
}


@media (max-width: 414px){
  .single-post .social{
    padding: 10px 0;
    margin: 0;
    float: none;
    border: none;
  }

  .single-post #os-share-more{
    left: 0 !important;
    top: 45px !important;
  }

  .single-post .featured{
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  
  .single-post .featured img{
    width: 100%;
  }
}


/* BASIC PAGE */
/* 404 ERROR PAGE */

.page .page-article,
.error404 .page-article{
  padding: 60px 40px 0 0;
  border: none;
}

.page .page-article h1,
.error404 .page-article h1{
  font-size: 40px;
  font-weight: 300;
}

.page .page-article a:link, .page .page-article a:visited,
.error404 .page-article a:link, .error404 .page-article a:visited{
  text-decoration: underline;
}

.page .page-article a:hover, .page .page-article a:active,
.error404 .page-article a:hover, .error404 .page-article a:active{
  text-decoration: underline;
}

@media (max-width: 414px){
  .page .page-article,
  .error404 .page-article{
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* NEWSLETTER PAGE */

.page-template-page-newsletter .article .control-label{
  padding: 6px;
  color: #999999;
}

.page-template-page-newsletter .article .form-group{
  font-size: 15px;
}

.page-template-page-newsletter .article .form-control{
  height: auto;
  padding: 5px;
  font-size: 15px;
  border: 1px solid #eeeeee;
}

.page-template-page-newsletter .article .form-control:active,
.page-template-page-newsletter .article .form-control:focus{
  border: 1px solid #bbbbbb;
}

.page-template-page-newsletter .article .title{
  font-weight: bold;
}

.page-template-page-newsletter .article .intro{
  min-height: 95px;
}

.page-template-page-newsletter .article a,
.page-template-page-newsletter .article a:link,
.page-template-page-newsletter .article a:visited{
  text-decoration: none;
  color: #e91001;
}

.page-template-page-newsletter .alert{
  margin-bottom: 40px;
  font-size: 15px;
}

.page-template-page-newsletter .alert-warning{
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}


/* SIDEBAR: SEARCH */

.widget_search{
  padding: 50px 40px;
  margin-right: -60px;
  background: #666666;
}

.widget_search h2{
  margin: 10px 0 16px 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
}

.widget_search form{
  position: relative;
}

.widget_search input{
  padding-right: 50px;
  color: #666;
}

.widget_search button{
  background: url(images/search.png) no-repeat #666;
  position: absolute;
  right: 0;
  height: 28px;
  width: 28px;
  margin: 11px;
  border: 0;
  padding: 0;
  text-indent: -9999999px;
}

.widget_search button:hover, .widget_search button:active{
  background-color: #e91001;
  color: #fff;
  outline: 0;
}

@media (max-width: 414px){
  .widget_search{
    margin-right: 0;
    padding: 30px 20px;
  }
}


/* SIDEBAR: CATEGORIES */

.widget_categories{
  padding: 0 0 50px 0;
  margin-right: -60px;
  background: #999999;
  color: #ffffff;
  font-weight: 500;
}

.widget_categories ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_categories li{
  padding: 7px 40px;
}

.widget_categories .current-cat{
  background: rgba(0,0,0,.1);
}

@media (max-width: 414px){
  .widget_categories{
    margin-right: 0;
    padding: 0 20px 30px 20px;
  }
  
  .widget_categories li{
    padding-left: 0;
  }
}


/* SIDEBAR: CUSTOM MENU */
/* This is for the 'Blog Home' link above the categories menu. */

.widget_nav_menu{
  padding: 50px 0 0 0;
  margin-right: -60px;
  background: #999999;
  color: #ffffff;
  font-weight: 500;
}

.widget_nav_menu ul{
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.widget_nav_menu li{
  padding: 7px 40px;
}

@media (max-width: 414px){
  .widget_nav_menu{
    margin-right: 0;
    padding: 30px 20px 0 20px;
  }
  
  .widget_nav_menu li{
    padding-left: 0;
  }
}