/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px;
  padding: 10px;
  color: #333;
  font-family: "museo-sans",sans-serif;
  font-weight: normal;
  }
.entry-content blockquote p {
  font-family: "museo-sans",sans-serif;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
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 0 0 40px; }

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, 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; }

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

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves 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; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

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

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

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

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

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

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
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; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  border: 1px solid #3c9666;
  background: #3c9666;
  padding: 6px 8px;
  border-radius: 5px;
  font-weight: 400;
  font-family: "museo-sans",sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
}
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: white;
    background: #2d8054;
 }

.blue-button, .blue-button:visited {
  border-color: #1472ad;
  box-shadow: inset 0 0 3px #59b3ec; }
  .blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
    border-color: #116396; }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #767676;
  background: #fcfbf6 url("../images/bg-texture.jpg");
  -webkit-font-smoothing: antialiased; }


/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #317082;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #be8c28; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/* Advanced Checkbox Hack */
body {
  -webkit-animation: bugfix infinite 1s; }

@-webkit-keyframes bugfix {
  from {
    padding: 0; }

  to {
    padding: 0; } }

input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px; }

label {
  display: none;
  cursor: pointer;
  user-select: none; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "ff-ernestine-web-pro",sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 600; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/*********************
HEADER STYLES
*********************/
#container {
  max-width: 954px;
  margin: 0 auto;
  position: relative; }

.header {
  background: url("../images/scallop.png") bottom repeat-x;
  overflow: hidden;
  margin: 0 0 0 0; }

#logo {
  background: url("../images/sally.png") center top no-repeat;
  color: #316f7f;
  max-width: 730px;
  margin: 0 auto 20px auto;
  height: auto;
  font-family: "ff-ernestine-web-pro",sans-serif;
  font-size: 30px;
  font-weight: 400;
  padding: 125px 1% 0 1%;
  text-align: center; }
#logo a {
    color: #316f7f; }
#logo span {
  display: block;
  font-family: "Quatro-slab", serif;
  font-size: 20px;
  color: #767676;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #logo span {
    font-size: 18px;
  }
}
@media screen and (max-width: 627px) {
  #logo {
    margin: 0 auto 40px;
  }
  #logo span {
    font-size: 12px;
  }
}

.titlebar {
  overflow: hidden;
  background: url("../images/dashed.png") bottom repeat-x;
  position: relative;
  padding: 20px 25px 25px 25px;
  min-height: 110px;
  width: 100%; }
  .titlebar .icon-title {
    position: relative;
    margin: 0;
    overflow: hidden;
    }
    .titlebar .icon-title img {
      float: none;
      display: block;
      padding: 10px 0 0 0;
      margin: 0 auto; }
    .titlebar .icon-title a {
      clear: left;
      margin: 0 auto;
      text-decoration: none;}
    .titlebar .icon-title h1, .titlebar .icon-title .directory {
      float: none;
      clear: left;
      text-align: center;
      font-family: "museo-sans",sans-serif;
      font-size: 40px;
      color: #767676;
      font-weight: 600;
      margin: 0; }
  .titlebar p {
    clear: left;
    float: none;
    display: block;
    width: 100%;
    font-family: "quatro-slab",serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0 0 0; }
.titlebar-landing {
  overflow: hidden;
  background: url("../images/dashed.png") bottom repeat-x;
  position: relative;
  padding: 25px 25px 25px 25px;
  min-height: 110px; }
.titlebar-landing h1 {
  font-size: 24px;
  font-family: "ff-ernestine-web-pro",sans-serif;
  font-weight: 600;
  font-size: 48px;
  color: #316f7f;
  font-weight: 600;
  margin: 0;
}
.titlebar-landing p {
  font-size: 18px;
  font-family: "quatro-slab",serif;
  margin: 0 0 1em 0;
}
.breakout {
  background: #f0eee3;
  border-radius: 10px;
  padding: 15px;
}
.breakout h2 {
  margin: 5px 0 10px 0;
}
.entry-content .breakout img.alignleft {
  margin: 0 20px 0 0;
}
.entry-content .breakout img.alignright {
  margin: 0 0 0 20px;
}
.entry-content .breakout-content {
  overflow: hidden;
}
.entry-content .breakout2 {
  padding: 15px;
  border-top: 1px solid #d5d3c8;
  border-bottom: 1px solid #d5d3c8;
}
.entry-content .breakout2 h3 {
  color: #be8c28;
  margin: 0 0 10px 0;
}
.entry-content p.landing-quote {
  color: #316f7f;
  background: url("../images/quotes.png") top left no-repeat;
  padding: 0 20px 0 40px;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;

}
.entry-content p.landing-quote span {
  color: #767676;
  font-size: 14px;
  display: block;
  float: right;
  margin: 10px 0 0 0;
}
/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.top-nav {
  margin: 5px 0 0 10px; }

nav[role="navigation"] .nav {
  display: none;
  height: 100%;
  font-family: "museo-sans",sans-serif;}
nav[role="navigation"] label {
  position: relative;
  display: block;
  width: 100%;
  min-height: 2.25em;
  padding: .45em;
  font-size: 1.1em;
  margin: 0; }
nav[role="navigation"] label:after {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../images/icon-list.png") no-repeat; }
nav[role="navigation"] input[type=checkbox]:checked ~ label:after {
  color: #222; }
nav[role="navigation"] input[type=checkbox]:checked ~ ul {
  display: block;
  opacity: 1;}
  nav[role="navigation"] input[type=checkbox]:checked ~ ul > li {
    width: 100%;
    opacity: .8;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase; }
nav[role="navigation"] input[type=checkbox]:checked ~ ul li a {
    text-decoration: none; }
/*********************
BANNER STYLES
*********************/
.banner {
  position: relative;
  overflow: hidden;
  max-width: 954px;
  padding: 15px 0 24px 15px;
  background: url("../images/scallop-flip.png") bottom repeat-x; }
 .banner a {
   text-decoration: none;
 }
  .banner.one h2, .banner.video h2 {
    font-family: "museo-sans",sans-serif;;
    font-weight: 600;
    font-size: 24px;
    color: #767676;
    margin: 0;
    padding: 0;
    text-align: center; }
  .banner.one p, .banner.video p {
    font-family: "quatro-slab",serif;
    font-size: 18px;
    color: #767676;
    font-weight: 400;
    margin: 0;
    padding: 8px 0 0 0;
    line-height: 30px;
    text-align: center;
    background: none;}
  .banner.one a.tellmore, .banner.video a.tellmore {
    position: absolute;
    z-index: 10;
    bottom: 15%;
    right: 20px;
    display: block;
    width: 238px;
    height: 59px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("../images/tell-more.png") no-repeat; }
  .banner.one img {
    max-width: 626px;
    width: 100%; }
  .banner.video .video {
    padding: 10px 15px 0 0;
    margin: 0;
    border: none;
  }

/*********************
POSTS & CONTENT STYLES
*********************/
.entry-content .intro {
  font-size: 16px;
  line-height: 30px;
}
#inner-content {
  width: auto;
  overflow: hidden;
  margin: 0 0 40px 0;
  padding: 15px 15px 40px 15px;
  min-height: 400px;
  position: relative;
  }
#inner-content.homepage {
  min-height:400px;
}
.new {
  position: absolute;
  top: 0px;
  right: 3px;
  background: url("../images/newtag.png") no-repeat;
  text-indent: -999999px;
  width: 49px;
  height: 45px;
  background-size: 49px 45px;
}
#content {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
  min-height: 600px; }
