@charset "UTF-8";
/*
Theme Name: Florida Law Review 
Theme URI: http://floridalawreview.com/
Description: A WordPress theme developed for the Florida Law Review 
Version: 1.0
Author: Anthony DeLorenzo, a1d.co
*/
/* 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 {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif; }

body, p {
  font-family: 'Playfair Display', serif;
  font-weight: 400; }

.sans {
  font-family: 'Noto Sans', sans-serif; }

/* 1em = 16px; */
/*
 * Active Background styles
 */
body {
  background-color: #F0F4F0; }
  body.activebg-first {
    background: #F0F4F0 url(assets/images/story-header-bg-img-overlay-first.png) top center no-repeat;
    background-size: 100%; }
  body.activebg-second {
    background: #F0F4F0 url(assets/images/story-header-bg-img-overlay-second.png) top center no-repeat;
    background-size: 100%; }
  body.activebg-third {
    background: #F0F4F0 url(assets/images/story-header-bg-img-overlay-third.png) top center no-repeat;
    background-size: 100%; }

.alignleft {
  float: left;
  margin: 20px; }

.alignright {
  float: right;
  margin: 20px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

#main p {
  margin-bottom: 15px;
  line-height: 1.2em;
  font-size: 1.1em; }
#main .col-sm-9 h1 {
  font-size: 2.4em;
  font-weight: 600;
  margin-bottom: .4em; }
#main .col-sm-9 h2 {
  font-size: 2.2em;
  font-weight: 600;
  margin-bottom: .4em; }
#main .col-sm-9 h3 {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: .4em; }
#main .col-sm-9 h4 {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: .8em; }
#main ul li {
  line-height: 1.3em; }

#liner {
  height: 80px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #liner {
      margin-bottom: 40px; } }
  #liner #liner-img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      #liner #liner-img {
        max-width: auto; } }
  #liner .border-left, #liner .border-right {
    position: absolute;
    width: calc(50% - 190px);
    height: 1px;
    top: 0px;
    margin-top: 29px;
    border-top: 1px solid #999;
    display: none; }
    @media (min-width: 768px) {
      #liner .border-left, #liner .border-right {
        display: block; } }
    #liner .border-left:after, #liner .border-right:after {
      position: absolute;
      height: 20px;
      content: " ";
      margin-top: -10px; }
  #liner .border-left:after {
    left: 100%;
    border-right: 1px solid #999; }
  #liner .border-right {
    right: 14px; }
    #liner .border-right:after {
      border-left: 1px solid #999; }

.navbar-toggle {
  cursor: pointer; }

.icon-bar {
  border: 1px solid black; }

#main-menu-container {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  #main-menu-container.scrolled {
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.42); }
  #main-menu-container #main-menu ul li {
    font-family: 'Merriweather';
    font-weight: 400;
    text-transform: lowercase;
    font-variant: small-caps;
    font-size: 16px; }
    #main-menu-container #main-menu ul li .small {
      font-size: .6em; }
    #main-menu-container #main-menu ul li a {
      color: black; }

#main-menu-container {
  opacity: .2;
  transition: opacity .2s ease-in-out;
  background-color: white; }
  #main-menu-container:hover {
    opacity: 1; }
  #main-menu-container.active {
    opacity: 1; }

/* WP logged in user fixes */
.logged-in #main-menu-container {
  top: 46px; }
  @media (min-width: 768px) {
    .logged-in #main-menu-container {
      top: 32px; } }
.logged-in #liner {
  margin-top: 106px; }
  @media (min-width: 768px) {
    .logged-in #liner {
      margin-top: 92px; } }

