/*
Theme Name: Corner Theme
Theme URI: http://jamesbrosnan.com
Description: Custom Theme for The Corner Bookstore
Author: James Brosnan
Author URI: http://jamesbrosnan.com
Version: 2.0
*/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name: Corner Bookstore
Author: j-bro

Stylesheet: Variables
******************************************************************/
/*********************
COLORS
*********************/
/******************************************************************
Site Name: Raygun Interactive
Author: j-bro

Stylesheet: Typography
******************************************************************/
/*********************
FONT STACKS
*********************/
/*
typographical defaults
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/******************************************************************
Site Name: Corner Books
Author: j-bro

Stylesheet: Grid Stylesheet
******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }

/*********************
IMPORTING MODULES
*********************/
/*--- Butttons ---*/
#rpgc_to, #rpgc_to_email, #rpgc_note {
  width: 100%;
  margin: 12px 0; }

#rpgc_note {
  height: 80px; }

.button {
  background-color: #972f2f !important;
  color: #efdd9d !important;
  border: none;
  border-radius: 4px;
  padding: 0.35rem 1rem;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  text-transform: capitalize;
  vertical-align: middle;
  transition: background 0.2s ease;
  font-weight: 700;
  letter-spacing: 0.01rem; }
  .button:hover {
    background-color: #702323 !important; }

a.button {
  color: #efdd9d !important; }
  a.button:hover, a.button:active, a.button:focus {
    color: #efdd9d !important;
    text-decoration: none !important;
    cursor: pointer; }

.single_add_to_cart_button {
  float: none;
  margin: 2rem auto 0;
  display: block; }

/******************************************************************
Site Name: Corner Books
Author: j-bro

Stylesheet: Events Stylesheet
******************************************************************/
.tribe-events-list-widget ol, .tribe-events-adv-list-widget ol {
  list-style-type: none !important; }

.tribe-events-list-widget li, .singular.page li.type-tribe_events, .tribe-events-adv-list-widget li, .singular.page li.type-tribe_events {
  padding-top: 10px !important;
  border-bottom: 1px solid #ccc; }
  .tribe-events-list-widget li:first-of-type, .singular.page li.type-tribe_events:first-of-type, .tribe-events-adv-list-widget li:first-of-type, .singular.page li.type-tribe_events:first-of-type {
    padding-top: 0 !important; }

.tribe-events h2, .tribe-events h3, .tribe-events h4 {
  color: black; }

.tribe-events .tribe-events-widget-events-list__header h2 {
  text-transform: capitalize;
  text-align: center; }

.tribe-events h3 {
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: 0.1rem;
  font-weight: 400; }
  .tribe-events h3 a {
    color: black; }

.tribe-events-single-event-title {
  text-align: center;
  font-size: 2rem; }

.tribe-events-schedule {
  text-align: center;
  justify-content: center; }
  .tribe-events-schedule h2 {
    color: black;
    font-weight: 400; }

.tribe-events-single .tribe-events-sub-nav li {
  max-width: 40%;
  position: relative; }
  .tribe-events-single .tribe-events-sub-nav li a:hover {
    text-decoration: underline; }

.tribe-events-single .tribe-events-sub-nav li.tribe-events-nav-previous {
  position: relative;
  padding-left: 12px; }
  .tribe-events-single .tribe-events-sub-nav li.tribe-events-nav-previous:before {
    position: absolute;
    content: "< ";
    left: -12px; }

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next {
  position: relative;
  padding-right: 12px; }
  .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next:after {
    position: absolute;
    content: " >";
    right: -12px;
    top: 0; }

#tribe-events-content a:hover {
  text-decoration: underline; }

/*********************
BASE (MOBILE) SIZE
*********************/
/*********************************
Site Name: Corner Bookstore
Author: j-bro

Stylesheet: Base Mobile Stylesheet
*********************************/
body {
  background: white;
  font-size: 100%; }

body, select, input, textarea {
  color: #292929;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-family: "PT Serif", serif;
  margin: 0;
  text-align: justify; }

.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.clear {
  clear: both; }

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .group, *:first-child + html .group {
  zoom: 1; }

/* First selector = IE6, Second Selector = IE 7 */
h1, h2, h3, h4 {
  font-family: Georgia, Times, "Times New Roman", serif; }

h1 {
  font-weight: 900; }

h2, h3, h4 {
  font-weight: 700;
  margin: 0 0 10px 0; }

h1 {
  font-size: 2.5em;
  line-height: 1em; }

h2 {
  margin-bottom: 14px;
  padding-bottom: 4px;
  color: #702323;
  text-transform: uppercase;
  font-weight: bold; }

h2 a {
  color: #702323;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline; }

h2.underline {
  border-bottom: 3px solid #702323; }

h3 {
  color: black;
  font-size: 1.6em;
  letter-spacing: 2px;
  font-weight: bold; }

h3 a {
  text-decoration: none;
  color: #702323; }

h3 a:hover {
  text-decoration: underline; }

.welcome {
  font-family: Helvetica, sans-serif;
  font-size: 2.357em;
  color: black;
  text-transform: capitalize;
  border-bottom: 1px solid black; }

h4 {
  font-size: 1rem;
  margin: 0 0 10px; }

.black {
  color: #cd754b; }

.headline {
  color: #ECD587;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.03rem;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  text-shadow: 1px 2px 3px #333333;
  filter: dropshadow(color=#333, offx=1, offy=2); }

h1.headline a:hover {
  text-decoration: none; }

#header a {
  text-decoration: none; }

h2.no-bullet ul {
  list-style: none outside none;
  padding: 0px; }

p {
  margin: 0 0 10px 0;
  letter-spacing: 0.04rem;
  line-height: 1.45rem; }

a {
  color: black;
  text-decoration: none;
  transition: color 0.3s ease; }
  a:hover, a:focus {
    color: #1a1a1a;
    text-decoration: underline; }

ul, ol {
  margin: 0 0 10px 0; }

#page-wrap {
  background: white;
  position: relative;
  margin: 0px auto;
  padding: 0 12px; }

.wrap {
  width: 96%;
  margin: 0 auto; }

/* Fix Footer to bottom of page */
* {
  margin: 0; }

html, body {
  height: 100%; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -150px; }

.push {
  height: 150px; }

.footer {
  text-align: center;
  color: #ECD587;
  height: 150px; }

/* post styles */
.post-categories {
  margin-bottom: 0px; }

.hentry {
  margin-bottom: 10px; }

.entry {
  margin-bottom: 15px; }

.alignright {
  float: right;
  margin-left: 10px; }

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

/* Header Styles */
#header {
  background: transparent;
  margin: 0px auto 0px;
  padding: 0 0 0.5rem;
  position: relative; }

.tall-header {
  height: 212px; }

.header-background {
  background: #702323;
  /* Old browsers */
  background: -moz-linear-gradient(top, #421515 0%, #702323 6%, #430000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #421515), color-stop(6%, #702323), color-stop(100%, #430000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #421515 0%, #702323 6%, #430000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #421515 0%, #702323 6%, #430000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #421515 0%, #702323 6%, #430000 100%);
  /* IE10+ */
  background: linear-gradient(top, #421515 0%, #702323 6%, #430000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#421515', endColorstr='#430000',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.8); }

.top-background {
  margin-bottom: 22px; }

.bottom-background {
  margin-top: 6px;
  height: 100%; }

#banner {
  width: 100%;
  margin: 10px auto; }

.menu li {
  display: inline; }

.menu ul li a {
  color: gray;
  text-decoration: none; }

.menu ul li a:hover {
  color: white; }

#nav {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  height: 30px;
  text-transform: uppercase; }

#nav ul {
  font-size: 1em;
  list-style: none outside none;
  padding: 5px 0px 0px 0px; }

#nav ul li a {
  color: #ECD587;
  padding: 3px 12px 12px;
  text-decoration: none;
  transition: color 0.3s ease; }
  #nav ul li a:hover, #nav ul li a:active {
    color: #f9f1d6; }

#nav li {
  display: block;
  float: left;
  border-left: 1px solid #ECD587; }

#nav li:hover .children {
  display: block; }

#nav ul li:first-child {
  border: none; }

#nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 2;
  padding: 5px 3px;
  margin-left: 0;
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: white;
  border-color: #A51C30 #D5D5D0 #D5D5D0;
  border-right: 1px solid #D5D5D0;
  border-style: solid;
  border-width: 0px 1px 1px;
  text-transform: capitalize;
  margin-top: 8px;
  min-width: 200px; }

#nav .sub-menu li {
  float: none !important;
  padding: 0 0 4px;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: normal;
  border: none; }