#content.homepage {
  min-height: 500px;
}
#inner-content h4 {
  float: left;
  font-family: "ff-ernestine-web-pro",sans-serif;
  color: #be8c28;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 20px 0;
  max-width: 500px; }
#inner-content h2 {
    color: #be8c28;
    font-size: 24px; }
.entry-content .feature {
   padding: 10px;
   position: relative;
   clear: left;
   overflow: hidden;
}
.entry-content .feature img {
  position: absolute;
  left: 0;
  margin: 0 0 0 0;
}
.feature .guts {
  padding-left: 137px;
}
.entry-content .feature h3 {
  color: #be8c28;
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: 600;
  text-transform: uppercase;
}
#inner-content .feature h4 {
  color: rgb(118, 118, 118);
  font-size: 18px;
  margin: 1em 0 5px 0;
  float: none;
  font-weight: 500;
  text-transform: none;
  max-width: 600px;
}
.entry-content .feature a {
  text-decoration: none;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
.post, .search-results .page  {
  padding: 0 15px; }

/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */

/* entry content */
.entry-content {
 font-family: "quatro-slab",serif;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }
.versions {
  overflow: hidden;
  clear: both;
}
#inner-content .versions h4 {
  text-align: center;
  float: none;
  max-width: 100%;
}
.entry-content .pullblock {
  float: left;
  margin: 20px 0;
  background: #edeae1;
  border-radius: 15px;
  padding: 15px;
  width: 200px;
  overflow: hidden;
}
.entry-content .pullblock h3 {
  margin-top: 0;
  color: #316f7f;
}
.entry-content .pullblock p {
  line-height: 18px;
}

.entry-content .presents {
  float: left;
  padding: 0 0 15px 15px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.article-header .h2 {
  color: #be8c28;
  font-family: "ff-ernestine-web-pro",sans-serif;
  margin: 0 0 0 0;
  font-size: 24px; }

.article-header .h2 a, h1.entry-title a {
  color: #be8c28; }

.vcard {
  color: #316f7f;
  font-family: "museo-sans",sans-serif;
  text-transform: uppercase;
  font-size: 12px; }
  .vcard a {
    text-decoration: none; }
  .vcard a:hover, .vcard a:active {
    color: #317082; }

h1.entry-title {
  color: #be8c28;
  font-family: "ff-ernestine-web-pro",sans-serif;
  margin: 20px 0 0 0;
  font-size: 30px; }

.alignnone {
  margin: 5px 20px 20px 0; }

.entry-content .aligncenter,
.entry-content div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }
.entry-content .alignright {
  float: right;
  margin: 5px 0 20px 20px; }
.entry-content .alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
.entry-content .aligncenter {
  display: block;
  margin: 5px auto 5px auto; }
.entry-content a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
.entry-content a img.alignnone {
  margin: 5px 20px 20px 0; }
.entry-content a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
.entry-content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.entry-content .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
.entry-content .wp-caption.alignnone {
  margin: 5px 20px 20px 0; }
.entry-content .wp-caption.alignleft {
  margin: 5px 20px 20px 0; }
.entry-content .wp-caption.alignright {
  margin: 5px 0 20px 20px; }
.entry-content .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }
.entry-content .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }
  .fb-like {
    margin-bottom: 5px;
  }
/******************************************************************
HOMEPAGE STYLES
******************************************************************/
.bar {
  overflow: hidden;
  padding-right: 20px; }
.entry-content ul.bookgrid {
  list-style: none;
}
.entry-content ul.bookgrid {
  max-width: 276px;
  margin: 30px auto 0 auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background: url("../images/book-grid3.png") -21px 63px repeat-x; }
  .entry-content ul.bookgrid li {
    float: left;
    position: relative;
    margin: 0 44px 34px 0;
    padding: 0;
    width: 116px;
    height: 116px; }
  .entry-content ul.bookgrid li.endcap {
    margin: 0 44px 34px 0; }
  .entry-content ul.bookgrid li.endcap2, .entry-content ul.bookgrid li.base2 {
    display: none; }
  .entry-content ul.bookgrid li.endcap2.ten {
    display: none; }
  .entry-content ul.bookgrid li.endcap.three, .entry-content ul.bookgrid li.three {
    margin: 0 44px 34px 0; }
  .entry-content ul.bookgrid li.base {
    margin-right: 0; }
  .entry-content ul.bookgrid li.nine {
    display: none; }

a.list, a.all {
  float: right;
  color: #767676;
  font-family: "museo-sans",sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  -webkit-font-smoothing: antialiased; }

.all {
  margin-right: 20px;
  position: relative;
  display: none; }

a.list {
  margin: 10px auto 0 auto;
  width: 100px;
  display: block;
  float: none;
  text-align: center; }

a.list:after {
  content: "";
  margin-right: 10px;
  width: 16px;
  height: 17px;
  float: left;
  background: url("../images/icon-list.png") 0 3px no-repeat; }
