/*
Theme Name: TBQ
Theme URI: http://brooklynquarterly.org/
Author: Jacopo Tarantino & Madeline O'Moore
Author URI: http://done-digital.com/
Description: Main site theme for Brooklyn Quarterly
Version: 0.1.0
License: All rights reserved
Text Domain: tbq
Domain Path: /languages/

TBQ is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


@font-face {
  font-family: 'sentinelbook';
  src: url('./fonts/sentinel-book-webfont.eot');
  src: url('./fonts/sentinel-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/sentinel-book-webfont.woff') format('woff'),
    url('./fonts/sentinel-book-webfont.ttf') format('truetype'),
    url('./fonts/sentinel-book-webfont.svg#sentinelbook') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'neutra_text_tfbook_sc_alt';
  src: url('./fonts/neutratexttf-bookscalt-webfont.eot');
  src: url('./fonts/neutratexttf-bookscalt-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/neutratexttf-bookscalt-webfont.woff') format('woff'),
    url('./fonts/neutratexttf-bookscalt-webfont.ttf') format('truetype'),
    url('./fonts/neutratexttf-bookscalt-webfont.svg#neutra_text_tfbook_sc_alt') format('svg');
  font-weight: normal;
  font-style: normal;

}


/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
  background: #fff;
  background-image: url("images/background.png");
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol, ul {
  list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}
a img {
  border: 0;
}


/* =Global
----------------------------------------------- */

.container {
  overflow-y: hidden;
}

body,
button,
input,
select,
textarea {
  color: black;
  font-family: 'sentinelbook', sentinelbook, Georgia, Garamond, serif;
  font-size: 17px;
  line-height: 1.4;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: neutra_text_tfbook_sc_alt, "neutra_text_tfbook_sc_alt", Montserrat, Gotham, sans-serif;
  font-size: 1.5em;
}



.widget-title {
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px dotted;
  margin-right: -2em;
  font-family: "neutra_text_tfbook_sc_alt", neutra_text_tfbook_sc_alt;
  margin-bottom: 1em;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
p {
  margin-bottom: 1.5em;

}
ul, ol {
  margin: 0 0 0em 0em;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b, strong {
  font-weight: bold;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
  line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 1px;
  background-color:rgba(172,31,35,1);
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  */color: rgba(255, 255, 255, .96);
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  
}


button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
/* Corrects inner padding and border displayed oddly in FF3/4 
www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 1px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 98%;
}

/* Links */
a {
  color: #AC1F24;
}
a:visited {
  color: #AC1F24;
}
a:hover,
a:focus,
a:active {
  color: #AC1F24;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation .menu-header-menu-container {
  float: right;
}

#masthead {
  margin-bottom: 1.5em;
}

#masthead .wrapper {
  background-color: rgba(172,31,35,1);
  box-shadow: 0px 1px 1px 0px #888898;
  float: left;
  width: 100%;
  padding-bottom: 1em;
}

ul.nav-menu li a {
  font-size: 17px;
  padding-right: 10px;
  padding-left: 10px;
  color: white;
  border-right: 1px solid white;
  font-family: neutra_text_tfbook_sc_alt, "neutra_text_tfbook_sc_alt", Montserrat, Gotham, sans-serif;
  text-transform: none;
}

ul.nav-menu li:last-child a {
  border-right: none;
}

.main-navigation {
  display: block;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  height: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0 10px;
}

.main-navigation {
  font-weight: bolder;
  text-transform: uppercase;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 1em;
  padding-top: 0.5em;
  padding-bottom: 1em;
  z-index: 99999;
  background: #ac1f24;
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}

.main-navigation ul ul a {
  width: 130px;
}

.main-navigation ul ul li {
}

.main-navigation ul ul li a {
  border-right: none;
  padding: 0.5em;
  display: inline-block;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
  display: block;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
  color:#000;
}

.main-navigation .current_page_item .sub-menu a,
.main-navigation .current-menu-item .sub-menu a {
  color: #fff;
}

.main-navigation .current_page_item .sub-menu a:hover,
.main-navigation .current-menu-item .sub-menu a:hover {
  color: #000;
}