#nav .sub-menu li a {
  color: gray; }

#nav .sub-menu li a:hover {
  color: black;
  background: white; }

#nav li:hover .sub-menu {
  display: block; }

#nav li:focus .sub-menu {
  display: block; }

/* Content Styles */
#mainarea {
  min-height: 200px;
  padding: 22px 0px; }

#main-content {
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  float: none; }

#main-content
#full-width-content {
  float: left;
  padding: 0px 20px;
  width: 96%; }

.wp-caption-dd {
  font-size: 0.75em;
  text-align: center; }

#sidebar {
  margin-top: 1em;
  padding-top: 1.5em;
  border-top: 1px solid #ccc; }

.thumbnail {
  float: left;
  width: 50%;
  display: block; }

.thumbnail-right {
  float: right;
  display: block; }

.excerpt {
  border-bottom: 1px dotted gray; }

.moretext {
  color: #A51C30;
  padding: 20px 0px 10px 0px;
  font-size: 0.75em; }

.moretext a {
  text-decoration: none; }

.moretext a:hover, a:focus {
  text-decoration: underline; }

.moretext a:active {
  position: relative;
  top: 1px; }

#footer {
  position: relative;
  /*		background: url(images/BG.jpg); */
  background: white;
  position: relative;
  width: 100%;
  height: 216px;
  color: black;
  padding: 0px 0px; }

