/*!
Theme Name: GutenStart
Theme URI: https://wp-points.com/gutenberg-starter-theme/
Author: TwoPoints
Author URI: https://wp-points.com
Description: GutenStart is a pixel-perfect WordPress theme that works seamlessly with the Gutenberg editor. You can build your professional blog, a news or magazine portal with this theme.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gutenstart
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

GutenStart 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: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries # Media Queries --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

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

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea { color: #46464a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 16px; font-size: 1rem; line-height: 1.618; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { clear: both; margin-top: 0; margin-bottom: 0.5rem; font-weight: 600; }

h1, .h1 { font-size: 40px; font-size: 2.5rem; margin-top: 2rem; }

h2, .h2 { font-size: 32px; font-size: 2rem; margin-top: 1.75rem; }

h3, .h3 { font-size: 28px; font-size: 1.75rem; margin-top: 1.5rem; }

h4, .h4 { font-size: 24px; font-size: 1.5rem; }

h5, .h5 { font-size: 20px; font-size: 1.25rem; }

h6, .h6 { font-size: 16px; font-size: 1rem; }

p { margin-bottom: 1.5rem; margin-top: 0; font-size: 17.6px; font-size: 1.1rem; line-height: 1.618; }

dfn, cite, em, i { font-style: italic; }

blockquote { margin: 0; }

address { margin: 0 0 1.5em; }

pre { background: #e6e6ea; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; }

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }

mark, ins { background: #fff9c0; text-decoration: none; }

big { font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: sans-serif; line-height: 1.15; font-size: 16px; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); word-wrap: break-word; }

*, *: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; /* Fallback for when there is no custom background color defined. */ margin: 0; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[tabindex="-1"]:focus:not(:focus-visible) { outline: 0 !important; }

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

ul, ol { margin: 0 0 1.5rem 1.5rem; padding-left: 1.5rem; }

ul li, ol li { margin-bottom: 12px; }

ul { list-style: disc; }

ol { list-style: decimal; }

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

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. */ }