a.all:hover, a.list:hover {
  color: #be8c28;

}
h2.books {
  float: none;
  width: auto;
  margin: 0 0 0 0;
  text-align: center;
  font-family: "ff-ernestine-web-pro",sans-serif;
  color: #be8c28;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600; }

/******************************************************************
INNER PAGE STYLES
******************************************************************/
.soundbar {
  max-width: 440px;
}
.row-book {
  clear: both;
  position: relative;
  overflow: hidden;
  width: auto;
  margin: 0 15px;
  padding: 25px 0 10px 0;
  background: url("../images/line.png") bottom left repeat-x; }

.row-book:after {
  content: "";
  width: 6px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/circ-tiny.png") bottom left no-repeat; }

.row-book img {
  float: none;
  width: auto;
  display: block;
  height: 121px;
  margin: 0 auto 20px auto; }

.row-book .guts {
  position: relative;
  clear: left;
  left: auto;
  width: auto;
  padding: 0 0 20px 0; }

.row-book h3 {
  font-family: "ff-ernestine-web-pro",sans-serif;
  color: #b98508;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 0 0 0px;
  margin: 5px 0 5px 0;
  text-align: center;}

.row-book p {
  font-family: "quatro-slab",serif;
  padding: 0 0 0px 0px;
  margin: 10px 0;
  font-size: 14px;
  line-height: 24px;
  text-align: center;}

.row-book a.view {
  position: absolute;
  bottom: 2px;
  right: 0;
  color: #f6e2b1;
  padding: 2px 20px 0px 20px;
  text-transform: uppercase;
  font-family: "museo-sans",sans-serif;
  font-size: 14px;
  background: #b98508;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-decoration: none; }
.row-book a.view:hover {
  color: #fff;
}
.book-title p.nyt {
  font-family: "museo-sans",sans-serif;
  text-transform: uppercase;
  margin: 5px 20px 0 0;
  display: none;
  float: left;
  color: #316f7f;
}
.book-title p.nyt span {
  font-weight: 600;
}
.book-title p.nyt.Yes {
  display: block;
}
.book-title p.proclaim {
  float: left;
  font-family: "museo-sans",sans-serif;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  display: none;
  color: #316f7f;
}
.book-title p.proclaim.on {
  display: block;
}
h1.page-title {
  font-family: "ff-ernestine-web-pro",sans-serif;
  color: #be8c28;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  clear: both;}

#inner-content h2.subtitle {
  font-family: "museo-sans",sans-serif;
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #767676;}

.book-title h3 {
  margin: 0 0 6px 0;
  padding: 0;
  font-family: "museo-sans",sans-serif; }

.book-title p {
  font-family: "quatro-slab",serif;
  font-size: 14px;
  margin: 15px 0 25px 0; }

.entry-content p {
  font-family: "quatro-slab",serif;
  line-height: 24px;
  font-size: 14px;
  }
 .entry-content p.awards {
   text-transform: uppercase;
   font-family: "museo-sans",sans-serif;
   color: #be8c28;
 }
 .entry-content ul {
   margin: 15px;
   font-family: "quatro-slab",serif;
   list-style: disc;
   padding: 15px;
   font-size: 14px;
   display: table;
 }
 .entry-content .baby {
  clear: both;
  display: table;
  height: 162px;
   background: url("../images/sally-baby.png") 0 8px no-repeat;
   background-size: 145px 145px;
   padding: 15px 15px 15px 185px;

 }
 .entry-content .baby p {
   padding: 0;
   display: table-cell;
   margin: 0 0 10px 0;
   color: #317082;
   vertical-align: middle;
   font-family: "museo-sans",sans-serif;
     border-top: 1px solid #d5d3c8;
   border-bottom: 1px solid #d5d3c8;
 }
.entry-content ul li {
  padding: 5px 0 5px 0;
  margin: 0;
}
.testimonials {
  clear: both;
  overflow: hidden;
  margin: 0 0 30px 0; }
.entry-content p.testimonial3 {

  padding: 15px;
  font-family: "museo-sans",sans-serif;
  font-size: 16px;

}
a.nav-toggle {
  display: block;
  float: right;
  padding: 0 0 0 20px;
  font-size: 14px;
  font-family: "museo-sans",sans-serif;
  font-weight: 500;
  text-decoration: none;
  background: url("../images/arrow.png") left no-repeat;
}
a.nav-toggle.two {
  float: none;
  clear: left;
}
.entry-content p.testimonial {
  background: url("../images/quotes.png") top left no-repeat;
  padding: 0 20px 0 40px;
  color: #317082;
  font-size: 16px;
  line-height: 30px; }
.entry-content p.testimonial a {
  text-decoration: none;
}
.entry-content p.testimonial-2 {
  font-size: 14px;
  padding: 0px 20px 20px 40px; }
.entry-content p.testimonial-2 a {
  color: #767676;
  text-decoration: none;
}
.entry-content p.testimonial-2 a:hover {
  color: #317082;
  text-decoration: none;
}
.entry-content p.testimonial-2 span {
  display: block;
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 0 10px 0;
   }
.entry-content p.testimonial-2 span.starred {
  background: url("../images/tiny-star.png") left 4px no-repeat;
  padding: 0 0 10px 20px;
  }
#collapse1 {
  margin: 0 0 30px 0;
  overflow: hidden;
  display: none;
  clear: both; }
.entry-content .credit {
  font-size: 11px;
  margin-top: -20px;
}
#inner-content ul.trivia {
  display: block;
}
#inner-content ul.trivia li {
  list-style: none;
}
#inner-content .trivia h4 {
  margin: 20px 0 10px 0;
}
.trivia p {
  clear: both;
}

/*-----Buy Tip------------------*/
.book-buy {
  position: relative;
  max-width: 269px;
  float: left;
  margin: 0 15px 20px 0; }

@media (max-width: 559px) {
  .book-buy {
    float: none;
  }
}
.book-buy img {
  margin: 0 0 15px 0; }