#footer-tagline {
  padding-top: 20px; }

h4.right {
  color: #702323;
  text-align: center; }

.center {
  margin: 0px auto;
  text-align: center; }

#list-photo {
  border-bottom: 1px dotted gray;
  margin-bottom: 10px;
  min-height: 150px;
  padding-bottom: 10px;
  width: 100%; }

.featured {
  font-weight: bold;
  size: 1em;
  font-style: italic; }

.featured a {
  text-decoration: none; }

.featured a:hover {
  text-decoration: underline; }

.black {
  color: black; }

/* Events List */
.tribe-events-list-widget {
  text-align: center; }

.tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0 0 1rem !important; }

.tribe-events-widget-link {
  margin-top: 1rem;
  font-style: italic; }
  .tribe-events-widget-link:after {
    content: " >"; }
  .tribe-events-widget-link a {
    color: #333333; }
    .tribe-events-widget-link a:hover {
      text-decoration: underline !important; }

img {
  max-width: 100%;
  height: auto; }

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

.alignnone {
  margin-right: 1rem; }

/* Staff Bios */
.team-bio {
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  display: block;
  float: left; }
  .team-bio:last-of-type {
    border-bottom: none; }
  .team-bio .team-image img {
    float: none;
    display: block;
    margin: 0 auto 1em; }
  .team-bio h3 {
    color: #702323;
    text-align: center; }

/*-- end Staff Bios --*/
/*****************
WooCommerce Styles
*****************/
.woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: left !important;
  width: 100%;
  max-width: 900px;
  margin: 1em auto; }

.woocommerce-product-description {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  text-align: left; }

/*- WC Forms -*/
input, textarea {
  padding: 5px 7px; }

.pwgc-label {
  margin-bottom: 3px; }

.woocommerce td.product-name dl.variation dt {
  min-width: 80px;
  margin-right: 1em; }

#product-3708 .price {
  display: none; }