h2.site-description {
  font-size: 17px;
  margin-left: 35.5%;
}

.site-branding {
  padding-top: 1em;
}

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}


/* =Content
----------------------------------------------- */

#primary > .row {
  margin-bottom: 1.5em;
}

.sticky {
}
.hentry {
  margin: 0 0 1.5em;
}
.byline {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}


/* Secondary Widget - Sidebar
---------------------------------*/

#secondary .wrapper, #main {
  background-color: rgb(255,255,255);
  box-shadow: 0px 0px 1px 0px #888897;
  padding: 1em;
}

#secondary .wrapper {
  float: left;
  width: 100%;
}

.sidebar-widget-area {
  margin-bottom: 1.5em;
}

.widget_recent_entries li {
  margin-bottom: 0.5em;
  float: left;
  width: 100%;
}

.widget_recent_entries li a {
  display: block;
  clear: left;
  float: left;
}

.widget_recent_entries li .post-date {
  float: left;
  font-style: italic;
  font-size: 0.675em;
  clear: left;
}

.widget.widget_tbq_social_icons_widget {
  margin-bottom: 4em;
}

.widget_tbq_social_icons_widget li {
  float: left;
}

.widget_tbq_social_icons_widget img {
  width: 30px;
  height: auto;
  padding: 2px;
}

.jetpack_subscription_widget form {
  text-transform: none;
  font-size: 0.875em;
}

.jetpack_subscription_widget form p:nth-child(2) {
  display: inline-block;
  width: 70%;
}

.jetpack_subscription_widget form p:nth-child(3) {
  display: inline-block;
}


/* Mailchimp Widgets
---------------------------------*/

#mc-indicates-required {
  display: none;
}



/* Footer 
---------------*/

#colophon {
  background-color: #191919;
  margin-top: 2em;
  padding-top: 1em;
  color: #666;
}

.footer-widgets .widget-title {
  margin-right: 0;
}

.footer-widgets .menu {
  font-size: 0.85em;
}

.site-info {
  border-top: 1px solid;
  border-color: #616161;
  color: #616161;
  font-size: 11px;
  font-family: "neutra_text_tfbook_sc_alt", neutra_text_tfbook_sc_alt;
}

.site-info a {
  color: #616161;
}


.site-info h1 {
  font-size: 2em;
}



/* =Asides
--------------------------------  --------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

.widget_facebook_likebox a {
  text-transform: uppercase;
  font-size: 20px;
  color: black;
}

#facebook-likebox-3 iframe {
  border: none;
  overflow: hidden;
  width: 300px !important;
  height: 112px;
  background: none !important;
  color:black;
}

/* Sidebar widget*/

.sidebar-widget-area h1.widget-title {
  margin-right: 0em;
}


aside#meta-3.col-md-4.widget_meta {
  font-size: 14px;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/* new styles */

#menu-item a:visited {
  color: white;
}


.site-title h1 {
  font-family: 'neutra_text_tfbook_sc_alt', neutra_text_tfbook_sc_alt;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.2;
}

#text-4.widget.widget_text {
  font-size: 10px;
}


#site-navigation {
  margin-top: 1em;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #site-navigation {
      margin-top: 2em;
  }
}
@media (min-width: 990px) {
  #site-navigation {
      margin-top: 2.15em;
  }
}
@media (min-width: 1190px) {
  #site-navigation {
      margin-top: 2.7em;
  }
}

.search-field {
  font-style: italic;
}

#subscribe-field {
  font-style: italic;
}

.post .entry-title a {
  font-size: 14px;
  font-weight: bold;
}

.search article {
  border-bottom: 1px solid #eee;
}

.search .entry-title {
  text-align: left;
}

.search .entry-title a {
  font-size: 30px;
}

#main {
  margin: 0em;
}

.description {
  font-size: 10px;
}

.carousel {
  min-height: 10em;
  max-height: 450px;
  background: #fff;
  box-shadow: 0 0 1px #888897;
  overflow: hidden;
}

.carousel-control .icon-next {
  color: black;
  top: 35%;
}

.carousel-control .icon-prev {
  color: black;
  top: 35%;
}

