/*!
Theme Name: Blog Guten
Theme URI: https://wp-points.com/themes/blog-guten/
Author: TwoPoints
Author URI: https://wp-points.com
Description: 'Blog Guten' is a minimal WordPress blog theme developed to work seamlessly with Gutenberg Block Editor. It is simple, minimal & easy-to-use. This theme is designed and developed primarily to create professional blogging websites. With this theme, you can use Gutenberg block editor's wide-align & full-width block alignments. It is fully responsive and works flawlessly on all type of devices like mobiles, tablets, laptops, and computers. 'Blog Guten' is search engine friendly. It integrates perfectly with popular SEO plugins like Yoast SEO to create an SEO ready blog. This theme is fast, secure & lightweight.
Version: 1.0.8
License: GNU General Public License v2.0 or later
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2
Text Domain: blog-guten
Tags: blog, block-styles, wide-blocks, one-column, two-columns, left-sidebar, right-sidebar, editor-style, theme-options, custom-background, custom-header, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, news, rtl-language-support

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.

Blog Guten 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/
*/
/*--------------------------------------------------------------
# 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; /* Fallback for when there is no custom background color defined. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; }

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; }

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

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: #6f76d9; }

a:hover, a:focus, a:active { color: #ff6492; }

a:focus { outline: thin dotted; }

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation { display: block; }

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

.main-navigation ul ul { -webkit-box-shadow: 0 2px 4px rgba(50, 50, 50, 0.1); box-shadow: 0 2px 4px rgba(50, 50, 50, 0.1); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; background: #f5f6f7; }

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

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

/* Small menu. */
.menu-toggle, .main-navigation.toggled 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%; }

