/*!
Theme Name: GutenBook
Theme URI: http://odiethemes.com/themes/gutenbook
Author: OdieThemes
Author URI: https://odiethemes.com
Description: GutenBook is an uncomplicated blog theme that works perfectly with Gutenberg as well as the WordPress classic editor. GutenBook is a fast, secure & straightforward theme that works smoothly & perfectly. It is a search engine friendly theme.
Version: 1.0.14
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gutenbook
Tags: blog, news, one-column, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, wide-blocks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GutenBook is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  overflow-x: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

blockquote {
  font-style: italic;
}

blockquote p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #EDA321;
}

a:hover, a:focus, a:active {
  color: #D29235;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  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%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  display: inline-block;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  margin: 1px;
  display: inline-block;
}

.site-main .posts-navigation {
  margin-bottom: 3rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.widget ul {
  margin-left: 0;
}

.error-404 .widget {
  margin: 2rem 0 1.5rem;
}

.search-form input {
  border: 0px;
  padding: 10px 15px;
  font-size: 1rem;
  background-color: #f2f2f2;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.wp-block-pullquote {
  border-top: 3px solid #464646;
  border-bottom: 3px solid #464646;
  padding: 2.5rem 0;
  margin-top: 1rem;
}

.error-404 .widget h2 {
  font-size: 1.25rem;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-form p label {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 1rem;
  display: block;
}

.comment-form p.comment-form-cookies-consent label {
  display: inline-block;
}

.comment-form input {
  border: 0px;
  padding: 10px 15px;
  font-size: 1rem;
  width: 100%;
}

.comment-form textarea {
  border: 0px;
  padding: 10px 15px;
  font-size: 1rem;
  width: 100%;
}

.comment-form .form-submit {
  padding-top: 10px;
}

.comment-form .form-submit input {
  background-color: #292929;
  color: #fff;
  font-weight: 600;
}

.comment-form .form-submit input:hover {
  background-color: #111111;
}

.comments-area {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  border-radius: 4px;
  background-color: #f4f4f4;
}

.comments-area .comments-title {
  font-size: 20px;
}

.comments-area .comment-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.comments-area .comment-list .comment-metadata {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 18px;
}

.comments-area .comment-list .comment-metadata .edit-link {
  margin-left: 10px;
}

.comments-area .comment-list li.comment {
  padding: 30px 0;
}

.comments-area .comment-list li.comment p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li.comment .children {
  list-style: none;
}

.comments-area .comment-list li.comment .children li.comment {
  border-bottom: 0px;
  padding-bottom: 0;
}

.comments-area .comment-list .reply {
  font-size: 14px;
  margin-top: 10px;
}

.comments-area .comment-list .comment-author.vcard img {
  margin-right: 5px;
  margin-bottom: 5px;
}

.comments-area .comment-reply-title {
  font-size: 20px;
  margin-top: 0px;
}

.comments-area .comment-reply-title small {
  font-size: 14px;
  margin-left: 15px;
}

.comments-area .comment-notes {
  font-size: 16px;
  line-height: 20px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

.gallery-item {
  display: inline-block;
  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;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  line-height: 1.45;
  word-wrap: break-word;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #464646;
}

p {
  margin-bottom: 1.3rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

a {
  color: #EDA321;
}

a,
button,
input {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.entry-title,
.entry-title a {
  color: #181818;
  font-size: 2.5rem;
  text-align: center;
}

.entry-title a:hover {
  color: #464646;
}

.site-main .post, .site-main .page {
  margin-bottom: 4rem;
  margin-top: 2rem;
}

body.page {
  margin-bottom: 0;
}

.site-title {
  font-size: 1.5rem;
}

.site-header {
  background-color: #292929;
  color: rgba(255, 255, 255, 0.7);
  line-height: 80px;
}

.site-header a {
  color: rgba(255, 255, 255, 0.7);
}

.site-header a:hover {
  color: #fff;
}

.site-title {
  display: inline-block;
  margin-bottom: 0;
}

.site-title a {
  color: #fff;
}

.site-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.site-description {
  font-size: 0.85rem;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: 600;
}

.main-navigation {
  font-weight: 600;
  font-size: 0.9rem;
}

.main-navigation a {
  margin-left: 30px;
}

.entry-meta-cats {
  text-align: center;
}

.entry-meta-cats a {
  margin: 15px 10px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.entry-meta {
  font-size: 0.95rem;
  text-align: center;
  padding: 10px 0px;
  color: #949494;
  letter-spacing: -0.25px;
}

.entry-meta a {
  color: #949494;
}

.entry-meta a:hover {
  color: #EDA321;
}

.entry-meta .posted-on, .entry-meta .byline, .entry-meta .comments-link {
  padding: 5px 10px;
}

.entry-meta .posted-on svg, .entry-meta .byline svg, .entry-meta .comments-link svg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}

.entry-footer {
  font-size: 0.95rem;
  padding: 10px 0px;
  color: #949494;
  letter-spacing: -0.25px;
}

.entry-footer .cat-links, .entry-footer .tags-links {
  margin-right: 15px;
}

a.post-thumbnail {
  display: block;
  margin-left: -150px;
  margin-right: -150px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 15px;
  text-align: center;
}

a.post-thumbnail .attachment-post-thumbnail {
  border-radius: 4px;
  -webkit-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

a.post-thumbnail .attachment-post-thumbnail:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.read-more-btn .btn {
  background: #EDA321;
  padding: 0.375rem 1.25rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
}

.read-more-btn .btn:hover {
  background: #292929;
  color: #fff;
}

.site-footer {
  padding: 30px 0;
  text-align: center;
  background: #292929;
  font-size: 0.95rem;
  color: #949494;
}

.page-header-row {
  background: #292929;
}

.page-header-row .entry-header {
  padding: 90px 0 30px;
  color: #949494;
}

.page-header-row .entry-header h1 {
  color: #fff;
  line-height: 1.5;
}

.page-header {
  padding: 90px 0;
  color: #949494;
}

.page-header h1 {
  font-size: 2rem;
  color: #fff;
}

.single article.has-post-thumbnail {
  margin-top: 0;
}

#main {
  padding-top: 0;
}

.post-thumb-row {
  background: #292929;
  position: relative;
}

.post-thumb-row:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: #fff;
}

div.post-thumbnail {
  margin-left: -100px;
  margin-right: -100px;
  border-radius: 4px;
  text-align: center;
}

div.post-thumbnail .attachment-post-thumbnail {
  border-radius: 4px;
}

.hero-row {
  background: #292929;
  color: #949494;
  padding: 180px 0;
}

.hero-row.has-header-image {
  background: rgba(41, 41, 41, 0.5);
  color: #c4c4c4;
}

.hero-row .hero-title {
  color: #fff;
  line-height: 1.5;
}

.hero-row .hero-desc {
  font-size: 1.2rem;
}

.hero-row .hero-btn {
  background-color: #EDA321;
  color: #292929;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.5rem 1.5rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.main-navigation ul ul {
  background: #292929;
  text-align: left;
  line-height: 1.5;
  padding-bottom: 15px;
}

.main-navigation ul ul li {
  padding: 8px 10px;
}

.nav-links {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 0.95rem;
}

.container {
  background-color: #fff;
}

figcaption {
  font-size: 85%;
  color: #949494;
  text-align: center;
  font-style: italic;
}

.alignwide {
  margin-left: -130px;
  margin-right: -130px;
  max-width: 100vw;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw;
}

.alignfull:not(.wp-block-media-text) img {
  width: 100vw;
}

.alignwide.wp-block-cover {
  width: 1010px;
}

/* Media Queries */
@media (max-width: 767px) {
  .site-header {
    line-height: 1.5;
  }
  .site-description {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .menu-toggle {
    margin-right: 0;
  }
  .main-navigation {
    text-align: left;
  }
  .main-navigation li {
    display: block;
    margin-top: 15px;
  }
  .main-navigation a {
    margin-left: 0;
  }
  a.post-thumbnail {
    margin-left: 0;
    margin-right: 0;
  }
  html {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .site-header {
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .site-description {
    margin-left: 0;
  }
  .site-title {
    margin-top: 15px;
    display: block;
  }
  html {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .alignwide {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100vw;
  }
  .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: 100vw;
  }
  .alignfull img {
    width: 100vw;
  }
  .alignwide.wp-block-cover {
    width: 100%;
  }
  div.post-thumbnail {
    margin-left: 0px;
    margin-right: 0px;
  }
  .comments-area {
    padding: 20px;
  }
  .entry-title, .entry-title a {
    font-size: 1.75rem;
  }
  .page-header-row .entry-header {
    padding: 30px 0 30px 0;
  }
}

.gb-footer-widgets {
  background-color: inherit;
  text-align: left;
}

.gb-footer-widgets .widget {
  margin-top: 30px;
}

.gb-footer-widgets .widget-title {
  font-size: 1.25rem;
  color: #fff;
}

.gb-footer-widgets .widget ul {
  padding-left: 0px;
  list-style: none;
}

.gb-footer-widgets .widget ul li {
  margin-bottom: 10px;
}
