/*!
 * Theme Name: Bookstagram
 * Theme URI: https://shop.nosegraze.com/product/bookstagram-theme/
 * Description: Show off your gorgeous bookstagrams.
 * Version: 1.1.1
 * Author: Nose Graze
 * Author URI: https://www.nosegraze.com
 * License: GPL2
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: bookstagram
 *
 * @package bookstagram
 * @copyright Copyright (c) 2016, Nose Graze Ltd.
 * @license GPL2+
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1 Reset
2 Layout
    2.1 Grid
    2.2 Container
3 Typography
    3.1 Copy
    3.2 Headings
4 Elements
    4.1 Buttons
    4.2 Forms
    4.3 Lists
    4.4 Tables
5 Navigation
	5.1 Links
	5.2 Menus
	5.3 Pagination
6 Modules
    6.1 Accessibility
    6.2 Alignments
    6.3 Clearings
    6.4 Responsive Utilities
7 Content
    7.1 Header
    7.2 Posts & Pages
    7.3 Comments
    7.4 Sidebar
    7.5 Footer
8 Media
    8.1 Audio
    8.2 Images
	8.3 Captions
	8.4 Galleries
	8.5 Instagram Feeds
9 Plugins
    9.1 Expanding Archives
    9.2 Naked Social Share
    9.3 NG About the Author
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1 Reset
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: white;
  margin: 0;
  padding: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
2 Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 Grid
--------------------------------------------------------------*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  /* Just one sidebar */
  .left-sidebar-is-on #sidebar-left {
    width: 30.43478%;
    float: left;
    margin-right: 4.34783%;
  }
  .left-sidebar-is-on #main {
    width: 65.21739%;
    float: right;
    margin-right: 0;
  }

  .right-sidebar-is-on #main {
    width: 65.21739%;
    float: left;
    margin-right: 4.34783%;
  }
  .right-sidebar-is-on #sidebar-right {
    width: 30.43478%;
    float: right;
    margin-right: 0;
  }

  /* Both sidebars */
  .left-sidebar-is-on.right-sidebar-is-on #sidebar-left {
    width: 21.73913%;
    float: left;
    margin-right: 4.34783%;
  }
  .left-sidebar-is-on.right-sidebar-is-on #sidebar-right {
    width: 21.73913%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar-is-on.right-sidebar-is-on #main {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
  }

  .sidebar-is-off #secondary {
    display: none;
  }

  .woocommerce #primary,
  .page-template-template-no-sidebar #primary {
    float: none;
    margin: 0;
    width: 100%;
  }
}
/*--------------------------------------------------------------
2.2 Container
--------------------------------------------------------------*/
body {
  background: #f4f4f4;
}

#page {
  background: #fff;
}
.layout-style-boxed #page {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 15px;
}
.layout-style-boxed #page:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .layout-style-boxed #page .container {
    padding: 0 15px;
  }
}

.layout-style-full .container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.layout-style-full .container:after {
  content: " ";
  display: block;
  clear: both;
}

.sidebar-is-off .container {
  max-width: 750px;
}

/*--------------------------------------------------------------
3 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Copy
--------------------------------------------------------------*/
body {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #6b6b6b;
  font-family: Merriweather, Georgia, serif;
  font-weight: 300;
  line-height: 1.8;
}

p {
  margin: 0 0 1.5em;
}