figure figcaption { color: #86868a; margin-top: 0; }

.wp-block-image figcaption { margin-top: 0; text-align: center; font-size: 0.95rem; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6ea; color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; padding: 1rem 1.5rem; cursor: pointer; font-size: 1rem; background: #007bff; border-width: 0; color: #fff; font-weight: 600; }

button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus { background: #004a99; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #e6e6ea; border-radius: 3px; padding: 0.5rem; background-color: #f6f6fa; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; }

select { border: 1px solid #ccc; }

textarea { width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a { color: #007bff; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; text-decoration: none; }

a:visited { color: #007bff; }

a:hover, a:focus, a:active { color: #004a99; }

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 { background: #fff; border: 1px solid #e6e6ea; float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; text-align: left; padding: 10px; }

.main-navigation ul ul ul { left: -999em; top: 0; }

.main-navigation ul ul li { margin-bottom: 12px; margin-left: 15px; }

.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; margin-left: 25px; margin-bottom: 0; }

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

.main-navigation a:hover { color: #007bff; }

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

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

@media screen and (max-width: 37.5em) { .main-navigation li { display: block; }
  .nav-menu { text-align: left; }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 0; top: 100%; } }

.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%; }

.navigation.pagination .nav-links { width: 100%; }

.navigation.pagination .page-numbers { width: 40px; height: 40px; display: inline-block; line-height: 40px; text-align: center; }

.navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev { width: 60px; }

.navigation.pagination .page-numbers.current { background: #f6f6fa; }

.navigation.pagination .page-numbers:hover { background: #f6f6fa; }

body.hide-sidebar .navigation.pagination { text-align: center; }

/*--------------------------------------------------------------
# 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: #f6f6fa; 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 2.5rem; /* Make sure select elements fit in widgets. */ }

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

.widget ul { list-style: none; margin-left: 0; padding-left: 0; }

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

#secondary { padding-left: 30px; margin-top: 50px; color: #86868a; }

#secondary .widget_recent_entries .post-date { color: #86868a; display: block; font-size: 0.9rem; }

#secondary h2, #secondary .widget-title, #secondary .widgettitle { color: #46464a; }

#secondary .widget_search .s.form-control { width: 100%; }

body.left-sidebar #secondary { padding-right: 30px; padding-left: 0; margin-top: 50px; }

ul.is-grid { margin-left: 0; }

body.cards-layout #secondary .widget { background: #fff; padding: 30px; border-radius: 4px; -webkit-box-shadow: 0 3px 6px rgba(20, 20, 20, 0.1); box-shadow: 0 3px 6px rgba(20, 20, 20, 0.1); }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header and Footer
--------------------------------------------------------------*/
.site-header { background: #fff; padding: 20px 0; border-bottom: 1px solid #e6e6ea; }

.site-header .site-title { line-height: 1; margin-bottom: 0px; margin-top: 0px; font-size: 2rem; }

.site-header .site-title a { color: #46464a; }

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

.site-header p { margin-top: 5px; margin-bottom: 0; color: #86868a; line-height: 1; }

.site-footer { padding: 40px 0; background: #36363a; color: #86868a; }

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

.site-footer a:hover { color: #86868a; }

.site-footer .goto-top { position: fixed; bottom: -50px; right: 20px; width: 40px; height: 40px; background: #36363a; font-size: 22px; line-height: 40px; color: #fff; border-radius: 4px; text-align: center; opacity: 0.75; cursor: pointer; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

.site-footer .goto-top:hover { opacity: 1; }

.entry-footer span:not(:first-child) { margin-left: 15px; }

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

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

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

#main { padding: 0; }

#primary { margin-top: 50px; margin-bottom: 50px; }

.entry-title { margin-top: 0; }

section.error-404 { min-height: 70vh; padding: 100px 0; }

.error-404 .gutenstart-searchform { max-width: 600px; margin: auto; }

.error-404 .gutenstart-searchform .form-control { width: 100%; margin: auto; }

.page-header { margin-bottom: 50px; margin-top: 50px; }

body.custom-background #page.site { max-width: 90%; margin: auto; background: #fff; border-right: 1px solid #e6e6ea; border-left: 1px solid #e6e6ea; }

.wp-custom-header img { width: 100%; }

.gs-cover-section { margin-top: 30px; }

.gs-cover-section .gs-cover-img { min-height: 500px; background-size: cover; background-position: center; }

.gs-cover-section .gs-cover-img .gs-cover-content { min-height: 500px; background: rgba(25, 25, 25, 0.45); color: #fff; text-shadow: 0 2px 4px rgba(25, 25, 25, 0.4); }

.gs-cover-section .gs-cover-img .gs-cover-title { font-size: 2.5rem; margin-top: 0; }

.gs-cover-section .gs-cover-img .gs-cover-subtitle { font-size: 1.25rem; }

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

.post, .page { margin: 0 0 2rem; padding-bottom: 1.5rem; }

.post .post-thumbnail, .page .post-thumbnail { display: inline-block; margin-top: 1.5rem; }

.post .post-thumbnail img, .page .post-thumbnail img { vertical-align: middle; }

.entry-title { color: #46464a; line-height: 1.15; }

.entry-title a { color: #46464a; line-height: 1.25; }

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

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

.page-content, .entry-content, .entry-summary { margin: 1.25rem 0 0; }

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

.entry-meta, .entry-footer { color: #86868a; }

.entry-summary p { margin-bottom: 15px; }

.entry-summary .read-more-link { display: inline-block; margin-bottom: 1.25rem; }

body.hide-sidebar .post .alignwide, body.hide-sidebar .page .alignwide { margin-left: -100px; margin-right: -100px; max-width: 100vw; }

body.hide-sidebar .post .alignfull, body.hide-sidebar .page .alignfull { margin-left: calc(-100vw / 2 + 100% / 2); margin-right: calc(-100vw / 2 + 100% / 2); max-width: 100vw; width: 100vw; }

body.hide-sidebar .post .alignfull:not(.wp-block-media-text) img, body.hide-sidebar .page .alignfull:not(.wp-block-media-text) img { width: 100vw; }

body.hide-sidebar .post .alignwide.wp-block-cover, body.hide-sidebar .page .alignwide.wp-block-cover { width: 1010px; }

body.hide-sidebar .post .entry-header, body.hide-sidebar .page .entry-header { text-align: center; }

body.hide-sidebar .post .post-thumbnail, body.hide-sidebar .page .post-thumbnail { margin-left: -100px; margin-right: -100px; width: calc(100% + 200px); text-align: center; }

body.hide-sidebar .comments-area { margin-left: -100px; margin-right: -100px; }

body.hide-sidebar .navigation.post-navigation { margin-left: -100px; margin-right: -100px; }

.post .entry-content blockquote, .page .entry-content blockquote { font-size: 1.5rem; padding: 10px 30px; font-style: italic; border-left: 4px solid #e6e6ea; }

.post .entry-content blockquote p, .page .entry-content blockquote p { margin-bottom: 0; }

.post .entry-content blockquote cite, .page .entry-content blockquote cite { font-size: 0.9rem; }

.post .entry-content blockquote cite::before, .page .entry-content blockquote cite::before { content: "\2014"; margin-right: 5px; }

.post .entry-content blockquote[style*="text-align:right"], .post .entry-content blockquote[style*="text-align: right"], .page .entry-content blockquote[style*="text-align:right"], .page .entry-content blockquote[style*="text-align: right"] { border-right: 4px solid #e6e6ea; border-left: 0; }

.post .entry-content blockquote.has-text-align-right, .page .entry-content blockquote.has-text-align-right { border-right: 4px solid #e6e6ea; border-left: 0; }

cite, .wp-block-pullquote cite { color: #86868a; }

.post .entry-content .wp-block-pullquote, .page .entry-content .wp-block-pullquote { border-top: 3px solid #e6e6ea; border-bottom: 3px solid #e6e6ea; padding: 15px 0; margin-top: 12px; }

.post .entry-content .wp-block-pullquote blockquote, .page .entry-content .wp-block-pullquote blockquote { border-left-width: 0; padding: 15px 10px; }

.post .entry-content .wp-block-pullquote blockquote p, .page .entry-content .wp-block-pullquote blockquote p { font-size: 20px; }

.post .entry-content .wp-block-pullquote.is-style-solid-color, .page .entry-content .wp-block-pullquote.is-style-solid-color { border-width: 0; background: #f6f6fa; }

.post .entry-content .wp-block-pullquote.is-style-solid-color blockquote, .page .entry-content .wp-block-pullquote.is-style-solid-color blockquote { max-width: 80%; }

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

.bypostauthor { display: block; }

.comments-area { border: 1px solid #e6e6ea; padding: 50px 100px; }

.comments-area .comment-reply-title { margin-top: 0; }

.comments-area .comments-title { font-size: 1.5rem; margin-top: 0; }

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

.comments-area .comment-list li.comment { padding: 30px 0; border-bottom: 1px dotted #e6e6ea; }

.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 .comment-metadata { font-size: 0.9rem; font-style: italic; margin-bottom: 10px; }

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

.comments-area .comment-list .comment-metadata a { color: #86868a; }

.comments-area .comment-list .reply { font-size: 0.9rem; font-style: italic; margin-top: 10px; }

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

.comments-area .comment-reply-title { font-size: 1.5rem; margin-top: 30px; }

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

.comments-area .comment-reply-title small a { color: #86868a; }

.comments-area .comment-notes { font-size: 1rem; line-height: 20px; color: #86868a; }

.comment-form label { display: block; font-weight: 600; }

.comment-form .submit { -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; padding: 1rem 1.5rem; cursor: pointer; font-size: 1rem; background: #007bff; border-width: 0; color: #fff; font-weight: 600; }

.comment-form .submit:hover { background: #004a99; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (max-width: 320px) { input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { max-width: 230px; } }

@media (max-width: 576px) { #secondary.widget-area { padding-left: 0 !important; padding-right: 0 !important; }
  body.hide-sidebar .content-area, body.hide-sidebar #secondary.widget-area { padding-top: 40px; }
  body.hide-sidebar .post, body.hide-sidebar .page { margin-bottom: 40px; }
  body.hide-sidebar .post .alignwide, body.hide-sidebar .page .alignwide { margin-left: 0px; margin-right: 0px; max-width: 100vw; }
  body.hide-sidebar .post .alignfull, body.hide-sidebar .page .alignfull { margin-left: calc(-100vw / 2 + 100% / 2); margin-right: calc(-100vw / 2 + 100% / 2); max-width: 100vw; width: 100vw; }
  body.hide-sidebar .post .alignfull img, body.hide-sidebar .page .alignfull img { width: 100vw; }
  body.hide-sidebar .post .alignwide.wp-block-cover, body.hide-sidebar .page .alignwide.wp-block-cover { width: 100%; }
  body.hide-sidebar .post .post-thumbnail, body.hide-sidebar .page .post-thumbnail { margin-left: 0px; margin-right: 0px; width: auto; }
  body.hide-sidebar .page-header { text-align: center; }
  body.hide-sidebar .comments-area { margin-left: 0px; margin-right: 0px; }
  body.hide-sidebar .navigation.post-navigation { margin-left: 0px; margin-right: 0px; } }

@media (max-width: 767px) { .slicknav_menu { display: block; }
  .main-navigation ul { display: none; } }