/*--------------------------------------------------------------
# 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: #50556c; 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%; }

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

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

.bypostauthor { display: block; }

/*--------------------------------------------------------------
# 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 & media queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VARIABLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# BODY
--------------------------------------------------------------*/
body { background: #ffffff; font-family: "Barlow", sans-serif; font-weight: 400; line-height: 1.618; color: #50556c; word-wrap: break-word; letter-spacing: 0.01em; font-size: 18px; line-height: 32px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Barlow", sans-serif; font-weight: 600; line-height: 1.25; color: #50556c; }

a, button, input { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

a { color: #6f76d9; }

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

a:focus { outline: #c2c2c2 dotted 1px; }

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

.container { max-width: 1260px; }

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.site-header { padding: 25px 0; background: rgba(255, 255, 255, 0.98); }

.site-header.sticky-top { border-bottom: 1px solid #f2f3f4; }

.admin-bar .site-header.sticky-top { top: 32px; }

.site-branding { font-size: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.site-branding .h1 { font-size: 32px; margin-bottom: 5px; }

.site-branding .site-description { margin-bottom: 0; line-height: 18px; color: #8d95a6; }

.main-navigation li { text-align: left; }

.main-navigation li a { padding: 5px 15px; font-size: 15px; color: #50556c; font-weight: 600; -webkit-font-smoothing: antialiased; }

.main-navigation li a:hover { color: #6f76d9; }

.main-navigation li:last-child a { padding-right: 0; }

.main-navigation li ul { line-height: 22px; }

.main-navigation li ul li { margin-bottom: 6px; margin-top: 5px; }

.main-navigation .current_page_item > a { color: #6f76d9; }

.page-header { padding-bottom: 50px; }

.page-header p { color: #8d95a6; }

.slicknav_menu { display: none; }

.slicknav_menu { background: #fff; }

.slicknav_btn { background: #f5f6f7; float: none; display: inline-block; padding: 0.5rem 1rem; }

.slicknav_menu .slicknav_menutxt { color: #50556c; text-shadow: none; }

.slicknav_menu .slicknav_icon-bar { background-color: #50556c; -webkit-box-shadow: none; box-shadow: none; }

.slicknav_nav { font-weight: 600; font-size: 15px; text-align: left; position: absolute; left: 0; background: #f5f6f7; width: 100%; z-index: 2; -webkit-box-shadow: 2px 4px 6px rgba(20, 20, 20, 0.1); box-shadow: 2px 4px 6px rgba(20, 20, 20, 0.1); }

.slicknav_nav a { color: #50556c; }

/*--------------------------------------------------------------
# COVER SECTION
--------------------------------------------------------------*/
.cover-section-wrap { min-height: 500px; margin-top: 35px; background: #f5f6f7; background-size: cover; text-align: center; border-radius: 6px; }

.cover-section-wrap .cover-section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 500px; border-radius: 6px; }

.cover-section-wrap .cover-content-wrap { width: 100%; padding: 0 90px; height: 100%; }

.cover-section-wrap .cover-desc { color: #8d95a6; font-size: 20px; line-height: 32px; }

.cover-section-wrap.cover-section-bg-img .cover-section { background: rgba(25, 25, 25, 0.5); }

.cover-section-wrap.cover-section-bg-img h2, .cover-section-wrap.cover-section-bg-img .cover-desc { color: #fff; }

/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/
.content-area { padding-top: 50px; }

.post, .page { margin-bottom: 60px; }

.post .entry-title a, .page .entry-title a { color: #50556c; font-size: 32px; }

.post .entry-title a:hover, .page .entry-title a:hover { color: #6f76d9; }

.post .post-thumbnail, .page .post-thumbnail { margin-top: 15px; display: inline-block; }

.post .post-thumbnail img, .page .post-thumbnail img { border-radius: 4px; width: 100%; }

.post .entry-meta, .post .entry-footer, .page .entry-meta, .page .entry-footer { font-size: 15px; font-style: italic; color: #8d95a6; }

.post .entry-meta .cat-links, .post .entry-meta .tags-links, .post .entry-meta .comments-link, .post .entry-footer .cat-links, .post .entry-footer .tags-links, .post .entry-footer .comments-link, .page .entry-meta .cat-links, .page .entry-meta .tags-links, .page .entry-meta .comments-link, .page .entry-footer .cat-links, .page .entry-footer .tags-links, .page .entry-footer .comments-link { margin-right: 15px; }

.post .entry-content p, .page .entry-content p { margin-bottom: 30px; }

.single .post .post-thumbnail { margin-top: 25px; }

body.page { margin-bottom: 0; }

body.single .post { margin-bottom: 50px; }

.bg-show-error { font-size: 98px; line-height: 100px; color: #6f76d9; font-weight: 600; text-align: center; padding-bottom: 5px; }

.error-404.not-found { min-height: 65vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }

.error-404.not-found > div { width: 100%; }

.error404 .content-area { padding-top: 20px; }

.error404 .content-area .searchform { max-width: 400px; margin: auto; }

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

.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: 16px; }

.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 #6f76d9; border-left: 0; }

cite, .wp-block-pullquote cite { color: #8d95a6; }

.post .entry-content .wp-block-pullquote, .page .entry-content .wp-block-pullquote { border-top: 3px solid #6f76d9; border-bottom: 3px solid #6f76d9; 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: #f5f6f7; }

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

.post .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color, .page .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color { background-color: #fff; }

.post .entry-content .wp-block-pullquote.is-style-solid-color.has-light-purple-background-color, .page .entry-content .wp-block-pullquote.is-style-solid-color.has-light-purple-background-color { background-color: #6f76d9; }

.post .entry-content .wp-block-pullquote.is-style-solid-color.has-light-pink-background-color, .page .entry-content .wp-block-pullquote.is-style-solid-color.has-light-pink-background-color { background-color: #ff6492; }

.post .entry-content .wp-block-pullquote.is-style-solid-color.has-light-black-background-color, .page .entry-content .wp-block-pullquote.is-style-solid-color.has-light-black-background-color { background-color: #50556c; }

ul, ol { margin-left: 1rem; }

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

.has-small-font-size, .has-medium-font-size, .has-large-font-size, .has-huge-font-size { line-height: 1.25; }

.entry-content h1 { margin-top: 50px; }

.entry-content h2 { margin-top: 40px; }

.entry-content h3 { margin-top: 30px; }

.entry-content h4 { margin-top: 20px; }

.entry-content h5, .entry-content h6 { margin-top: 15px; }

.aligncenter twitter-widget { margin: auto; }

.entry-content figcaption { line-height: 1.168; margin-bottom: 30px; }

.wp-caption .wp-caption-text { font-size: 14px; color: #8d95a6; margin-top: 10px; }

.site-content .container { background: #fff; }

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption { margin-bottom: 0; }

.home.blog .bg-home-layout-2-post { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 50px; padding: 0 15px; }

body.hide-sidebar .post.bg-home-layout-2-post .post-thumbnail { margin-left: 0; margin-right: 0; }

.post.bg-home-layout-2-post .entry-title a { font-size: 22px; }

main.bg-home-layout-2 .navigation.pagination { width: 100%; max-width: 100%; }

/*--------------------------------------------------------------
# BUTTONS, INPUTS & COLORS
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] { border-color: #6f76d9; background-color: #6f76d9; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; color: #fff; padding: 10px 25px; font-size: 16px; }

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-color: #ff6492; border-color: #ff6492; color: #fff; }

.btn-primary { border-color: #6f76d9; background-color: #6f76d9; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; padding: 10px 20px; }

.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: #ff6492; border-color: #ff6492; color: #fff; }

.btn-primary.cont-btn { padding: 5px 14px; }

.wp-block-button__link { background-color: #50556c; color: #fff; }

.has-white-color { color: #fff; }

.has-white-color cite { color: #fff; }

.has-light-purple-color { color: #6f76d9; }

.has-light-purple-color cite { color: #6f76d9; }

.has-light-pink-color { color: #ff6492; }

.has-light-pink-color cite { color: #ff6492; }

.has-light-black-color { color: #50556c; }

.has-light-black-color cite { color: #50556c; }

.has-white-background-color { background-color: #fff; }

.has-light-purple-background-color { background-color: #6f76d9; }

.has-light-pink-background-color { background-color: #ff6492; }

.has-light-black-background-color { background-color: #50556c; }

.wp-block-button.is-style-outline .wp-block-button__link { background-color: #fff; color: #50556c; border-color: #50556c; }

.wp-block-button.is-style-outline .has-light-purple-color { color: #6f76d9; border-color: #6f76d9; }

.wp-block-button.is-style-outline .has-light-pink-color { color: #ff6492; border-color: #ff6492; }

.wp-block-button.is-style-outline .has-light-black-color { color: #50556c; border-color: #50556c; }

.wp-block-button.is-style-outline .has-white-background-color { background-color: #fff; }

.wp-block-button.is-style-outline .has-light-purple-background-color { background-color: #6f76d9; }

.wp-block-button.is-style-outline .has-light-pink-background-color { background-color: #ff6492; }

.wp-block-button.is-style-outline .has-light-black-background-color { background-color: #50556c; }

.form-control { height: 50px; }

.form-control.s, .searchform { max-width: 400px; }

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

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

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

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

.navigation.pagination .page-numbers.current { background: #f5f6f7; border-radius: 4px; }

input[type="submit"] { border-color: #6f76d9; background-color: #6f76d9; padding: 0.5rem 1.25rem; color: #fff; font-size: 18px; line-height: 1.5; border-radius: 4px; display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; letter-spacing: 0.75px; -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus { color: #6f76d9; background-color: #fff; border-color: #6f76d9; }

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 { display: block; padding: 0.375rem 0.75rem; font-size: 18px; line-height: 1.5; color: #50556c; background-color: #fff; background-clip: padding-box; border: 1px solid #dfdfdf; border-radius: 4px; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

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: #50556c; background-color: #fff; border-color: #6f76d9; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder { color: #6c757d; opacity: 1; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 18px; line-height: 1.5; color: #50556c; background-color: #fff; background-clip: padding-box; border: 1px solid #dfdfdf; border-radius: 4px; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.site-footer { padding: 50px 0; background: #f5f6f7; margin-top: 50px; font-size: 16px; }

.site-footer .goto-top { position: fixed; bottom: -50px; right: 20px; width: 40px; height: 40px; background: #6f76d9; font-size: 26px; 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::before { content: '\2191'; }

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

/*--------------------------------------------------------------
# COMMENTS
--------------------------------------------------------------*/
.comments-area { margin-top: 50px; margin-bottom: 50px; background: #f5f6f7; padding: 30px 100px; border-radius: 4px; }

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

.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 #dfdfdf; }

.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: 14px; font-style: italic; margin-bottom: 10px; line-height: 18px; }

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

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

.comments-area .comment-list .reply { font-size: 14px; font-style: italic; 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: 30px; }

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

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

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

.comments-area .comment-form p label { display: block; color: #50556c; margin-bottom: 0.25rem; }

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

/*--------------------------------------------------------------
# SIDEBAR
--------------------------------------------------------------*/
#secondary.widget-area { padding-top: 50px; padding-left: 30px; font-size: 16px; line-height: 22px; }

#secondary.widget-area .widget { margin-bottom: 60px; }

body.left-sidebar #secondary.widget-area { padding-left: 0px; padding-right: 30px; }

.widget { color: #8d95a6; }

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

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

.widget .widget-title { font-size: 16px; text-transform: uppercase; letter-spacing: 0.75px; -webkit-font-smoothing: antialiased; }

body.hide-sidebar .content-area, body.hide-sidebar #secondary.widget-area { padding-top: 60px; }

body.hide-sidebar .post, body.hide-sidebar .page { margin-bottom: 80px; }

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 .post-thumbnail, body.hide-sidebar .page .post-thumbnail { margin-left: -100px; margin-right: -100px; width: calc(100% + 200px); }

body.hide-sidebar .page-header { 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; }

@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) { .comments-area { padding: 30px; }
  .cover-section { margin-top: 25px; }
  .cover-section .cover-content-wrap { padding: 0 15px; }
  #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; } }