blockquote {
  border: 1px solid #f4f4f4;
  border-left: none;
  border-right: none;
  color: #979797;
  font-style: italic;
  margin: 1.5em 0;
  padding: 1.5em 0;
}
.layout-style-boxed blockquote {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .layout-style-boxed blockquote {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
blockquote p:last-child {
  margin-bottom: 0;
}

code {
  background: #f4f4f4;
}

/*--------------------------------------------------------------
3.2 Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 44.8px;
  font-size: 2.8rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.3;
}

h2 {
  font-size: 38.4px;
  font-size: 2.4rem;
}

h3 {
  font-size: 35.2px;
  font-size: 2.2rem;
}

h4 {
  font-size: 32px;
  font-size: 2rem;
}

h5 {
  font-size: 28.8px;
  font-size: 1.8rem;
}

h6 {
  font-size: 25.6px;
  font-size: 1.6rem;
}

/*--------------------------------------------------------------
3.3 Code
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4 Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 Buttons
--------------------------------------------------------------*/
.button,
button,
input[type="submit"] {
  background: #ff8b94;
  border: none;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
}
.button:hover,
button:hover,
input[type="submit"]:hover {
  background: #ff727c;
  color: white;
}

.button-block {
  display: block;
  text-align: center;
  width: 100%;
}

/*--------------------------------------------------------------
4.2 Forms
--------------------------------------------------------------*/
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="text"],
select,
textarea {
  font-size: 19.2px;
  font-size: 1.2rem;
  background: #f4f4f4;
  border: none;
  display: block;
  font-style: italic;
  padding: 1em;
  width: 100%;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/*--------------------------------------------------------------
4.3 Lists
--------------------------------------------------------------*/
#tinymce ul,
.entry-content ul {
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}
#tinymce ul li,
.entry-content ul li {
  margin: .5em 0;
  padding: 0 0 0 35px;
  position: relative;
}
#tinymce ul li:before,
.entry-content ul li:before {
  font-size: 11.2px;
  font-size: 0.7rem;
  background: #f4f4f4;
  content: '\f111';
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
#tinymce ol,
.entry-content ol {
  counter-reset: section;
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}
#tinymce ol li,
.entry-content ol li {
  margin: .5em 0;
  padding: .5em 0 .5em 50px;
  position: relative;
}
#tinymce ol li:before,
.entry-content ol li:before {
  background: #f4f4f4;
  content: counters(section,".") " ";
  counter-increment: section;
  display: inline-block;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
4.4 Tables
--------------------------------------------------------------*/
table thead th {
  font-size: 19.2px;
  font-size: 1.2rem;
  background: #f4f4f4;
  font-weight: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}
table th, table td {
  padding: .5em;
}

/*--------------------------------------------------------------
5 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #ff8b94;
}
a:hover {
  color: #ff2536;
  text-decoration: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  border-bottom: 1px solid #f4f4f4;
  margin: 0 0 1.5em;
}
.layout-style-boxed .main-navigation {
  margin-left: -15px;
  margin-right: -15px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-navigation ul a {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #979797;
  display: block;
  letter-spacing: .1em;
  padding: 1em;
  text-decoration: none;
  text-transform: uppercase;
}
.main-navigation ul a:hover {
  color: #333;
}
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  display: block;
  margin: 1.5em auto;
}

@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation {
    padding: 0;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation ul ul {
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
    top: 0;
  }
  .main-navigation ul ul a {
    width: 200px;
  }
  .main-navigation ul li {
    display: inline-block;
    position: relative;
  }
  .main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul {
    left: auto;
    top: 100%;
  }
  .main-navigation .sub-menu {
    background: #fff;
    border: 1px solid #f4f4f4;
    border-top: none;
    text-align: left;
  }
  .main-navigation .sub-menu a {
    border-top: 1px solid #f4f4f4;
    padding: 1em 2em;
  }
}
/*--------------------------------------------------------------
5.3 Pagination
--------------------------------------------------------------*/
.pagination {
  border-top: 1px solid #f4f4f4;
  padding-top: 1.5em;
}
.layout-style-boxed .pagination {
  margin: 0 -15px;
  padding: 1.5em 15px 0;
}
@media (min-width: 768px) {
  .layout-style-boxed .pagination {
    margin: 0 -30px;
    padding: 1.5em 30px 0;
  }
}
.pagination span, .pagination a {
  display: inline-block;
  padding: 10px;
}

/*--------------------------------------------------------------
6 Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
6.2 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  position: relative;
  z-index: 20;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  position: relative;
  z-index: 20;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
6.3 Clearings
--------------------------------------------------------------*/
.container:before,
.container:after,
#content:before,
#content:after,
.comment-author:before,
.comment-author:after {
  content: "";
  display: table;
}

.container:after,
#content:after {
  clear: both;
}

/*--------------------------------------------------------------
6.4 Responsive Utilities
--------------------------------------------------------------*/
.hide-on-mobile {
  display: none;
}
@media (min-width: 768px) {
  .hide-on-mobile {
    display: block;
  }
}

/*--------------------------------------------------------------
7 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.1 Header
--------------------------------------------------------------*/
/* Top Bar */
#top-bar {
  background: #ff8b94;
  color: #ffd5d8;
  padding: 15px;
  text-align: center;
}
.layout-style-boxed #top-bar {
  border-radius: 10px 10px 0 0;
  margin: 0 -15px;
}
#top-bar a {
  color: #ffd5d8;
}
#top-bar:before, #top-bar:after {
  content: "";
  display: table;
}
#top-bar:after {
  clear: both;
}
#top-bar .search-form {
  position: relative;
}
#top-bar .search-form:before {
  content: '\f002';
  font-family: FontAwesome;
  margin-right: 5px;
}
#top-bar .search-form input[type="search"] {
  background: none;
  border: none;
  color: white;
  display: inline;
  padding: 3px;
  width: auto;
}
#top-bar .search-form ::-webkit-input-placeholder {
  color: #ffd5d8;
}
#top-bar .search-form ::-moz-placeholder {
  color: #ffd5d8;
}
#top-bar .search-form :-ms-input-placeholder {
  color: #ffd5d8;
}
#top-bar .search-form :-moz-placeholder {
  color: #ffd5d8;
}
@media (min-width: 768px) {
  #top-bar .social-media-links {
    float: left;
    margin: 0;
  }
  #top-bar .search-form {
    float: right;
  }
}