.carousel-inner {
  height: 100%;
}

.carousel .item {
  text-align: center;
  height: 100%;
  max-height: 450px;
}

.carousel .item img,
.carousel .item a img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inline;
}

.carousel-indicators {
  display: none;
}

.carousel-caption {
  top: 70%;
  left: 0;
  background: #333;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 12%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(12%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 12%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 12%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 12%,rgba(0,0,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 12%,rgba(0,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
  width: 100%;
  height: 30%;
  color: #f1f1f1;
  text-shadow: none;
}

.carousel-caption a {
  color: #f1f1f1;
}

.carousel-caption h3 {
  font-size: 2.4em;
  text-align: left;
  margin: 0.5rem 3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.carousel-caption h4 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin: 0em 3rem;
  text-align: left;
  font-family: 'sentinelbook', sentinelbook, Georgia, Garamond, serif;
  font-size: 18px;
  line-height:1.3;
}

a.left.carousel-control {
  background-image: none !important;
}

a.right.carousel-control {
  background-image: none !important;
}

.carousel-indicators {
  top: 63%;
}

.single_post h1.entry-title {
  float: center;
  text-align: center;
}


.comments-area {
  background-color: white;
  z-index: 5;
  position: relative;
  padding: 1em 1em 1em 3em;
}


/* Front Page
--------------------------------------*/

.front_grid .category {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.front_grid .entry-title {
  text-align: left;
  padding-top: 0.25em;
  font-size: 17px;
}

.front_grid .entry-title a {
  color: #ac1f24;
  font-size: 17px;
}

.front_grid .entry-content {
  font-size: 14px;
}

.home_page .scroll-item:nth-of-type(3n+1) {
  clear: left;
}

.front_grid header.entry-header {
  margin-top: .5em;
}

.entry-header a {
  padding: 8px 2px;
}

.entry-content p {
  color: black;
}

/* Single Post Template
-----------------------------------*/


.entry_container {
  position: relative;
}

.entry_image {
  position: relative;
  padding: 0em;
  text-align: center;
}

.content-area.centered {
  margin: auto;
  float: center;
}

.entry_container.single {
  padding: 0;
  background-color: transparent;
}

.single_post_header h1.entry-title {
  padding: .2em;
  color: black;
  border-color: gray !important;
  /*border-top: 1px solid;
  border-bottom: 1px solid;*/
  margin: 0em .5em;
  text-align:center;
}

.single_post_header a {
  color: rgba(172,31,35,1);
}

h5.author_single {
  padding: 0 1.5em 1em 2em;
  color: rgba(172,31,35,1);
  font-size: 1em;
  text-align: center;
}

.post_single_wrap {
  padding: 0em 8em;
  clear: both;
}

.single_post_header .entry-meta {
  text-align: right;
}

.single_header {
  padding: 1em 1em 0;
  font-size: .7em;
  text-align: center;
}

.post-categories {
  margin-left: 0;
}

.post-categories li {
  display: inline-block;
  padding: 0.25em 1em 0.25em 0;
}

.entry-content .post-categories li:nth-child(2) a {
  display: none;
}

.single_post_header {
  margin-bottom: 1em;
  color: rgba(172,31,35,1);
}

.single_header li:nth-child(2) {
  float: right;
}

.archives {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
}

.entry-content div {
  font-size: 18px;
}

.entry-content.archives .entry-title a {
  font-size: 30px;
}

.archives .entry-header {
  text-align: center;
}

.archives .entry-header img {
  padding-top: 1em;
}

/* Single Post Widget Area 
------------------------------------*/
#sidebar-single-post {
  margin-left: 0;
}


/* Blog
------------------------------------*/

.blog_title {
  text-transform: uppercase;
  text-align: center;
  color: rgba(172,31,35,1);
  margin: 0em 2em 0em 2em;
  font-weight: bold;
}

.author_wrap {
  padding: 0 2em;
}

.author_wrap a {
  color: black;
}

.blog_header li  {
  float: left;
}

.blog_header li:nth-child(2) {
  float: right;
}