a {
  color: #1E5A90; }
  a:hover {
    color: #1e598f; }

#main-footer {
  margin-top: 40px; }
  #main-footer > * {
    padding: 10px; }
  #main-footer .logo .inner {
    padding: 15px;
    position: relative; }
    #main-footer .logo .inner:before {
      content: " ";
      position: absolute;
      width: 30px;
      height: 30px;
      top: 0;
      right: 0;
      border-top: 1px solid #cecece;
      border-right: 1px solid #cecece; }
    #main-footer .logo .inner:after {
      content: " ";
      position: absolute;
      width: 30px;
      height: 30px;
      top: 0;
      left: 0;
      border-top: 1px solid #cecece;
      border-left: 1px solid #cecece; }
  #main-footer .logo img {
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
    display: block; }
  #main-footer .social .inner {
    padding: 15px;
    position: relative; }
    #main-footer .social .inner:before {
      content: " ";
      position: absolute;
      width: 30px;
      height: 30px;
      top: 0;
      left: 0;
      border-top: 1px solid #cecece;
      border-left: 1px solid #cecece; }
    #main-footer .social .inner > * {
      margin: 10px 0; }
      #main-footer .social .inner > *:first-child {
        margin-top: 0; }
  #main-footer .social a {
    color: black;
    display: block;
    width: 100px;
    margin: 0 auto; }
    #main-footer .social a i {
      color: #1E5A90; }
  #main-footer .sources .inner {
    padding: 15px;
    position: relative; }
    #main-footer .sources .inner:before {
      content: " ";
      position: absolute;
      width: 30px;
      height: 30px;
      top: 0;
      right: 0;
      border-top: 1px solid #cecece;
      border-right: 1px solid #cecece; }
    #main-footer .sources .inner > * {
      padding-left: 25px;
      position: relative;
      margin: 0 auto;
      margin-top: 10px;
      margin-bottom: 10px;
      width: 192px; }
      #main-footer .sources .inner > * a {
        color: black; }
      #main-footer .sources .inner > *:first-child {
        margin-top: 0; }
      #main-footer .sources .inner > *:before {
        position: absolute;
        left: 0;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: #1E5A90; }
    #main-footer .sources .inner .mailing:before {
      content: ""; }
    #main-footer .sources .inner .phone:before {
      content: "\f095"; }
    #main-footer .sources .inner .fax:before {
      content: "\f1ac"; }

#footer-container {
  position: relative;
  padding-bottom: 40px; }
  #footer-container:after {
    background-image: url(assets/images/edge-blue-bottom.png);
    background-position: top center;
    top: 100%;
    content: '';
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5; }

strong {
  font-weight: 600; }

.originator {
  font-style: italic; }

.btn-donate {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  font-size: 2em;
  color: #ffffff !important;
  font-variant: small-caps;
  background: #1E5A90;
  padding: 10px 30px 10px 30px;
  text-decoration: none; }

.btn-donate:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none; }

.item {
  clear: both; }

#home-slider-container {
  position: relative; }

#home-slider {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 768px) {
    #home-slider {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    #home-slider {
      margin-bottom: 80px; } }
  #home-slider h2 {
    font-size: 1.8em;
    color: #222;
    line-height: 1.3em;
    text-align: center;
    cursor: pointer;
    margin-top: 15px; }
    @media (min-width: 768px) {
      #home-slider h2 {
        font-size: 2.6em; } }
    #home-slider h2 a {
      color: black; }
  #home-slider h3 {
    padding: 1em;
    font-size: 1.8em;
    color: #333;
    text-align: center;
    line-height: 1.3em; }
  #home-slider .categories {
    text-align: center; }
    #home-slider .categories a {
      font-size: 12px;
      text-transform: uppercase; }
  #home-slider .originator {
    text-align: center; }
  #home-slider .flex-direction-nav a {
    opacity: .7; }
    #home-slider .flex-direction-nav a:hover {
      opacity: 1;
      transition: all .2s ease-in-out; }

.home .hentry {
  background: url(assets/images/fade-down-out-bg.png) no-repeat center top;
  background-size: 100%; }
.home .container > .col-sm-6:last-child .item {
  position: relative; }
  .home .container > .col-sm-6:last-child .item:first-child {
    background: red; }
    .home .container > .col-sm-6:last-child .item:first-child:before {
      display: none !important; }
  .home .container > .col-sm-6:last-child .item:nth-child(odd):after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    left: 0;
    bottom: 0; }
  .home .container > .col-sm-6:last-child .item:nth-child(odd):before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
    left: 0;
    top: 0; }
  .home .container > .col-sm-6:last-child .item:nth-child(even):after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
    left: 0;
    top: 0; }
  .home .container > .col-sm-6:last-child .item:nth-child(even):before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    left: 0;
    bottom: 0; }