/* Social Media */
.social-media-links {
  font-size: 38.4px;
  font-size: 2.4rem;
}
.social-media-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-media-links ul li {
  display: inline-block;
}
.social-media-links ul li {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .social-media-links {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}

/* Header */
#header {
  text-align: center;
}
.layout-style-boxed #header {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  #header.has-instagram-feed {
    position: relative;
  }
  #header.has-instagram-feed .site-branding {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.site-branding {
  background: white;
  display: inline-block;
  margin: 15px auto;
  padding: 15px;
  max-width: 100%;
  word-wrap: break-word;
}
.has-header-image .site-branding {
  padding: 0;
}
@media (min-width: 768px) {
  .site-branding {
    margin: 50px auto;
    padding: 15px 35px;
  }
  .has-header-image .site-branding {
    padding: 0;
  }
}

/* Site Title */
.site-title {
  font-size: 57.6px;
  font-size: 3.6rem;
  color: #333;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.site-title a {
  color: #333;
  text-decoration: none;
}
.site-title a:hover {
  color: #333;
}

/* Site Description */
.site-description {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #333;
  font-style: italic;
  letter-spacing: .1em;
  margin: 0;
  text-transform: lowercase;
}

/* Announcement Bar */
#announcement {
  background: #ff8b94;
  color: white;
  padding: 15px;
  text-align: center;
}
#announcement a {
  color: white;
  text-decoration: underline;
}
#announcement a:hover {
  text-decoration: none;
}
#announcement p:last-child {
  margin-bottom: 0;
}
.layout-style-boxed #announcement {
  margin-left: -15px;
  margin-right: -15px;
}

/*--------------------------------------------------------------
7.2 Posts & Pages
--------------------------------------------------------------*/
.entry-header {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 1.5em;
  padding-bottom: .5em;
}

.entry-title {
  font-size: 38.4px;
  font-size: 2.4rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 15px;
  text-align: center;
}
.entry-title a {
  color: #333333;
  text-decoration: none;
}