.bookstores {
  position: relative; }
  .bookstores #admin, .bookstores #admin2, .bookstores #admin3 {
    background: #ddddce;
    position: relative;
    width: 250px;
    height: 40px;
    color: #317082;
    border: 1px solid #c3c3b6;
    border-radius: 3px;
    padding: 0 0 0 10px;
    font: 14px "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 7px; }
  .bookstores #admin:after, .bookstores #admin2:after, .bookstores #admin3:after {
    position: absolute;
    top: 15px;
    right: 20px;
    content: "";
    background: url("../images/arrow-dwn.png") top left no-repeat;
    width: 12px;
    height: 12px; }
  .bookstores #settings {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0 0 0;
    border: none;
    outline: none;
    color: #999;
    font-size: 20px;
    cursor: pointer; }
  .bookstores #settings:hover {
    color: #B7AA9D; }
  .bookstores #menu, .bookstores #menu2, .bookstores #menu3 {
    display: none;
    margin-bottom: 5px;
    padding-top: 11px;
    position: relative;
  }

  .bookstores #menu::before,
  .bookstores #menu2::before,
  .bookstores #menu3::before {
    position: absolute;
    content: 'AFFILIATE LINKS';
    font-family: Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    top: 0;
    width: 240px;
    color: #fff;
    background: #b4b1a8;
    padding: 0 0 0 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .bookstores #menu a,  .bookstores #menu2 a, .bookstores #menu3 a {
    display: block;
    background: #cecbc2;
    width: 250px;
    height: 40px;
    padding: 0 0 0 10px;
    font: bold 13px Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    line-height: 40px; }
  .bookstores #menu a:nth-child(2), .bookstores #menu2 a:nth-child(2),
  .bookstores #menu3 a:nth-child(2) {
    /*border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/ }
  .bookstores #menu a:last-child, .bookstores #menu2 a:last-child, .bookstores #menu3 a:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .bookstores #menu a:hover, .bookstores #menu2 a:hover, .bookstores #menu3 a:hover {
    color: #FFF;
    background: #b4b1a8; }
  .bookstores #arrow, .bookstores #arrow2, .bookstores #arrow3 {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #F8F8F8;
    margin-left: 15px; }

/* Hiding the original paragraphs if they have not been replaced (JS disabled): */
.main > p {
  display: none; }
ul.badges {
  clear: left;
  margin: 10px 10px 20px 10px;
  padding: 0 0 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #d5d3c8;
}
ul.badges li {
  float: left;
  width: 70px;
  height: 71px;
  margin: 10px 10px 0 0;
  list-style: none;
}
ul.stuff {
  margin: 15px 0 15px 0;
  padding: 0;
  overflow: hidden;
}
ul.stuff li {
  list-style: none;
  padding: 15px 20px 15px 20px;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
ul.stuff li img {
  float: left;
  padding-right: 20px;
}
ul.stuff li a {
  text-decoration: none;
}
ul.stuff li a:hover {
  text-decoration: underline;
  color: #316f7f;
}
ul.stuff li h3 {
  font-size: 18px;
  color: #be8c28;
  margin: 0;
  padding: 0;
}
ul.stuff li p {
  margin: 0;
}
.entry-content ul.image-gallery {
  margin: 0;
}
.entry-content .image-gallery li {
  padding: 5px;
}
ul.links li {
  padding: 10px;
}
ul.links li a {
  text-decoration: none;
}
.etc-row {
  overflow: hidden;
  padding: 16px 0;
  border-bottom: 1px dotted #eee;
}
.etc-row h2, .etc-row p {
  float: left;
  width: 70%;
  line-height: 1.2em;
  margin: 0 0 7px 0;
}
#inner-content .etc-row h2 {
  font-size: 20px;
}
.etc-row a {
	display: inline-block;
}
.etc-row a.button {
	display: inline-block;
	margin: 8px 0 0 6%;
	width: 24%;
}
.entry-content iframe {
	margin: 16px 0;
}
.video-gallery ul {
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
.video-gallery ul li {
  float: left;
  list-style: none;
  padding: 10px;
    width: 100%;
}
.srp-post-content-read-more {
  display: none;
}
.post {
  padding-bottom: 20px;
}
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 1px; }
    .pagination ul li {
      padding: 0;
      margin: 0;
      float: left;
      display: inline;
      overflow: hidden; }
      .pagination ul li a, .pagination ul li span {
        margin: 0;
        text-decoration: none;
        padding: 0;
        line-height: 1em;
        font-size: 1em;
        font-weight: normal;
        padding: .5em;
        min-width: 1em;
        display: block; }
      .pagination ul li span.current {
        font-weight: bold; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    border-radius: 4px;
    font-size: 14px;
    font-family: "quatro-slab",serif;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist .odd {
    background: #eae9e6; }
  .commentlist .even {
    background: transparent; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 600;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
    .commentlist .vcard a {
      color: #767676;
      text-decoration: none; }
    .commentlist .vcard a:hover, .commentlist .vcard a:active {
      color: #317082; }
  .commentlist .comment_content {
    margin-left: 50px; }
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 0.9em;
    font-family: "museo-sans",sans-serif;
    text-transform: uppercase;}
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }
    .comments-logged-in-as {
      font-family: "museo-sans",sans-serif;

    }
/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.form {
  margin-bottom: 0; }

input[type=text], input[type=zip], input[type=email], input[type=url], textarea {
  border: 1px solid #e7e7e4;
  background: #fff;
  padding: 9px;
  border-radius: 4px;
  font-weight: normal;
  font-family: tahoma;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  max-width: 304px;
 -webkit-appearance: none;
}
input[type=text]:focus, input[type=zip]:focus, input[type=email]:focus, input[type=url]:focus, textarea:focus {
 outline: 1px solid #be8c28;
 }
 a.button {
  display: block;
  border: 1px solid #3c9666;
  background: #3c9666;
  padding: 6px 8px;
  border-radius: 5px;
  text-align: center;
  font-weight: 400;
  font-family: "museo-sans",sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }
 a.button.contact {
   width: 200px;
 }
 a.button.left {
   width: 150px;
   margin: 20px 20px 20px 0;
 }
input[type=submit] {
  border: 1px solid #3c9666;
  background: #3c9666;
  padding: 6px 8px;
  border-radius: 5px;
  font-weight: 400;
  font-family: "museo-sans",sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }
input[type=submit]:focus {
  outline: none;
}
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=zip],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #eae9e6;
      border: 1px solid #dad9d6;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=zip]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=zip]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=zip],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

div.wpcf7 {
  float: left;
  width: 304px;
  max-width: 304px;
  overflow: hidden;
  margin: 0 20px 0 0;
}
.videobox {
  clear: both;
}
.fluid-width-video-wrapper {
  max-width: 620px;
}
.disclaimer {
  padding: 15px;
  color: #316f7f;
  overflow: hidden;
  font-weight: 18px;
  font-family: "museo-sans",sans-serif;
  border-top: 1px solid #d5d3c8;
  border-bottom: 1px solid #d5d3c8;
 }

.disclaimer span {
  display: block;
}
a.script {
  background: url("../images/icon-script.png") left no-repeat;
  display: block;
  clear: both;
  padding: 5px 20px 0 40px;
  margin: 20px;
  height: 30px;
  background-size: 28px 20px;
  text-decoration: none;

}
.newbook {
  overflow: hidden;
  margin: 35px 15px 15px 15px;
  clear: both;
}
.entry-content .newbook img {
  width: 25%;
  float: left;
}
.newbook .text {
  width: 75%;
  padding: 10px;
  float: left;
}
/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  position: relative;
  clear: both;
  padding-top: 20px;
  background: url("../images/dashed.png") top repeat-x; }