.home .container > .col-sm-6:nth-child(2) .item {
  position: relative; }
  .home .container > .col-sm-6:nth-child(2) .item:first-child {
    background: red; }
    .home .container > .col-sm-6:nth-child(2) .item:first-child:before {
      content: "BOOBZ";
      display: none !important; }
  .home .container > .col-sm-6:nth-child(2) .item:nth-child(odd):after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    right: 0;
    bottom: 0; }
  .home .container > .col-sm-6:nth-child(2) .item:nth-child(odd):before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
    right: 0;
    top: 0; }
  .home .container > .col-sm-6:nth-child(2) .item:nth-child(even):after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
    right: 0;
    top: 0; }
  .home .container > .col-sm-6:nth-child(2) .item:nth-child(even):before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    right: 0;
    bottom: 0; }
.home .sub-title {
  font-size: 22px;
  color: #666;
  text-align: center;
  text-transform: uppercase; }
.home .item {
  margin: 15px -5px;
  padding: 15px 0; }
  @media screen and (max-width: 700px) {
    .home .item {
      height: auto !important; } }
  @media (min-width: 768px) {
    .home .item {
      padding: 25px; } }
  .home .item .tags {
    text-transform: uppercase;
    font-size: 12px; }
  .home .item h4 {
    margin: 12px 0; }
    .home .item h4 a {
      font-size: 22px;
      line-height: 1.25em;
      color: black;
      cursor: pointer;
      transition: all .2s ease-in-out; }
      .home .item h4 a:hover {
        cursor: pointer; }

.top-row {
  border-top: 4px double #cecece;
  padding-top: 30px;
  opacity: 0;
  transition: opacity .2s ease-in; }
  .top-row.active {
    opacity: 1; }

.middle-row {
  border-top: 4px double #cecece;
  border-bottom: 4px double #cecece;
  padding: 15px 0;
  margin: 15px 0;
  background: url(assets/images/lines-right-top.png) no-repeat right top;
  background-size: 50%; }
  .middle-row h3, .middle-row p {
    padding: 10px 0; }
  .middle-row h4 {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    margin: 10px 0; }
  .middle-row > * {
    padding: 25px;
    padding-left: 80px;
    position: relative; }
    .middle-row > *:before {
      position: absolute;
      left: 10px;
      color: #1E5A90;
      font-size: 40px;
      top: 50%;
      margin-top: -20px;
      left: 0;
      margin-left: 20px;
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased; }
  .middle-row .more-articles {
    border-right: 1px solid #cecece; }
    .middle-row .more-articles:before {
      content: "\e042"; }
  .middle-row .more-issues h4 {
    font-size: 18px;
    color: #666;
    text-transform: uppercase; }
  .middle-row .more-issues:before {
    content: "\e022"; }

.comma:last-child {
  display: none; }

.thumbnail-img img {
  max-width: 100%; }

.featured-issue {
  margin-top: 20px;
  margin-bottom: 30px; }
  .featured-issue h3 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding: 12px; }
  .featured-issue .featured-issue-body {
    text-align: center; }