.entry-meta {
  font-size: 17.6px;
  font-size: 1.1rem;
  color: #979797;
  margin: 0 0 1em;
  text-align: center;
  text-transform: uppercase;
}
.entry-meta a {
  text-decoration: none;
}
.entry-meta a:hover {
  text-decoration: underline;
}

.entry-footer {
  font-size: 17.6px;
  font-size: 1.1rem;
  color: #979797;
  margin: 1em 0;
  text-transform: uppercase;
}
.entry-footer a {
  color: #979797;
}
.entry-footer a:hover {
  text-decoration: none;
}

.post-thumbnail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

/* Post Layouts */
.layout-list > article,
.single #main > article {
  margin-bottom: 1.5em;
}

.layout-full > article {
  margin-bottom: 5em;
}

.layout-list > article:before, .layout-list > article:after {
  content: "";
  display: table;
}
.layout-list > article:after {
  clear: both;
}

@media (min-width: 768px) {
  #post-feed.layout-grid-2-col,
  #post-feed.layout-grid-3-col {
    display: flex;
    flex-flow: row wrap;
  }
  #post-feed.layout-grid-2-col .full-post,
  #post-feed.layout-grid-3-col .full-post {
    width: 100% !important;
  }

  .layout-grid-2-col {
    margin: 0 -15px;
  }
  .layout-grid-2-col > article {
    padding: 0 15px;
    width: 50%;
  }

  .layout-grid-3-col {
    margin: 0 -15px;
  }
  .layout-grid-3-col > article {
    padding: 0 15px;
    width: 33.3%;
  }

  .layout-list .post-thumbnail {
    float: left;
    margin: 0 15px 15px 0;
    max-width: 250px;
  }
}
/* Archives */
.page-title {
  margin-bottom: 1.5em;
}

/* Featured Posts */
#featured-posts {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  #featured-posts {
    flex-flow: row nowrap;
  }
}

.featured-post {
  padding: 0 15px 15px;
  width: 50%;
  text-align: center;
}
.featured-post a {
  display: block;
}
.featured-post h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .featured-post {
    position: relative;
    width: auto;
  }
  .featured-post h2 {
    background: rgba(255, 139, 148, 0.9);
    color: white;
    margin: 0 15px 15px;
    padding: 10px;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: calc(100% - 30px);
    transition: background 0.3s;
  }
  .featured-post h2 a {
    color: white;
    text-decoration: none;
  }
  .featured-post:hover h2 {
    background: #ff8b94;
  }
}

.featured-post-no-thumbnail {
  background: #ff8b94;
  display: block;
  min-height: 100px;
}

/* Landing Page Template */
.page-template-landing #content {
  padding: 2em 0;
}
.page-template-landing.layout-style-full #content {
  padding: 4em 0;
}

/* 404 Error */
@media (min-width: 768px) {
  #error-404-widgets {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
  }
  #error-404-widgets .widget {
    padding: 0 15px;
    width: 50%;
  }
}
/*--------------------------------------------------------------
7.3 Comments
--------------------------------------------------------------*/
#comments {
  border-top: 1px solid #f4f4f4;
  margin-top: 1.5em;
  padding-top: 1.5em;
}