.widgettitle, .widget-title {
  font-family: "ff-ernestine-web-pro",sans-serif;
  color: #be8c28;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  width: 100%;
  text-align: center;
 }

.widget {
  /*width: 315px;
  margin: 0 0 40px 0;
  float: left;
  */
  width: 70%;
  width: auto;
  margin: 0 auto 40px auto;
  padding: 0 15px;
  float: none;
  }
  .widget ul li {
    /* deep nesting */ }

.textwidget p {
  font-family: "quatro-slab",serif;
  padding: 0;
  margin: 0 0 15px 0;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  }

#inner-content h4.widgettitle, #inner-content h4.widget-title {
  margin-bottom: 0px;
  float: none; }

.widget iframe {
  margin-top: 10px; }

.widget_archive ul {
  margin: 10px 0 10px 0; }
.widget_archive ul li {
  width: 50%;
  float: left;
}
.widget_archive ul li a {
  font-family: "museo-sans",sans-serif;
  color: #767676;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase; }

.mc4wp-form {
  margin-top: 0; }
.mc4wp-form {
  width: 315px;
  margin: 0 auto;
}
.mc4wp-form input[type="email"] {
  width: 250px;
  float: left;
  margin: 0 4px 0 0; }
  .mc4wp-form input[type="email"]:focus {
    outline: 1px solid #be8c28;
  }
.widget_search input[type="text"] {
  /*width: 165px; */
  width: 215px;
}
.widget_search form {
  width: 315px;
  margin: 0 auto;
}



/* R E C E N T   P O S T S
----------------------------------------*/
.srp-widget-container {
  /*max-width: 350px; */ }


.srp-widget-container .srp-widget-singlepost {
  margin: 0 0 10px 0;
  line-height: 1.1em; }

.srp-widget-container h4.srp-post-title {
  clear: none;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 600;
  text-align: center;
  }

.sidebar .srp-widget-container h4.srp-post-title a {
  font-family: "museo-sans", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #767676;
  line-height: 22px;
  }

.srp-widget-container .post-time {
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
  margin: 0 0 5px 0;
  padding: 0; }

.srp-widget-container .srp-widget-singlepost img {
  float: left;
  margin: 0 10px 0 0; }

.srp-widget-container .srp-widget-singlepost .srp-post-content {
  clear: none;
  font-family: "quatro-slab",serif;
  font-size: 14px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  text-align: center;}

.srp-widget-container a.read-more {
  white-space: nowrap;
  display: none; }

.srp-widget-container .clear {
  clear: both; }

a.more {
  font-family: "museo-sans",sans-serif;
  text-transform: uppercase;
  text-decoration: none; }
a.tinylink {
  display: block;
  font-family: "museo-sans",sans-serif;
  font-size: 12px;
  padding: 12px 0 0 0;
}
.srp-widget-singleposts .all {
  float: none;
  text-align: center;
}

.srp-widget-singlepost {
  border-bottom: none;
}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background: url("../images/dashed-gold.png") top repeat-x;
  overflow: hidden;
  margin: 80px 0 0 0; }

ul.funny {
  float: left;
  margin: 1em auto 10px auto;
  padding: 0;
  overflow: hidden;
  width: 100%;
  text-align: center; }

ul.funny li {
  display: none;
  margin: 0;
  padding: 0; }

p.copyright {
  width: 235px;
  margin-bottom: 0; }

ul.social {
  float: none;
  width: 300px;
  margin: 50px auto 50px auto;
  padding: 0;
  overflow: hidden; }
  ul.social li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    overflow: hidden; }
    ul.social li a {
      display: block;
      text-indent: -9999px;
      width: 50px;
      height: 50px;
      background: url("../images/social.png") no-repeat; }
    ul.social li .instagram {
      background-position: 0 0; }
    ul.social li .twitter {
      background-position: -60px 0; }
    ul.social li .facebook {
      background-position: -120px 0; }
    ul.social li .youtube {
      background-position: -180px 0; }
     ul.social li .pinterest {
      background-position: -240px 0; }
    ul.social li a:hover, ul.social li a:active {
      background-position-y: -58px; }
nav[role="navigation"]#footnav {
  clear: both;
  display: table;   /* Allow the centering to work */
  margin: 0 auto;
  max-width: 100%;
}
nav[role="navigation"]#footnav .nav {
  display: block;
  min-width: 300px;
  text-align: center;
}
/*nav[role="navigation"]#footnav ul.footer-nav {
  min-width: 320px;
} */
nav[role="navigation"]#footnav ul.footer-nav li {
  display: inline;
  text-transform: uppercase;
    text-decoration: none;
  color: #767676;
  font-size: 16px;
  margin: 0 1%;
}
nav[role="navigation"]#footnav ul.footer-nav li a {
text-decoration: none;
color: #767676;
}
/*ul.footer-nav {
  float: right;
  margin: 45px 20px 0 0; } */

.footlow {
  clear: both;
  position: relative;
  font-family: "museo-sans",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased; }
  .footlow p {
    width: auto;
    float: none;
    margin-right: 0;
    text-align: center; }
  .footlow ul.credits {
    position: relative;
    margin: 0 auto;
    display: none; }
    .footlow ul.credits li {
      float: left;
      margin-right: 30px; }
      .footlow ul.credits li a {
        color: #767676;
        text-decoration: none; }
      .footlow ul.credits li a.rss:before {
        float: left;
        display: block;
        content: "";
        width: 17px;
        height: 14px;
        margin-right: 10px;
        background: url("../images/rss.png") no-repeat; }
      .footlow ul.credits li a.state:before {
        float: left;
        display: block;
        content: "";
        width: 8px;
        height: 14px;
        margin-right: 10px;
        background: url("../images/state.png") bottom no-repeat; }
/*-----------------------------------------------------------
++++++++++ Blog Home Stuff ++++++++++++++++++++++++++++
---------------------------------------------------------*/

.blog-synop {
  clear: both;
  position: relative;
  overflow: hidden;
  width: auto;
  margin: 0 15px;
  padding: 25px 0 10px 0;
  background: url("../images/line.png") bottom left repeat-x; }