#product-3708 > div > form > div > div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled > div.quantity, #product-3708 > div > form > div > div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled > div.quantity {
  display: none; }

.woocommerce-product-description {
  margin-bottom: 22px; }
  .woocommerce-product-description img {
    margin-bottom: 12px; }

.woocommerce div.product form.cart .variations label {
  text-align: left; }

#product-3708 > div > form > table > tbody > tr > td.label > label {
  float: right; }

.woocommerce div.product form.cart .button {
  float: right;
  margin-right: 46px; }

/*- Nav Menu Cart Icon -*/
/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */
.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center; }

.cart-contents:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f290" !important;
  font-size: 30px;
  color: #FF1493; }

.cart-contents:hover {
  text-decoration: none; }

.cart-contents-count {
  color: #fff;
  background: transparent;
  font-weight: bold;
  border-radius: 50%;
  padding: 1px 6px;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  height: 17px;
  width: 17px;
  transform: translateY(-105%) translateX(25%);
  font-size: 10px; }

/*- end WooCommerce -*/
#searchform {
  position: absolute;
  right: 0;
  top: 4px; }

#s {
  color: gray;
  height: 12px; }

#searchsubmit {
  font-size: 10px; }

ol.commentlist {
  list-style: none; }

ol.commentlist li.comment {
  border-bottom: 1px dotted #666;
  padding: 10px; }

ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal; }

ol.commentlist li.comment div.vcard img.avatar {
  float: right;
  margin: 0 0 10px 10px; }

ol.commentlist li.comment div.comment-meta {
  font-size: 10px; }

ol.commentlist li.comment div.comment-meta a {
  color: #ccc; }

ol.commentlist li.comment div.reply {
  font-size: 11px; }

ol.commentlist li.comment div.reply a {
  font-weight: bold; }

ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 10px 0 0; }

ol.commentlist li.comment ul.children li.depth-2 {
  border-left: 5px solid #555;
  margin: 0 0 10px 10px; }

ol.commentlist li.comment ul.children li.depth-3 {
  border-left: 5px solid #999;
  margin: 0 0 10px 10px; }

ol.commentlist li.comment ul.children li.depth-4 {
  border-left: 5px solid #bbb;
  margin: 0 0 10px 10px; }

ol.commentlist li.even {
  background: #fff; }

ol.commentlist li.odd {
  background: #f6f6f6; }

ol.commentlist li.parent {
  border-left: 5px solid #111; }

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  /*********************************
Site Name: Corner Bookstore
Author: j-bro
Stylesheet: Tablet Stylesheet
*********************************/ }

/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  /*********************************
Site Name: Corner Bookstore
Author: j-bro
Stylesheet: Small Desktop Stylesheet
*********************************/
  .wrap {
    width: 760px; }
  .headline {
    font-size: 4rem; }
  #navbar {
    display: flex;
    justify-content: center; }
  #nav {
    margin: 0 auto; }
  /* Staff Bios */
  .team-bio .team-image img {
    float: left;
    display: block;
    margin: 0; }
  .team-bio h3 {
    text-align: left; }
  /*-- end Staff Bios --*/
  /*-- WooCommerce shopping cart, product pages, etc --*/
  .woocommerce-page #page-wrap {
    margin-bottom: 22px; }
  .woocommerce-page #mainarea {
    padding: 22px; }
  p.order-again {
    text-align: right; } }

/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1030px) {
  /*********************************
Site Name: Corner Bookstore
Author: j-bro
Stylesheet: Desktop Stylesheet
*********************************/
  .wrap {
    width: 1040px; }
  #page-wrap {
    padding: 0; }
  .headline {
    font-size: 4.25rem; }
  #main-content {
    padding-right: 2rem;
    margin-top: -4px;
    float: left; }
  #sidebar {
    border-top: none;
    margin-top: 0;
    padding: 0 0 0 8px;
    border-left: 1px solid #ccc; }
  /* Events */
  .tribe-events-list-widget {
    text-align: left; } }