@media (min-width: 768px) {
  .comment-author {
    float: left;
    line-height: 32px;
  }

  .comment-metadata {
    float: right;
  }

  .comment-content {
    clear: both;
    padding-top: .5em;
  }
}
/* Comments List */
.comment-list,
.comment-list .children {
  counter-reset: section;
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .avatar {
  float: left;
  margin-right: 1em;
}
.comment-list .depth-2 {
  padding-left: 2em;
}
@media (min-width: 768px) {
  .comment-list li {
    position: relative;
  }
  .comment-list li:before {
    background: #f4f4f4;
    content: counters(section,".") " ";
    counter-increment: section;
    display: inline-block;
    float: left;
    margin: 1em 1em 0 0;
    padding: 5px 15px;
  }
  .comment-list .depth-2,
  .comment-list .depth-3,
  .comment-list .depth-4 {
    padding-left: 4em;
  }
}

.comment-metadata a {
  font-size: 17.6px;
  font-size: 1.1rem;
  color: #979797;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-body {
  border-top: 1px solid #f4f4f4;
  margin: 1em 0;
  padding: 1em 0;
}

/*--------------------------------------------------------------
7.4 Sidebar
--------------------------------------------------------------*/
.widget {
  margin: 0 0 3em;
}

.widget-area .button:not(.screen-reader-text),
.widget-area input[type="submit"]:not(.screen-reader-text),
.widget-area button:not(.screen-reader-text) {
  display: block;
  margin-top: 3px;
  width: 100%;
}

.widget-title {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #979797;
  display: block;
  font-weight: 300;
  letter-spacing: .1em;
  margin: 0 0 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
#sidebar-right .widget-title:before, #sidebarleft .widget-title:before {
  background: #f4f4f4;
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
#sidebar-right .widget-title span, #sidebarleft .widget-title span {
  background: white;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 20;
}

#below-posts-widget-area {
  margin-bottom: 1.5em;
}

.widget.highlight {
  background: #ff8b94;
  color: white;
  padding: 15px;
}
.widget.highlight .widget-title {
  color: white;
}
.widget.highlight .widget-title span {
  background: #ff8b94 !important;
}
.widget.highlight .widget-title:before {
  background: white !important;
}
.widget.highlight .button,
.widget.highlight button,
.widget.highlight input[type="submit"] {
  background: white;
  color: #ff8b94;
}
.widget.highlight .button:hover,
.widget.highlight button:hover,
.widget.highlight input[type="submit"]:hover {
  background: #ff8b94;
  color: white;
}

/* Responsive Stuff */
.sidebar-toggle {
  display: block;
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  .sidebar-toggle {
    display: none;
  }
}

#sidebar-right,
#sidebar-left {
  display: none;
}
#sidebar-right.toggled,
#sidebar-left.toggled {
  display: block;
}
@media (min-width: 768px) {
  #sidebar-right,
  #sidebar-left {
    display: block;
  }
}

/*--------------------------------------------------------------
7.5 Footer
--------------------------------------------------------------*/
#footer-widgets {
  border-top: 1px solid #f4f4f4;
  margin: 1.5em 0;
}
.layout-style-boxed #footer-widgets {
  margin-left: -15px;
  margin-right: -15px;
}
#footer-widgets .widget {
  padding: 0 15px;
}
#footer-widgets .widget-title {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #footer-widgets > .container {
    display: flex;
    flex-flow: row wrap;
  }
  #footer-widgets.widget-columns-1 .widget {
    width: 100%;
  }
  #footer-widgets.widget-columns-2 .widget {
    width: 50%;
  }
  #footer-widgets.widget-columns-3 .widget {
    width: 33.3%;
  }
  #footer-widgets.widget-columns-4 .widget {
    width: 25%;
  }
  #footer-widgets.widget-columns-5 .widget {
    width: 20%;
  }
}