.blog_header .post-categories li a {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

.blog_page .entry-meta {
  margin-top: -28px;
  float: right;
}

.blog_page h1.entry-title {
  border-bottom: 1px solid black;
}

.category-blog footer.entry-meta {
  margin-left: 1em;
}

/* Comment Box
---------------------------------*/

.comment-respond {
  padding: 1em;
}

code {
  font-size: 10px;
  white-space: normal !important;
}


/* Authors Page
------------------------------------*/
.authors_header {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 1em;
}


/* Entry Title
--------------------------------------*/

h1.entry-title{
  text-align: center;
  line-height: 115%;
}

/* About Page 
-----------------------------------------*/

.about_content {
  padding: 1em;
}

/* Contact Page
---------------------------------------------*/
.contact-form {
  padding-top: 1em;
  padding-left: 12em;
}

.contact-form input {
  font-size: .8em;
  font-style: italic;
  color: #D0D0DA;
}

.contact-form input.pushbutton-wide {
  font-style: normal;
  color: white;
}

/* Register Page 
---------------------------------------------*/
.wppb_holder {
  margin-top: -2em;
  padding-left: 2em;
}

#adduser.user-forms {
  margin-top: -22px;
}

.wppb_holder p.alert {
  text-align: center;
  padding-top: 0px;
  padding-left: 0px;
}

.wppb_holder .user-forms p {
  margin-bottom: .8em;
}

.wppb_holder .user-forms p strong {
  font-size: 14px;
}

.wppb_holder .user-forms p label {
  font-size: 14px;
}


/* Login Page
-------------------------------------------*/
#wwpf_login.wppb_holder {
  margin-left: 17em;
}

/* Pretty Blockquotes
---------------------------------------------*/
.pretty-blockquote { 
  width: 75%; 
  color: #ac1f24; 
  font-weight: bold; 
  font-style: italic; 
  font-size: 28px; 
  line-height: 36px;
  text-align: center;
  margin: 0 auto 20px auto;
  box-shadow: none;
  padding: 0; 
}

.pretty-note-text {
  color: #777;
  font-size: 12px;
  line-height: 14px;
}

.drop-cap {
  color: #941B21;
  font-size: 3em;
  margin-right: 2px;
}

.interview-question {
  color: #ac1f24;
  font-weight: bold;
}

.interview-response {
  font-weight: bold;
}

.textwidget p.contact {
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px dotted;
  font-family: "neutra_text_tfbook_sc_alt", neutra_text_tfbook_sc_alt;
  margin-bottom: 1em;
  color: black;
}

a#simplereach-slide-link {
  color: #aa23ff !important;
}



/* Image Grid 
----------------------------------------- */

h2.explore {
  text-align: center;
  padding: 0.8em;
}

.image ul {
  list-style-type: none;
  padding: 0;
  max-width: 600px;
}

.image li {
  float: left;
  margin:0 1.666666666667%;
  width: 100%;
  position: relative;
}

.image li img {
  max-width: 100%;
   display: block; 
  vertical-align: bottom;
}

.image li a {
  display: block;
  text-decoration: none;
  color: #AC1F24;
}

.image li a span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  display: block;
}

.image li:nth-child(1) a span {
  background: rgba(255,255,255,0.76);;
}

.image li:nth-child(2) a span {
  background: rgba(255,255,255,0.76);
}

.image li:nth-child(3) a span {
  background: rgba(255,255,255,0.76);
}

.image li a:hover span {
  height: 91%;
}

.image li a span strong {
  opacity: 0;
  display: block;
  padding: 20px 20px 20px 20px;
  font-weight: normal;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  text-shadow: 0.9px 0.5px #000;
  font-size: 20px;
  text-align: center;
}

.image li a:hover span strong {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.3;  
  
  .image ul {
    margin: 0 auto;
  }

  .image li {
    float: none;
    margin:20px 10%;
    width: 80%;
  }
}

.image .title {
  color: rgba(172,31,35,1);
  font-size: 20px;
}

.scrolling_excerpt {
  font-size: 12px;
}

.scrolling_date p{
  color: white;
  font-size: 9px;
}

h2.image-grid {
  text-align: center;
  padding: .8em;
}