.blog-synop:after {
  content: "";
  width: 6px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/circ-tiny.png") bottom left no-repeat; }

.blog-synop a.view {
  position: absolute;
  bottom: 2px;
  right: 0;
  color: #f6e2b1;
  padding: 2px 20px 0px 20px;
  text-transform: uppercase;
  font-family: "museo-sans",sans-serif;
  font-size: 14px;
  background: #b98508;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-decoration: none; }
.blog-synop a.view:hover {
  color: #fff;
}
p.tags {
  font-size: 14px;
  font-family: "museo-sans",sans-serif;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 470px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 451px and Up Stylesheet


  ******************************************************************/
  .entry-content ul.bookgrid {
    max-width: 438px;
    margin: 30px auto 0 auto;
    padding: 0;
    background: url("../images/book-grid3.png") -21px 63px repeat-x; }
    .entry-content ul.bookgrid li {
      float: left;
      margin: 0 44px 34px 0;
      padding: 0;
      width: 116px;
      height: 116px; }
    .entry-content ul.bookgrid li.endcap {
      margin: 0 44px 34px 0; }
    .entry-content ul.bookgrid li.endcap2, .entry-content ul.bookgrid li.base {
      margin-right: 44px; }
    .entry-content ul.bookgrid li.endcap2.ten {
      display: block;
      margin-right: 0; }
    .entry-content ul.bookgrid li.endcap.three, .entry-content ul.bookgrid li.three {
      margin: 0 0 34px 0; }
    .entry-content ul.bookgrid li.endcap.nine, .entry-content ul.bookgrid li.base2 {
      margin-right: 44px;
      display: block; }
    .entry-content ul.bookgrid li a {
      display: block; }

  a.list, a.all {
    float: right;
  }

  a.all {
    font-weight: bold;
  }

  .all {
    margin-right: 20px;
    display: block; }

  .bar {
    overflow: hidden;
    padding-right: 20px; }
  ul.badges {
    float: none;
    }
  h2.books {
    float: left;
    width: 200px;
    margin: 0 0 0 20px;
    font-family: "ff-ernestine-web-pro",sans-serif;
    color: #be8c28;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    text-align: left; }

  a.list {
    margin: 10px 0 0 0;
    text-align: left; }

  a.list:after {
    content: "";
    margin: 0 0 0 10px;
    width: 16px;
    height: 17px;
    float: right;
    background: url("../images/icon-list.png") 0 3px no-repeat; } }
/*
TABLET & BIG PHONES
*/
@media only screen and (min-width: 628px) {
  /******************************************************************
  Site Name: SLJ
  Author: State Built

  Stylesheet: 620px and Up Stylesheet

  This stylesheet is loaded for tablet devices. It's set to
  621px.

  ******************************************************************/
  #logo {
    background: url("../images/sally.png") right top no-repeat;
    color: #316f7f;
    max-width: 730px;
    margin: 0 auto;
    height: 150px;
    font-family: "ff-ernestine-web-pro",sans-serif;
    font-size: 48px;
    font-weight: 400;
    padding-top: 15px;
    padding-left: 20px; }
    #logo a {
      color: #316f7f; }

  .titlebar {
    overflow: hidden;
    background: url("../images/dashed.png") bottom repeat-x;
    position: relative;
    padding: 25px 25px 25px 25px;
    height: 110px;
    display: table;}
    .titlebar .icon-title {
      position: absolute;
      left: 20px;
      top: 25px;
      margin: 0;
      width: 220px; }
      .titlebar .icon-title img {
        float: left;
        padding: 10px 20px 0 0;
        margin: 0;
        display: inline-block; }
      .titlebar .icon-title a {
        float: left;
        clear: none; }
      .titlebar .icon-title h1 {
        float: left;
        clear: none;
        font-family: "museo-sans",sans-serif;
        font-size: 40px;
        color: #767676;
        font-weight: 600;
        margin: 0;
        text-align: left; }
    .titlebar p {
      display: table-cell;
      clear: none;
      float: none;
      width: auto;
      font-family: "quatro-slab",serif;
      line-height: 30px;
      font-weight: 400;
      margin: 0 0 0 0;
      padding-left: 200px;
      text-align: left;
      vertical-align: middle;}

  .entry-content ul.bookgrid {
    max-width: 599px;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0;
    overflow: hidden;
    background: url("../images/book-grid2.png") -21px 0 repeat-x; }
    .entry-content ul.bookgrid li {
      float: left;
      margin: 0 44px 34px 0;
      padding: 0;
      width: 116px;
      height: 116px; }
    .entry-content ul.bookgrid li.endcap {
      margin: 0; }
    .entry-content ul.bookgrid li.endcap2, .entry-content ul.bookgrid li.endcap2.ten {
      display: none; }
    .entry-content ul.bookgrid li.endcap.three, .entry-content ul.bookgrid li.three {
      margin: 0 44px 34px 0; }
    .entry-content ul.bookgrid li.endcap.nine {
      margin-right: 0; }
    .entry-content ul.bookgrid li a {
      display: block; }
 #inner-content .versions h4 {
  text-align: left;
  float: left;
  max-width: 500px;
}

.row-book img {
  float: left;
  width: auto;
  height: 121px;
  margin: 0 0 20px 0; }

.row-book .guts {
  position: absolute;
  left: 160px;
  width: auto;
  padding: 0 20px 0 20px; }

.row-book .guts h3, .row-book p  {
  text-align: left;
  padding: 0 0 0px 0px;
}
nav[role="navigation"]#footnav {
  clear: both;
  display: block;   /* kill centering */
  margin: 0;
}
nav[role="navigation"]#footnav .nav {
  display: block;
}
nav[role="navigation"]#footnav ul.footer-nav {
  width: auto;
  min-width: none;
    margin: 0px 20px 0 20px;
}
nav[role="navigation"]#footnav ul.footer-nav li {
  display: auto;
  float: left;
  position: relative;
  margin: 20px 20px 20px 0;

}

  ul.social {
    float: left;
    margin: 50px 0 40px 20px;
    padding: 0; }

  p.copyright {
    margin-bottom: 1em; }

  .footlow p {
    width: auto;
    float: left;
    margin-right: 0;
    text-align: left; }

  .footlow ul.credits {
    position: absolute;
    right: 0;
    top: 10px;
    display: block; }
    .footlow ul.credits li {
      float: left;
      margin-right: 30px; }

  ul.funny {
    text-align: left;
    margin-top: 0; }
  .new {
  width: 99px;
  height: 91px;
  background-size: 99px 91px;
}
#inner-content .etc-row h2, #inner-content h2 {
  font-size: 24px;
}
.video-gallery ul li {
  float: left;
  list-style: none;
  padding: 10px;
    width: 48%;
}
 }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 800px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px; }

  /*********************
  HEADER STYLES
  *********************/
  #logo {
    padding-left: 0px;
    padding-right: 100px;
    font-size: 60px; }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* Advanced Checkbox Hack */
  body {
    -webkit-animation: bugfix infinite 1s; }

  @-webkit-keyframes bugfix {
    from {
      padding: 0; }

    to {
      padding: 0; } }

  nav[role="navigation"] {
    position: relative;
    width: 100%;
    /* end .nav */ }
    nav[role="navigation"] a, nav[role="navigation"] label {
      transition: color .3s ease-in-out; }
    nav[role="navigation"] input[type=checkbox] {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    nav[role="navigation"] label {
      display: none;
      cursor: pointer;
      user-select: none; }
    nav[role="navigation"] .nav {
      border: 0;
      margin-top: 0;
      display: block;
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      nav[role="navigation"] .nav li {
        float: left;
        position: relative;
        margin: 20px 20px 20px 0;
        /*
        plan your menus and drop-downs wisely.
        */
        /* showing sub-menus */ }
        nav[role="navigation"] .nav li a {
          border-bottom: 0;
          font-family: "museo-sans",sans-serif;
          text-transform: uppercase;
          text-decoration: none;
          color: #767676;
          font-size: 18px;
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }
          nav[role="navigation"] .nav li a:hover, nav[role="navigation"] .nav li a:focus {
            color: #317082; }
        nav[role="navigation"] .nav li ul.sub-menu,
        nav[role="navigation"] .nav li ul.children {
          margin-top: 0;
          border: 1px solid #ccc;
          border-top: 0;
          position: absolute;
          overflow: hidden;
          visibility: hidden;
          z-index: 8999;
          /* highlight sub-menu current page */ }
          nav[role="navigation"] .nav li ul.sub-menu li,
          nav[role="navigation"] .nav li ul.children li {
            /*
            if you need to go deeper, go nuts
            just remember deeper menus suck
            for usability. k, bai.
            */ }
            nav[role="navigation"] .nav li ul.sub-menu li a,
            nav[role="navigation"] .nav li ul.children li a {
              padding-left: 10px;
              border-right: 0;
              display: block;
              width: 180px;
              border-bottom: 1px solid #ccc; }
            nav[role="navigation"] .nav li ul.sub-menu li:last-child a,
            nav[role="navigation"] .nav li ul.children li:last-child a {
              border-bottom: 0; }
        nav[role="navigation"] .nav li:hover ul {
          top: auto;
          overflow: visible;
          visibility: visible; }

  /*********************
  FOOTER STYLES
  *********************/

nav[role="navigation"]#footnav {
  clear: none;
  display: block;   /* kill centering */
  margin: 0;
}
nav[role="navigation"]#footnav .nav {
  display: block;
  margin: 40px 0 0 0;
}
nav[role="navigation"]#footnav ul.footer-nav {
  width: auto;
  min-width: none;
    float: right;
    margin: 45px 20px 0 0;
}
nav[role="navigation"]#footnav ul.footer-nav li {
  display: auto;
  float: left;
  position: relative;
  margin: 20px 20px 20px 0;

}
  ul.funny {
    float: left;
    margin: 1em  0 10px 10px;
    padding: 0;
    overflow: hidden;
    width: 400px;
    text-align: left; }

  /*********************
  HOMEPAGE
  *********************/
  .banner.one img {
    max-width: 626px;
    width: 100%;
    float: none; }
  .banner.video .video {
    max-width: 600px;
    float: none;
    border-right: 1px solid #767676;
    padding: 0 10px 0 0;
    margin: 10px;
    overflow: hidden;
  }
  p.banner {
    overflow: hidden;
    max-width: 626px;
    background: none;}

  .banner.one .banner-guts {
    float: right;
    width: 300px;
    height: 242px;
    overflow: hidden;
    padding: 3px 10px 0 30px; }
   .banner.one .banner-guts h2, .banner.one .banner-guts p, .banner.video .banner-guts p, .banner.video .banner-guts h2 {
     text-align: left;
   }
  .banner.video .banner-guts {
   float: right;
    width: 326px;
    height: 242px;
    overflow: hidden;
    padding: 3px 10px 0 30px;
  }
  .entry-content ul.bookgrid {
    max-width: 758px;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0; }
    .entry-content ul.bookgrid li {
      float: left;
      margin: 0 44px 34px 0;
      padding: 0; }
    .entry-content ul.bookgrid li.endcap {
      margin: 0 44px 34px 0; }
    .entry-content ul.bookgrid li.endcap2 {
      margin-right: 0;
      display: block; }
    .entry-content ul.bookgrid li.endcap2.ten {
      display: block; }
    .entry-content ul.bookgrid li.endcap.three, .entry-content ul.bookgrid li.three {
      margin: 0 44px 34px 0; }
    .widget {
    width: 300px;
    margin: 0 0 40px 0;
    float: left;
    }
    .textwidget p, .widgettitle, .widget-title, .srp-widget-container h4.srp-post-title, .srp-widget-container .srp-widget-singlepost .srp-post-content  {
      text-align: left;
    }
    .srp-widget-singleposts .all {
    float: right;
    text-align: left;
  }
  .mc4wp-form input[type="email"] {
    width: 200px;
  }
  .widget_search input[type="text"] {
    width: 165px;
  }

}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 970px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  #inner-content {
    width: auto;
    overflow: hidden;
    margin: 0 316px 0 0;
    padding: 15px 20px 0 0;
    min-height: 840px;
    background: url("../images/dashed-v.png") top right repeat-y; }

  #inner-content.wide {
    margin: 0 0 0 0;
    background-image: none;
  }

  .entry-content ul.bookgrid {
    max-width: 599px;
    margin: 30px 0 0 0;
    padding: 0;
    overflow: hidden; }
    .entry-content ul.bookgrid li {
      float: left;
      margin: 0 44px 34px 0;
      padding: 0;
      width: 116px;
      height: 116px; }
    .entry-content ul.bookgrid li.endcap.three, .entry-content ul.bookgrid li.three {
      margin: 0 44px 34px 0; }
    .entry-content ul.bookgrid li.endcap, .entry-content ul.bookgrid li.endcap.nine {
      margin: 0; }
    .entry-content ul.bookgrid li.endcap2, .entry-content ul.bookgrid li.endcap2.ten {
      display: none; }
    .entry-content ul.bookgrid li a {
      display: block; }

  a.list, a.all {
    float: right;
    color: #767676;
    font-family: "museo-sans",sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    -webkit-font-smoothing: antialiased; }

  .all {
    margin-right: 20px; }

  a.list:after {
    content: "";
    margin-left: 10px;
    width: 16px;
    height: 17px;
    float: right;
    background: url("../images/icon-list.png") 0 3px no-repeat; }

  h2.books {
    float: left;
    width: 200px;
    margin: 0;
    font-family: "ff-ernestine-web-pro",sans-serif;
    color: #be8c28;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600; }
  .sidebar {
    width: 315px;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 15px 0 0 15px;
    min-height: 600px;
    float: none;
    background: none; }

  .sidebar {
    margin-top: 0; }

  .widgettitle, .widget-title {
    margin-bottom: 0; }

  .widget {
    float: none;
    padding: 0 10px;
    margin: 0 0 40px 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }

  .mc4wp-form {
    margin-top: 0; }

  .mc4wp-form input[type="email"] {
    width: 220px;
    float: left;
    margin: 0 4px 0 0; }

  .row-book {
    max-width: 600px;
    padding: 25px 0 10px 0; }

  .row-book .guts {
    float: right;
    max-width: 440px;
    padding: 0 0 0 20px;}

  .row-book .guts h3 {
    font-family: "ff-ernestine-web-pro",sans-serif;
    color: #b98508;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    margin: 5px 0 5px 0; }

  .row-book p {
    font-family: "quatro-slab",serif;
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
    line-height: 24px; }

  .row-book a.view {
    position: absolute;
    bottom: 2px;
    right: 0;
    color: #f6e2b1;
    padding: 2px 20px 0px 20px;
    text-transform: uppercase;
    font-family: "museo-sans",sans-serif;
    font-size: 14px;
    background: #b98508;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none; } }
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /*

  EXAMPLE
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
    width: 24px;
    height: 24px;
    background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
    background: url(img/test@2x.png) no-repeat;
    background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go.

  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }


  /****************************/
 /***** NEWSLETTER POPUP *****/
/****************************/

.pop-up {
  position: fixed;
  top: -2000px;
  left: 50%;
  margin-left: -250px;
  margin-bottom: 0;
  padding: 0;
  background: #fcfbf6 url(../images/bg-texture.jpg);
  text-align: center;
  height: auto;
  width: 500px;
  border-radius: 14px;
  overflow: visible;
  transform: translate(0, -50%);
  z-index: 9999;
}

.pop-up .pop-up-scallop {
  background-image: url('https://www.sallylloyd-jones.com/wp-content/themes/SLJ-State/library/images/scallop.png');
  background-repeat: repeat-x;
  height: 8px;
  margin: 20px auto;
  max-width: 425px;
}
.pop-up .pop-up-scallop:last-child {
  transform: rotate(180deg);
  margin: 40px auto 20px auto;
}

.pop-up-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  color: #777;
  z-index: 10000;
}

.popup-overlay {
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: -3000px;
  right: 0;
  left: 0;
  background-color: #000;
  z-index: 9998;
}

.pop-up-wrap {
  margin: 0 40px;
  z-index: 9;
}

@media screen and (max-width: 480px) {
  .pop-up-close.mobile {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background: transparent;
    z-index: 5;
  }
}

.pop-up .widget_mc4wp_widget {
  position: relative;
  border: none !important;
  padding: 0 !important;
}

.popup-top {
  padding: 0;
  width: 100%;
  position: relative;
  z-index: -1;
}

.popup-top h3,
.popup-top p {
  max-width: none;
  margin: auto;
  font-family: "ff-ernestine-web-pro",sans-serif;
  text-align: center;
  text-transform: none;
}
.popup-top h3 {
  font-size: 36px;
  line-height: 1.2em;
}
@media screen and (max-width: 480px) {
  .popup-top h3 {
    font-size: 24px;
  }
}
.popup-top p {
  max-width: 300px;
  margin-bottom: 8px;
  color: #316f7f;
  font-size: 22px;
  line-height: 30px;
  text-transform: none;
}
@media screen and (max-width: 480px) {
  .popup-top p {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.popup-top img {
  width: 150px;
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  .popup-top img {
    width: 120px;
    margin: 10px 0;
  }
}

.popup-form {
  clear: both;
  width: 100%;
  z-index: 99;
}

.pop-up .mc4wp-form-fields {
  overflow: hidden;
  margin: auto;
}

.pop-up .mc4wp-form-fields p {
  float: left;
  width: 50%;
  padding: 4px;
  margin-top: 0;
  margin-bottom: 0;
}
.pop-up .mc4wp-form {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.pop-up .mc4wp-form-fields p:first-child {
  display: none;
}

.pop-up .mc4wp-form .fname-wrapper,
.pop-up .mc4wp-form .lname-wrapper,
.pop-up .mc4wp-form .zip-wrapper {
  display: none !important;
}
.mc4wp-form-basic label {
  text-align: left;
}
.pop-up .mc4wp-form input[type="submit"] {
  width: 100%;
  float: none;
  margin: 25px auto 0 auto;
}


@media screen and (max-width: 660px) {
  .pop-up {
    width: 400px;
    margin-left: -200px;
  }

  .pop-up .mc4wp-form-fields p,
  .pop-up .mc4wp-form-fields p:nth-child(3) {
    width: 100%;
    float: none;
  }
  .pop-up .mc4wp-form input[type="email"] {
    width: 78%;
    float: left;
    margin: 0;
  }
  .pop-up .mc4wp-form input[type="submit"] {
    width: 20%;
    float: left;
    margin: 0;
  }
  .pop-up .pop-up-scallop {
    max-width: 317px;
  }
}

@media screen and (max-width: 420px) {
  .pop-up {
    width: 318px;
    margin-left: -159px;
  }

  .pop-up .mc4wp-form input[type="email"] {
    width: 69% !important;
    float: left;
    margin: 0;
  }
  .pop-up .mc4wp-form input[type="submit"] {
    width: 20%;
    float: left;
    margin: 0;
  }
  .pop-up .pop-up-scallop {
    max-width: 247px;
  }
}
/* end newsletter popup */