#footer {
  background: #ff8b94;
  color: #ffd5d8;
  padding: 15px;
  text-align: center;
}
.layout-style-boxed #footer {
  border-radius: 0 0 10px 10px;
  margin: 0 -15px;
}
#footer a {
  color: #ffd5d8;
}
#footer a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
8 Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 Audio
--------------------------------------------------------------*/
.wp-audio-shortcode {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.2 Images
--------------------------------------------------------------*/
img {
  height: auto;
  max-width: 100%;
}

/*--------------------------------------------------------------
8.3 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin: 0 0 1em;
  max-width: 100%;
}
.wp-caption.alignleft {
  margin-right: 1.5em;
}
.wp-caption.alignright {
  margin-left: 1.5em;
}
.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  color: #979797;
  font-style: italic;
  margin: 0.8075em 0 0;
  text-align: center;
}

/*--------------------------------------------------------------
8.4 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  margin: 0;
  padding: 6px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
8.5 Instagram Feeds
--------------------------------------------------------------*/
.bookstagram-feed {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bookstagram-feed img {
  display: block;
}

.bookstagram-feed-cols-1 li {
  width: 100%;
}

.bookstagram-feed-cols-2 li {
  width: 50%;
}

.bookstagram-feed-cols-3 li {
  width: 33.33%;
}

.bookstagram-feed-cols-4 li {
  width: 25%;
}

.bookstagram-feed-cols-5 li {
  width: 20%;
}

.bookstagram-feed-cols-6 li {
  width: 16.66%;
}

.bookstagram-feed-cols-7 li {
  width: 14.2%;
}

.bookstagram-feed-cols-8 li {
  width: 12.5%;
}

.bookstagram-feed-cols-9 li {
  width: 11.1%;
}

.bookstagram-feed-cols-10 li {
  width: 10%;
}

/*--------------------------------------------------------------
9 Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Expanding Archives
--------------------------------------------------------------*/
#secondary .widget_ng_expanding_archives {
  box-shadow: none;
  padding: 0;
}
#secondary .widget_ng_expanding_archives:before {
  display: none;
}

/* Year Title */
.expanding-archives-title {
  font-size: 22.4px;
  font-size: 1.4rem;
  background: #ff8b94;
  font-weight: normal;
  margin: 0;
}
.expanding-archives-title a {
  color: white;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.expanding-archives-title a:hover {
  color: white;
}

/* The wrapper around the list of posts */
.expanding-archives-collapse-section {
  border: 1px solid #ff8b94;
  display: none;
  padding: 10px;
}
.expanding-archives-collapse-section.expanding-archives-expanded {
  display: block;
}
.expanding-archives-collapse-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.expanding-archives-collapse-section ul li {
  background: none;
  clear: both;
  padding: 0;
}
.expanding-archives-collapse-section ul li:before {
  display: none;
}

/* The number of posts in a month */
.expanding-archive-count {
  float: right;
}

/* The list of posts */
.expanding-archive-month-results {
  padding-left: 30px;
}

/*--------------------------------------------------------------
9.2 Naked Social Share
--------------------------------------------------------------*/
.naked-social-share {
  padding-right: 1px;
}
.naked-social-share ul {
  list-style: none;
  margin: .5em 0;
  padding: 0;
  text-align: center;
}
.naked-social-share ul li {
  display: inline-block;
  padding: 0;
  width: 49%;
}
.naked-social-share ul li:before {
  display: none;
}
@media (min-width: 768px) {
  .naked-social-share ul li {
    width: 24%;
  }
}
.naked-social-share ul a {
  font-size: 17.6px;
  font-size: 1.1rem;
  border: 1px solid #ff8b94;
  color: #ff8b94;
  display: block;
  overflow: hidden;
  padding: 3px 30px 3px 8px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 10;
}
.naked-social-share ul a:hover {
  background: #ff8b94;
  color: white;
}
.naked-social-share ul .fa {
  margin-right: 3px;
}
.naked-social-share ul .nss-site-count {
  background: #ff8b94;
  color: white;
  font-weight: 600;
  line-height: 23px;
  height: 100%;
  margin-left: 3px;
  padding: 0 8px 0 10px;
  position: absolute;
  top: 0;
  right: 0;
}

/*--------------------------------------------------------------
9.2 NG About the Author
--------------------------------------------------------------*/
.ng-about-author,
.cw-about-author {
  border: 1px solid #f4f4f4;
  border-left: none;
  border-right: none;
  margin: 1.5em -15px;
  padding: 15px;
}
.ng-about-author h4,
.cw-about-author h4 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .layout-style-boxed .ng-about-author, .layout-style-boxed
  .cw-about-author {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