.heading {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 4px double #cecece; }
  @media (min-width: 768px) {
    .heading {
      margin-top: 40px; } }
  .heading .featured-header {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: -1; }
    .heading .featured-header:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: " ";
      z-index: -1;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(196, 196, 196, 0) 23%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(196, 196, 196, 0) 23%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(196, 196, 196, 0) 23%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .heading .featured-header h1 {
      color: white; }
    .heading .featured-header h4 {
      color: #fbfbfb; }
  .heading h1 {
    font-size: 1.8em;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 768px) {
      .heading h1 {
        font-size: 2.6em;
        max-width: 80%; } }
  .heading h4 {
    font-size: 20px;
    font-variant: italic;
    color: #666;
    text-align: center;
    margin: 10px 0; }

.article-content {
  font-size: 18px;
  line-height: 1.8em; }

.article-sources {
  width: 110px;
  overflow: auto;
  padding: 30px 0;
  margin: 0 auto;
  background: url("assets/images/border-cross.png") no-repeat center center;
  background-size: 30%;
  display: none; }
  .article-sources .source {
    width: 45px;
    background-color: white;
    margin: 5px;
    float: left; }
    .article-sources .source img {
      max-width: 100%; }

.article-categories {
  position: relative;
  margin: 20px 0;
  padding: 20px 0;
  padding-left: 25px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece; }
  .article-categories h4 {
    font-size: 20px;
    color: #666;
    line-height: 1.6em; }
  .article-categories:before {
    position: absolute;
    left: 0;
    font-family: 'Glyphicons Halflings';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #1E5A90;
    line-height: 2em;
    content: "\e042"; }
  .article-categories a {
    display: block;
    color: black;
    line-height: 1.4em; }

.article-tags {
  position: relative;
  padding-left: 25px; }
  .article-tags h4 {
    font-size: 20px;
    color: #666;
    line-height: 1.6em; }
  .article-tags:before {
    position: absolute;
    left: 0;
    font-family: 'Glyphicons Halflings';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #1E5A90;
    line-height: 2em;
    content: "\e042"; }
  .article-tags a {
    display: block;
    color: black;
    line-height: 1.4em; }

.post-meta {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 4px double #cecece;
  border-bottom: 4px double #cecece; }
  .post-meta > :first-child {
    border-right: 1px solid #cecece; }
  .post-meta a {
    font-size: 14px;
    line-height: .8em; }
  .post-meta h4 {
    color: #666;
    font-size: 20px;
    line-height: 1.6em;
    text-align: center; }

@media screen and (max-width: 700px) {
  .article-body {
    margin: 0 -15px; } }

.source {
  margin-bottom: 20px; }

.page .page-navigation {
  display: none; }
  @media (min-width: 768px) {
    .page .page-navigation {
      display: block; } }
  @media (min-width: 768px) {
    .page .page-navigation.mobile {
      display: none; } }
  .page .page-navigation h2 {
    font-size: 24px;
    margin-bottom: 14px; }
  .page .page-navigation .ul {
    list-style: none; }
    .page .page-navigation .ul a {
      color: #666; }
    .page .page-navigation .ul .page_item {
      margin-bottom: 10px; }
      .page .page-navigation .ul .page_item a {
        border-bottom: 1px solid #cecece;
        font-size: 18px;
        padding-bottom: 6px; }
      .page .page-navigation .ul .page_item .children {
        margin: 8px 0; }
        .page .page-navigation .ul .page_item .children .page_item {
          padding: 4px 0;
          margin-left: 10px; }
          .page .page-navigation .ul .page_item .children .page_item a {
            line-height: 16px; }
            .page .page-navigation .ul .page_item .children .page_item a:before {
              content: "» ";
              vertical-align: text-top; }
      .page .page-navigation .ul .page_item .page_item {
        margin-bottom: 0; }
        .page .page-navigation .ul .page_item .page_item a {
          border-bottom: none;
          font-size: 15px; }
      .page .page-navigation .ul .page_item a {
        display: block; }
.page .recent {
  display: none; }
  @media (min-width: 768px) {
    .page .recent {
      display: block; } }
  .page .recent h2 {
    font-size: 24px;
    margin-bottom: 14px; }
  .page .recent h4 {
    margin-bottom: 10px; }
  .page .recent .tags {
    display: none; }
  .page .recent .excerpt {
    font-size: 12px; }
.page .news h2 {
  font-size: 24px;
  margin-bottom: 14px; }
.page .news h4 {
  margin-bottom: 10px; }
.page .news .tags {
  display: none; }
.page .news .excerpt {
  font-size: 12px; }

.all-categories {
  columns: 2;
  list-style: none; }
  @media (min-width: 768px) {
    .all-categories {
      columns: 3; } }
  .all-categories li {
    padding: 8px; }

.page-template-page-current-issue .inline-row {
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  padding: 12px 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .page-template-page-current-issue .inline-row {
      width: 50%; } }
  .page-template-page-current-issue .inline-row > * {
    display: inline-block;
    line-height: 18px; }
  .page-template-page-current-issue .inline-row .volume {
    font-size: 18px;
    font-weight: bold;
    padding: 0 14px; }
.page-template-page-current-issue .current-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: .8em; }
.page-template-page-current-issue .past-issues {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d7d7d7; }

.archive h2 {
  font-size: 24px;
  margin: 14px 0; }
.archive .originator {
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0; }
.archive .entry {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cecece; }

/*# sourceMappingURL=style.css.map */
