/*
Theme Name: Orin
Theme URI: http://birdwp.com/wp-orin/
Description: Orin is a personal blog WordPress theme designed for people who love minimalism and simplicity. This theme has a slider for featured posts, a hidden sidebar for widgets, and the ability to switch between fonts and color styles. It also supports popup images and popup galleries. In addition, this theme is fully responsive and looks good on mobile devices. Use it to make something cool!
Version: 1.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.0
Author: Alexey Trofimov (BirdwpThemes)
Author URI: https://themeforest.net/user/birdwpthemes
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, grid-layout, three-columns, custom-logo, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: orin

Copyright (C) 2024 Alexey Trofimov
*/

/*
Table of Contents:

1.0 - General styles
2.0 - Header
	2.1 - Menu
	2.2 - Mobile menu
	2.3 - Header icons
		2.3.1 - Button: Show sidebar (arrow icon)
		2.3.2 - Search (search icon and search form)
		2.3.3 - Button: Change color scheme (moon and sun icons)
		2.3.4 - Font types (sans-serif or serif)
3.0 - Container with site content
4.0 - Site logo
5.0 - Homepage slider
6.0 - Recent posts
	6.1 - Featured image
	6.2 - Slider with images (Gallery format)
	6.3 - Video player (iframe; video format)
	6.4 - Audio player (iframe; audio format)
	6.5 - Post content
	6.6 - "No results" message (content none)
7.0 - Pagination
8.0 - Single page
	8.1 - WordPress content styles: TinyMCE editor (Classic editor)
	8.2 - WordPress content styles: Block editor
	8.3 - About the author
	8.4 - Post navigation
	8.5 - Comments
		8.5.1 - Comment form
		8.5.2 - Comment list
		8.5.3 - Comments navigation
	8.6 - Related posts / Random posts
9.0 - Page 404
10.0 - Footer widgets
11.0 - Footer
12.0 - Button: "Back to top"
13.0 - Tooltips
14.0 - Sidebar and Widgets
15.0 - Styles for popup windows (magnificPopup)
16.0 - Information about cookies
17.0 - Serif fonts
18.0 - Dark mode styles
19.0 - Responsive styles
*/

/*
1.0 - General styles
---------------------------------------
*/

/* html, body */
html {
	font-size: 16px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	color: #484850;
	background-color: #ffffff;
	overflow-x: hidden;
}
body.bwp-enable-sticky-header {
	padding-top: 70px;
}
body.bwp-no-site-header {
	padding-top: 0;
}

/* links: common styles */
a {
	color: #484850;
	text-decoration: none;
	outline: none !important;

	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
a:hover,
a:focus {
	color: #6f6fff;
	text-decoration: none;
}

/* h1 - h6 */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	color: #2e2e34;
}
h1,
.h1 {
	font-size: 32px;
}
h2,
.h2 {
	font-size: 27px;
}
h3,
.h3 {
	font-size: 23px;
}
h4,
.h4 {
	font-size: 20px;
}
h5,
.h5 {
	font-size: 17px;
}
h6,
.h6 {
	font-size: 14px;
	text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
	color: #6f6fff;
}

/* paragraph */
p {
	margin: 0 0 20px;
}

/* description list */
dl {
	margin: 0 0 20px;
}
dl dt {
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.7;
}
dl dd {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	line-height: 1.7;
}
dl dt:last-child,
dl dd:last-child {
	margin-bottom: 0 !important;
}

/* address */
address {
	margin: 0 0 20px;
	font-style: italic;
	line-height: 1.7;
}

/* superscript (sup) and subscript (sub) */
sup,
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

/* abbreviation */
abbr {
	font-weight: 400;
	cursor: help !important;
	text-decoration: none !important;
	border-bottom: 2px dotted #484850 !important;
}

/* acronym */
acronym {
	font-weight: 400;
	cursor: help !important;
	text-decoration: none !important;
	border-bottom: 2px dashed #484850 !important;
}

/* big */
big {
	font-size: larger;
	text-transform: uppercase;
}

/* cite */
cite {
	font-style: italic;
	border: none;
}

/* code, kbd, tt, preformatted text */
code,
kbd,
tt {
	box-shadow: none;
	border: none;
	padding: 4px 10px;
	font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
	font-size: 15px;
	color: inherit;
	background-color: rgba(46,46,52,0.07);
	border-radius: 2px;
}
pre {
	font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
	font-size: 15px;
	line-height: 1.6;
	overflow: auto;
	white-space: pre;
	word-break: normal;
	margin: 0 0 20px;
	padding: 40px;
	color: #484850;
	background-color: #f7f7f9;
	border: none;
	border-radius: 2px;
}
pre code,
pre kbd {
	padding: 4px 10px;
	font-family: inherit;
	font-size: inherit;
	background-color: rgba(46,46,52,0.07);
	border-radius: 2px;
}

/* deleted or strikethrough text */
s,
strike,
del {
	text-decoration: line-through;
}

/* variable (var) */
var {
	font-style: italic;
	font-weight: 700;
}

/* bold text (strong, b) */
strong,
b {
	font-weight: 700;
}

/* italic text (em, q) */
em,
q {
	font-style: italic;
}
q {
	font-weight: 400;
}

/* insert (designed to highlight text that has been added to a new version of a document) */
ins {
	font-weight: 400;
	text-decoration: none !important;
	border-bottom: 3px double #484850 !important;
}

/* details */
details > summary:first-of-type {
	display: list-item;
}

/* legend */
legend {
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 27px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.2px;
	color: #2e2e34;
	border-bottom: 1px solid #efeff2;
}

/* horizontal rule */
hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border-color: #efeff2;
}

/* block quote */
blockquote {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 40px;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-style: italic;
	line-height: 1.6;
}
blockquote::before {
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 0;
	font-family: 'Yeseva One', serif;
	content: '\201c';
	font-size: 80px;
	font-style: normal;
	line-height: 0.79;
	user-select: none;
	pointer-events: none;
	color: inherit;
	opacity: 0.15;
}
blockquote footer::before,
blockquote small::before,
blockquote .small::before {
	content: '';
}
blockquote p:last-child {
	margin-bottom: 0 !important;
}
blockquote cite {
	display: block;
	margin-top: 20px;
	font-size: 15px;
	font-style: italic;
	line-height: 1.7;
	text-align: left;
	color: #484850;
}

/* video, iframe, embed, object */
video {
	max-width: 100%;
	width: 100%;
	height: auto;
}
embed,
iframe,
object {
	max-width: 100%;
}
embed,
iframe {
	width: 100%;
	border: none !important;
}

/* responsive images */
img {
	max-width: 100%;
	height: auto;
	border-radius: 2px;
}

/* figure and figure caption */
figure,
figcaption {
	margin: 0;
}

/* form */
form {
	margin: 0;
	padding: 0;
	outline: none;
}

/* label */
label {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	text-align: left;
	margin: 0;
	padding: 0 0 5px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.2px;
	line-height: 1.7;
	color: #393940;
}

/* input tags (input and textarea), selection (select) */
input[type="text"]:not(.bwp-search-field),
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select {
	margin: 0;
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
	height: 44px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	color: #484850;
	background: #f7f7f9;
	border: 1px solid #f7f7f9;
	border-bottom-color: #e5e5e7;
	border-radius: 2px;
	outline: none !important;

	-webkit-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
}
input[type="password"] {
	letter-spacing: 3px;
}
input[type="date"] {
	padding-top: 7px;
	padding-bottom: 7px;
}
textarea {
	height: 140px;
	padding: 10px 15px;
	resize: vertical;
	line-height: 1.7;
}
select {
	padding: 0 20px 0 10px;
}
select[multiple] {
	height: 140px;
	margin-bottom: -2px;
	padding: 10px 15px;
}
input[type="text"]:not(.bwp-search-field):hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="date"]:hover,
textarea:hover,
select:hover,
input[type="text"]:not(.bwp-search-field):focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
	border-color: #6f6fff;
}

/* input: placeholder */
/* Chrome / Opera / Safari */
input::-webkit-input-placeholder {
	font-weight: 400;
	color: #8f8f9c;
	opacity: 1;
}
/* Firefox 18- */
input:-moz-placeholder {
	font-weight: 400;
	color: #8f8f9c;
	opacity: 1;
}
/* Firefox 19+ */
input::-moz-placeholder {
	font-weight: 400;
	color: #8f8f9c;
	opacity: 1;
}
/* IE 10+ */
input:-ms-input-placeholder {
	font-weight: 400;
	color: #8f8f9c;
	opacity: 1;
}

/* input: file */
input[type="file"] {
	margin: 0;
	padding: 10px;
	max-width: 100%;
	width: 100%;
	border: 1px dashed #efeff2;
	border-bottom-color: #e5e5e7;
	border-radius: 2px;
	outline: none !important;

	-webkit-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
}
input[type="file"]:hover,
input[type="file"]:focus {
	border-color: #6f6fff;
}

/* input: checkbox and radio */
input[type="checkbox"],
input[type="radio"] {
	position: relative;
	top: -1px;
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0;
	width: 20px;
	min-width: 20px;
	height: 20px;
	line-height: 0;
	background: #ffffff;
	border: 1px solid #d3d4d6;
	clear: none;
	cursor: pointer;
	outline: none !important;
	text-align: center;
	vertical-align: middle;
	appearance: none;
	-webkit-appearance: none;

	-webkit-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
}
input[type="checkbox"] {
	border-radius: 2px;
}
input[type="radio"] {
	border-radius: 50%;
}
input[type="checkbox"]:hover,
input[type="radio"]:hover {
	border-color: #6f6fff;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
	background: #6f6fff;
	border-color: #6f6fff;
}
input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
input[type="checkbox"]:checked::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; /* solid style */
	content: '\f00c'; /* icon: check */
	font-size: 10px;
	line-height: 19px;
	color: #ffffff;
}
input[type="radio"]:checked::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; /* solid style */
	content: '\f111'; /* icon: circle */
	font-size: 10px;
	line-height: 19px;
	color: #ffffff;
}

/* form buttons */
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	outline: none;
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	color: #ffffff;
	background: #121215;
	border-radius: 2px;
	box-shadow: none;

	-webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
	transition: color 0.2s ease-out, background 0.2s ease-out;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	color: #ffffff;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #6f6fff;
}

/* button */
button {
	outline: none !important;

	-webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
	transition: color 0.2s ease-out, background 0.2s ease-out;
}
.bwp-button {
	display: inline-block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;

	-webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
	transition: color 0.2s ease-out, background 0.2s ease-out;
}
.bwp-button.bwp-with-text {
	font-family: 'Source Sans Pro', sans-serif;
}

/* additional styles for contact form (Contact Form 7) */
.wpcf7 .wpcf7-form label {
	padding-bottom: 0;
}
.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form textarea,
.wpcf7 .wpcf7-form select {
	margin-top: 5px;
	font-size: 15px;
	font-weight: 400;
}
.wpcf7 .wpcf7-form textarea {
	margin-bottom: -7px;
}
.wpcf7 .wpcf7-form input[type="button"],
.wpcf7 .wpcf7-form input[type="reset"],
.wpcf7 .wpcf7-form input[type="submit"] {
	margin-top: 0;
	font-size: 15px;
	font-weight: 600;
}
.wpcf7 .wpcf7-form input[type="checkbox"],
.wpcf7 .wpcf7-form input[type="radio"] {
	margin-top: 0;
	top: -2px;
}
.wpcf7 .wpcf7-form .wpcf7-list-item {
	margin: 3px 20px 0 0;
}
.wpcf7 .wpcf7-form .wpcf7-list-item:last-child {
	margin-right: 0;
}
.wpcf7 .wpcf7-form .wpcf7-list-item label {
	font-size: 15px;
	font-weight: 400;
}
.wpcf7 .wpcf7-form .wpcf7-list-item input[type="checkbox"]:first-child,
.wpcf7 .wpcf7-form .wpcf7-list-item input[type="radio"]:first-child {
	margin-right: 5px;
}
.wpcf7 .wpcf7-form .wpcf7-list-item input[type="checkbox"]:last-child,
.wpcf7 .wpcf7-form .wpcf7-list-item input[type="radio"]:last-child {
	margin-right: 0;
	margin-left: 5px;
}
.wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
	position: relative;
	top: 7px;
	background-color: #121215;
	opacity: 1;
}
.wpcf7 .wpcf7-form .wpcf7-spinner::before {
	background-color: #ffffff;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
	margin: 20px 0;
	padding: 15px 20px;
	border-radius: 2px;
}

/* float */
.bwp-f-left {
	float: left;
}
.bwp-f-right {
	float: right;
}

/* margin (none, 0) */
.bwp-m-none {
	margin: 0 !important;
}
.bwp-mt-none {
	margin-top: 0 !important;
}
.bwp-mb-none {
	margin-bottom: 0 !important;
}
.bwp-mr-none {
	margin-right: 0 !important;
}
.bwp-ml-none {
	margin-left: 0 !important;
}

/* padding (none, 0) */
.bwp-p-none {
	padding: 0 !important;
}
.bwp-pt-none {
	padding-top: 0 !important;
}
.bwp-pb-none {
	padding-bottom: 0 !important;
}
.bwp-pr-none {
	padding-right: 0 !important;
}
.bwp-pl-none {
	padding-left: 0 !important;
}

/* word wrap: break word */
.bwp-break-word {
	overflow-wrap: break-word;
}

/* overflow: hidden */
.bwp-o-hidden {
	overflow: hidden;
}

/* display: none */
.bwp-display-none {
	display: none;
}

/* screen reader text (text meant only for screen readers) */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	overflow-wrap: normal !important;
}

/* override Bootstrap's default container */
@media (min-width: 1200px) {
	.container {
		width: 1030px;
	}
}


/*
2.0 - Header
---------------------------------------
*/

#bwp-header {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 2px 18px -1px rgba(32,32,37,0.15);

	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.bwp-sidebar-visible #bwp-header {
	-webkit-transform: translateX(-210px);
	transform: translateX(-210px);
}

/* enable sticky header */
.bwp-enable-sticky-header #bwp-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
}
.admin-bar.bwp-enable-sticky-header #bwp-header {
	top: 32px;
}

/* disable sticky header */
.bwp-disable-sticky-header #bwp-header {
	position: relative;
	z-index: 900;
}
.bwp-disable-sticky-header #bwp-header .bwp-header-container {
	margin-left: 0 !important;
	padding-right: 0 !important;
}


/*
2.1 - Menu
---------------------------------------
*/

.bwp-header-menu {
	float: left;
	margin-left: -12px;
}

/* menu: important styles (superfish menu) */
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 910;
}
.sf-menu li {
	position: relative;
}
.sf-menu > li {
	display: inline-block;
	margin-left: -3px;
}
.sf-menu > li:first-child {
	margin-left: 0;
}
.sf-menu li:hover > ul,
.sf-menu .sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
	text-decoration: none !important;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* menu styles (superfish menu) */
.sf-menu {
	float: left;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}
.sf-menu li {
	white-space: nowrap;
}
.sf-menu a {
	padding: 0 12px;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #393940;
}
.sf-menu a:hover,
.sf-menu a:focus,
.sf-menu > li:hover > a,
.sf-menu > .current-menu-item > a,
.sf-menu > .current-menu-ancestor > a,
.sf-menu > .current-menu-ancestor > .sf-with-ul::after {
	color: #6f6fff;
}
.sf-menu a i {
	margin-right: 8px;
}

/* dropdown menu */
.sf-menu ul {
	min-width: 180px;
	margin-left: 0;
	padding: 16px 15px;
	background-color: #ffffff;
	border-top: 2px solid #eeeff1;
	box-shadow: 0 1px 0 1px rgba(32,32,37,0.08);
}
.sf-menu > li:first-child > ul {
	margin-left: 12px;
}
.sf-menu ul::before {
	content: '';
	position: absolute;
	z-index: 910;
	bottom: 100%;
	left: 12px;
	margin-bottom: 1px;
	border: 6px solid transparent;
	border-bottom: 6px solid #eeeff1;
}
.sf-menu ul ul {
	top: -18px;
	margin-left: 15px;
}
.sf-menu ul ul::before {
	display: none;
}
.sf-menu ul li a {
	padding: 0 15px;
	height: auto !important;
	line-height: 34px !important;
	text-align: left;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.2px;
	text-transform: none;
	color: #393940;
}
.sf-menu ul li a:hover,
.sf-menu ul > li:hover > a,
.sf-menu ul > .current-menu-item > a,
.sf-menu ul > .current-menu-ancestor > a,
.sf-menu ul > .current-menu-ancestor > .sf-with-ul::after {
	color: #6f6fff;
}

/* arrows for menu items */
.sf-arrows .sf-with-ul::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.sf-arrows .sf-with-ul::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; /* solid style */
	content: '\f107'; /* icon: angle-down */
	font-size: 11px;
	padding-left: 7px;
	color: #393940;
	opacity: 0.4;

	-webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out;
	transition: color 0.2s ease-out, opacity 0.2s ease-out;
}
.sf-arrows > li > .sf-with-ul:focus::after,
.sf-arrows > li:hover > .sf-with-ul::after,
.sf-arrows > .sfHover > .sf-with-ul::after {
	color: #6f6fff;
	opacity: 0.9;
}

/* dropdown menu: arrows for menu items */
.sf-arrows ul .sf-with-ul {
	padding: 0 20px 0 15px;
}
.sf-arrows ul .sf-with-ul::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; /* solid style */
	content: '\f105'; /* icon: angle-right */
	font-size: 10px;
	position: absolute;
	top: -1px;
	right: 5px;
	padding-left: 0;
	color: #393940;
	opacity: 0.4;
}
.sf-arrows ul li > .sf-with-ul:focus::after,
.sf-arrows ul li:hover > .sf-with-ul::after,
.sf-arrows ul .sfHover > .sf-with-ul::after {
	color: #6f6fff;
	opacity: 0.9;
}


/*
2.2 - Mobile menu
---------------------------------------
*/

.bwp-header-mobile-menu {
	display: none;
	float: left;
	position: relative;
	margin-left: -15px;
}

/* button: show/hide mobile menu */
#bwp-toggle-mobile-menu {
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #393940;
}
#bwp-toggle-mobile-menu i {
	position: relative;
	top: 1px;
	margin-right: 10px;
	font-size: 16px;
}
#bwp-toggle-mobile-menu .bwp-button-text {
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
#bwp-toggle-mobile-menu:hover,
#bwp-toggle-mobile-menu.bwp-active {
	color: #6f6fff;
}
#bwp-toggle-mobile-menu .fa-times {
	margin-right: 13px;
}

/* container with menu */
#bwp-dropdown-mobile-menu {
	position: absolute;
	top: 100%;
	left: 15px;
	z-index: 920;
	width: auto;
	height: auto;
	padding: 15px 30px;
	background-color: #ffffff;
	border-top: 2px solid #eeeff1;
	box-shadow: 0 1px 0 1px rgba(32,32,37,0.08);

	visibility: hidden;
	opacity: 0;
	margin-top: 10px;
	pointer-events: none;

	-webkit-transition: visibility 0.15s ease, opacity 0.15s ease, margin-top 0.15s ease;
	transition: visibility 0.15s ease, opacity 0.15s ease, margin-top 0.15s ease;
}
#bwp-dropdown-mobile-menu.bwp-visible {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	pointer-events: auto;

	-webkit-transition: visibility 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
	transition: visibility 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
#bwp-dropdown-mobile-menu::before {
	content: '';
	position: absolute;
	z-index: 920;
	bottom: 100%;
	left: 13px;
	margin-bottom: 1px;
	border: 6px solid transparent;
	border-bottom: 6px solid #eeeff1;
}

/* mobile menu links */
.bwp-mobile-menu {
	margin: 0;
	padding: 0;
	width: 285px;
	font-family: 'Poppins', sans-serif;
	overflow-wrap: break-word;
}
.bwp-mobile-menu li {
	margin: 0;
	border-top: 1px solid #efeff2;
}
.bwp-mobile-menu > li:first-child {
	border-top: none;
}
.bwp-mobile-menu li a {
	position: relative;
	display: block;
	padding: 13px 0;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 1.4;
	text-transform: uppercase;
	text-decoration: none;
	color: #393940;
}
.bwp-mobile-menu li.menu-item-has-children > a {
	padding-right: 50px;
}
.bwp-mobile-menu li a:focus {
	text-decoration: none;
	color: #393940;
}
.bwp-mobile-menu li a:hover,
.bwp-mobile-menu .current-menu-item > a {
	text-decoration: none;
	color: #6f6fff;
}
.bwp-mobile-menu li a > i:first-child {
	margin-right: 10px;
}
.bwp-mobile-menu ul {
	display: none; /* hide all submenus */
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
.bwp-mobile-menu ul ul {
	padding: 0 0 0 15px;
}
.bwp-mobile-menu ul li a {
	font-weight: 300;
	text-transform: none;
}

/* mobile menu: arrow icon */
.bwp-toggle-mobile-submenu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393940;

	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.bwp-toggle-mobile-submenu:focus {
	color: #393940;
}
.bwp-toggle-mobile-submenu:hover {
	color: #6f6fff;
}
.bwp-toggle-mobile-submenu::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 3;
	display: block;
	width: 1px;
	height: 20px;
	background-color: #efeff2;
}

/* styles for a link with an open submenu */
.bwp-mobile-menu li.bwp-submenu-visible > a,
.bwp-mobile-menu li.bwp-submenu-visible > a .bwp-toggle-mobile-submenu {
	color: #6f6fff;
}


/*
2.3 - Header icons
---------------------------------------
*/

.bwp-header-icons {
	float: right;
}
.bwp-header-icons:not(.bwp-no-sidebar-button) {
	margin-right: -12px;
}


/*
2.3.1 - Button: Show sidebar (arrow icon)
---------------------------------------
*/

.bwp-header-sidebar-button {
	float: right;
	width: 36px;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	color: #393940;
}
.bwp-header-sidebar-button:hover,
.bwp-header-sidebar-button:focus {
	color: #6f6fff;
}


/*
2.3.2 - Search (search icon and search form)
---------------------------------------
*/

.bwp-header-search {
	float: right;
	position: relative;
}

/* search icon (button) */
#bwp-toggle-dropdown-search {
	width: 36px;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	color: #393940;
}
#bwp-toggle-dropdown-search:hover,
#bwp-toggle-dropdown-search:focus,
#bwp-toggle-dropdown-search.bwp-active {
	color: #6f6fff;
}
#bwp-toggle-dropdown-search .fa-times {
	font-size: 16px;
	position: relative;
	top: 1px;
}

/* container with search form */
#bwp-dropdown-search {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 920;
	width: 300px;
	height: auto;
	padding: 0 12px 0 0;
	background-color: #ffffff;
	border-top: 2px solid #eeeff1;
	box-shadow: 0 1px 0 1px rgba(32,32,37,0.08);

	visibility: hidden;
	opacity: 0;
	margin-top: 10px;
	pointer-events: none;

	-webkit-transition: visibility 0.15s ease, opacity 0.15s ease, margin-top 0.15s ease;
	transition: visibility 0.15s ease, opacity 0.15s ease, margin-top 0.15s ease;
}
#bwp-dropdown-search.bwp-visible {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	pointer-events: auto;

	-webkit-transition: visibility 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
	transition: visibility 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
#bwp-dropdown-search::before {
	content: '';
	position: absolute;
	z-index: 920;
	right: 12px;
	bottom: 100%;
	margin-bottom: 1px;
	border: 6px solid transparent;
	border-bottom: 6px solid #eeeff1;
}

/* search form */
#searchform .bwp-search-field {
	border: none;
	outline: none;
	border-radius: 0;
	box-shadow: none !important;
}
#bwp-dropdown-search #searchform .bwp-search-field {
	height: 66px;
	padding: 0 5px 0 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.2px;
	color: #393940;
	background: #ffffff;
}

/* search form: placeholder */
/* Chrome / Opera / Safari */
#bwp-dropdown-search #searchform .bwp-search-field::-webkit-input-placeholder {
	font-weight: 300;
	color: #8f8f9c;
	opacity: 1;
}
/* Firefox 18- */
#bwp-dropdown-search #searchform .bwp-search-field:-moz-placeholder {
	font-weight: 300;
	color: #8f8f9c;
	opacity: 1;
}
/* Firefox 19+ */
#bwp-dropdown-search #searchform .bwp-search-field::-moz-placeholder {
	font-weight: 300;
	color: #8f8f9c;
	opacity: 1;
}
/* IE 10+ */
#bwp-dropdown-search #searchform .bwp-search-field:-ms-input-placeholder {
	font-weight: 300;
	color: #8f8f9c;
	opacity: 1;
}

/* search form: submit button */
#searchform .bwp-search-submit {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 0;

	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
#bwp-dropdown-search #searchform .bwp-search-submit {
	width: 50px;
	height: 66px;
	line-height: 66px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #393940;
	background: #ffffff;
}
#bwp-dropdown-search #searchform .bwp-search-submit:hover,
#bwp-dropdown-search #searchform .bwp-search-submit:focus {
	color: #6f6fff;
}


/*
2.3.3 - Button: Change color scheme (moon and sun icons)
---------------------------------------
*/

#bwp-toggle-color {
	float: right;
	width: 36px;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	color: #393940;
}
#bwp-toggle-color:hover,
#bwp-toggle-color:focus {
	color: #6f6fff;
}
#bwp-toggle-color .fa-sun {
	font-size: 15px;
	position: relative;
	top: 1px;
}


/*
2.3.4 - Font types (sans-serif or serif)
---------------------------------------
*/

.bwp-font-types {
	float: right;
	position: relative;
}

/* font icon (button) */
#bwp-show-font-types {
	width: 36px;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	color: #393940;
}
#bwp-show-font-types:hover,
#bwp-show-font-types:focus,
#bwp-show-font-types.bwp-active {
	color: #6f6fff;
}
#bwp-show-font-types .fa-times {
	font-size: 16px;
	position: relative;
	top: 1px;
}

/* container with available font types */
#bwp-dropdown-font-types {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 920;
	width: 180px;
	height: auto;
	padding: 16px 15px;
	background-color: #ffffff;
	border-top: 2px solid #eeeff1;
	box-shadow: 0 1px 0 1px rgba(32,32,37,0.08);

	visibility: hidden;
	opacity: 0;
	margin-top: 10px;
	pointer-events: none;

	-webkit-transition: visibility 0.15s ease, opacity 0.15s ease, margin-top 0.15s ease;
	transition: visibility 0.15s ease, opacity 0.15s ease, margin-top 0.15s ease;
}
#bwp-dropdown-font-types.bwp-visible {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	pointer-events: auto;

	-webkit-transition: visibility 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
	transition: visibility 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
#bwp-dropdown-font-types::before {
	content: '';
	position: absolute;
	z-index: 920;
	right: 12px;
	bottom: 100%;
	margin-bottom: 1px;
	border: 6px solid transparent;
	border-bottom: 6px solid #eeeff1;
}

/* available font types */
.bwp-font-type {
	padding: 8px 15px;
	line-height: 1.4;
	text-align: right;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.2px;
	text-transform: capitalize;
	color: #393940;
	background-color: transparent;
	cursor: pointer;

	-webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.bwp-font-type.bwp-active {
	color: #ffffff;
	background-color: #6f6fff;
	border-radius: 2px;
	cursor: default;
}
.bwp-font-type:not(.bwp-active):hover {
	color: #6f6fff;
}


/*
3.0 - Container with site content
---------------------------------------
*/

.bwp-site-content {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.bwp-sidebar-visible .bwp-site-content {
	-webkit-transform: translateX(-210px);
	transform: translateX(-210px);
}

/* add indent for the first section */
.bwp-site-content .container .bwp-site-section:first-of-type {
	margin-top: 50px;
}

/* separator (with gradient) */
.bwp-separator {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background: #efeff2;
}
.bwp-separator.bwp-gradient {
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(236,236,240,0.5)), color-stop(50%, rgba(236,236,240,1)), color-stop(100%, rgba(236,236,240,0.5)));
	background: -webkit-linear-gradient(left, rgba(236,236,240,0.5) 0%, rgba(236,236,240,1) 50%, rgba(236,236,240,0.5) 100%);
	background: -moz-linear-gradient(left, rgba(236,236,240,0.5) 0%, rgba(236,236,240,1) 50%, rgba(236,236,240,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(236,236,240,0.5) 0%, rgba(236,236,240,1) 50%, rgba(236,236,240,0.5) 100%);
	background: -o-linear-gradient(left, rgba(236,236,240,0.5) 0%, rgba(236,236,240,1) 50%, rgba(236,236,240,0.5) 100%);
	background: linear-gradient(to right, rgba(236,236,240,0.5) 0%, rgba(236,236,240,1) 50%, rgba(236,236,240,0.5) 100%);
}
.bwp-separator .bwp-rhomb {
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -5px;
	top: -4px;
	display: block;
	width: 10px;
	height: 10px;
	background-color: rgba(236,236,240,1);
	border-radius: 2px;

	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bwp-site-content .container .bwp-site-section:nth-of-type(2) .bwp-separator {
	display: none;
}

/* section header */
.bwp-section-header {
	width: 100%;
	max-width: 650px;
	margin: 50px auto 30px;
	text-align: center;
	overflow-wrap: break-word;
}
.bwp-section-header .bwp-section-title {
	position: relative;
	margin: 0;
	font-size: 27px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.35;
	color: #2e2e34;
}
.bwp-section-header .bwp-category-tag-title {
	text-transform: capitalize;
}
.bwp-section-header .bwp-section-title .bwp-category-title-prefix,
.bwp-section-header .bwp-section-title .bwp-tag-title-prefix {
	margin-right: 6px;
}
.bwp-section-header .bwp-section-title .bwp-search-query-text {
	margin-left: 6px;
}
.bwp-section-header .bwp-section-title .bwp-page-number {
	position: absolute;
	z-index: 2;
	white-space: nowrap;
	display: inline-block;
	margin-top: -5px;
	margin-left: 10px;
	padding: 0 7px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.7;
	color: #393940;
	background-color: #f7f7f9;
	border-radius: 2px;
}
.bwp-section-header .bwp-section-title a,
.bwp-section-header .bwp-section-title a:hover,
.bwp-section-header .bwp-section-title a:focus {
	text-decoration: underline;
}
.bwp-section-header > p,
.bwp-section-header .bwp-archive-description {
	margin: 14px 0 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	color: #8f8f9c;
}
.bwp-section-header .bwp-archive-description p {
	margin: 0 0 10px;
}
.bwp-section-header .bwp-archive-description > :last-child {
	margin-bottom: 0 !important;
}
.bwp-section-header .bwp-archive-description .bwp-search-results-number {
	margin-left: 3px;
}
.bwp-section-header > p a,
.bwp-section-header > p a:hover,
.bwp-section-header > p a:focus {
	text-decoration: underline;
}
.bwp-section-header-separator {
	display: block;
	margin: 24px auto 0;
	width: 15px;
	height: 2px;
	background-color: #2e2e34;
}


/*
4.0 - Site logo (text logo, image)
---------------------------------------
*/

.bwp-logo-container {
	margin-top: 50px;
	text-align: center;
}

/* logo: text */
.bwp-logo-text-container {
	margin-bottom: -2px;
	overflow-wrap: break-word;
}
.bwp-logo-text {
	font-family: 'Yeseva One', sans-serif;
	font-size: 47px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 7px;
	line-height: 1.1;
	text-decoration: none;
	color: #2e2e34;
}
.bwp-logo-text:hover,
.bwp-logo-text:focus {
	color: #6f6fff;
	text-decoration: none;
}

/* logo: image */
.custom-logo-link img {
	max-width: 100%;
	height: auto;
}

/* site name (h1) */
.bwp-site-name {
	font-size: 20px;
}


/*
5.0 - Homepage slider (slider with featured posts)
---------------------------------------
*/

.bwp-homepage-slider-wrap {
	position: relative;
	z-index: 2;
	overflow: hidden;
	background-color: #f7f7f9;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
}
.bwp-homepage-slider-wrap,
.bwp-homepage-slider-item {
	width: 100%;
	height: 400px; /* slider height */
	border-radius: 2px;
}
.bwp-homepage-slider-item {
	position: relative;
	overflow: hidden;
}

/* homepage slider: background image */
.bwp-homepage-slider-item-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;

	-webkit-background-size: cover;
	background-size: cover;

	-webkit-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}

/* homepage slider: background color (slide without image) */
.bwp-homepage-slider-item-no-bg .bwp-homepage-slider-item-bg {
	background-color: #8f8f9c;
}

/* homepage slider: dark overlay */
.bwp-homepage-slider-item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background-color: #121215;
	visibility: hidden;
	opacity: 0;
	border-radius: 2px;

	-webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
	transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
}
.bwp-homepage-slider-item-overlay.bwp-visible {
	visibility: visible;
	opacity: 0.32;
}
.bwp-homepage-slider-wrap:hover .bwp-homepage-slider-item-overlay.bwp-visible {
	opacity: 0.4;
}

/* homepage slider: zoom button (html tag: a) */
.bwp-homepage-slider-zoom-image {
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 35;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 13px;
	color: #ffffff;
	background-color: transparent;
	text-shadow: 0 1px 3px rgba(32,32,37,0.15);
	box-shadow: none;
	border-radius: 22px;
	visibility: hidden;
	opacity: 0;

	-webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease-out, color 0.2s ease-out, background-color 0.2s ease-out, box-shadow 0.2s ease-out;
	transition: visibility 0.3s ease-out, opacity 0.3s ease-out, color 0.2s ease-out, background-color 0.2s ease-out, box-shadow 0.2s ease-out;
}
.bwp-homepage-slider-zoom-image:focus {
	color: #ffffff;
	text-decoration: none;
}
.bwp-homepage-slider-zoom-image:hover {
	color: #ffffff;
	background-color: #6f6fff;
	text-shadow: none;
	box-shadow: 0 6px 18px -6px rgba(32,32,37,0.25);
	text-decoration: none;
}
.bwp-homepage-slider-zoom-image.bwp-visible {
	visibility: visible;
	opacity: 1;
}

/* homepage slider: content */
.bwp-homepage-slider-item-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	width: 100%;
	height: 100%;
}
.bwp-homepage-slider-content-alignment {
	width: 100%;
	height: 100%;
	display: table;
}
.bwp-homepage-slider-content-center {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 88px;
}
.bwp-homepage-slider-content-container {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	overflow-wrap: break-word;
}
.bwp-homepage-slider-content-text {
	visibility: hidden;
	opacity: 0;
	margin-bottom: 25px;

	-webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease-out, margin-bottom 0.3s ease-out;
	transition: visibility 0.3s ease-out, opacity 0.3s ease-out, margin-bottom 0.3s ease-out;
}
.bwp-homepage-slider-content-text.bwp-visible {
	visibility: visible;
	opacity: 1;
	margin-bottom: 0;
}

/* homepage slider: metadata */
.bwp-homepage-slider-post-metadata {
	margin: 0 0 15px;
}
.bwp-homepage-slider-post-metadata li {
	display: inline-block;
	margin-right: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.4px;
	line-height: 1.7;
	color: #eeeff1;
	text-shadow: 0 1px 3px rgba(32,32,37,0.12);
}
.bwp-homepage-slider-post-metadata li:last-child {
	margin-right: 0;
}
.bwp-homepage-slider-post-metadata li::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	font-size: 13px;
	opacity: 0.7;
}
.bwp-homepage-slider-post-metadata .bwp-author::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; /* solid style */
	content: '\f5ac'; /* icon: pen-fancy */
}
.bwp-homepage-slider-post-metadata .bwp-date::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400; /* regular style */
	content: '\f017'; /* icon: clock */
}
.bwp-homepage-slider-post-metadata .bwp-categories::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400; /* regular style */
	content: '\f07c'; /* icon: folder-open */
}
.bwp-homepage-slider-post-metadata li a {
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	color: #eeeff1;
}
.bwp-homepage-slider-post-metadata li a:hover,
.bwp-homepage-slider-post-metadata li a:focus {
	color: #ffffff;
	text-decoration: none;
}

/* homepage slider: title */
.bwp-homepage-slider-post-title {
	margin: 0;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.4px;
	line-height: 1.3;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(32,32,37,0.12);
}
.bwp-homepage-slider-post-title a {
	color: #ffffff;
	text-decoration: none;
}
.bwp-homepage-slider-post-title a:hover,
.bwp-homepage-slider-post-title a:focus {
	color: #ffffff;
	text-decoration: underline;
}

/* read more */
.bwp-homepage-slider-read-more {
	display: inline-block;
	margin: 15px 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.4px;
	line-height: 1.7;
	white-space: nowrap;
	text-decoration: none;
	color: #eeeff1;
	text-shadow: 0 1px 3px rgba(32,32,37,0.12);
}
.bwp-homepage-slider-read-more i {
	margin-left: 8px;
	font-size: 15px;
	position: relative;
	top: 1px;
	right: 0;

	-webkit-transition: right 0.3s ease-out;
	transition: right 0.3s ease-out;
}
.bwp-homepage-slider-read-more:hover,
.bwp-homepage-slider-read-more:focus {
	color: #ffffff;
	text-decoration: none;
}
.bwp-homepage-slider-read-more:hover i {
	right: -5px;
}

/* homepage slider: navigation buttons (next and previous) */
.bwp-homepage-slider-wrap .tns-controls button {
	position: absolute;
	top: 50%;
	z-index: 40;
	display: inline-block;
	margin: -22px 0 0;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #393940;
	background: #ffffff;
	border-radius: 22px;
	box-shadow: 0 6px 18px -6px rgba(32,32,37,0.25);
	opacity: 0;
}
.bwp-homepage-slider-wrap .tns-controls button:hover {
	color: #ffffff;
	background: #6f6fff;
}
.bwp-homepage-slider-wrap .tns-controls button[data-controls="prev"] {
	left: 12px;

	-webkit-transition: color 0.2s ease-out, background 0.2s ease-out, left 0.3s ease-out, opacity 0.3s ease-out;
	transition: color 0.2s ease-out, background 0.2s ease-out, left 0.3s ease-out, opacity 0.3s ease-out;
}
.bwp-homepage-slider-wrap .tns-controls button[data-controls="next"] {
	right: 12px;

	-webkit-transition: color 0.2s ease-out, background 0.2s ease-out, right 0.3s ease-out, opacity 0.3s ease-out;
	transition: color 0.2s ease-out, background 0.2s ease-out, right 0.3s ease-out, opacity 0.3s ease-out;
}
.bwp-homepage-slider-wrap:hover .tns-controls button[data-controls="prev"] {
	left: 22px;
	opacity: 1;
}
.bwp-homepage-slider-wrap:hover .tns-controls button[data-controls="next"] {
	right: 22px;
	opacity: 1;
}
.bwp-homepage-slider-wrap .tns-controls button[disabled] {
	cursor: default;
}
.bwp-homepage-slider-wrap .tns-controls button[disabled]:hover {
	color: #393940;
	background: #ffffff;
}
.bwp-homepage-slider-wrap:hover .tns-controls button[disabled] {
	opacity: 0;
}
.bwp-homepage-slider-wrap:hover .tns-controls button[data-controls="prev"][disabled] {
	left: 12px;
}
.bwp-homepage-slider-wrap:hover .tns-controls button[data-controls="next"][disabled] {
	right: 12px;
}

/* homepage slider: slider pagination (dots) */
.bwp-homepage-slider-wrap .tns-nav {
	position: absolute;
	bottom: 12px;
	left: 0;
	z-index: 40;
	width: 100%;
	text-align: center;
}
.bwp-homepage-slider-wrap .tns-nav button {
	display: inline-block;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	box-shadow: none;
	width: 8px;
	height: 8px;
	background: #f7f7f9;
	border-radius: 4px;
	opacity: 0.5;

	-webkit-transition: background 0.2s ease-out, opacity 0.2s ease-out;
	transition: background 0.2s ease-out, opacity 0.2s ease-out;
}
.bwp-homepage-slider-wrap .tns-nav button.tns-nav-active,
.bwp-homepage-slider-wrap .tns-nav button:hover {
	background: #f7f7f9;
	opacity: 1;
}

/* homepage slider: loading icon */
#bwp-homepage-slider-loading-icon {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	margin-top: -14px;
	text-align: center;
	font-size: 24px;
	color: #2e2e34;
	opacity: 1;
	visibility: visible;

	-webkit-transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
	transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
}
#bwp-homepage-slider-loading-icon.bwp-hidden {
	opacity: 0;
	visibility: hidden;
}

/* fix: sliders flickering on safari */
.tns-item {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/*
6.0 - Recent posts
---------------------------------------
*/

.bwp-recent-posts-section {
	margin-top: 50px;
}
.bwp-recent-posts-section.bwp-section-has-header {
	margin-top: 0;
}
.bwp-posts {
	margin-right: -15px;
	margin-left: -15px;
}
.bwp-posts-wrap {
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
}

/* masonry */
.bwp-col-3-layout {
	margin-right: -50px;
}
.bwp-masonry-item {
	float: left;
}
.bwp-post-wrap {
	position: relative;
	margin-right: 50px;
	margin-bottom: 50px;
}
.bwp-col-size {
	width: 33.33%; /* default size for columns (3 columns) */
}
.bwp-col-3 {
	width: 33.33%; /* 3 columns */
}
.bwp-col-3.bwp-width-2x {
	width: 66.66%; /* double width */
}


/*
6.1 - Featured image
---------------------------------------
*/

.bwp-post-media {
	position: relative;
	margin-bottom: 24px;
}

/* img (featured image) */
.bwp-post-media img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
}

/* featured image: dark overlay */
.bwp-post-media-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #121215;
	border-radius: 2px;
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.bwp-post-media:hover .bwp-post-media-overlay {
	opacity: 0.1;
}

/* hover icon */
.bwp-post-hover-icon {
	position: absolute;
	right: 25px;
	bottom: 10px;
	z-index: 20;
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(32,32,37,0.1);
	opacity: 0;

	-webkit-transition: right 0.3s ease-out, opacity 0.3s ease-out;
	transition: right 0.3s ease-out, opacity 0.3s ease-out;
}
.bwp-post-hover-icon.bwp-expand-image {
	font-size: 16px;
}
.bwp-post-media:hover .bwp-post-hover-icon {
	right: 15px;
	opacity: 1;
}
.bwp-width-2x .bwp-post-hover-icon {
	right: 32px;
}
.bwp-width-2x .bwp-post-media:hover .bwp-post-hover-icon {
	right: 22px;
}

/* audio and video formats: icon */
.bwp-post-format-icon {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 30;
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(32,32,37,0.1);
}
.bwp-width-2x .bwp-post-format-icon {
	right: 22px;
}

/* image caption */
.bwp-post-image-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 30;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 15px 15px;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.4px;
	line-height: 1.7;
	color: #ffffff;
	background: rgba(12,12,14,0.26);
	text-shadow: 0 1px 3px rgba(32,32,37,0.1);
	border-radius: 0 0 2px 2px;
	overflow-wrap: break-word;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12,12,14,0)), color-stop(65%, rgba(12,12,14,0.3)), color-stop(100%, rgba(12,12,14,0.5)));
	background: -webkit-linear-gradient(top, rgba(12,12,14,0) 0%, rgba(12,12,14,0.3) 65%, rgba(12,12,14,0.5) 100%);
	background: -moz-linear-gradient(top, rgba(12,12,14,0) 0%, rgba(12,12,14,0.3) 65%, rgba(12,12,14,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(12,12,14,0) 0%, rgba(12,12,14,0.3) 65%, rgba(12,12,14,0.5) 100%);
	background: -o-linear-gradient(top, rgba(12,12,14,0) 0%, rgba(12,12,14,0.3) 65%, rgba(12,12,14,0.5) 100%);
	background: linear-gradient(to bottom, rgba(12,12,14,0) 0%, rgba(12,12,14,0.3) 65%, rgba(12,12,14,0.5) 100%);
}


/*
6.2 - Slider with images (Gallery format)
---------------------------------------
*/

.bwp-post-media-slider {
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
	border-radius: 2px;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
}
.bwp-post-slider-item {
	position: relative;
	overflow: hidden;
}

/* img (slide image) */
.bwp-post-slider-item img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* slide image: dark overlay */
.bwp-post-slider-item:hover .bwp-post-media-overlay {
	opacity: 0.1;
}

/* hover icon */
.bwp-post-slider-item:hover .bwp-post-hover-icon {
	right: 15px;
	opacity: 1;
}
.bwp-width-2x .bwp-post-slider-item:hover .bwp-post-hover-icon {
	right: 22px;
}

/* slider: navigation buttons (next and previous) */
.bwp-post-media-slider .tns-controls button {
	position: absolute;
	top: 50%;
	z-index: 30;
	display: inline-block;
	margin: -22px 0 0;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #393940;
	background: #ffffff;
	border-radius: 22px;
	box-shadow: 0 6px 18px -6px rgba(32,32,37,0.25);
	opacity: 1;

	-webkit-transition: color 0.2s ease-out, background 0.2s ease-out, opacity 0.3s ease-out;
	transition: color 0.2s ease-out, background 0.2s ease-out, opacity 0.3s ease-out;
}
.bwp-post-media-slider .tns-controls button:hover {
	color: #ffffff;
	background: #6f6fff;
}
.bwp-post-media-slider .tns-controls button[data-controls="prev"] {
	left: 15px;
}
.bwp-post-media-slider .tns-controls button[data-controls="next"] {
	right: 15px;
}
.bwp-width-2x .bwp-post-media-slider .tns-controls button[data-controls="prev"] {
	left: 22px;
}
.bwp-width-2x .bwp-post-media-slider .tns-controls button[data-controls="next"] {
	right: 22px;
}
.bwp-post-media-slider .tns-controls button[disabled] {
	cursor: default;
	opacity: 0.5;
}
.bwp-post-media-slider .tns-controls button[disabled]:hover {
	color: #393940;
	background: #ffffff;
}


/*
6.3 - Video player (iframe; video format)
---------------------------------------
*/

.bwp-post-media.bwp-video-player {
	background-color: #f7f7f9;
	border-radius: 2px;
}
.bwp-iframe-video-wrap {
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	z-index: 10;
	border-radius: 2px;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
}
.bwp-iframe-video-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: none !important;
}


/*
6.4 - Audio player (iframe; audio format)
---------------------------------------
*/

.bwp-post-media.bwp-audio-player {
	background-color: #f7f7f9;
	border-radius: 2px;
}
.bwp-iframe-audio-wrap {
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
}
.bwp-iframe-audio-wrap iframe {
	display: block;
	min-height: 160px;
	width: 100%;
	border: none !important;
}


/*
6.5 - Post content
---------------------------------------
*/

.bwp-post-content {
	position: relative;
	padding: 0 0 50px;
	overflow-wrap: break-word;
}
.bwp-post-content::before,
.bwp-post-content::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.bwp-post-content::before {
	z-index: 2;
	width: 15px;
	height: 4px;
	background-color: #eeeff1;

	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
.bwp-post-content::after {
	z-index: 1;
	width: 50%;
	height: 1px;
	background-color: #efeff2;
}
.bwp-width-2x .bwp-post-content {
	padding-right: 50px !important;
}
.sticky .bwp-post-content {
	padding-right: 35px;
}
.bwp-width-2x .bwp-post-content,
.sticky .bwp-post-content {
	border-right: 1px solid #efeff2;
	border-bottom: 1px solid #efeff2;
	border-radius: 0 0 3px 0;
}
.bwp-width-2x .bwp-post-content::before,
.sticky .bwp-post-content::before {
	bottom: -1px;
}
.bwp-width-2x .bwp-post-content::after,
.sticky .bwp-post-content::after {
	display: none;
}

/* sticky post: icon */
.bwp-post-sticky-mark {
	display: none;
}
.sticky .bwp-post-sticky-mark {
	display: inline-block;
	position: absolute;
	top: 0;
	right: -12px;
	z-index: 20;
	width: 24px;
	height: 46px;
	line-height: 1.1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8f8f9c;
	background-color: #ffffff;
}
.sticky .bwp-post-sticky-mark i {
	position: relative;
	top: 5px;
	opacity: 0.5;

	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* metadata (author, date, and categories) */
.bwp-post-metadata {
	margin: 0 0 8px;
	padding-left: 1px;
	text-align: left;
}
.bwp-width-2x .bwp-post-metadata {
	margin-bottom: 7px;
}
.bwp-post-metadata li {
	display: inline-block;
	margin-right: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	color: #8f8f9c;
}
.bwp-post-metadata li:last-child {
	margin-right: 0;
}
.bwp-post-metadata .bwp-hidden {
	display: none; /* show only one item, hide other items */
}
.bwp-post-metadata li::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	font-size: 13px;
	opacity: 0.5;
}
.bwp-post-metadata .bwp-author::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; /* solid style */
	content: '\f5ac'; /* icon: pen-fancy */
}
.bwp-post-metadata .bwp-date::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400; /* regular style */
	content: '\f017'; /* icon: clock */
}
.bwp-post-metadata .bwp-categories::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400; /* regular style */
	content: '\f07c'; /* icon: folder-open */
}
.bwp-post-metadata li a {
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	color: #8f8f9c;
}
.bwp-post-metadata li a:hover,
.bwp-post-metadata li a:focus {
	color: #6f6fff;
	text-decoration: none;
}

/* title */
.bwp-post-title {
	margin: 0 0 15px;
	font-size: 23px; /* font size for standard post */
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.35;
}
.bwp-post-title a {
	color: #2e2e34;
	text-decoration: none;
}
.bwp-post-title a:hover,
.bwp-post-title a:focus {
	color: #2e2e34;
	text-decoration: underline;
}
.bwp-width-2x .bwp-post-title {
	font-size: 27px; /* font size for big post */
}

/* excerpt */
.bwp-post-excerpt {
	padding-top: 1px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	color: #484850;
}
.bwp-width-2x .bwp-post-excerpt {
	padding-top: 0;
}
.bwp-post-excerpt > :last-child {
	margin-bottom: 0 !important;
}
.bwp-post-excerpt a,
.bwp-post-excerpt a:hover,
.bwp-post-excerpt a:focus {
	text-decoration: underline;
}

/* read more and counters (views and comments) */
.bwp-post-read-more,
.bwp-post-counters {
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 17px;
}
.bwp-post-read-more {
	float: left;
}
.bwp-post-counters {
	float: right;
	text-align: right;
}
.bwp-post-no-read-more .bwp-post-counters {
	float: left;
	text-align: left;
}

/* read more */
.bwp-post-read-more a {
	display: inline-block;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.6;
	text-decoration: none;
	white-space: nowrap;
	color: #393940;
}
.bwp-post-read-more a:hover,
.bwp-post-read-more a:focus {
	color: #6f6fff;
	text-decoration: none;
}

/* read more for pages */
.bwp-masonry-item.page .bwp-post-read-more {
	float: none;
}

/* counters (views and comments) */
.bwp-post-counters a {
	display: inline-block;
	margin-right: 14px;
	font-size: 15px;
	line-height: 1.6;
	text-decoration: none;
	white-space: nowrap;
	color: #8f8f9c;
}
.bwp-post-counters a:last-child {
	margin-right: 0;
}
.bwp-post-counters a:hover,
.bwp-post-counters a:focus {
	color: #6f6fff;
	text-decoration: none;
}
.bwp-post-counters a::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
	margin-right: 4px;
	opacity: 0.5;

	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.bwp-post-counters a:hover::before,
.bwp-post-counters a:focus::before {
	opacity: 1;
}
.bwp-post-counters .bwp-views-counter::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400; /* regular style */
	content: '\f06e'; /* icon: eye */
}
.bwp-post-counters .bwp-comments-counter::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400; /* regular style */
	content: '\f086'; /* icon: comments */
}
.bwp-post-counters .bwp-counter-number {
	position: relative;
	top: -1px;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
}


/*
6.6 - "No results" message (content none)
---------------------------------------
*/

.bwp-no-results {
	margin: 0 0 50px;
	padding: 100px 50px;
	border: 1px solid #efeff2;
	border-bottom-width: 2px;
	border-radius: 2px;
}
.bwp-no-results-content {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
	overflow-wrap: break-word;
}
.bwp-no-results h3 {
	margin: 0 0 16px;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.35;
	color: #2e2e34;
}
.bwp-no-results p {
	margin: 0;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	color: #484850;
}
.bwp-no-results p a {
	text-decoration: underline;
	color: #484850;
}
.bwp-no-results p a:hover,
.bwp-no-results p a:focus {
	text-decoration: underline;
	color: #6f6fff;
}


/*
7.0 - Pagination
---------------------------------------
*/

.pagination {
	overflow: hidden;
	display: block;
	margin: 0 0 50px;
	padding: 10px 0 0;
	border-radius: 0;
}
.pagination .nav-links {
	text-align: center;
}
.pagination .nav-links .page-numbers {
	display: inline-block;
	padding: 0 16px;
	height: 44px;
	line-height: 44px;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	color: #393940;
}
.pagination .nav-links .page-numbers.dots {
	padding-right: 8px;
	padding-left: 8px;
	font-weight: 400;
}
.pagination .nav-links .page-numbers.prev i,
.pagination .nav-links .page-numbers.next i {
	font-size: 12px;
}
.pagination .nav-links .page-numbers.current {
	cursor: default;
	color: #ffffff;
	background-color: #6f6fff;
	border-radius: 2px;
}
.pagination .nav-links a.page-numbers:hover,
.pagination .nav-links a.page-numbers:focus {
	color: #6f6fff;
	text-decoration: none;
}


/*
8.0 - Single page
---------------------------------------
*/

/* main container */
.bwp-single-post-container {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* single post */
.bwp-single-post-article {
	margin-bottom: 35px;
}

/* header */
.bwp-single-post-header {
	width: 100%;
	max-width: 800px;
	margin: 50px auto 30px;
	text-align: center;
	overflow-wrap: break-word;
}
.attachment .bwp-single-post-header,
.bwp-single-post-header.bwp-no-featured-media {
	margin-bottom: 25px;
}

/* metadata (author, date, and categories) */
.bwp-single-post-metadata {
	margin: 0 0 13px;
	padding-top: 1px;
}
.bwp-single-post-metadata.bwp-hidden {
	display: none;
}
.bwp-single-post-metadata li {
	display: inline;
	margin-right: 21px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	color: #8f8f9c;
}
.bwp-single-post-metadata li.bwp-hidden {
	display: none;
}
.bwp-single-post-metadata li:last-child {
	margin-right: 0;
}
.bwp-single-post-metadata li::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	font-size: 13px;
	opacity: 0.5;
}
.bwp-single-post-metadata .bwp-author::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; /* solid style */
	content: '\f5ac'; /* icon: pen-fancy */
}
.bwp-single-post-metadata .bwp-date::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400; /* regular style */
	content: '\f017'; /* icon: clock */
}
.bwp-single-post-metadata .bwp-categories::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400; /* regular style */
	content: '\f07c'; /* icon: folder-open */
}
.bwp-single-post-metadata li a {
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	color: #8f8f9c;
}
.bwp-single-post-metadata li a:hover,
.bwp-single-post-metadata li a:focus {
	color: #6f6fff;
	text-decoration: none;
}

/* title (h1) */
.bwp-single-post-article .bwp-post-title {
	margin: 0;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.35;
	color: #2e2e34;
}

/* separator */
.bwp-single-post-header-separator {
	display: block;
	margin: 21px auto 0;
	width: 15px;
	height: 2px;
	background-color: #2e2e34;
}

/* featured image, slider, video, audio */
.bwp-single-post-article .bwp-post-media,
.bwp-single-post-article .bwp-post-media-slider {
	margin-bottom: 40px;
}

/* single post page: slider with images (gallery format) */
/* slider: navigation buttons (next and previous) */
.bwp-single-post-article .bwp-post-media-slider .tns-controls button[data-controls="prev"] {
	left: 22px;
}
.bwp-single-post-article .bwp-post-media-slider .tns-controls button[data-controls="next"] {
	right: 22px;
}

/* content */
.bwp-single-post-content {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.bwp-content {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	overflow-wrap: break-word;
	color: #484850;
}
.bwp-content > :first-child,
.bwp-content > p:first-child > img:first-child {
	margin-top: 0 !important;
}

/* tags and share icons */
.bwp-single-post-tags {
	float: left;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.bwp-single-post-share {
	float: right;
	width: 30%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.bwp-single-post-tags::after,
.bwp-single-post-share::after {
	content: '';
	display: table;
	clear: both;
}

/* tags */
.bwp-single-post-tags a {
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	white-space: nowrap;
	text-decoration: none;
	color: #484850;
	background-color: #f7f7f9;
	border-radius: 2px;

	-webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.bwp-single-post-tags a::before {
	content: '#';
	margin-right: 1px;
}
.bwp-single-post-tags a:hover,
.bwp-single-post-tags a:focus {
	color: #ffffff;
	background-color: #6f6fff;
	text-decoration: none;
}

/* tags in a separate container */
.bwp-single-post-tags-container .bwp-single-post-tags {
	width: 100%;
}

/* share icons (twitter x, facebook, pinterest, and reddit) */
.bwp-single-post-share-list {
	float: right;
	margin: 10px 0 0;
}
.bwp-single-post-share-list li {
	float: left;
	margin-left: 10px;
}
.bwp-single-post-share-list li:first-child {
	margin-left: 0;
}
.bwp-single-post-share-list li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #484850;
	background-color: #f7f7f9;
	border-radius: 2px;

	-webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.bwp-single-post-share-list li a:hover,
.bwp-single-post-share-list li a:focus {
	color: #ffffff;
	text-decoration: none;
}
.bwp-single-post-share-list .bwp-icon-twitter-x {
	display: inline-block;
	width: 12px;
	height: 12px;
	fill: currentColor;
	position: relative;
	top: 2px;
}

/* share icons: hover background-color */
.bwp-single-post-share-list li .bwp-twitter-share:hover,
.bwp-single-post-share-list li .bwp-twitter-share:focus {
	background-color: #000000;
}
.bwp-single-post-share-list li .bwp-facebook-share:hover,
.bwp-single-post-share-list li .bwp-facebook-share:focus {
	background-color: #6e8dd0;
}
.bwp-single-post-share-list li .bwp-pinterest-share:hover,
.bwp-single-post-share-list li .bwp-pinterest-share:focus {
	background-color: #ff3158;
}
.bwp-single-post-share-list li .bwp-reddit-share:hover,
.bwp-single-post-share-list li .bwp-reddit-share:focus {
	background-color: #fb411c;
}

/* social share icons in a separate container */
.bwp-single-post-share-container .bwp-single-post-share {
	float: left;
	width: 100%;
}
.bwp-single-post-share-container .bwp-single-post-share-list {
	float: left;
}

/* page: social share icons */
.bwp-page-article .bwp-single-post-share {
	float: none;
	width: 100%;
}
.bwp-page-article .bwp-single-post-share-list {
	float: none;
}
.bwp-page-article .bwp-single-post-share-list::after {
	content: '';
	display: table;
	clear: both;
}


/*
8.1 - WordPress content styles: TinyMCE editor (Classic editor)
---------------------------------------
*/

/* alignment */
.alignleft {
	float: left;
	margin: 0 30px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}
.alignnone {
	display: block;
	margin: 20px 0;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}

/* h1 - h6 */
.bwp-content h1,
.bwp-content h2,
.bwp-content h3,
.bwp-content h4,
.bwp-content h5,
.bwp-content h6 {
	margin: 35px 0 20px;
}

/* links */
.bwp-content a,
.bwp-content a:hover,
.bwp-content a:focus,
.comment-content a,
.comment-content a:hover,
.comment-content a:focus,
.textwidget a,
.textwidget a:hover,
.textwidget a:focus {
	text-decoration: underline;
}

/* ul, ol */
.bwp-content ul,
.comment-content ul,
.textwidget ul {
	list-style-type: disc;
}
.bwp-content ul,
.bwp-content ol,
.comment-content ul,
.comment-content ol,
.textwidget ul,
.textwidget ol {
	margin: 0 0 20px;
	padding: 0 0 0 40px;
}
.bwp-content ul ol,
.bwp-content ul ul,
.bwp-content ol ul,
.bwp-content ol ol,
.comment-content ul ol,
.comment-content ul ul,
.comment-content ol ul,
.comment-content ol ol,
.textwidget ul ol,
.textwidget ul ul,
.textwidget ol ul,
.textwidget ol ol {
	margin: 4px 0;
	padding: 0 0 0 29px;
}

/* table */
.bwp-content table,
.textwidget table {
	margin: 0 0 20px;
}
.bwp-content table td,
.comment-content table td,
.textwidget table td,
.bwp-content table th,
.comment-content table th,
.textwidget table th {
	padding: 10px 15px;
	border: 1px solid #efeff2;
}
.bwp-content table th,
.comment-content table th,
.textwidget table th {
	font-weight: 700;
}

/* iframe */
.bwp-content iframe,
.comment-content iframe,
.textwidget iframe {
	border-radius: 2px;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
}

/* image */
.bwp-content img,
.comment-content img,
.textwidget img {
	border-radius: 2px;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
}

/* image with caption */
.wp-caption {
	max-width: 100%;
	margin-bottom: 20px;
	padding: 0;
}
.wp-caption img {
	border: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 15px 15px 0;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}

/* page with attached image */
.bwp-content > .attachment:last-of-type {
	margin: 0 0 25px;
}

/* gallery with images */
.gallery {
	margin: 0 -10px;
	padding: 0;
}
.gallery .gallery-item {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin: 0 0 20px;
	padding: 0 10px;
}
.gallery .gallery-item .gallery-caption {
	margin: 0;
	padding: 10px 10px 5px 0;
	text-align: left;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}
.gallery.gallery-columns-7 .gallery-item .gallery-caption,
.gallery.gallery-columns-8 .gallery-item .gallery-caption,
.gallery.gallery-columns-9 .gallery-item .gallery-caption {
	display: none;
}
.gallery .gallery-icon a {
	display: block;
}
.gallery .gallery-icon img {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	border: none !important;
}
.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
	width: 33.3333336%;
}
.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
	width: 16.6666667%;
}
.gallery.gallery-columns-7 .gallery-item {
	width: 14.2857143%;
}
.gallery.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
	width: 11.1111111%;
}

/* twitter tweet */
.twitter-tweet {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

/* audio and video player (the body tag is needed to increase the priority of properties) */
body .wp-audio-shortcode,
body .wp-video {
	margin: 0 0 20px;
	border-radius: 2px;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
}
body .mejs-container,
body .mejs-container .mejs-controls,
body .mejs-embed,
body .mejs-embed body,
body .wp-video video {
	border-radius: 2px;
}
body .wp-video {
	width: 100% !important;
}
body .mejs-controls button:hover {
	background-color: transparent !important;
}

/* player with playlist (the body tag is needed to increase the priority of properties) */
body .wp-playlist {
	margin: 0 0 20px;
	padding: 40px 40px 30px;
	font-size: 15px;
	line-height: 1.7;
	color: #484850;
	background: #ffffff;
	border: 1px solid #efeff2;
	border-radius: 2px;
}
body .wp-playlist a {
	text-decoration: none !important;
}

/* playlist: current item */
.wp-playlist .wp-playlist-current-item {
	margin: 0 0 20px;
}
.wp-playlist .wp-playlist-current-item img {
	margin-right: 15px !important;
	box-shadow: none;
	border-radius: 0;
}
.wp-playlist .wp-playlist-current-item .wp-playlist-item-title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
	color: #2e2e34;
}
.wp-playlist .wp-playlist-current-item .wp-playlist-item-album {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	color: #8f8f9c;
}
.wp-playlist .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 13px;
	text-transform: none;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	color: #8f8f9c;
}

/* playlist: tracks */
.wp-playlist .wp-playlist-tracks {
	margin-top: 10px;
}
.wp-playlist .wp-playlist-tracks .wp-playlist-item {
	padding: 10px 0;
	border-bottom: 1px solid #efeff2;
}
.wp-playlist .wp-playlist-tracks .wp-playlist-item:last-child {
	border-bottom: none;
}
.wp-playlist .wp-playlist-item a,
.wp-playlist .wp-playlist-item a:focus {
	color: #484850;
}
.wp-playlist .wp-playlist-item a:hover {
	color: #6f6fff;
}
.wp-playlist .wp-playlist-item.wp-playlist-playing {
	font-weight: 700;
	color: #2e2e34;
	background: #ffffff;
}
.wp-playlist .wp-playlist-item.wp-playlist-playing a,
.wp-playlist .wp-playlist-item.wp-playlist-playing a:hover,
.wp-playlist .wp-playlist-item.wp-playlist-playing a:focus {
	color: #2e2e34;
}
.wp-playlist .wp-playlist-item .wp-playlist-item-title {
	font-size: 15px;
	line-height: 1.7;
}
.wp-playlist .wp-playlist-item .wp-playlist-item-artist {
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
	color: #8f8f9c;
}
.wp-playlist .wp-playlist-item .wp-playlist-item-length {
	top: 11px;
	font-size: 13px;
	line-height: 1.7;
	color: #484850;
}

/* comment content: change indents for text elements (decrease from 20 pixels to 15 pixels) */
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content p,
.comment-content dl,
.comment-content dl dd,
.comment-content address,
.comment-content pre,
.comment-content blockquote,
.comment-content ul,
.comment-content ol,
.comment-content table {
	margin: 0 0 15px;
}
.comment-content blockquote cite {
	margin-top: 15px;
}

/* password entry form */
.bwp-content .post-password-form {
	margin: 0 0 20px;
	padding: 100px 50px;
	border: 1px solid #efeff2;
	border-bottom-width: 2px;
	border-radius: 2px;
}
.bwp-content .post-password-form > p:last-child {
	margin: 0 0 7px;
}
.bwp-content .post-password-form label {
	margin: 0;
	padding: 0;
	width: 260px;
	font-weight: 400;
	color: #484850;
}
.bwp-content .post-password-form input[type="password"] {
	margin: 6px 0 0;
}
.bwp-content .post-password-form input[type="submit"] {
	margin: 0 0 0 7px;
	height: 43px;
	line-height: 43px;
}

/* single page: pagination */
.bwp-content .bwp-single-post-pagination {
	margin: 0;
	padding: 0 0 20px;
}
.bwp-content .bwp-single-post-pagination > span:first-child {
	float: left;
	margin-top: 7px;
}
.bwp-content .bwp-single-post-pagination > span:nth-child(2) {
	margin-left: 12px;
}
.bwp-content .bwp-single-post-pagination > a:nth-child(2) {
	margin-left: 2px;
}
.bwp-content .bwp-single-post-pagination a,
.bwp-content .bwp-single-post-pagination a:hover,
.bwp-content .bwp-single-post-pagination a:focus {
	text-decoration: none !important;
}
.bwp-content .bwp-single-post-pagination a:hover,
.bwp-content .bwp-single-post-pagination a:focus {
	color: #6f6fff;
}
.bwp-content .bwp-single-post-pagination .post-page-numbers {
	display: block;
	float: left;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.bwp-content .bwp-single-post-pagination .post-page-numbers.current {
	cursor: default;
	padding: 0 14px;
	color: #ffffff;
	background-color: #6f6fff;
	border-radius: 2px;
}


/*
8.2 - WordPress content styles: Block editor
---------------------------------------
*/

/* "wide" and "full" blocks */
.bwp-content .alignwide {
	width: 125%;
	max-width: 125%;
	margin: 40px -12.5% !important;
}
.bwp-content .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	margin-left: calc(50% - 50vw) !important;
}

/* block has background */
.bwp-content .has-background {
	padding: 40px;
	border-radius: 2px;
}

/* theme colors: text */
.bwp-body .bwp-content .has-black-color {
	color: #000000;
}
.bwp-body .bwp-content .has-light-gray-color {
	color: #8f8f9c;
}
.bwp-body .bwp-content .has-white-color {
	color: #ffffff;
}
.bwp-body .bwp-content .has-green-color {
	color: #6fff80;
}
.bwp-body .bwp-content .has-blue-color {
	color: #6f6fff;
}
.bwp-body .bwp-content .has-purple-color {
	color: #ff6ff6;
}
.bwp-body .bwp-content .has-red-color {
	color: #ff6f89;
}
.bwp-body .bwp-content .has-orange-color {
	color: #ffb06f;
}
.bwp-body .bwp-content .has-yellow-color {
	color: #fffb6f;
}

/* theme colors: background */
.bwp-body .bwp-content .has-black-background-color {
	background-color: #000000;
}
.bwp-body .bwp-content .has-light-gray-background-color {
	background-color: #8f8f9c;
}
.bwp-body .bwp-content .has-white-background-color {
	background-color: #ffffff;
}
.bwp-body .bwp-content .has-green-background-color {
	background-color: #6fff80;
}
.bwp-body .bwp-content .has-blue-background-color {
	background-color: #6f6fff;
}
.bwp-body .bwp-content .has-purple-background-color {
	background-color: #ff6ff6;
}
.bwp-body .bwp-content .has-red-background-color {
	background-color: #ff6f89;
}
.bwp-body .bwp-content .has-orange-background-color {
	background-color: #ffb06f;
}
.bwp-body .bwp-content .has-yellow-background-color {
	background-color: #fffb6f;
}

/* theme colors: border colors */
.bwp-body .bwp-content .has-black-border-color {
	border-color: #000000;
}
.bwp-body .bwp-content .has-light-gray-border-color {
	border-color: #8f8f9c;
}
.bwp-body .bwp-content .has-white-border-color {
	border-color: #ffffff;
}
.bwp-body .bwp-content .has-green-border-color {
	border-color: #6fff80;
}
.bwp-body .bwp-content .has-blue-border-color {
	border-color: #6f6fff;
}
.bwp-body .bwp-content .has-purple-border-color {
	border-color: #ff6ff6;
}
.bwp-body .bwp-content .has-red-border-color {
	border-color: #ff6f89;
}
.bwp-body .bwp-content .has-orange-border-color {
	border-color: #ffb06f;
}
.bwp-body .bwp-content .has-yellow-border-color {
	border-color: #fffb6f;
}

/* text sizes */
.bwp-body .bwp-content .has-small-font-size {
	font-size: 13px;
	line-height: 1.8;
}
.bwp-body .bwp-content .has-normal-font-size {
	font-size: 16px;
}
.bwp-body .bwp-content .has-medium-font-size {
	font-size: 20px;
}
.bwp-body .bwp-content .has-large-font-size {
	font-size: 36px;
	line-height: 1.4;
}
.bwp-body .bwp-content .has-huge-font-size,
.bwp-body .bwp-content .has-larger-font-size,
.bwp-body .bwp-content .has-x-large-font-size {
	font-size: 42px;
	line-height: 1.3;
}

/* text alignment */
.bwp-body .bwp-content .has-text-align-left {
	text-align: left;
}
.bwp-body .bwp-content .has-text-align-center {
	text-align: center;
}
.bwp-body .bwp-content .has-text-align-right {
	text-align: right;
}

/* drop cap */
.bwp-content .has-drop-cap::first-letter {
	float: left;
	margin: 10px 14px 0 0;
	font-size: 82px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	line-height: .68;
	color: #2e2e34;
}

/* link */
.bwp-content p.has-text-color a,
.bwp-content p.has-text-color a:hover,
.bwp-content p.has-text-color a:focus {
	color: inherit;
}


/*
8.2.1 - Block: Heading
---------------------------------------
*/

/* alignment: full */
.bwp-content h1.alignfull,
.bwp-content h2.alignfull,
.bwp-content h3.alignfull,
.bwp-content h4.alignfull,
.bwp-content h5.alignfull,
.bwp-content h6.alignfull {
	padding-right: 40px;
	padding-left: 40px;
}


/*
8.2.2 - Block: List
---------------------------------------
*/

/* block has background */
.bwp-content ul.has-background,
.bwp-content ol.has-background {
	padding-left: 58px;
}


/*
8.2.3 - Block: Quote
---------------------------------------
*/

/* style: default */
.bwp-content .wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-plain) {
	padding: 0 0 0 36px;
	border-left: 4px solid #efeff2;
	font-size: 17px;
	font-style: normal;
	line-height: 1.7;
}
.bwp-content .wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-plain)::before {
	display: none;
}
.bwp-content .wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-plain) p {
	font-size: 17px;
	font-style: normal;
	line-height: 1.7;
}
.bwp-content .wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-plain) cite,
.bwp-content .wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-plain) footer {
	display: block;
	margin-top: 20px;
	font-size: 15px;
	font-style: normal;
	line-height: 1.7;
	text-align: left;
	color: inherit;
}

/* text alignment (style: default) */
/* center */
.bwp-content .wp-block-quote.has-text-align-center:not(.is-large):not(.is-style-large):not(.is-style-plain) {
	padding: 0;
	border-left: none;
}
.bwp-content .wp-block-quote.has-text-align-center:not(.is-large):not(.is-style-large):not(.is-style-plain) cite,
.bwp-content .wp-block-quote.has-text-align-center:not(.is-large):not(.is-style-large):not(.is-style-plain) footer {
	text-align: center;
}
/* right */
.bwp-content .wp-block-quote.has-text-align-right:not(.is-large):not(.is-style-large):not(.is-style-plain) {
	padding: 0 36px 0 0;
	border-left: none;
	border-right: 4px solid #efeff2;
}
.bwp-content .wp-block-quote.has-text-align-right:not(.is-large):not(.is-style-large):not(.is-style-plain) cite,
.bwp-content .wp-block-quote.has-text-align-right:not(.is-large):not(.is-style-large):not(.is-style-plain) footer {
	text-align: right;
}

/* styles: large (style not available in editor) and plain (WordPress 5.9+) */
.bwp-content .wp-block-quote.is-large,
.bwp-content .wp-block-quote.is-style-large,
.bwp-content .wp-block-quote.is-style-plain {
	border: none;
	margin: 0 0 20px;
	padding: 0 0 0 40px;
	font-size: 22px;
	font-style: italic;
	line-height: 1.6;
}
.bwp-content .wp-block-quote.is-large p,
.bwp-content .wp-block-quote.is-style-large p,
.bwp-content .wp-block-quote.is-style-plain p {
	font-size: 22px;
	font-style: italic;
	line-height: 1.6;
}
.bwp-content .wp-block-quote.is-large cite,
.bwp-content .wp-block-quote.is-large footer,
.bwp-content .wp-block-quote.is-style-large cite,
.bwp-content .wp-block-quote.is-style-large footer,
.bwp-content .wp-block-quote.is-style-plain cite,
.bwp-content .wp-block-quote.is-style-plain footer {
	display: block;
	margin-top: 20px;
	font-size: 15px;
	font-style: italic;
	line-height: 1.7;
	text-align: left;
	color: inherit;
}

/* text alignment (style: large) */
/* center */
.bwp-content .wp-block-quote.is-large.has-text-align-center,
.bwp-content .wp-block-quote.is-style-large.has-text-align-center,
.bwp-content .wp-block-quote.is-style-plain.has-text-align-center {
	padding: 0;
}
.bwp-content .wp-block-quote.is-large.has-text-align-center::before,
.bwp-content .wp-block-quote.is-style-large.has-text-align-center::before,
.bwp-content .wp-block-quote.is-style-plain.has-text-align-center::before {
	display: none;
}
.bwp-content .wp-block-quote.is-large.has-text-align-center cite,
.bwp-content .wp-block-quote.is-large.has-text-align-center footer,
.bwp-content .wp-block-quote.is-style-large.has-text-align-center cite,
.bwp-content .wp-block-quote.is-style-large.has-text-align-center footer,
.bwp-content .wp-block-quote.is-style-plain.has-text-align-center cite,
.bwp-content .wp-block-quote.is-style-plain.has-text-align-center footer {
	text-align: center;
}
/* right */
.bwp-content .wp-block-quote.is-large.has-text-align-right,
.bwp-content .wp-block-quote.is-style-large.has-text-align-right,
.bwp-content .wp-block-quote.is-style-plain.has-text-align-right {
	padding: 0 40px 0 0;
}
.bwp-content .wp-block-quote.is-large.has-text-align-right::before,
.bwp-content .wp-block-quote.is-style-large.has-text-align-right::before,
.bwp-content .wp-block-quote.is-style-plain.has-text-align-right::before {
	top: -2px;
	right: -3px;
	left: auto;
	content: '\201d';
}
.bwp-content .wp-block-quote.is-large.has-text-align-right cite,
.bwp-content .wp-block-quote.is-large.has-text-align-right footer,
.bwp-content .wp-block-quote.is-style-large.has-text-align-right cite,
.bwp-content .wp-block-quote.is-style-large.has-text-align-right footer,
.bwp-content .wp-block-quote.is-style-plain.has-text-align-right cite,
.bwp-content .wp-block-quote.is-style-plain.has-text-align-right footer {
	text-align: right;
}


/*
8.2.4 - Block: Pullquote
---------------------------------------
*/

.bwp-content .wp-block-pullquote {
	margin: 0 0 20px;
}
.bwp-content .wp-block-pullquote blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
}
.bwp-content .wp-block-pullquote blockquote::before {
	display: none;
}
.bwp-content .wp-block-pullquote cite {
	color: inherit;
}

/* style: default */
.bwp-content .wp-block-pullquote {
	padding: 40px 0;
	text-align: center;
	border-top: 4px solid #efeff2;
	border-bottom: 4px solid #efeff2;
}
.bwp-content .wp-block-pullquote blockquote {
	max-width: 85%;
	margin: 0 auto;
}
.bwp-content .wp-block-pullquote p,
.bwp-content .wp-block-pullquote blockquote p {
	font-size: 22px;
	font-style: normal;
	line-height: 1.6;
}
.bwp-content .wp-block-pullquote cite,
.bwp-content .wp-block-pullquote footer {
	margin: 20px 0 0;
	text-align: inherit;
	font-size: 13px;
	font-style: normal;
	line-height: 1.7;
	text-transform: uppercase;
}

/* style: solid color */
.bwp-content .wp-block-pullquote.is-style-solid-color {
	padding: 40px 0;
	text-align: left;
	border: none;
	border-radius: 2px;
}
.bwp-content .wp-block-pullquote.is-style-solid-color.has-background {
	padding: 40px 0;
	border-radius: 2px;
}
.bwp-content .wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 60%;
	margin: 0 auto;
}
.bwp-content .wp-block-pullquote.is-style-solid-color p,
.bwp-content .wp-block-pullquote.is-style-solid-color blockquote p {
	margin: 0 0 20px;
	font-size: 26px;
	font-style: normal;
	line-height: 1.6;
}
.bwp-content .wp-block-pullquote.is-style-solid-color cite,
.bwp-content .wp-block-pullquote.is-style-solid-color footer {
	margin: 20px 0 0;
	text-align: inherit;
	font-size: 15px;
	font-style: normal;
	line-height: 1.7;
	text-transform: none;
}

/* block alignment */
.bwp-content .wp-block-pullquote.alignleft,
.bwp-content .wp-block-pullquote.alignright {
	max-width: 300px;
}
.bwp-content .wp-block-pullquote.alignleft {
	margin-right: 30px;
}
.bwp-content .wp-block-pullquote.alignright {
	margin-left: 30px;
}

/* style: default */
.bwp-content .wp-block-pullquote.alignleft blockquote,
.bwp-content .wp-block-pullquote.alignright blockquote {
	max-width: 85%;
}
.bwp-content .wp-block-pullquote.alignleft p,
.bwp-content .wp-block-pullquote.alignleft blockquote p,
.bwp-content .wp-block-pullquote.alignright p,
.bwp-content .wp-block-pullquote.alignright blockquote p {
	font-size: 20px;
	line-height: 1.6;
}

/* style: solid color */
.bwp-content .wp-block-pullquote.is-style-solid-color.alignleft,
.bwp-content .wp-block-pullquote.is-style-solid-color.alignright,
.bwp-content .wp-block-pullquote.is-style-solid-color.has-background.alignleft,
.bwp-content .wp-block-pullquote.is-style-solid-color.has-background.alignright {
	padding-right: 30px;
	padding-left: 30px;
}
.bwp-content .wp-block-pullquote.is-style-solid-color.alignleft blockquote,
.bwp-content .wp-block-pullquote.is-style-solid-color.alignright blockquote {
	max-width: 100%;
}
.bwp-content .wp-block-pullquote.is-style-solid-color.alignleft p,
.bwp-content .wp-block-pullquote.is-style-solid-color.alignright p,
.bwp-content .wp-block-pullquote.is-style-solid-color.alignleft blockquote p,
.bwp-content .wp-block-pullquote.is-style-solid-color.alignright blockquote p {
	font-size: 20px;
	line-height: 1.6;
}

/* block with background */
.bwp-content .wp-block-pullquote.has-background {
	padding: 40px 0;
}

/* text alignment */
.bwp-content .wp-block-pullquote.has-text-align-left,
.bwp-content .wp-block-pullquote.has-text-align-right {
	max-width: 100%;
}
.bwp-content .wp-block-pullquote.has-text-align-left {
	text-align: left;
}
.bwp-content .wp-block-pullquote.has-text-align-right {
	text-align: right;
}
.bwp-content .wp-block-pullquote.has-text-align-center {
	text-align: center;
}
.bwp-content .wp-block-pullquote.has-text-align-left.alignleft,
.bwp-content .wp-block-pullquote.has-text-align-right.alignleft,
.bwp-content .wp-block-pullquote.has-text-align-left.alignright,
.bwp-content .wp-block-pullquote.has-text-align-right.alignright {
	max-width: 300px;
}
.bwp-content .wp-block-pullquote.has-text-align-left.alignwide,
.bwp-content .wp-block-pullquote.has-text-align-right.alignwide {
	max-width: 125%;
}
.bwp-content .wp-block-pullquote.has-text-align-left.alignfull,
.bwp-content .wp-block-pullquote.has-text-align-right.alignfull {
	max-width: 100vw;
}


/*
8.2.5 - Block: Code
---------------------------------------
*/

.bwp-content .wp-block-code code {
	display: block;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	background: none;
	border-radius: 0;
	overflow-wrap: break-word;
	white-space: pre-wrap;
	color: inherit;
}


/*
8.2.6 - Block: Preformatted
---------------------------------------
*/

.bwp-content .wp-block-preformatted {
	padding: 0;
	white-space: pre-wrap;
	word-break: normal;
	font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
	font-size: 15px;
	line-height: 1.6;
	background: none;
	border: none;
	border-radius: 0;
}


/*
8.2.7 - Block: Verse
---------------------------------------
*/

.bwp-content .wp-block-verse {
	padding: 0;
	overflow: visible;
	white-space: pre-wrap;
	word-break: normal;
	font-family: inherit;
	font-size: 15px;
	font-style: normal;
	line-height: 1.7;
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
}
.bwp-content .wp-block-verse code,
.bwp-content .wp-block-verse kbd {
	font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}


/*
8.2.8 - Block: Table
---------------------------------------
*/

/* table style: default */
.bwp-content .wp-block-table {
	margin: 0 0 20px;
	overflow-x: auto;
}
.bwp-content .wp-block-table table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}
.bwp-content .wp-block-table thead {
	border-bottom: 4px solid #efeff2;
}
.bwp-content .wp-block-table tfoot {
	border-top: 4px solid #efeff2;
}
.bwp-content .wp-block-table td,
.bwp-content .wp-block-table th {
	word-break: normal;
}
.bwp-content .wp-block-table th {
	text-align: left;
}
.bwp-content .wp-block-table th.has-text-align-center {
	text-align: center;
}
.bwp-content .wp-block-table th.has-text-align-right {
	text-align: right;
}

/* table style: stripes */
.bwp-content .wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
	border: none;
}
.bwp-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f7f7f9;
}
.bwp-content .wp-block-table.is-style-stripes td,
.bwp-content .wp-block-table.is-style-stripes th {
	border: none;
	border-right: 1px solid #efeff2;
}
.bwp-content .wp-block-table.is-style-stripes tr td:last-child,
.bwp-content .wp-block-table.is-style-stripes tr th:last-child {
	border-right: none;
}

/* table with background */
.bwp-content .wp-block-table .has-background {
	padding: 0;
	border-radius: 0;
}
.bwp-content .wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

/* background 1 */
.bwp-content .wp-block-table .has-subtle-light-gray-background-color thead,
.bwp-content .wp-block-table .has-subtle-light-gray-background-color tfoot,
.bwp-content .wp-block-table .has-subtle-light-gray-background-color td,
.bwp-content .wp-block-table .has-subtle-light-gray-background-color th {
	border-color: #e3e5e7;
}

/* background 2 */
.bwp-content .wp-block-table .has-subtle-pale-green-background-color thead,
.bwp-content .wp-block-table .has-subtle-pale-green-background-color tfoot,
.bwp-content .wp-block-table .has-subtle-pale-green-background-color td,
.bwp-content .wp-block-table .has-subtle-pale-green-background-color th {
	border-color: #c7ecbf;
}

/* background 3 */
.bwp-content .wp-block-table .has-subtle-pale-blue-background-color thead,
.bwp-content .wp-block-table .has-subtle-pale-blue-background-color tfoot,
.bwp-content .wp-block-table .has-subtle-pale-blue-background-color td,
.bwp-content .wp-block-table .has-subtle-pale-blue-background-color th {
	border-color: #cadfec;
}

/* background 4 */
.bwp-content .wp-block-table .has-subtle-pale-pink-background-color thead,
.bwp-content .wp-block-table .has-subtle-pale-pink-background-color tfoot,
.bwp-content .wp-block-table .has-subtle-pale-pink-background-color td,
.bwp-content .wp-block-table .has-subtle-pale-pink-background-color th {
	border-color: #eedbd9;
}

/* table: caption */
.bwp-content .wp-block-table figcaption {
	margin: 0;
	padding: 15px 15px 0;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	line-height: 1.7;
}

/* table: alignment */
.bwp-content .wp-block-table.aligncenter,
.bwp-content .wp-block-table.alignleft,
.bwp-content .wp-block-table.alignright {
	display: table;
	width: auto;
}
.bwp-content .wp-block-table.aligncenter {
	margin-right: auto;
	margin-left: auto;
}
.bwp-content .wp-block-table.alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-table.alignright {
	margin: 0 0 20px 30px;
}
.bwp-content .wp-block-table.aligncenter td,
.bwp-content .wp-block-table.aligncenter th,
.bwp-content .wp-block-table.alignleft td,
.bwp-content .wp-block-table.alignleft th,
.bwp-content .wp-block-table.alignright td,
.bwp-content .wp-block-table.alignright th {
	word-break: break-word;
}


/*
8.2.9 - Block: Image
---------------------------------------
*/

.bwp-content .wp-block-image {
	margin: 0 0 20px;
}
.bwp-content .wp-block-image img {
	max-width: 100%;
}
.bwp-content .wp-block-image:not(.is-style-rounded) img {
	border-radius: 2px;
}
.bwp-content .wp-block-image.is-style-rounded img,
.bwp-content .wp-block-image .is-style-rounded img {
	border-radius: 9999px;
}
.bwp-content .wp-block-image figcaption {
	margin: 0;
	padding: 15px 15px 0;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}
.bwp-content .wp-block-image figcaption a {
	display: inline;
}

/* block alignment */
.bwp-content .wp-block-image .alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-image .alignright {
	margin: 0 0 20px 30px;
}
.bwp-content .wp-block-image .aligncenter {
	margin: 20px auto;
	text-align: center;
}

/* lightbox */
.bwp-content .wp-lightbox-container button,
.bwp-content .wp-lightbox-container .lightbox-trigger {
	top: 15px !important;
	right: 15px !important;
}
.bwp-body .wp-lightbox-overlay.zoom.active {
	outline: none;
}
.bwp-body .wp-lightbox-overlay .wp-block-image:not(.is-style-rounded) img {
	border-radius: 2px;
}
.bwp-body .wp-lightbox-overlay .close-button {
	top: 0;
}


/*
8.2.10 - Block: Gallery
---------------------------------------
*/

.bwp-content .wp-block-gallery {
	margin: 0 0 20px;
}
.bwp-content .wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -15px;
	padding: 0;
}
.bwp-content .wp-block-gallery ul li {
	list-style-type: none;
}
.bwp-content .wp-block-gallery .blocks-gallery-grid figcaption,
.bwp-content .wp-block-gallery figure.wp-block-image figcaption {
	margin: 0;
	padding: 15px 10px 10px;
	max-height: 70%;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1.55;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(32,32,37,0.1);
	background: rgba(12,12,14,0.26);
	background: linear-gradient(to bottom, rgba(12,12,14,0) 0%, rgba(12,12,14,0.3) 60%, rgba(12,12,14,0.5) 100%);
	border-radius: 0 0 2px 2px;
	overflow-wrap: break-word;
	overflow-x: hidden;
}
.bwp-content .wp-block-gallery .blocks-gallery-grid figcaption a,
.bwp-content .wp-block-gallery figure.wp-block-image figcaption a {
	display: inline;
}
.bwp-content .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	display: none; /* image caption: remove blur effect */
}
.bwp-content .wp-block-gallery .blocks-gallery-caption {
	margin: 0;
	padding: 15px 15px 0;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}
.bwp-content .wp-block-gallery.has-nested-images .blocks-gallery-caption {
	margin-top: -1px;
	padding-top: 0;
}

/* hide captions for a large number of columns */
.bwp-content .wp-block-gallery.columns-5:not(.alignfull) .blocks-gallery-grid figcaption,
.bwp-content .wp-block-gallery.columns-6:not(.alignfull) .blocks-gallery-grid figcaption,
.bwp-content .wp-block-gallery.columns-7 .blocks-gallery-grid figcaption,
.bwp-content .wp-block-gallery.columns-8 .blocks-gallery-grid figcaption,
.bwp-content .wp-block-gallery.columns-5:not(.alignfull) figure.wp-block-image figcaption,
.bwp-content .wp-block-gallery.columns-6:not(.alignfull) figure.wp-block-image figcaption,
.bwp-content .wp-block-gallery.columns-7 figure.wp-block-image figcaption,
.bwp-content .wp-block-gallery.columns-8 figure.wp-block-image figcaption {
	display: none;
}

/* block alignment */
.bwp-content .wp-block-gallery.alignleft,
.bwp-content .wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%;
}
.bwp-content .wp-block-gallery.alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-gallery.alignright {
	margin: 0 0 20px 30px;
}
.bwp-content .wp-block-gallery.alignfull .blocks-gallery-grid figcaption,
.bwp-content .wp-block-gallery.alignfull figure.wp-block-image figcaption {
	padding-right: 20px;
	padding-left: 20px;
}
.bwp-content .wp-block-gallery.aligncenter figure.wp-block-image img {
	margin-right: auto;
	margin-left: auto;
}

/* WordPress 6+ */
.wp-block-gallery {
	--wp--style--gallery-gap-default: 16px;
}


/*
8.2.11 - Block: Audio
---------------------------------------
*/

.bwp-content .wp-block-audio {
	margin: 0 0 20px;
}
.bwp-content .wp-block-audio audio {
	min-width: 385px;
	margin-bottom: -7px;
}
.bwp-content .wp-block-audio figcaption {
	margin: 0;
	padding: 15px 15px 0;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}

/* block alignment */
.bwp-content .wp-block-audio.alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-audio.alignright {
	margin: 0 0 20px 30px;
}
.bwp-content .wp-block-audio.aligncenter {
	margin-right: auto;
	margin-left: auto;
}


/*
8.2.12 - Block: Video
---------------------------------------
*/

.bwp-content .wp-block-video {
	margin: 0 0 20px;
}
.bwp-content .wp-block-video video {
	margin-bottom: 0;
	border-radius: 2px;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
}
.bwp-content .wp-block-video figcaption {
	margin: 0;
	padding: 15px 15px 0;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}

/* block alignment */
.bwp-content .wp-block-video.alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-video.alignright {
	margin: 0 0 20px 30px;
}
.bwp-content .wp-block-video.aligncenter {
	margin-right: auto;
	margin-left: auto;
}
.bwp-content .wp-block-video.alignleft video,
.bwp-content .wp-block-video.alignright video {
	width: 100%;
	max-width: 385px;
}


/*
8.2.13 - Block: Cover
---------------------------------------
*/

.bwp-content .wp-block-cover,
.bwp-content .wp-block-cover-image {
	margin: 0 0 20px;
	padding: 40px 40px 20px;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
	color: #ffffff;
}
.bwp-content .wp-block-cover:not(.has-parallax),
.bwp-content .wp-block-cover-image:not(.has-parallax),
.bwp-content .wp-block-cover:not(.has-parallax)::before,
.bwp-content .wp-block-cover-image:not(.has-parallax)::before,
.bwp-content .wp-block-cover:not(.has-parallax) img.wp-block-cover__image-background,
.bwp-content .wp-block-cover:not(.has-parallax) video.wp-block-cover__video-background,
.bwp-content .wp-block-cover-image:not(.has-parallax) img.wp-block-cover__image-background,
.bwp-content .wp-block-cover-image:not(.has-parallax) video.wp-block-cover__video-background {
	border-radius: 3px;
}
.bwp-content .wp-block-cover img,
.bwp-content .wp-block-cover-image img,
.bwp-content .wp-block-cover video,
.bwp-content .wp-block-cover-image video {
	box-shadow: none;
}
.bwp-content .wp-block-cover .wp-block-cover__inner-container > :first-child,
.bwp-content .wp-block-cover-image .wp-block-cover__inner-container > :first-child {
	margin-top: 0 !important;
}
.bwp-content .wp-block-cover .wp-block-cover__inner-container,
.bwp-content .wp-block-cover-image .wp-block-cover__inner-container {
	max-width: 800px;
	color: #ffffff;
}

/* text inside a block */
.bwp-content .wp-block-cover-image .wp-block-cover-image-text,
.bwp-content .wp-block-cover .wp-block-cover-text,
.bwp-content section.wp-block-cover-image > h2 {
	font-size: 36px;
	line-height: 1.4;
	max-width: 800px;
	margin: 0 0 20px;
	padding: 0;
}
.bwp-content .wp-block-cover a,
.bwp-content .wp-block-cover-image a,
.bwp-content .wp-block-cover a:hover,
.bwp-content .wp-block-cover-image a:hover {
	color: inherit;
}

/* block alignment */
.bwp-content .wp-block-cover.alignleft,
.bwp-content .wp-block-cover.alignright,
.bwp-content .wp-block-cover-image.alignleft,
.bwp-content .wp-block-cover-image.alignright {
	width: 100%;
	max-width: 385px;
}
.bwp-content .wp-block-cover.alignleft,
.bwp-content .wp-block-cover-image.alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-cover.alignright,
.bwp-content .wp-block-cover-image.alignright {
	margin: 0 0 20px 30px;
}
.bwp-content .wp-block-cover.aligncenter,
.bwp-content .wp-block-cover-image.aligncenter {
	margin-right: auto;
	margin-left: auto;
}


/*
8.2.14 - Block: File
---------------------------------------
*/

.bwp-content .wp-block-file {
	margin: 0 0 20px;
}
.bwp-content .wp-block-file a:not(.wp-block-file__button) {
	margin-right: 0;
	font-size: 15px;
	text-decoration: underline;
}
.bwp-content .wp-block-file a.wp-block-file__button {
	text-decoration: none;
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 7px 20px 8px 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.4px;
	color: #ffffff;
	background: #121215;
	border-radius: 20px;
	box-shadow: none;

	-webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
	transition: color 0.2s ease-out, background 0.2s ease-out;
}
.bwp-content .wp-block-file a.wp-block-file__button:active,
.bwp-content .wp-block-file a.wp-block-file__button:focus,
.bwp-content .wp-block-file a.wp-block-file__button:hover {
	color: #ffffff;
	background: #6f6fff;
	opacity: 1;
	text-decoration: none;
	box-shadow: none;
}
.bwp-content .wp-block-file a.wp-block-file__button:visited {
	color: #ffffff;
	background: #484850;
	opacity: 1;
	text-decoration: none;
	box-shadow: none;
}

/* block alignment */
.bwp-content .wp-block-file.alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-file.alignright {
	margin: 0 0 20px 30px;
}
.bwp-content .wp-block-file.aligncenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.bwp-content .wp-block-file.alignfull {
	padding-right: 40px;
	padding-left: 40px;
}


/*
8.2.15 - Block: Media and Text
---------------------------------------
*/

.bwp-content .wp-block-media-text {
	margin: 0 0 20px;
}
.bwp-content .wp-block-media-text.is-image-fill .wp-block-media-text__media {
	border-radius: 2px;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
}
.bwp-content .wp-block-media-text.is-image-fill .wp-block-media-text__media img,
.bwp-content .wp-block-media-text.is-image-fill .wp-block-media-text__media video {
	border-radius: 0;
	box-shadow: none;
}
.bwp-content .wp-block-media-text .wp-block-media-text__content > :first-child {
	margin-top: 20px;
}
.bwp-content .wp-block-media-text.has-text-color .wp-block-media-text__content > * {
	color: inherit;
}
.bwp-content .wp-block-media-text.has-background.is-image-fill .wp-block-media-text__media,
.bwp-content .wp-block-media-text.has-background:not(.is-image-fill) .wp-block-media-text__media img,
.bwp-content .wp-block-media-text.has-background:not(.is-image-fill) .wp-block-media-text__media video {
	box-shadow: none;
}


/*
8.2.16 - Block: Buttons
---------------------------------------
*/

/* single button */
.bwp-content .wp-block-button {
	margin-bottom: 20px;
}

/* buttons */
.bwp-content .wp-block-buttons {
	margin: 0 0 20px;
}
.bwp-content .wp-block-buttons > .wp-block-button {
	margin: 10px 10px 10px 0 !important;
}
.bwp-content .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
	margin-right: 0 !important;
}
.bwp-content .wp-block-button__link {
	border: none;
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.4px;
	line-height: 1.3;
	color: #ffffff;
	background-color: #121215;
	border-radius: 9999px;
}
.bwp-content .wp-block-button__link.has-background {
	padding: 15px 20px;
	border-radius: 9999px;
}
.bwp-content .wp-block-button.no-border-radius,
.bwp-content .wp-block-button__link.no-border-radius,
.bwp-content .no-border-radius > .wp-block-button__link {
	border-radius: 0 !important;
}

/* button style: outline */
.bwp-content .wp-block-button .wp-block-button__link.is-style-outline,
.bwp-content .wp-block-button.is-style-outline > .wp-block-button__link {
	padding: 15px 20px;
}
.bwp-content .is-style-outline > .wp-block-button__link:not(.has-background),
.bwp-content .wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: transparent;
}
.bwp-content .is-style-outline > .wp-block-button__link:not(.has-text-color),
.bwp-content .wp-block-button__link.is-style-outline:not(.has-text-color) {
	color: #484850;
}
.bwp-content .is-style-outline > .wp-block-button__link,
.bwp-content .wp-block-button__link.is-style-outline {
	border: 1px solid #484850;
}

/* button style: squared */
.bwp-content .wp-block-button.is-style-squared,
.bwp-content .wp-block-button.is-style-squared .wp-block-button__link,
.bwp-content .wp-block-button__link.wp-block-button.is-style-squared,
.bwp-content .is-style-squared > .wp-block-button__link,
.bwp-content .wp-block-button__link.is-style-squared {
	border-radius: 0 !important;
}

/* block alignment */
.bwp-content .wp-block-buttons.is-vertical > .wp-block-button,
.bwp-content .wp-block-buttons.is-content-justification-center > .wp-block-button:last-child,
.bwp-content .wp-block-buttons.is-content-justification-right > .wp-block-button:last-child {
	margin-right: 0 !important;
}
.bwp-content .wp-block-buttons.alignfull {
	padding-right: 40px;
	padding-left: 40px;
}


/*
8.2.17 - Block: Columns
---------------------------------------
*/

.bwp-content .wp-block-columns {
	margin: 20px 0;
}
.bwp-content .wp-block-columns .wp-block-column > *:first-child {
	margin-top: 20px !important;
}
.bwp-content .wp-block-columns.has-background {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* block alignment */
.bwp-content .wp-block-columns.alignfull {
	padding-right: 40px;
	padding-left: 40px;
}


/*
8.2.18 - Block: Group
---------------------------------------
*/

.bwp-content .wp-block-group {
	margin-top: 20px;
	margin-bottom: 20px;
}
.bwp-content .wp-block-group:first-child,
.bwp-content .wp-block-group > *,
.bwp-content .wp-block-group .wp-block-group__inner-container > :first-child {
	margin-top: 0;
}
.bwp-content .wp-block-group .wp-block-group__inner-container > :last-child {
	margin-bottom: 0;
}


/*
8.2.19 - Block: Separator
---------------------------------------
*/

.bwp-content .wp-block-separator {
	margin-top: 40px;
	margin-bottom: 40px;
	border: none;
	border-bottom: 4px solid #efeff2;
	opacity: 1;
}

/* separator style: default */
.bwp-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
	margin-right: auto;
	margin-left: auto;
}
.bwp-content .wp-block-separator.alignwide:not(.is-style-wide):not(.is-style-dots),
.bwp-content .wp-block-separator.alignfull:not(.is-style-wide):not(.is-style-dots) {
	margin-right: auto !important;
	margin-left: auto !important;
}

/* separator style: wide line */
.bwp-content .wp-block-separator.is-style-wide {
	border-bottom-width: 1px;
}

/* separator style: dots */
.bwp-content .wp-block-separator.is-style-dots {
	margin-top: 30px;
	margin-bottom: 29px;
	background: none !important;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto;
}
.bwp-content .wp-block-separator.is-style-dots::before {
	font-size: 24px;
	font-weight: 700;
	color: inherit;
}

/* separator with background color */
.bwp-content .wp-block-separator.has-background {
	padding: 0;
	border-radius: 0;
}
.bwp-content .wp-block-separator.has-background:not(.is-style-dots) {
	border: none;
	height: 1px;
}
.bwp-content .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 4px;
}


/*
8.2.20 - Block: Spacer
---------------------------------------
*/

.bwp-content .wp-block-spacer {
	margin-top: 0;
	margin-bottom: 20px;
}


/*
8.2.21 - Block: Archives
---------------------------------------
*/

.bwp-content .wp-block-archives-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.bwp-content .wp-block-archives-list li {
	margin-bottom: 6px;
	font-size: 11px;
	color: #8f8f9c;
}
.bwp-content .wp-block-archives-list li:last-child {
	margin-bottom: 0;
}
.bwp-content .wp-block-archives-list li::before {
	content: '-';
	margin-right: 6px;
	font-size: 15px;
	color: #484850;
}
.bwp-content .wp-block-archives-list li a {
	margin-right: 2px;
	font-size: 15px;
	text-decoration: none;
}
.bwp-content .wp-block-archives-list li a:hover,
.bwp-content .wp-block-archives-list li a:focus {
	text-decoration: none;
}

/* dropdown list */
.bwp-content .wp-block-archives-dropdown {
	margin-top: 0;
	margin-bottom: 20px;
}

/* block alignment */
.bwp-content .wp-block-archives-list.alignleft,
.bwp-content .wp-block-archives-dropdown.alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-archives-list.alignright,
.bwp-content .wp-block-archives-dropdown.alignright {
	margin: 0 0 20px 30px;
}
.bwp-content .wp-block-archives-list.aligncenter {
	text-align: center;
}
.bwp-content .wp-block-archives-list.aligncenter li::before {
	display: none;
}
.bwp-content .wp-block-archives-dropdown.alignleft,
.bwp-content .wp-block-archives-dropdown.alignright {
	width: 385px;
}
.bwp-content .wp-block-archives-list.alignfull,
.bwp-content .wp-block-archives-dropdown.alignfull {
	padding-right: 40px;
	padding-left: 40px;
}


/*
8.2.22 - Block: Calendar
---------------------------------------
*/

.bwp-content .wp-block-calendar {
	margin-top: 0;
	margin-bottom: 20px;
}
.bwp-content .wp-block-calendar table {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1.5;
}

/* caption (month) */
.bwp-content .wp-block-calendar table caption {
	text-align: left;
	color: #8f8f9c;
}

/* thead (days of the week) */
.bwp-content .wp-block-calendar table thead th {
	color: #484850;
	background: #ffffff;
	border: none;
}

/* tbody (days) */
.bwp-content .wp-block-calendar table tbody td {
	color: #484850;
	border: none;
}

/* prev/next links */
.bwp-content .wp-block-calendar .wp-calendar-nav {
	margin: 13px 0 0;
	border-top: 1px solid #efeff2;
}
.bwp-content .wp-block-calendar .wp-calendar-nav::after {
	content: '';
	display: table;
	clear: both;
}
.bwp-content .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev {
	float: left;
	text-align: left;
}
.bwp-content .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
	float: right;
	text-align: right;
}
.bwp-content .wp-block-calendar .wp-calendar-nav a {
	display: inline-block;
	padding: 5px 0 2px;
	font-size: 12px;
	line-height: 1.7;
	text-decoration: none;
	color: #8f8f9c;
}
.bwp-content .wp-block-calendar .wp-calendar-nav a:hover,
.bwp-content .wp-block-calendar .wp-calendar-nav a:focus {
	text-decoration: none;
	color: #6f6fff;
}
.bwp-content .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a {
	padding-right: 5px;
}
.bwp-content .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
	padding-left: 5px;
}

/* block alignment */
.bwp-content .wp-block-calendar.alignleft table,
.bwp-content .wp-block-calendar.alignright table {
	width: 385px;
}
.bwp-content .wp-block-calendar.aligncenter {
	margin: 20px auto;
	max-width: 385px;
}
.bwp-content .wp-block-calendar.alignfull {
	padding-right: 40px;
	padding-left: 40px;
}


/*
8.2.23 - Block: Categories
---------------------------------------
*/

.bwp-content .wp-block-categories-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.bwp-content .wp-block-categories-list ul {
	list-style: none;
	margin: 6px 0 0;
	padding: 0 0 1px 28px;
}
.bwp-content .wp-block-categories-list li {
	margin-bottom: 6px;
	font-size: 11px;
	color: #8f8f9c;
}
.bwp-content .wp-block-categories-list li:last-child {
	margin-bottom: 0;
}
.bwp-content .wp-block-categories-list li::before {
	content: '-';
	margin-right: 6px;
	font-size: 15px;
	color: #484850;
}
.bwp-content .wp-block-categories-list li a {
	margin-right: 2px;
	font-size: 15px;
	text-decoration: none;
}
.bwp-content .wp-block-categories-list li a:hover,
.bwp-content .wp-block-categories-list li a:focus {
	text-decoration: none;
}

/* dropdown list */
.bwp-content .wp-block-categories-dropdown {
	margin-top: 0;
	margin-bottom: 20px;
}

/* block alignment */
.bwp-content .wp-block-categories-list.alignleft,
.bwp-content .wp-block-categories-dropdown.alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-categories-list.alignright,
.bwp-content .wp-block-categories-dropdown.alignright {
	margin: 0 0 20px 30px;
}
.bwp-content .wp-block-categories-list.aligncenter {
	text-align: center;
}
.bwp-content .wp-block-categories-list.aligncenter li::before {
	display: none;
}
.bwp-content .wp-block-categories-list.aligncenter ul {
	padding: 0;
}
.bwp-content .wp-block-categories-dropdown.alignleft select,
.bwp-content .wp-block-categories-dropdown.alignright select {
	width: 385px;
}
.bwp-content .wp-block-categories-list.alignfull,
.bwp-content .wp-block-categories-dropdown.alignfull {
	padding-right: 40px;
	padding-left: 40px;
}


/*
8.2.24 - Block: Latest Comments
---------------------------------------
*/

.bwp-content .wp-block-latest-comments {
	list-style: none;
	margin: 40px 0;
	padding: 0;
}
.bwp-content .wp-block-latest-comments:first-child {
	margin-top: 0;
}
.bwp-content .wp-block-latest-comments:nth-last-child(2) {
	margin-bottom: 20px !important;
}
.bwp-content .wp-block-latest-comments li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efeff2;
}
.bwp-content .wp-block-latest-comments li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none;
}

/* avatar */
.bwp-content .wp-block-latest-comments .avatar,
.bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
	float: left;
	display: block;
	margin: 0 15px 0 0;
	padding: 0;
	width: 46px !important;
	height: 46px !important;
	border-radius: 23px;
	box-shadow: none;
}

/* comment metadata */
.bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.4;
	color: #393940;
}
.bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
	text-decoration: underline;
	color: #393940;
}
.bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover,
.bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:focus {
	text-decoration: underline;
	color: #6f6fff;
}
.bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
	display: block;
	margin: 3px 0 0;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.3;
	color: #8f8f9c;
}

/* comment content */
.bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
	margin: 10px 0 0;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}
.bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}
.bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt > :first-child {
	margin-top: 0;
}
.bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt > :last-child {
	margin-bottom: 0;
}

/* comment with avatar */
.bwp-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta {
	height: 46px;
	display: table-cell;
	vertical-align: middle;
}
.bwp-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt {
	margin-top: 15px;
}

/* block alignment */
.bwp-content .wp-block-latest-comments.alignleft,
.bwp-content .wp-block-latest-comments.alignright {
	max-width: 385px;
}
.bwp-content .wp-block-latest-comments.alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-latest-comments.alignright {
	margin: 0 0 20px 30px;
}
.bwp-content .wp-block-latest-comments.aligncenter {
	margin: 40px auto;
}
.bwp-content .wp-block-latest-comments.alignfull {
	padding-right: 40px;
	padding-left: 40px;
}


/*
8.2.25 - Block: Latest Posts
---------------------------------------
*/

.bwp-content ul.wp-block-latest-posts {
	list-style: none;
	margin: 40px 0;
	padding: 0;
}
.bwp-content ul.wp-block-latest-posts > li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efeff2;
}
.bwp-content ul.wp-block-latest-posts:not(.is-grid) > li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none;
}
.bwp-content ul.wp-block-latest-posts > li::after {
	content: '';
	display: table;
	clear: both;
}

/* post title */
.bwp-content ul.wp-block-latest-posts > li > a {
	text-decoration: none;
	color: #393940;
}
.bwp-content ul.wp-block-latest-posts > li > a:hover,
.bwp-content ul.wp-block-latest-posts > li > a:focus {
	text-decoration: underline;
	color: #393940;
}
.bwp-content ul.wp-block-latest-posts > li > a {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.35;
}

/* post excerpt */
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	margin: 15px 0 0;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt > :first-child {
	margin-top: 0;
}
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt > :last-child {
	margin-bottom: 0;
}

/* post content */
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content {
	margin: 20px 0 0;
}
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content > :first-child {
	margin-top: 20px !important;
}
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content > :last-child {
	margin-bottom: 0 !important;
}

/* post excerpt and post content: links */
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt a,
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content a {
	color: #484850;
	text-decoration: underline;
}
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt a:hover,
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt a:focus,
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content a:hover,
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content a:focus {
	color: #6f6fff;
	text-decoration: underline;
}

/* post metadata */
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-author,
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
	display: block;
	margin: 5px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.3;
	color: #8f8f9c;
}

/* featured image */
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__featured-image {
	margin: 0 0 20px;
}
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft {
	margin: 0 30px 7px 0;
}
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignright {
	margin: 0 0 7px 30px;
}
.bwp-content .wp-block-latest-posts .wp-block-latest-posts__featured-image img {
	max-width: 100% !important;
}

/* grid style */
.bwp-content ul.wp-block-latest-posts.is-grid {
	margin-bottom: 20px;
}
.bwp-content .wp-block-latest-posts.is-grid > li {
	margin: 0 30px 20px 0;
	width: 100%;
}
.bwp-content .wp-block-latest-posts.is-grid.columns-2 > li {
	width: calc(50% - 15px); /* 30/2=15 */
}
.bwp-content .wp-block-latest-posts.is-grid.columns-3 > li {
	width: calc(33.33333% - 20px); /* (30/3)*2=20 */
}
.bwp-content .wp-block-latest-posts.is-grid.columns-4 > li {
	width: calc(25% - 22.5px); /* (30/4)*3=22.5 */
}
.bwp-content .wp-block-latest-posts.is-grid.columns-5 > li {
	width: calc(20% - 24px); /* (30/5)*4=24 */
}
.bwp-content .wp-block-latest-posts.is-grid.columns-6 > li {
	width: calc(16.66667% - 25px); /* (30/6)*5=25 */
}
.bwp-content .wp-block-latest-posts.is-grid.columns-2 > li:nth-child(2n),
.bwp-content .wp-block-latest-posts.is-grid.columns-3 > li:nth-child(3n),
.bwp-content .wp-block-latest-posts.is-grid.columns-4 > li:nth-child(4n),
.bwp-content .wp-block-latest-posts.is-grid.columns-5 > li:nth-child(5n),
.bwp-content .wp-block-latest-posts.is-grid.columns-6 > li:nth-child(6n) {
	margin-right: 0;
}

/* grid style: post title */
.bwp-content .wp-block-latest-posts.is-grid.columns-4 > li > a,
.bwp-content .wp-block-latest-posts.is-grid.columns-5 > li > a,
.bwp-content .wp-block-latest-posts.is-grid.columns-6 > li > a {
	font-size: 16px;
	line-height: 1.45;
}
.bwp-content .wp-block-latest-posts.is-grid.columns-6 > li > a {
	font-size: 15px;
}

/* block alignment */
/* list style */
.bwp-content ul.wp-block-latest-posts.alignleft,
.bwp-content ul.wp-block-latest-posts.alignright {
	max-width: 357.5px;
}
.bwp-content ul.wp-block-latest-posts.alignleft {
	margin: 5px 45px 40px 0;
}
.bwp-content ul.wp-block-latest-posts.alignright {
	margin: 5px 0 40px 45px;
}
.bwp-content ul.wp-block-latest-posts.alignfull {
	padding-right: 40px;
	padding-left: 40px;
}
/* grid style */
.bwp-content ul.wp-block-latest-posts.is-grid.alignleft,
.bwp-content ul.wp-block-latest-posts.is-grid.alignright {
	margin-bottom: 20px;
}
.bwp-content ul.wp-block-latest-posts.is-grid.alignwide,
.bwp-content ul.wp-block-latest-posts.is-grid.alignfull {
	margin-bottom: 20px !important;
}


/*
8.2.26 - Block: RSS
---------------------------------------
*/

.bwp-content ul.wp-block-rss {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.bwp-content .wp-block-rss > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efeff2;
}
.bwp-content .wp-block-rss:not(.is-grid) > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.bwp-content .wp-block-rss li .wp-block-rss__item-title a {
	font-weight: 700;
	text-decoration: none;
}
.bwp-content .wp-block-rss li .wp-block-rss__item-publish-date,
.bwp-content .wp-block-rss li .wp-block-rss__item-author {
	display: block;
	margin: 4px 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	color: #8f8f9c;
}
.bwp-content .wp-block-rss li .wp-block-rss__item-excerpt {
	margin: 4px 0;
	padding: 0;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0.3px;
}

/* grid style */
.bwp-content ul.wp-block-rss.is-grid {
	margin-bottom: 0;
}
.bwp-content .wp-block-rss.is-grid > li {
	margin: 0 25px 20px 0;
	padding: 0 0 20px;
	width: 100%;
}
.bwp-content .wp-block-rss.is-grid.columns-2 > li {
	width: calc(50% - 12.5px);
}
.bwp-content .wp-block-rss.is-grid.columns-3 > li {
	width: calc(33.33333% - 16.66667px);
}
.bwp-content .wp-block-rss.is-grid.columns-4 > li {
	width: calc(25% - 18.75px);
}
.bwp-content .wp-block-rss.is-grid.columns-5 > li {
	width: calc(20% - 20px);
}
.bwp-content .wp-block-rss.is-grid.columns-6 > li {
	width: calc(16.66667% - 20.83333px);
}
.bwp-content .wp-block-rss.is-grid.columns-2 > li:nth-child(2n),
.bwp-content .wp-block-rss.is-grid.columns-3 > li:nth-child(3n),
.bwp-content .wp-block-rss.is-grid.columns-4 > li:nth-child(4n),
.bwp-content .wp-block-rss.is-grid.columns-5 > li:nth-child(5n),
.bwp-content .wp-block-rss.is-grid.columns-6 > li:nth-child(6n) {
	margin-right: 0;
}

/* block alignment */
/* list style */
.bwp-content .wp-block-rss.alignleft,
.bwp-content .wp-block-rss.alignright {
	max-width: 385px;
}
.bwp-content .wp-block-rss.alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-rss.alignright {
	margin: 0 0 20px 30px;
}
.bwp-content .wp-block-rss.alignfull {
	padding-right: 40px;
	padding-left: 40px;
}
/* grid style */
.bwp-content .wp-block-rss.is-grid.alignleft,
.bwp-content .wp-block-rss.is-grid.alignright {
	margin-bottom: 0;
}
.bwp-content .wp-block-rss.is-grid.alignwide,
.bwp-content .wp-block-rss.is-grid.alignfull {
	margin-bottom: 20px !important;
}


/*
8.2.27 - Block: Social Icons
---------------------------------------
*/

.bwp-content .wp-block-social-links {
	list-style: none;
	margin: 35px 0;
	padding: 0;
	line-height: 1;
}
.bwp-content .wp-block-social-links.has-small-icon-size {
	font-size: 20px;
}
.bwp-content .wp-block-social-links,
.bwp-content .wp-block-social-links.has-normal-icon-size {
	font-size: 25px;
}
.bwp-content .wp-block-social-links.has-large-icon-size {
	font-size: 30px;
}
.bwp-content .wp-block-social-links.has-huge-icon-size {
	font-size: 40px;
}
.bwp-content .wp-block-social-links .wp-social-link {
	margin: 5px 10px 5px 0 !important;
	font-size: inherit;
	line-height: 1;
}
.bwp-content .wp-block-social-links.is-style-logos-only .wp-social-link {
	padding: 0;
}

/* block alignment */
.bwp-content .wp-block-social-links.alignleft,
.bwp-content .wp-block-social-links.alignright {
	max-width: 357.5px;
}
.bwp-content .wp-block-social-links.alignleft {
	margin: 0 35px 35px 0;
}
.bwp-content .wp-block-social-links.alignright {
	margin: 0 -10px 35px 45px;
}


/*
8.2.28 - Block: Tag Cloud
---------------------------------------
*/

.bwp-content .wp-block-tag-cloud {
	margin: 0 0 20px;
	line-height: 1.5 !important;
}
.bwp-content .wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 6px;
	text-decoration: none;
}
.bwp-content .wp-block-tag-cloud a:hover,
.bwp-content .wp-block-tag-cloud a:focus {
	text-decoration: none;
}
.bwp-content .wp-block-tag-cloud a .tag-link-count {
	display: inline-block;
	margin: 0 0 0 3px;
	font-size: 11px;
	color: #8f8f9c;
}
.bwp-content .wp-block-tag-cloud a:hover .tag-link-count,
.bwp-content .wp-block-tag-cloud a:focus .tag-link-count {
	color: #6f6fff;
}

/* style: outline */
.bwp-content .wp-block-tag-cloud.is-style-outline a {
	margin-right: 2px;
	margin-bottom: 2px;
	border-radius: 2px;
}

/* block alignment */
.bwp-content .wp-block-tag-cloud.alignleft,
.bwp-content .wp-block-tag-cloud.alignright {
	max-width: 385px;
}
.bwp-content .wp-block-tag-cloud.alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-tag-cloud.alignright {
	margin: 0 0 20px 30px;
}
.bwp-content .wp-block-tag-cloud.aligncenter {
	text-align: center;
}
.bwp-content .wp-block-tag-cloud.alignfull {
	padding-right: 40px;
	padding-left: 40px;
}


/*
8.2.29 - Block: Search
---------------------------------------
*/

.bwp-content .wp-block-search {
	margin: 0 0 20px;
}

/* search form: input */
.bwp-content .wp-block-search .wp-block-search__input {
	border: 1px solid #f7f7f9;
	border-bottom-color: #e5e5e7;
}
.bwp-content .wp-block-search .wp-block-search__input:hover,
.bwp-content .wp-block-search .wp-block-search__input:focus {
	border-color: #6f6fff;
}

/* search form: button */
.bwp-content .wp-block-search .wp-block-search__button {
	border: none;
	outline: none;
	margin: 0 0 0 10px;
	padding: 0 20px !important;
	height: 44px;
	line-height: 44px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #ffffff;
	background: #121215;
	border-radius: 2px;
	box-shadow: none;
	white-space: nowrap;
}
.bwp-content .wp-block-search .wp-block-search__button:hover,
.bwp-content .wp-block-search .wp-block-search__button:focus {
	color: #ffffff;
	background: #6f6fff;
}
.bwp-content .wp-block-search .wp-block-search__button.has-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.bwp-content .wp-block-search .wp-block-search__button svg {
	fill: currentColor;
	outline: none;
}

/* search form: button inside */
.bwp-content .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 5px;
	background-color: #f7f7f9;
	border: 1px solid #f7f7f9;
	border-bottom-color: #e5e5e7;
	border-radius: 2px;
}
.bwp-content .wp-block-search.wp-block-search__button-inside .wp-block-search__input {
	border: none;
	padding: 0 10px;
	border-radius: 0;
}

/* block alignment */
.bwp-content .wp-block-search.alignleft,
.bwp-content .wp-block-search.alignright {
	width: 385px;
}
.bwp-content .wp-block-search.alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-search.alignright {
	margin: 0 0 20px 30px;
}
.bwp-content .wp-block-search.aligncenter .wp-block-search__label {
	text-align: center;
}


/*
8.2.30 - Block: Embed
---------------------------------------
*/

.bwp-content .wp-block-embed {
	margin: 0 0 20px;
}
.bwp-content .wp-block-embed iframe {
	border-radius: 2px;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
}
.bwp-content .wp-block-embed figcaption {
	margin: 0;
	padding: 15px 15px 0;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	color: #484850;
}

/* block alignment */
.bwp-content .wp-block-embed.alignleft,
.bwp-content .wp-block-embed.alignright {
	max-width: 385px;
	width: 100%;
}
.bwp-content .wp-block-embed.alignleft {
	margin: 0 30px 20px 0;
}
.bwp-content .wp-block-embed.alignright {
	margin: 0 0 20px 30px;
}


/*
8.2.31 - Block: Site Logo
---------------------------------------
*/

.bwp-content .wp-block-site-logo {
	margin: 0 0 20px;
}
.bwp-content .wp-block-site-logo img {
	border-radius: 0;
	box-shadow: none;
}


/*
8.2.32 - Block: Post Categories and Post Tags
---------------------------------------
*/

.bwp-content .wp-block-post-terms {
	margin: 0 0 20px;
}
.bwp-content .wp-block-post-terms.has-text-color a,
.bwp-content .wp-block-post-terms.has-text-color a:hover,
.bwp-content .wp-block-post-terms.has-text-color a:focus {
	color: inherit;
}


/*
8.2.33 - Block: Page List
---------------------------------------
*/

.bwp-content .wp-block-page-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.bwp-content .wp-block-page-list li {
	margin-bottom: 6px;
}
.bwp-content .wp-block-page-list li:last-child {
	margin-bottom: 0;
}
.bwp-content .wp-block-page-list li::before {
	content: '-';
	margin-right: 6px;
	font-size: 15px;
}
.bwp-content .wp-block-page-list li a,
.bwp-content .wp-block-page-list li a:hover,
.bwp-content .wp-block-page-list li a:focus {
	text-decoration: none;
}
.bwp-content .wp-block-page-list ul {
	list-style: none;
	margin: 6px 0 0;
	padding: 0 0 1px 28px;
}
.bwp-content .wp-block-page-list .wp-block-page-list__submenu-icon {
	display: none;
}


/*
8.2.34 - Blocks: Post title, Featured image, Excerpt, Date
---------------------------------------
*/

.bwp-content .wp-block-post-title,
.bwp-content .wp-block-post-featured-image,
.bwp-content .wp-block-post-excerpt,
.bwp-content .wp-block-post-date {
	margin-top: 20px;
	margin-bottom: 20px;
}
.bwp-content .wp-block-post-excerpt__more-text {
	margin-top: 20px;
}


/*
8.2.35 - Block: Query Loop
---------------------------------------
*/

.bwp-content .wp-block-query {
	margin: 40px 0;
}
.bwp-content .wp-block-post-template,
.bwp-content .wp-block-query .wp-block-post-template {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bwp-content .wp-block-post-template > li,
.bwp-content .wp-block-query .wp-block-post-template > li {
	margin-bottom: 40px;
}
.bwp-content .wp-block-post-template > li:last-child,
.bwp-content .wp-block-query .wp-block-post-template > li:last-child {
	margin-bottom: 0;
}
.bwp-content .wp-block-post-template .has-text-color a,
.bwp-content .wp-block-post-template .has-text-color a:hover,
.bwp-content .wp-block-post-template .has-text-color a:focus {
	color: inherit !important;
}

/* post template: post title */
.bwp-content .wp-block-post-template .wp-block-post-title {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.bwp-content .wp-block-post-template .wp-block-post-title a {
	text-decoration: none;
	color: #393940;
}
.bwp-content .wp-block-post-template .wp-block-post-title a:hover,
.bwp-content .wp-block-post-template .wp-block-post-title a:focus {
	text-decoration: underline;
	color: #393940;
}

/* post template: read more link */
.bwp-content .wp-block-post-template .wp-block-post-excerpt__more-link {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #393940;
}
.bwp-content .wp-block-post-template .wp-block-post-excerpt__more-link:hover,
.bwp-content .wp-block-post-template .wp-block-post-excerpt__more-link:focus {
	text-decoration: none;
	color: #6f6fff;
}

/* block: read more */
.bwp-content .wp-block-read-more {
	margin-bottom: 20px;
	text-decoration: underline;
}

/* post template: separator */
.bwp-content .wp-block-post-template .wp-block-separator {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* post template: date */
.bwp-content .wp-block-post-template .wp-block-post-date {
	font-size: 14px;
}
.bwp-content .wp-block-post-template .wp-block-post-date a {
	font-weight: 700;
	text-decoration: none;
	color: #393940;
}
.bwp-content .wp-block-post-template .wp-block-post-date a:hover,
.bwp-content .wp-block-post-template .wp-block-post-date a:focus {
	text-decoration: none;
	color: #6f6fff;
}

/* post template: group */
.bwp-content .wp-block-post-template .wp-block-group {
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px !important;
}
.bwp-content .wp-block-group .wp-block-query {
	margin-top: 0;
	margin-bottom: 0;
}
.bwp-content .wp-block-post-template .wp-block-group .wp-block-group__inner-container > :first-child {
	margin-top: 0 !important;
}
.bwp-content .wp-block-group.alignfull .wp-block-group__inner-container {
	max-width: 570px;
	margin-right: auto;
	margin-left: auto;
}

/* post template: columns */
.bwp-content .wp-block-post-template.is-flex-container > li > :first-child {
	margin-top: 0 !important;
}
.bwp-content .wp-block-post-template.is-flex-container .alignwide {
	width: auto;
	max-width: 100%;
	margin: 40px 0 !important;
}

/* pagination */
.bwp-content .wp-block-query-pagination {
	margin-top: 40px;
	margin-bottom: 40px;
}
.bwp-content .wp-block-query-pagination a {
	text-decoration: none;
}
.bwp-content .wp-block-query-pagination a:hover,
.bwp-content .wp-block-query-pagination a:focus {
	text-decoration: underline;
}
.bwp-content .wp-block-query-pagination .wp-block-query-pagination-next,
.bwp-content .wp-block-query-pagination .wp-block-query-pagination-numbers,
.bwp-content .wp-block-query-pagination .wp-block-query-pagination-previous {
	margin: 0;
}
.bwp-content .wp-block-query-pagination .wp-block-query-pagination-next {
	margin-left: 10px;
}
.bwp-content .wp-block-query-pagination .wp-block-query-pagination-previous {
	margin-right: 10px;
}
.bwp-content .wp-block-query-pagination .wp-block-query-pagination-next,
.bwp-content .wp-block-query-pagination .wp-block-query-pagination-previous {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
}
.bwp-content .wp-block-query-pagination .page-numbers {
	display: inline-block;
	padding: 0 16px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	font-weight: 700;
}
.bwp-content .wp-block-query-pagination .page-numbers.dots {
	padding-right: 0;
	padding-left: 0;
}
.bwp-content .wp-block-query-pagination .page-numbers.current {
	cursor: default;
	color: #ffffff;
	background-color: #6f6fff;
	border-radius: 2px;
}


/*
8.2.36 - Block: Navigation
---------------------------------------
*/

.bwp-content .wp-block-navigation {
	margin-top: 20px;
	margin-bottom: 20px;
}
.bwp-content .wp-block-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bwp-content .wp-block-navigation button {
	padding: 0;
	height: auto;
	line-height: 0;
	color: currentColor;
	background: transparent !important;
}

/* menu item */
.bwp-content .wp-block-navigation .wp-block-navigation-item {
	margin-top: 0;
	margin-bottom: 0;
	font-size: inherit;
	line-height: inherit;
}
.bwp-content .wp-block-navigation .wp-block-navigation-item__content {
	padding: 15px 0;
}
.bwp-content .wp-block-navigation .wp-block-navigation-item a {
	color: inherit;
	text-decoration: none;
}
.bwp-content .wp-block-navigation .wp-block-navigation-item a:hover,
.bwp-content .wp-block-navigation .wp-block-navigation-item a:focus {
	color: inherit;
	text-decoration: underline;
}

/* submenu */
.bwp-content .wp-block-navigation .wp-block-navigation__submenu-container {
	color: inherit;
	border: none;
	box-shadow: 0 2px 18px 0 rgba(32,32,37,0.15);
}
.bwp-content .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content,
.bwp-content .wp-block-navigation.is-vertical .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	padding: 10px 15px;
}
.bwp-content .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item.has-child {
	padding-right: 15px;
}
.bwp-content .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item.has-child > .wp-block-navigation-item__content {
	padding-right: 0;
}

/* has background */
.bwp-content .wp-block-navigation.has-background {
	padding: 0 20px;
}
.bwp-content .wp-block-navigation .has-background {
	padding: 0;
}

/* orientation: vertical */
.bwp-content .wp-block-navigation.is-vertical .wp-block-navigation-item__content {
	padding-top: 0;
	padding-bottom: 0;
}
.bwp-content .wp-block-navigation.is-vertical.has-background {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* mobile menu */
.bwp-content .wp-block-navigation .wp-block-navigation__responsive-container-close,
.bwp-content .wp-block-navigation .wp-block-navigation__responsive-container-open {
	padding: 15px;
}
.bwp-content .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
	padding: 30px;
	color: inherit;
}
.bwp-content .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	box-shadow: none;
}
.bwp-content .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	padding: 2px 0;
}
.bwp-content .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item.has-child {
	padding-right: 0;
}

/* mobile menu: has background */
.bwp-content .wp-block-navigation.has-background .wp-block-navigation__responsive-container-open,
.bwp-content .wp-block-navigation.has-background.items-justified-left .wp-block-navigation__responsive-container-open,
.bwp-content .wp-block-navigation.has-background.items-justified-space-between .wp-block-navigation__responsive-container-open {
	margin-left: -20px;
}
.bwp-content .wp-block-navigation.has-background.items-justified-center .wp-block-navigation__responsive-container-open {
	margin-left: 0;
}
.bwp-content .wp-block-navigation.has-background.items-justified-right .wp-block-navigation__responsive-container-open {
	margin-left: 0;
	margin-right: -20px;
}

/* navigation: page list */
.bwp-content .wp-block-navigation .wp-block-page-list {
	gap: 1em;
}
.bwp-content .wp-block-navigation .wp-block-page-list li::before {
	display: none;
}
.bwp-content .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	gap: inherit;
}


/*
8.2.37 - Block: Site title
---------------------------------------
*/

.bwp-content h1.wp-block-site-title {
	margin-top: 20px;
	margin-bottom: 20px;
}


/*
8.2.38 - Block: Post Author
---------------------------------------
*/

.bwp-content .wp-block-post-author {
	margin: 0 0 20px;
}

/* avatar */
.bwp-content .wp-block-post-author__avatar {
	margin-right: 20px;
}
.bwp-content .wp-block-post-author__avatar img {
	border-radius: 50%;
	box-shadow: none;
}

/* content */
.bwp-content .wp-block-post-author__content {
	font-size: inherit;
}
.bwp-content .wp-block-post-author__content p {
	margin: 0;
}
.bwp-content .wp-block-post-author__content .wp-block-post-author__byline {
	font-size: 90%;
}
.bwp-content .wp-block-post-author__content .wp-block-post-author__name {
	margin: 0;
	font-size: 105%;
	font-weight: 700;
	line-height: inherit;
}
.bwp-content .wp-block-post-author__content .wp-block-post-author__bio {
	margin: 10px 0 0;
	font-size: 100%;
	line-height: inherit;
}


/*
8.2.39 - Block: Post Navigation Link (Next and Previous)
---------------------------------------
*/

.bwp-content .wp-block-post-navigation-link {
	margin: 0 0 20px;
}
.bwp-content .wp-block-post-navigation-link.has-text-color a,
.bwp-content .wp-block-post-navigation-link.has-text-color a:hover,
.bwp-content .wp-block-post-navigation-link.has-text-color a:focus {
	color: inherit;
}


/*
8.2.40 - Block: Post Comments
---------------------------------------
*/

.bwp-content .wp-block-comments {
	margin: 40px 0;
}

/* comment list */
.bwp-content .wp-block-comment-template {
	list-style: none outside none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
}
.bwp-content .wp-block-comment-template .wp-block-column > :first-child {
	margin-top: 0;
}

/* avatar */
.bwp-content .wp-block-avatar {
	margin: 20px 0;
}
.bwp-content .wp-block-avatar img {
	box-shadow: none;
	border-radius: 50% !important;
}

/* comment author name */
.bwp-content .wp-block-comment-template .wp-block-comment-author-name {
	margin: 20px 0;
	font-weight: 700;
}

/* date and edit link */
.bwp-content .wp-block-comment-template .wp-block-comment-date,
.bwp-content .wp-block-comment-template .wp-block-comment-edit-link {
	margin: 0;
}
.bwp-content .wp-block-comment-template .wp-block-comment-date a,
.bwp-content .wp-block-comment-template .wp-block-comment-edit-link a {
	color: #8f8f9c;
}
.bwp-content .wp-block-comment-template .wp-block-comment-date a:hover,
.bwp-content .wp-block-comment-template .wp-block-comment-edit-link a:hover,
.bwp-content .wp-block-comment-template .wp-block-comment-date a:focus,
.bwp-content .wp-block-comment-template .wp-block-comment-edit-link a:focus {
	color: #6f6fff;
}

/* comment content */
.bwp-content .wp-block-comment-template .wp-block-comment-content {
	margin: 20px 0;
}

/* reply link */
.bwp-content .wp-block-comment-template .wp-block-comment-reply-link {
	margin: 20px 0;
}
.bwp-content .wp-block-comment-template .wp-block-comment-reply-link a {
	color: #8f8f9c;
}
.bwp-content .wp-block-comment-template .wp-block-comment-reply-link a:hover,
.bwp-content .wp-block-comment-template .wp-block-comment-reply-link a:focus {
	color: #6f6fff;
}

/* comments pagination */
.bwp-content .wp-block-comments-pagination a {
	text-decoration: none;
}
.bwp-content .wp-block-comments-pagination a:hover,
.bwp-content .wp-block-comments-pagination a:focus {
	text-decoration: underline;
}
.bwp-content .wp-block-comments-pagination .wp-block-comments-pagination-previous,
.bwp-content .wp-block-comments-pagination .wp-block-comments-pagination-numbers,
.bwp-content .wp-block-comments-pagination .wp-block-comments-pagination-next {
	margin: 0;
}
.bwp-content .wp-block-comments-pagination .wp-block-comments-pagination-previous {
	margin-right: 10px;
}
.bwp-content .wp-block-comments-pagination .wp-block-comments-pagination-next {
	margin-left: 10px;
}
.bwp-content .wp-block-comments-pagination .wp-block-comments-pagination-previous,
.bwp-content .wp-block-comments-pagination .wp-block-comments-pagination-next {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
}
.bwp-content .wp-block-comments-pagination .page-numbers {
	display: inline-block;
	padding: 0 14px;
	height: 44px;
	line-height: 44px;
	font-size: 13px;
	font-weight: 700;
}
.bwp-content .wp-block-comments-pagination .page-numbers.dots {
	padding-right: 0;
	padding-left: 0;
}
.bwp-content .wp-block-comments-pagination .page-numbers.current {
	cursor: default;
	color: #ffffff;
	background-color: #6f6fff;
	border-radius: 2px;
}

/* block: comment form */
.bwp-content .wp-block-post-comments-form {
	margin: 40px 0;
	padding: 0;
	max-width: 100%;
}
.bwp-content .wp-block-comments .wp-block-post-comments-form {
	margin-top: 20px;
}
.bwp-content .wp-block-post-comments-form .comment-reply-title {
	margin-top: 0;
	margin-bottom: 20px;
	max-width: 100%;
	text-align: inherit;
	font-size: 23px;
	line-height: 1.2;
	text-transform: none;
}
.bwp-content .wp-block-post-comments-form .comment-reply-title a {
	text-decoration: underline !important;
}
.bwp-content .wp-block-post-comments-form .comment-notes,
.bwp-content .wp-block-post-comments-form .logged-in-as {
	text-align: left;
}
.bwp-content .wp-block-post-comments-form .comment-form label {
	text-align: left;
}
.bwp-content .wp-block-post-comments-form .comment-form-comment textarea,
.bwp-content .wp-block-post-comments-form .comment-form-author input,
.bwp-content .wp-block-post-comments-form .comment-form-email input,
.bwp-content .wp-block-post-comments-form .comment-form-url input {
	border: 1px solid #f7f7f9;
	border-bottom-color: #e5e5e7;
}
.bwp-content .wp-block-post-comments-form .comment-form-comment textarea:hover,
.bwp-content .wp-block-post-comments-form .comment-form-author input:hover,
.bwp-content .wp-block-post-comments-form .comment-form-email input:hover,
.bwp-content .wp-block-post-comments-form .comment-form-url input:hover,
.bwp-content .wp-block-post-comments-form .comment-form-comment textarea:focus,
.bwp-content .wp-block-post-comments-form .comment-form-author input:focus,
.bwp-content .wp-block-post-comments-form .comment-form-email input:focus,
.bwp-content .wp-block-post-comments-form .comment-form-url input:focus {
	border-color: #6f6fff;
}
.bwp-content .wp-block-post-comments-form .comment-form-cookies-consent input {
	margin-top: 4px !important;
	border: 1px solid #d3d4d6;
}
.bwp-content .wp-block-post-comments-form .comment-form-cookies-consent input:hover,
.bwp-content .wp-block-post-comments-form .comment-form-cookies-consent input:focus {
	border-color: #6f6fff;
}
.bwp-content .wp-block-post-comments-form .comment-form .form-submit {
	padding-bottom: 0;
	text-align: left;
}


/*
8.2.41 - Block: Login - Out
---------------------------------------
*/

.bwp-content .wp-block-loginout {
	margin: 0 0 20px;
}
.bwp-content .wp-block-loginout form p {
	margin: 0 0 15px;
}
.bwp-content .wp-block-loginout form p.login-submit {
	margin-bottom: 0;
}
.bwp-content .wp-block-loginout form .login-remember label {
	font-weight: 400;
}
.bwp-content .wp-block-loginout form .login-submit input[type="submit"] {
	padding: 0 30px;
}


/*
8.2.42 - Block: Author avatar
---------------------------------------
*/

.bwp-content .wp-block-avatar {
	margin: 0 0 20px;
}
.bwp-content .wp-block-avatar img {
	box-shadow: none;
	border-radius: 50%;
}


/*
8.2.43 - Block: Post author biography
---------------------------------------
*/

.bwp-content .wp-block-post-author-biography {
	margin: 0 0 20px;
}


/*
8.2.44 - Block: Details
---------------------------------------
*/

.bwp-content .wp-block-details {
	margin: 20px 0;
}
.bwp-content .wp-block-details summary {
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	font-weight: 700;
}
.bwp-content .wp-block-details > *:nth-child(2) {
	margin-top: 20px;
}
.bwp-content .wp-block-details.has-background[open] {
	padding-bottom: 20px;
}

/* block alignment */
.bwp-content .wp-block-details.alignfull {
	padding-right: 40px;
	padding-left: 40px;
}


/*
8.3 - About the author
---------------------------------------
*/

.bwp-about-author,
.bwp-about-author .bwp-separator {
	margin-bottom: 50px;
}
.bwp-about-author-container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

/* avatar */
.bwp-about-author-avatar {
	float: left;
	margin-right: 20px;
	position: relative;
}
.bwp-about-author-avatar img {
	display: block;
	margin: 0;
	padding: 0;
	width: 62px !important;
	height: 62px !important;
	border-radius: 31px;
}
.bwp-about-author-avatar .bwp-avatar-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #121215;
	border-radius: 31px;
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.bwp-about-author-avatar:hover .bwp-avatar-overlay {
	opacity: 0.1;
}

/* name */
.bwp-about-author-name {
	margin: 10px 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.4;
	color: #393940;
}
.bwp-about-author-name a {
	display: inline-block;
	text-decoration: none;
	color: #393940;
}
.bwp-about-author-name a:hover,
.bwp-about-author-name a:focus {
	color: #6f6fff;
	text-decoration: none;
}

/* number of posts */
.bwp-about-author-posts-num {
	margin-top: 3px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.3;
	color: #8f8f9c;
}

/* biographical information */
.bwp-about-author-bio {
	margin-top: 15px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	overflow-wrap: break-word;
	color: #484850;
}
.bwp-about-author-bio p {
	margin: 0 0 15px;
}
.bwp-about-author-bio > :last-child {
	margin-bottom: 0;
}


/*
8.4 - Post navigation
---------------------------------------
*/

.bwp-single-post-navigation,
.bwp-single-post-navigation .bwp-separator {
	margin-bottom: 50px;
}
.bwp-single-post-navigation-container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.bwp-single-post-navigation:not(:has(.navigation.post-navigation)) {
	display: none;
}

/* navigation styles (WordPress CSS classes) */
.post-navigation .nav-links::after {
	content: '';
	display: table;
	clear: both;
}
.post-navigation .nav-links > div:first-child:not(.nav-next) {
	border-right: 1px solid rgba(236,236,240,1);
}
.post-navigation .nav-links > .nav-next:first-child {
	border-left: 1px solid rgba(236,236,240,1);
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
	width: 50%;
}
.post-navigation .nav-links .nav-previous {
	float: left;
	padding-right: 15px;
}
.post-navigation .nav-links .nav-next {
	float: right;
	text-align: right;
	padding-left: 15px;
}
.post-navigation .nav-links a {
	display: inline-block;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.6;
	overflow-wrap: break-word;
	text-decoration: none !important;
	color: #8f8f9c; /* .post-title-nav color */
}
.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:focus {
	color: #6f6fff; /* .post-title-nav color */
}
.post-navigation .nav-links a .meta-nav {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
	color: #393940;
}
.post-navigation .nav-links a:hover .meta-nav,
.post-navigation .nav-links a:focus .meta-nav {
	color: #393940;
}
.post-navigation .nav-links a .meta-nav i {
	font-size: 10px;
	position: relative;
	top: -1px;
}
.post-navigation .nav-links .nav-previous .meta-nav i {
	margin-right: 8px;

	-webkit-transition: margin-right 0.3s ease-out;
	transition: margin-right 0.3s ease-out;
}
.post-navigation .nav-links .nav-next .meta-nav i {
	margin-left: 8px;

	-webkit-transition: margin-left 0.3s ease-out;
	transition: margin-left 0.3s ease-out;
}
.post-navigation .nav-links .nav-previous a:hover .meta-nav i {
	margin-right: 13px;
}
.post-navigation .nav-links .nav-next a:hover .meta-nav i {
	margin-left: 13px;
}
.post-navigation .nav-links a .post-title-nav {
	display: block;
}


/*
8.5 - Comments
---------------------------------------
*/

.bwp-comments-area {
	padding-bottom: 20px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	color: #484850;
}
.bwp-comments-area .bwp-separator {
	margin-bottom: 50px;
}

/* title */
.comment-reply-title,
.bwp-comments-title {
	margin: 0 auto 15px;
	width: 100%;
	max-width: 650px;
	text-align: center;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.35;
	text-transform: capitalize;
	overflow-wrap: break-word;
	color: #2e2e34;
}
.comment-reply-title {
	position: relative;
}
.bwp-comments-title {
	margin-bottom: 35px;
}


/*
8.5.1 - Comment form
---------------------------------------
*/

.comment-respond {
	margin-bottom: 30px;
}
.bwp-post-has-comments .comment-respond {
	padding-top: 20px;
}
.comment-form {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 800px;
}
.comment-notes {
	margin: 0;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	color: #8f8f9c;
}
.comment-form-comment {
	margin: 16px 0 8px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin: 0 0 15px;
}
.comment-form label {
	margin: 0;
	padding: 0 0 4px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.7;
	text-align: center;
}
.comment-form-cookies-consent {
	margin: 0 0 13px;
	padding: 13px 0 0;
	text-align: center;
}
.comment-form-cookies-consent label {
	display: inline;
	text-align: left;
	padding-bottom: 0;
	font-weight: 400;
	color: #8f8f9c;
	cursor: pointer;

	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.comment-form-cookies-consent label:hover {
	color: #6f6fff;
}

/* allowed tags */
.comment-form .form-allowed-tags {
	display: none;
}

/* comment form: input fields */
.comment-form #comment {
	height: 160px;
	border-bottom-width: 2px;
}
.comment-form #author,
.comment-form #email,
.comment-form #url,
.comment-form #wp-comment-cookies-consent {
	border-bottom-width: 2px;
}

/* comment form: submit button */
.comment-form .form-submit {
	margin: 0;
	padding: 16px 0 7px;
	text-align: center;
}
.comment-form #submit {
	padding: 0 30px;
}

/* "must login" message */
.comment-respond .must-log-in {
	margin: 0;
	padding: 1px 0 0;
	text-align: center;
	letter-spacing: 0.2px;
}
.comment-respond .must-log-in a {
	color: #484850;
	text-decoration: underline;
}
.comment-respond .must-log-in a:hover,
.comment-respond .must-log-in a:focus {
	color: #6f6fff;
	text-decoration: underline;
}

/* "logged-in as ..." message */
.comment-form .logged-in-as {
	margin: 0;
	padding: 1px 0 0;
	text-align: center;
	letter-spacing: 0.2px;
}
.comment-form .logged-in-as a {
	color: #484850;
	text-decoration: underline;
}
.comment-form .logged-in-as a:hover,
.comment-form .logged-in-as a:focus {
	color: #6f6fff;
	text-decoration: underline;
}

/* cancel reply */
.comment-reply-title small {
	position: absolute;
	z-index: 2;
}
.comment-reply-title #cancel-comment-reply-link {
	display: inline-block;
	margin-top: 4px;
	margin-left: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.3;
	text-decoration: none;
	color: #8f8f9c;
	white-space: nowrap;
}
.comment-reply-title #cancel-comment-reply-link:hover {
	color: #6f6fff;
	text-decoration: none;
}


/*
8.5.2 - Comment list
---------------------------------------
*/

.bwp-comment-list-wrap {
	margin: 0 auto 30px;
	padding: 0;
	width: 100%;
	max-width: 800px;
}
.bwp-comment-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.bwp-comment-list .children {
	list-style: none outside none;
	margin: 0;
	padding: 0 0 0 20px;
}

/* comment body */
.bwp-comment-list .comment .comment-body {
	position: relative;
	margin-top: 20px;
	padding: 40px;
	overflow-wrap: break-word;
	border: 1px solid #efeff2;
	border-bottom-width: 2px;
	border-radius: 2px;
}
.bwp-comment-list > .comment:first-child > .comment-body {
	margin-top: 0;
}

/* comment metadata */
.bwp-comment-list .comment-meta::after {
	content: '';
	display: table;
	clear: both;
}

/* comment metadata: avatar */
.bwp-comment-list .comment-meta .comment-author img {
	float: left;
	display: block;
	margin: 0 15px 0 0;
	padding: 0;
	width: 46px !important;
	height: 46px !important;
	border-radius: 23px;
}

/* comment metadata: author's name */
.bwp-comment-list .comment-meta .comment-author .fn {
	display: inline-block;
	padding-top: 3px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.4;
	color: #393940;
}
.bwp-comment-list .comment-meta .comment-author .fn .url {
	color: #393940;
	text-decoration: underline;
}
.bwp-comment-list .comment-meta .comment-author .fn .url:hover,
.bwp-comment-list .comment-meta .comment-author .fn .url:focus {
	color: #6f6fff;
	text-decoration: underline;
}
.bwp-comment-list .comment-meta .comment-author .says {
	display: none;
}

/* comment metadata: comment from the author of the post */
.bwp-comment-list .bypostauthor > article .fn::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; /* style: solid */
	content: '\f5ac'; /* icon: pen-fancy */
	margin-left: 8px;
	font-size: 12px;
}

/* comment metadata: date and "edit" link */
.bwp-comment-list .comment-meta .comment-metadata {
	margin-top: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.3;
	color: #8f8f9c;
}
.bwp-comment-list .comment-meta .comment-metadata a {
	color: #8f8f9c;
	text-decoration: none;
}
.bwp-comment-list .comment-meta .comment-metadata a:hover,
.bwp-comment-list .comment-meta .comment-metadata a:focus {
	color: #6f6fff;
	text-decoration: none;
}
.bwp-comment-list .comment-meta .edit-link {
	margin-left: 10px;
}

/* comment metadata: "comment awaiting moderation" message */
.bwp-comment-list .comment-meta .comment-awaiting-moderation {
	display: block;
	margin: 20px 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.3;
	color: #8f8f9c;
}

/* comment content */
.bwp-comment-list .comment-content {
	margin: 15px 0 0;
	letter-spacing: 0.2px;
}
.bwp-comment-list .comment-content > :first-child {
	margin-top: 0 !important;
}
.bwp-comment-list .comment-content > :last-child {
	margin-bottom: 0 !important;
}

/* comment reply link */
.bwp-comment-list .comment-body .reply {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	margin: 0;
	padding: 0;
}
.bwp-comment-list .comment-body .reply a {
	display: inline-block;
	padding: 5px 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.3;
	text-decoration: none !important;
	color: #393940;
	background-color: #f7f7f9;
	border-radius: 0 2px 0 2px;

	-webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.bwp-comment-list .comment-body .reply a:focus {
	color: #393940;
}
.bwp-comment-list .comment-body .reply a:hover {
	color: #ffffff;
	background-color: #6f6fff;
}

/* reply to comment: comment form */
.bwp-comment-list li .comment-respond {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 0;
}

/* pingbacks and trackbacks */
.bwp-comment-list .pingback .comment-body,
.bwp-comment-list .trackback .comment-body {
	position: relative;
	margin-top: 20px;
	padding: 40px 40px 40px 60px;
	overflow-wrap: break-word;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.7;
	text-transform: uppercase;
	color: #393940;
	border: 1px solid #efeff2;
	border-bottom-width: 2px;
	border-radius: 2px;
}
.bwp-comment-list .pingback .comment-body::before,
.bwp-comment-list .trackback .comment-body::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; /* style: solid */
	content: '\f35d'; /* icon: external-link-alt */
	position: absolute;
	top: 43px;
	left: 40px;
	line-height: 1.2;
	font-size: 12px;
}
.bwp-comment-list > .pingback:first-child > .comment-body,
.bwp-comment-list > .trackback:first-child > .comment-body {
	margin-top: 0;
}
.bwp-comment-list .pingback .comment-body > a,
.bwp-comment-list .trackback .comment-body > a {
	display: block;
	margin-top: 8px;
	margin-left: -20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	text-decoration: none;
	text-transform: none;
	color: #484850;
}
.bwp-comment-list .pingback .comment-body > a:hover,
.bwp-comment-list .pingback .comment-body > a:focus,
.bwp-comment-list .trackback .comment-body > a:hover,
.bwp-comment-list .trackback .comment-body > a:focus {
	color: #6f6fff;
	text-decoration: none;
}
.bwp-comment-list .pingback .comment-body .edit-link,
.bwp-comment-list .trackback .comment-body .edit-link {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	margin: 0;
	padding: 0;
	text-transform: none;
	line-height: 1.3;
}
.bwp-comment-list .pingback .comment-body .edit-link a,
.bwp-comment-list .trackback .comment-body .edit-link a {
	display: inline-block;
	padding: 5px 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none !important;
	color: #393940;
	background-color: #f7f7f9;
	border-radius: 0 2px 0 2px;

	-webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.bwp-comment-list .pingback .comment-body .edit-link a:focus,
.bwp-comment-list .trackback .comment-body .edit-link a:focus {
	color: #393940;
}
.bwp-comment-list .pingback .comment-body .edit-link a:hover,
.bwp-comment-list .trackback .comment-body .edit-link a:hover {
	color: #ffffff;
	background-color: #6f6fff;
}

/* comments are closed: some additional styles */
.bwp-comment-list-wrap.bwp-comments-closed {
	margin-bottom: 20px;
}
.bwp-comments-area .bwp-no-comments {
	margin: 0 auto 37px;
	padding: 40px;
	text-align: left;
	width: 100%;
	max-width: 800px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	border: 1px solid #efeff2;
	border-bottom-width: 2px;
	border-radius: 2px;
}


/*
8.5.3 - Comments navigation
---------------------------------------
*/

.comment-navigation {
	margin: 20px 0 30px;
	padding: 0 0 20px;
	border-bottom: 2px solid #efeff2;
}
.comment-navigation .nav-links::after {
	content: '';
	display: table;
	clear: both;
}
.comment-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-next {
	width: 40%;
}
.comment-navigation .nav-links .nav-previous {
	float: left;
	padding-right: 15px;
}
.comment-navigation .nav-links .nav-next {
	float: right;
	text-align: right;
	padding-left: 15px;
}
.comment-navigation .nav-links a {
	display: inline-block;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.6;
	text-transform: uppercase;
	text-decoration: none !important;
	overflow-wrap: break-word;
	color: #393940;
}
.comment-navigation .nav-links a:hover,
.comment-navigation .nav-links a:focus {
	color: #6f6fff;
}
.comment-navigation .nav-links a i {
	font-size: 10px;
	position: relative;
	top: -1px;
}
.comment-navigation .nav-links .nav-previous i {
	margin-right: 8px;

	-webkit-transition: margin-right 0.3s ease-out;
	transition: margin-right 0.3s ease-out;
}
.comment-navigation .nav-links .nav-next i {
	margin-left: 8px;

	-webkit-transition: margin-left 0.3s ease-out;
	transition: margin-left 0.3s ease-out;
}
.comment-navigation .nav-links .nav-previous a:hover i {
	margin-right: 13px;
}
.comment-navigation .nav-links .nav-next a:hover i {
	margin-left: 13px;
}


/*
8.6 - Related posts / Random posts
---------------------------------------
*/

.bwp-related-posts,
.bwp-single-page-random-posts {
	margin-right: -15px;
	margin-left: -15px;
}
.bwp-related-posts,
.bwp-single-page-random-posts,
.bwp-related-posts .bwp-separator,
.bwp-single-page-random-posts .bwp-separator {
	margin-bottom: 50px;
}
.bwp-related-posts-wrap,
.bwp-single-page-random-posts-wrap {
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 6px;
	margin-top: -6px;
}
.bwp-related-posts-title,
.bwp-single-page-random-posts-title {
	margin: 0 auto 35px;
	width: 100%;
	max-width: 650px;
	text-align: center;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.35;
	text-transform: capitalize;
	overflow-wrap: break-word;
	color: #2e2e34;
}
.bwp-related-posts-list,
.bwp-single-page-random-posts-list {
	margin-right: -50px;
}
.bwp-related-posts-list .post,
.bwp-single-page-random-posts-list .post {
	float: left;
	width: 33.33%; /* 3 columns */
}
.bwp-related-posts-list .post .bwp-post-wrap,
.bwp-single-page-random-posts-list .post .bwp-post-wrap {
	margin-right: 50px;
	margin-bottom: 0;
}
.bwp-related-posts-list .post .bwp-post-media,
.bwp-related-posts-list .post .bwp-post-media-slider,
.bwp-single-page-random-posts-list .post .bwp-post-media,
.bwp-single-page-random-posts-list .post .bwp-post-media-slider {
	margin-bottom: 20px;
}
.bwp-related-posts-list .post .bwp-iframe-audio-wrap iframe,
.bwp-single-page-random-posts-list .post .bwp-iframe-audio-wrap iframe {
	max-height: 202px;
}
.bwp-related-posts-list .post .bwp-post-content,
.bwp-single-page-random-posts-list .post .bwp-post-content {
	padding: 0;
	border-bottom: none;
}
.bwp-related-posts-list .post .bwp-post-content::before,
.bwp-single-page-random-posts-list .post .bwp-post-content::before,
.bwp-related-posts-list .post .bwp-post-content::after,
.bwp-single-page-random-posts-list .post .bwp-post-content::after {
	display: none;
}
.bwp-related-posts-list .post .bwp-post-title,
.bwp-single-page-random-posts-list .post .bwp-post-title {
	margin: 0;
	font-size: 20px;
}
.bwp-related-posts-list .post .bwp-post-title a,
.bwp-single-page-random-posts-list .post .bwp-post-title a {
	color: #393940;
	text-decoration: none;
}
.bwp-related-posts-list .post .bwp-post-title a:hover,
.bwp-related-posts-list .post .bwp-post-title a:focus,
.bwp-single-page-random-posts-list .post .bwp-post-title a:hover,
.bwp-single-page-random-posts-list .post .bwp-post-title a:focus {
	color: #393940;
	text-decoration: underline;
}
.bwp-related-posts-list .post .bwp-post-metadata,
.bwp-single-page-random-posts-list .post .bwp-post-metadata {
	margin: 5px 0 0;
	padding-left: 0;
}
.bwp-related-posts-list .post .bwp-post-metadata li,
.bwp-single-page-random-posts-list .post .bwp-post-metadata li {
	font-size: 13px;
	color: #8f8f9c;
}
.bwp-related-posts-list .post .bwp-post-metadata li::before,
.bwp-single-page-random-posts-list .post .bwp-post-metadata li::before {
	display: none;
}
.bwp-related-posts-list .post .bwp-post-metadata li a,
.bwp-single-page-random-posts-list .post .bwp-post-metadata li a {
	margin-left: 1px;
	color: #8f8f9c;
}
.bwp-related-posts-list .post .bwp-post-metadata li a:hover,
.bwp-related-posts-list .post .bwp-post-metadata li a:focus,
.bwp-single-page-random-posts-list .post .bwp-post-metadata li a:hover,
.bwp-single-page-random-posts-list .post .bwp-post-metadata li a:focus {
	color: #6f6fff;
}
.bwp-related-posts-list .post .bwp-post-metadata .bwp-tags a::before,
.bwp-single-page-random-posts-list .post .bwp-post-metadata .bwp-tags a::before {
	content: '#';
	margin-right: 1px;
}


/*
9.0 - Page 404
---------------------------------------
*/

.bwp-page-404-container {
	margin: 50px 0;
	padding: 100px 50px;
	border: 1px solid #efeff2;
	border-bottom-width: 2px;
	border-radius: 2px;
}
.bwp-page-404-content {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
	overflow-wrap: break-word;
}
.bwp-page-404-content h1,
.bwp-page-404-content h2 {
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	color: #2e2e34;
}
.bwp-page-404-content h1 {
	margin: 0 0 15px;
	font-size: 27px;
	line-height: 1.35;
}
.bwp-page-404-content h2 {
	margin: 0 0 16px;
	font-size: 20px;
	line-height: 1.45;
}
.bwp-page-404-content p {
	margin: 0;
	padding: 0 0 1px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	color: #484850;
}
.bwp-page-404-content p a {
	text-decoration: underline;
	color: #484850;
}
.bwp-page-404-content p a:hover,
.bwp-page-404-content p a:focus {
	text-decoration: underline;
	color: #6f6fff;
}


/*
10.0 - Footer widgets
---------------------------------------
*/

.bwp-footer-widgets-section {
	margin-bottom: 50px;
	padding-top: 10px;
}
.bwp-footer-widgets-section .bwp-separator:first-of-type {
	margin-bottom: 50px;
}
.bwp-footer-widgets-col-1,
.bwp-footer-widgets-col-2,
.bwp-footer-widgets-col-3 {
	padding-bottom: 8px;
}
.bwp-footer-widgets-col-1 {
	padding-right: 14px;
}
.bwp-footer-widgets-col-2 {
	padding-right: 6px;
	padding-left: 6px;
}
.bwp-footer-widgets-col-3 {
	padding-left: 14px;
}

/* footer widgets: single posts */
.bwp-body.single .bwp-footer-widgets-section,
.bwp-body.page .bwp-footer-widgets-section {
	padding-top: 0;
}
.bwp-body.single .bwp-footer-widgets-section .bwp-separator:first-of-type,
.bwp-body.page .bwp-footer-widgets-section .bwp-separator:first-of-type {
	display: none;
}

/* footer widgets: page 404 */
.bwp-body.error404 .bwp-footer-widgets-section {
	padding-top: 0;
}
.bwp-body.error404 .bwp-footer-widgets-section .bwp-separator:first-of-type {
	display: none;
}


/*
11.0 - Footer
---------------------------------------
*/

.bwp-site-footer {
	margin: 0;
	padding: 3px 0 35px;
	text-align: center;
}
.bwp-site-footer.bwp-footer-has-widgets,
.bwp-body.single .bwp-site-footer,
.bwp-body.page .bwp-site-footer {
	padding-top: 0;
}

/* footer text */
.bwp-footer-text {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	overflow-wrap: break-word;
	color: #8f8f9c;
}
.bwp-footer-text a {
	color: #8f8f9c;
	text-decoration: underline;
}
.bwp-footer-text a:hover,
.bwp-footer-text a:focus {
	color: #6f6fff;
	text-decoration: underline;
}
.bwp-footer-text p {
	margin: 0 0 18px;
}
.bwp-footer-text p:last-child {
	margin-bottom: 0;
}

/* footer menu */
.bwp-footer-menu {
	margin: -6px 0 16px;
}
.bwp-footer-menu-list {
	margin: 0;
}
.bwp-footer-menu-list li {
	display: inline-block;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	white-space: nowrap;
	color: #8f8f9c;
}
.bwp-footer-menu-list li a {
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
	color: #8f8f9c;
}
.bwp-footer-menu-list li a:hover,
.bwp-footer-menu-list li a:focus {
	color: #6f6fff;
	text-decoration: none;
}
.bwp-footer-menu-list li ul {
	display: none; /* hide all submenus */
}
.bwp-footer-menu-list a i:first-child {
	margin-right: 8px;
}
.bwp-footer-menu-list a i:last-child {
	margin-right: 0;
}


/*
12.0 - Button: "Back to top"
---------------------------------------
*/

/* container with button */
#bwp-scroll-top {
	position: fixed;
	right: 40px;
	bottom: 30px;
	z-index: 900;

	visibility: hidden;
	opacity: 0;
	pointer-events: none;

	-webkit-transition: visibility 0.15s ease-out, opacity 0.15s ease-out, bottom 0.15s ease-out, -webkit-transform 0.3s ease-out;
	transition: visibility 0.15s ease-out, opacity 0.15s ease-out, bottom 0.15s ease-out, transform 0.3s ease-out;
}
#bwp-scroll-top.bwp-visible {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	bottom: 40px;

	-webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transition: visibility 0.3s ease-out, opacity 0.3s ease-out, bottom 0.3s ease-out, transform 0.3s ease-out;
}
.bwp-sidebar-visible #bwp-scroll-top {
	-webkit-transform: translateX(-210px);
	transform: translateX(-210px);
}

/* button */
.bwp-scroll-top-button {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 12px;
	color: #393940;
	background: #ffffff;
	border-radius: 22px;
	box-shadow: 0 6px 18px -2px rgba(32,32,37,0.2);
}
.bwp-scroll-top-button:hover {
	color: #ffffff;
	background: #6f6fff;
}


/*
13.0 - Tooltips
---------------------------------------
*/

.tooltip {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	z-index: 800;
}
.tooltip.in {
	filter: alpha(opacity=100);
	opacity: 1;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #ffffff;
}
.tooltip-inner {
	max-width: 400px;
	min-width: 80px;
	padding: 12px 20px;
	white-space: nowrap;
	color: #484850;
	background-color: #ffffff;
	box-shadow: 0 6px 18px 0 rgba(32,32,37,0.15);
	border-radius: 2px;
}


/*
14.0 - Sidebar and Widgets
---------------------------------------
*/

/* sidebar */
.bwp-sidebar {
	position: fixed;
	top: 0;
	right: -420px;
	bottom: 0;
	z-index: 2010;
	display: block;
	width: 420px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 70px 50px 0;
	background-color: #ffffff;
	box-shadow: none;

	-webkit-transition: right 0.3s ease-out, box-shadow 0.3s ease-out;
	transition: right 0.3s ease-out, box-shadow 0.3s ease-out;
}
.bwp-sidebar-visible .bwp-sidebar {
	right: 0;
	box-shadow: -1px 0 18px 0 rgba(32,32,37,0.06);
}

/* sidebar with admin bar */
.admin-bar .bwp-sidebar {
	top: 32px;
	height: calc(100% - 32px);
}
@media (max-width: 782px) {
	.admin-bar .bwp-sidebar {
		top: 46px;
		height: calc(100% - 46px);
	}
}
@media (max-width: 600px) {
	.admin-bar .bwp-sidebar {
		top: 0;
		height: 100%;
		z-index: 100000;
	}
}

/* button: hide sidebar */
.bwp-hide-sidebar-button {
	position: absolute;
	top: 0;
	right: -25px;
	z-index: 2020;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #393940;
	opacity: 0;

	-webkit-transition: color 0.2s ease-out, right 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.1s;
	transition: color 0.2s ease-out, right 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.1s;
}
.bwp-hide-sidebar-button:hover,
.bwp-hide-sidebar-button:focus {
	color: #6f6fff;
}
.bwp-sidebar-visible .bwp-hide-sidebar-button {
	right: 0;
	opacity: 1;
}

/* content container */
.bwp-sidebar-content-container {
	width: 100%;
	padding-bottom: 5px;
	position: relative;
	right: -25px;
	opacity: 0;

	-webkit-transition: right 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.1s;
	transition: right 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.1s;
}
.bwp-sidebar-visible .bwp-sidebar-content-container {
	right: 0;
	opacity: 1;
}

/* sidebar overlay */
.bwp-sidebar-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #eeeff1;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;

	-webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, width 0s ease-out 0.3s;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out, width 0s ease-out 0.3s;
}
.bwp-sidebar-visible .bwp-sidebar-overlay {
	width: 100%; /* no animation */
	opacity: 0.85;
	visibility: visible;

	-webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, width 0s ease-out 0s;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out, width 0s ease-out 0s;
}

/* widget container */
.bwp-widget,
.widget {
	overflow-wrap: break-word;
	margin: 0 0 50px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	color: #484850;
}
.bwp-widget a,
.widget a {
	color: #484850;
	text-decoration: underline;
}
.bwp-widget a:hover,
.bwp-widget a:focus,
.widget a:hover,
.widget a:focus {
	color: #6f6fff;
	text-decoration: underline;
}
.widget {
	margin: 0;
}

/* widget title */
.bwp-widget .bwp-widget-title,
.widget .widgettitle {
	margin: 0 0 17px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.7;
	text-transform: uppercase;
	color: #2e2e34;
}
.bwp-widget .bwp-widget-title a,
.widget .widgettitle a {
	color: #2e2e34;
	text-decoration: underline;
}
.bwp-widget .bwp-widget-title a:hover,
.bwp-widget .bwp-widget-title a:focus,
.widget .widgettitle a:hover,
.widget .widgettitle a:focus {
	color: #6f6fff;
	text-decoration: underline;
}

/* widget area: h1 - h6 */
.bwp-sidebar-content h1,
.bwp-sidebar-content h2,
.bwp-sidebar-content h3:not(.bwp-widget-title),
.bwp-sidebar-content h4,
.bwp-sidebar-content h5,
.bwp-sidebar-content h6 {
	margin: 0 0 20px;
}
.bwp-sidebar-content h1 {
	font-size: 27px;
}
.bwp-sidebar-content h2 {
	font-size: 23px;
}
.bwp-sidebar-content h3:not(.bwp-widget-title) {
	font-size: 20px;
	line-height: 1.3;
}
.bwp-sidebar-content h4 {
	font-size: 17px;
	line-height: 1.4;
}
.bwp-sidebar-content h5 {
	font-size: 15px;
	line-height: 1.7;
}
.bwp-sidebar-content h6 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.7;
}
.bwp-sidebar-content .wp-block-group h1,
.bwp-sidebar-content .wp-block-group h2,
.bwp-sidebar-content .wp-block-group h3:not(.bwp-widget-title),
.bwp-sidebar-content .wp-block-group h4,
.bwp-sidebar-content .wp-block-group h5,
.bwp-sidebar-content .wp-block-group h6,
.bwp-sidebar-content .widget_block .widget-title {
	margin: 0 0 17px;
	font-size: 16px;
	line-height: 1.7;
	text-transform: uppercase;
}
.bwp-sidebar-content .widget_block .widget-title {
	margin-top: 30px;
}
.bwp-sidebar-content .widget_block:first-child .widget-title {
	margin-top: 0;
}

/* widget area: list unstyled */
.bwp-sidebar-content .list-unstyled {
	list-style: none;
}

/* widget area: block */
.widget_block {
	margin: 0;
}
.bwp-sidebar-content .widget_block:last-child {
	margin-bottom: 25px;
}
.bwp-sidebar-content .widget_block > :first-child:not(.widget-title) {
	margin-top: 0 !important;
}
.bwp-sidebar-content .alignwide {
	width: auto;
	max-width: 100%;
	margin: 0 0 20px !important;
}
.bwp-sidebar-content .alignfull {
	width: auto;
	max-width: 100%;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/* widget area: group block */
.bwp-sidebar-content .wp-block-group {
	margin: 0 0 50px;
}
.bwp-sidebar-content .widget_block:last-child .wp-block-group {
	margin-bottom: 20px;
}
.bwp-sidebar-content .wp-block-group .wp-block-group__inner-container > :last-child:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	margin-bottom: 0;
}

/* widget area: widget group (WordPress 5.9+) */
.bwp-sidebar-content .wp-widget-group__inner-blocks {
	margin: 0 0 50px;
}
.bwp-sidebar-content .widget_block:last-child .wp-widget-group__inner-blocks {
	margin-bottom: 20px;
}
.bwp-sidebar-content .wp-widget-group__inner-blocks > :last-child {
	margin-bottom: 0;
}

/* widget area: separator */
.bwp-sidebar-content .widget_block .wp-block-separator {
	margin-top: 0 !important;
	margin-bottom: 20px;
}


/*
14.1 - Widget: Archives
---------------------------------------
*/

.widget_archive ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_archive ul li {
	margin-bottom: 6px;
	font-size: 11px;
	color: #8f8f9c;
}
.widget_archive ul li:last-child {
	margin-bottom: 0;
}
.widget_archive ul li a {
	margin-right: 2px;
	font-size: 15px;
	text-decoration: none;
}
.widget_archive ul li a:hover,
.widget_archive ul li a:focus {
	text-decoration: none;
}
.widget_archive select {
	margin-top: 7px;
	padding-left: 10px;
	font-weight: 400;
}

/* block: archives */
.widget_block.widget_archive {
	margin-bottom: 30px;
}
.bwp-sidebar-content .wp-block-archives-dropdown select {
	margin-top: 0;
}


/*
14.2 - Widget: Pages
---------------------------------------
*/

.widget_pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_pages ul li {
	margin-bottom: 6px;
}
.widget_pages ul li:last-child {
	margin-bottom: 0;
}
.widget_pages ul li a,
.widget_pages ul li a:hover,
.widget_pages ul li a:focus {
	text-decoration: none;
}
.widget_pages ul ul {
	margin: 6px 0 0;
	padding: 0 0 1px 16px;
}
.widget_pages ul ul li::before {
	content: '-';
	margin-right: 5px;
	font-size: 15px;
}

/* block: page list */
.widget_block > .wp-block-page-list {
	margin-bottom: 50px;
}
.bwp-sidebar-content .widget_block:last-child > .wp-block-page-list {
	margin-bottom: 20px;
}


/*
14.3 - Widget: Categories
---------------------------------------
*/

.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_categories ul li {
	margin-bottom: 6px;
	font-size: 11px;
	color: #8f8f9c;
}
.widget_categories ul li:last-child {
	margin-bottom: 0;
}
.widget_categories ul li a {
	margin-right: 2px;
	font-size: 15px;
	text-decoration: none;
}
.widget_categories ul li a:hover,
.widget_categories ul li a:focus {
	text-decoration: none;
}
.widget_categories ul ul {
	margin: 6px 0 0;
	padding: 0 0 1px 16px;
}
.widget_categories ul ul li::before {
	content: '-';
	margin-right: 5px;
	font-size: 15px;
	font-weight: 400;
	color: #484850;
}
.widget_categories select {
	margin-top: 7px;
	padding-left: 10px;
	font-weight: 400;
}

/* block: categories */
.widget_block.widget_categories {
	margin-bottom: 30px;
}
.bwp-sidebar-content .wp-block-categories select {
	margin-top: 7px;
}


/*
14.4 - Widget: Recent posts
---------------------------------------
*/

.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_recent_entries ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efeff2;
}
.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget_recent_entries ul li a,
.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li a:focus {
	text-decoration: none;
}
.widget_recent_entries ul li .post-date {
	display: block;
	margin-top: 4px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #8f8f9c;
}

/* block with latest posts */
.widget_block.widget_recent_entries {
	margin-bottom: 30px;
}
.bwp-sidebar-content ul.wp-block-latest-posts,
.bwp-sidebar-content ul.wp-block-latest-posts.is-grid {
	margin-top: 0;
	margin-bottom: 20px;
}
.bwp-sidebar-content ul.wp-block-latest-posts > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* block with latest posts: post title */
.bwp-sidebar-content ul.wp-block-latest-posts > li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	color: #484850;
}
.bwp-sidebar-content ul.wp-block-latest-posts > li > a:hover,
.bwp-sidebar-content ul.wp-block-latest-posts > li > a:focus {
	color: #6f6fff;
	text-decoration: none;
}

/* block with latest posts: post excerpt */
.bwp-sidebar-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	margin: 10px 0 0;
	font-size: 14px;
}

/* block with latest posts: post metadata */
.bwp-sidebar-content .wp-block-latest-posts .wp-block-latest-posts__post-author,
.bwp-sidebar-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.45;
}

/* block with latest posts: featured image */
.bwp-sidebar-content .wp-block-latest-posts .wp-block-latest-posts__featured-image {
	margin-bottom: 15px;
}
.bwp-sidebar-content .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft {
	margin: 0 25px 7px 0;
}
.bwp-sidebar-content .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignright {
	margin: 0 0 7px 25px;
}

/* block with latest posts: grid style */
.bwp-sidebar-content .wp-block-latest-posts.is-grid > li {
	margin: 0 0 10px;
	width: 100% !important;
}
.bwp-sidebar-content .wp-block-latest-posts.is-grid > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.bwp-sidebar-content .wp-block-latest-posts.is-grid.columns-4 > li > a,
.bwp-sidebar-content .wp-block-latest-posts.is-grid.columns-5 > li > a,
.bwp-sidebar-content .wp-block-latest-posts.is-grid.columns-6 > li > a {
	font-size: 15px;
	line-height: 1.7;
}


/*
14.5 - Widget: Tag cloud
---------------------------------------
*/

.widget_tag_cloud .tagcloud {
	line-height: 1.5 !important;
}
.widget_tag_cloud .tagcloud a {
	display: inline-block;
	margin-right: 6px;
	text-decoration: none;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus {
	text-decoration: none;
}
.widget_tag_cloud .tagcloud a .tag-link-count {
	font-size: 11px;
	color: #8f8f9c;

	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.widget_tag_cloud .tagcloud a:hover .tag-link-count,
.widget_tag_cloud .tagcloud a:focus .tag-link-count {
	color: #6f6fff;
}

/* block: tag cloud */
.widget_block.widget_tag_cloud {
	margin-bottom: 30px;
}


/*
14.6 - Widget: Calendar
---------------------------------------
*/

.bwp-sidebar-content .wp-calendar-table,
.widget .wp-calendar-table {
	margin: 0;
	max-width: 100%;
	width: 100%;
	line-height: 1.5;
}
.bwp-sidebar-content .wp-calendar-table td,
.bwp-sidebar-content .wp-calendar-table th,
.widget .wp-calendar-table td,
.widget .wp-calendar-table th {
	border: none;
}

/* caption (month) */
.wp-calendar-table caption {
	margin: 0 0 22px;
	padding: 3px 0 5px;
	font-size: 12px;
	line-height: 1.7;
	border-bottom: 1px solid #efeff2;
	color: #8f8f9c;
}

/* thead (days of the week) */
.wp-calendar-table thead th {
	padding: 0 0 8px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	cursor: default;
}

/* tbody (days) */
.wp-calendar-table tbody td {
	padding: 8px 0;
	text-align: center;
	border-radius: 2px;
	cursor: default;

	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.wp-calendar-table tbody td:not(.pad):hover {
	background-color: #f7f7f9;
}
.wp-calendar-table tbody a {
	text-decoration: underline !important;
}
.wp-calendar-table tbody #today {
	font-weight: 700;
	background-color: #f7f7f9;
}

/* prev/next links */
.widget_calendar .wp-calendar-nav {
	margin: 13px 0 0;
	border-top: 1px solid #efeff2;
}
.widget_calendar .wp-calendar-nav::after {
	content: '';
	display: table;
	clear: both;
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev {
	float: left;
	text-align: left;
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
	float: right;
	text-align: right;
}
.widget_calendar .wp-calendar-nav a {
	display: inline-block;
	padding: 5px 0 2px;
	font-size: 12px;
	line-height: 1.7;
	text-decoration: none;
	color: #8f8f9c;
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a {
	padding-right: 5px;
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a {
	padding-left: 5px;
}
.widget_calendar .wp-calendar-nav a:hover,
.widget_calendar .wp-calendar-nav a:focus {
	color: #6f6fff;
	text-decoration: none;
}

/* block: calendar */
.widget_block.widget_calendar {
	margin-bottom: 30px;
}


/*
14.7 - Widget: Navigation menu
---------------------------------------
*/

.widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_nav_menu ul li {
	margin-bottom: 6px;
}
.widget_nav_menu ul li:last-child {
	margin-bottom: 0;
}
.widget_nav_menu ul li a,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li a:focus {
	text-decoration: none;
}
.widget_nav_menu ul li i {
	margin-right: 8px;
}
.widget_nav_menu ul ul {
	margin: 6px 0 0;
	padding: 0 0 1px 16px;
}
.widget_nav_menu ul ul li::before {
	content: '-';
	margin-right: 5px;
	font-size: 15px;
}
.widget_nav_menu ul ul ul {
	padding-left: 22px;
}


/*
14.8 - Widget: Meta
---------------------------------------
*/

.widget_meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_meta ul li {
	margin-bottom: 6px;
}
.widget_meta ul li:last-child {
	margin-bottom: 0;
}
.widget_meta ul li a,
.widget_meta ul li a:hover,
.widget_meta ul li a:focus {
	text-decoration: none;
}


/*
14.9 - Widget: Recent comments
---------------------------------------
*/

.bwp-widget.widget_recent_comments .bwp-widget-title,
.widget.widget_recent_comments .widgettitle {
	margin-bottom: 20px;
}
.widget_recent_comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_recent_comments ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efeff2;
	font-size: 12px;
	color: #8f8f9c;
}
.widget_recent_comments ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget_recent_comments ul li a,
.widget_recent_comments ul li a:hover,
.widget_recent_comments ul li a:focus {
	text-decoration: none;
}
.widget_recent_comments ul li > a:last-child {
	display: block !important;
	margin-top: 3px !important;
	font-size: 15px;
}

/* block with recent comments */
.widget_block.widget_recent_comments {
	margin-bottom: 30px;
}
.bwp-sidebar-content .wp-block-latest-comments,
.bwp-sidebar-content .wp-block-latest-comments.aligncenter {
	margin-top: 0;
	margin-bottom: 20px;
}
.bwp-sidebar-content .wp-block-latest-comments li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.bwp-sidebar-content .wp-block-latest-comments.has-excerpts li,
.bwp-sidebar-content .wp-block-latest-comments.has-avatars li {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* block with recent comments: comment metadata */
.bwp-sidebar-content .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-meta {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.7;
	color: #8f8f9c;
}
.bwp-sidebar-content .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-meta a {
	color: #484850;
	text-decoration: none;
}
.bwp-sidebar-content .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-meta a:hover,
.bwp-sidebar-content .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-meta a:focus {
	color: #6f6fff;
	text-decoration: none;
}
.bwp-sidebar-content .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-link {
	display: block;
	margin-top: 3px;
	font-size: 15px;
}
.bwp-sidebar-content .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-meta time {
	margin: 4px 0 0;
	line-height: 1.7;
}

/* block with recent comments: comment content */
.bwp-sidebar-content .wp-block-latest-comments.has-excerpts:not(.has-avatars) .wp-block-latest-comments__comment-link {
	text-decoration: underline !important;
}
.bwp-sidebar-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt,
.bwp-sidebar-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: 14px;
}
.bwp-sidebar-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt {
	margin-top: 10px;
}


/*
14.10 - Widgets: Text and Custom HTML
---------------------------------------
*/

.bwp-widget.widget_text:not(.widget_block) {
	margin-bottom: 30px;
}
.bwp-widget.widget_text.widget_custom_html {
	margin-bottom: 50px;
}
.textwidget > :first-child {
	margin-top: 0 !important;
}

/* form elements */
.textwidget p label:last-child {
	padding-bottom: 0;
}
.textwidget input[type="text"],
.textwidget input[type="email"],
.textwidget input[type="url"],
.textwidget input[type="tel"],
.textwidget input[type="number"],
.textwidget input[type="date"] {
	padding: 0 10px;
	height: 38px;
}
.textwidget textarea {
	margin-bottom: -7px;
	padding: 5px 10px;
}
.textwidget select {
	padding: 0 15px 0 6px;
	height: 38px;
}
.textwidget select[multiple] {
	padding: 8px 15px 8px 8px;
	height: 110px;
}

/* additional styles for contact form (Contact Form 7) */
.bwp-sidebar-content .wpcf7 p {
	margin-bottom: 10px;
}
.bwp-sidebar-content .wpcf7-form > p:last-of-type {
	margin-bottom: 20px;
}
.bwp-sidebar-content .wpcf7 label {
	font-size: 13px;
	color: #484850;
}
.bwp-sidebar-content .wpcf7 p label:last-child {
	padding-bottom: 0;
}
.bwp-sidebar-content .wpcf7 input[type="text"],
.bwp-sidebar-content .wpcf7 input[type="email"],
.bwp-sidebar-content .wpcf7 input[type="url"],
.bwp-sidebar-content .wpcf7 input[type="tel"],
.bwp-sidebar-content .wpcf7 input[type="number"],
.bwp-sidebar-content .wpcf7 input[type="date"] {
	padding: 0 10px;
	height: 38px;
}
.bwp-sidebar-content .wpcf7 textarea {
	margin-bottom: -7px;
	padding: 5px 10px;
	height: 110px;
}
.bwp-sidebar-content .wpcf7 select {
	padding: 0 15px 0 6px;
	height: 38px;
}
.bwp-sidebar-content .wpcf7 select[multiple] {
	padding: 8px 15px 8px 8px;
	height: 110px;
}
.bwp-sidebar-content .wpcf7 input[type="button"],
.bwp-sidebar-content .wpcf7 input[type="reset"],
.bwp-sidebar-content .wpcf7 input[type="submit"] {
	margin-top: 10px;
	height: 42px;
	line-height: 42px;
}
.bwp-sidebar-content .wpcf7 .wpcf7-acceptance label {
	padding-top: 5px;
	padding-bottom: 5px;
}
.bwp-sidebar-content .wpcf7 .wpcf7-form .wpcf7-response-output {
	font-size: 14px;
}


/*
14.11 - Widget: Search
---------------------------------------
*/

.widget_search .bwp-widget-title,
.widget_search .widgettitle {
	margin-bottom: 24px;
}

/* search form */
.widget_search #searchform {
	border: 1px solid #f7f7f9;
	border-bottom-color: #e5e5e7;
	border-radius: 2px;

	-webkit-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
}
.widget_search #searchform:hover,
.widget_search #searchform:focus {
	border-color: #6f6fff;
}
.widget_search #searchform .bwp-search-field {
	height: 42px;
	padding: 0 5px 0 14px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	color: #484850;
	background: #f7f7f9;
	border-radius: 2px 0 0 2px;
}

/* search form: placeholder */
/* Chrome / Opera / Safari */
.widget_search #searchform .bwp-search-field::-webkit-input-placeholder {
	font-weight: 400;
	color: #484850;
	opacity: 0.6;
}
/* Firefox 18- */
.widget_search #searchform .bwp-search-field:-moz-placeholder {
	font-weight: 400;
	color: #484850;
	opacity: 0.6;
}
/* Firefox 19+ */
.widget_search #searchform .bwp-search-field::-moz-placeholder {
	font-weight: 400;
	color: #484850;
	opacity: 0.6;
}
/* IE 10+ */
.widget_search #searchform .bwp-search-field:-ms-input-placeholder {
	font-weight: 400;
	color: #484850;
	opacity: 0.6;
}

/* search form: submit button */
.widget_search #searchform .bwp-search-submit {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484850;
	background: #f7f7f9;
	border-radius: 0 2px 2px 0;
}
.widget_search #searchform .bwp-search-submit:hover {
	color: #6f6fff;
}

/* block: search */
.widget_block.widget_search {
	margin-bottom: 30px;
}


/*
14.12 - Widget: RSS
---------------------------------------
*/

.rsswidget img {
	display: none;
}
.widget_rss .bwp-widget-title .rsswidget:first-child::before,
.widget_rss .widgettitle .rsswidget:first-child::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; /* solid style */
	content: '\f09e'; /* icon: rss */
	margin-right: 5px;
	font-size: 12px;
}
.widget_rss ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_rss ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efeff2;
}
.widget_rss ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget_rss ul li .rsswidget {
	font-weight: 700;
	text-decoration: none;
}
.widget_rss ul li .rsswidget:hover,
.widget_rss ul li .rsswidget:focus {
	text-decoration: none;
}
.widget_rss ul li .rss-date {
	display: block;
	margin-top: 4px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #8f8f9c;
}
.widget_rss ul li .rssSummary {
	margin-top: 4px;
	padding-bottom: 2px;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0.3px;
}
.widget_rss ul li cite {
	display: block;
	margin: 4px 0 0;
	padding: 0 0 2px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	color: #8f8f9c;
}

/* block with rss */
.widget_block.widget_rss {
	margin-bottom: 30px;
}
.bwp-sidebar-content .wp-block-rss li .wp-block-rss__item-title a {
	font-weight: 400;
}

/* block with rss: grid style */
.bwp-sidebar-content ul.wp-block-rss.is-grid {
	margin-bottom: 20px;
}
.bwp-sidebar-content .wp-block-rss.is-grid > li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	width: 100% !important;
}
.bwp-sidebar-content .wp-block-rss.is-grid > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}


/*
14.13 - Widget: Audio
---------------------------------------
*/

.widget_media_audio .bwp-widget-title,
.widget_media_audio .widgettitle {
	margin-bottom: 24px;
}
.widget_media_audio .wp-audio-shortcode {
	margin: 0;
}


/*
14.14 - Widget: Image
---------------------------------------
*/

.widget_media_image .bwp-widget-title,
.widget_media_image .widgettitle {
	margin-bottom: 24px;
}
.widget_media_image img {
	border-radius: 2px;
}
.widget_media_image .wp-caption,
.widget_media_image .wp-caption.alignnone {
	margin: 0;
}
.widget_media_image .wp-caption .wp-caption-text {
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}


/*
14.15 - Widget: Video
---------------------------------------
*/

.widget_media_video .bwp-widget-title,
.widget_media_video .widgettitle {
	margin-bottom: 24px;
}
.bwp-widget.widget_media_video .wp-video,
.widget.widget_media_video .wp-video {
	margin: 0;
}
.bwp-widget.widget_media_video iframe,
.bwp-widget.widget_media_video video,
.widget.widget_media_video iframe,
.widget.widget_media_video video {
	border-radius: 2px;
}


/*
14.16 - Widget: Gallery
---------------------------------------
*/

.bwp-widget.widget_media_gallery:not(.widget_block) {
	margin-bottom: 40px;
}
.widget_media_gallery .bwp-widget-title,
.widget_media_gallery .widgettitle {
	margin-bottom: 24px;
}
.widget_media_gallery .gallery:not(.gallery-columns-1) {
	margin: 0 -5px;
}
.widget_media_gallery .gallery.gallery-columns-1 {
	margin-bottom: -10px;
}
.widget_media_gallery .gallery:not(.gallery-columns-1) .gallery-item {
	margin: 0 0 10px;
	padding: 0 5px;
}
.widget_media_gallery .gallery:not(.gallery-columns-1) .gallery-item .gallery-caption {
	padding: 5px 5px 5px 0;
	line-height: 1.6;
}
.widget_media_gallery .gallery.gallery-columns-4 .gallery-item .gallery-caption,
.widget_media_gallery .gallery.gallery-columns-5 .gallery-item .gallery-caption,
.widget_media_gallery .gallery.gallery-columns-6 .gallery-item .gallery-caption,
.widget_media_gallery .gallery.gallery-columns-7 .gallery-item .gallery-caption,
.widget_media_gallery .gallery.gallery-columns-8 .gallery-item .gallery-caption,
.widget_media_gallery .gallery.gallery-columns-9 .gallery-item .gallery-caption {
	display: none;
}
.widget_media_gallery .gallery .gallery-icon img {
	border-radius: 2px;
}

/* block: gallery */
.bwp-sidebar-content .wp-block-gallery .blocks-gallery-grid figcaption,
.bwp-sidebar-content .wp-block-gallery figure.wp-block-image figcaption {
	padding: 10px 10px 5px;
	font-size: 12px;
	line-height: 1.4;
}
.bwp-sidebar-content .wp-block-gallery.columns-3 .blocks-gallery-grid figcaption,
.bwp-sidebar-content .wp-block-gallery.columns-4 .blocks-gallery-grid figcaption,
.bwp-sidebar-content .wp-block-gallery.columns-3 figure.wp-block-image figcaption,
.bwp-sidebar-content .wp-block-gallery.columns-4 figure.wp-block-image figcaption {
	display: none;
}


/*
14.17 - Widget: Social icons
---------------------------------------
*/

.bwp-sidebar-content .wp-block-social-links {
	margin: 0 0 15px;
}
.widget_block > .wp-block-social-links {
	margin: 0 0 45px;
}
.bwp-sidebar-content .widget_block:last-child > .wp-block-social-links {
	margin-bottom: 15px;
}


/*
14.18 - Widget: Login - Out
---------------------------------------
*/

.bwp-sidebar-content .wp-block-loginout a {
	text-decoration: none;
}
.bwp-sidebar-content .wp-block-loginout a:hover,
.bwp-sidebar-content .wp-block-loginout a:focus {
	text-decoration: none;
}
.bwp-sidebar-content .wp-block-loginout form p {
	margin: 0 0 10px;
}
.bwp-sidebar-content .wp-block-loginout form .login-username label,
.bwp-sidebar-content .wp-block-loginout form .login-password label {
	font-size: 13px;
	color: #484850;
}
.bwp-sidebar-content .wp-block-loginout form .login-username input[type="text"],
.bwp-sidebar-content .wp-block-loginout form .login-password input[type="password"] {
	padding: 0 10px;
	height: 38px;
}
.bwp-sidebar-content .wp-block-loginout form .login-remember {
	padding-top: 4px;
	padding-bottom: 4px;
}
.bwp-sidebar-content .wp-block-loginout form .login-remember label {
	color: #484850;
}
.bwp-sidebar-content .wp-block-loginout form .login-submit input[type="submit"] {
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
}


/*
14.19 - Orin: Styles for additional widgets

- Orin: List Of Posts
- Orin: Popular Posts
- Orin: Random Posts
- Orin: Recent Posts
- Orin: Social Links
---------------------------------------
*/

/* additional styles for widgets in the admin panel */
.site-content .widget_bwp_post_list::first-line,
.site-content .widget_bwp_random_posts::first-line,
.site-content .widget_bwp_recent_posts::first-line,
.site-content .widget_bwp_popular_posts::first-line,
.site-content .widget_bwp_social::first-line {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.7;
	text-transform: uppercase;
	color: #2e2e34;
}
.site-content .widget_bwp_post_list > ul,
.site-content .widget_bwp_random_posts > ul,
.site-content .widget_bwp_recent_posts > ul,
.site-content .widget_bwp_popular_posts > ul,
.site-content .widget_bwp_social > ul {
	padding-top: 24px;
}

/* dark overlay on images */
.widget_bwp_dark_bg_overlay,
.widget_bwp_bg_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #121215;
	border-radius: 2px;

	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.widget_bwp_dark_bg_overlay {
	opacity: 0.3;
}
.widget_bwp_bg_overlay {
	opacity: 0;
}

/* list with posts (ul, li) */
.widget_bwp_post_list > ul,
.widget_bwp_random_posts > ul,
.widget_bwp_recent_posts > ul,
.widget_bwp_popular_posts > ul {
	margin: 0;
	padding: 7px 0 0;
}
.widget_bwp_post_list > ul > li,
.widget_bwp_random_posts > ul > li,
.widget_bwp_recent_posts > ul > li,
.widget_bwp_popular_posts > ul > li {
	margin-bottom: 25px;
}
.widget_bwp_post_list > ul > li:last-child,
.widget_bwp_random_posts > ul > li:last-child,
.widget_bwp_recent_posts > ul > li:last-child,
.widget_bwp_popular_posts > ul > li:last-child {
	margin-bottom: 0;
}
.widget_bwp_popular_posts > ul > li {
	position: relative;
}

/* thumbnail (image 200x200px) */
.widget_bwp_thumbnail {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 15px 0 0;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
}
.widget_bwp_thumbnail img {
	display: block;
	width: 100px !important;
	height: 100px !important;
	border-radius: 2px;
	box-shadow: none !important;
}
.widget_bwp_thumbnail:hover .widget_bwp_bg_overlay {
	opacity: 0.1;
}

/* content (title and metadata) */
.widget_bwp_content {
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}
.widget_bwp_content.widget_bwp_no_thumbnail {
	height: auto;
}
.widget_bwp_popular_posts .widget_bwp_content.widget_bwp_no_thumbnail {
	padding-left: 35px;
}
.bwp-widget.widget_bwp_popular_posts,
.widget.widget_bwp_popular_posts {
	overflow: visible;
}

/* popular posts: post number */
.widget_bwp_popular_post_num {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 20;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	color: #393940;
	background-color: #ffffff;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	box-shadow: 0 4px 10px -1px rgba(32,32,37,0.15);

	-webkit-transition: top 0.2s ease-out, color 0.2s ease-out;
	transition: top 0.2s ease-out, color 0.2s ease-out;
}
.widget_bwp_popular_posts > ul > li:hover .widget_bwp_popular_post_num {
	top: -15px;
	color: #6f6fff;
}
.widget_bwp_popular_post_num.widget_bwp_no_thumbnail {
	top: -5px;
}
.widget_bwp_popular_posts > ul > li:hover .widget_bwp_popular_post_num.widget_bwp_no_thumbnail {
	top: -10px;
}

/* message: no posts (no links) found */
.widget_bwp_no_posts,
.widget_bwp_no_social_links {
	margin: 0;
}
.widget_bwp_no_social_links {
	padding-bottom: 10px;
}

/* post title */
.widget_bwp_content h4,
.widget_bwp_post_list_item figcaption h4 {
	margin: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 1.45;
}
.widget_bwp_content h4 a {
	color: #2e2e34;
	text-decoration: none;
}
.widget_bwp_content h4 a:hover,
.widget_bwp_content h4 a:focus {
	color: #6f6fff;
	text-decoration: none;
}
.widget_bwp_post_list_item figcaption h4 {
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(32,32,37,0.08);
}
.widget_bwp_post_list_item figcaption h4 a {
	color: #ffffff;
	text-decoration: none;
}
.widget_bwp_post_list_item figcaption h4 a:hover,
.widget_bwp_post_list_item figcaption h4 a:focus {
	color: #ffffff;
	text-decoration: underline;
}

/* post metadata */
.bwp-widget .widget_bwp_meta,
.widget .widget_bwp_meta {
	margin: 0 -10px 0 0;
	padding: 5px 0 0 !important;
}
.widget_bwp_meta li {
	float: left;
	margin-right: 10px;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.65;
	color: #8f8f9c;
}
.widget_bwp_meta li a {
	color: #8f8f9c;
	text-decoration: none;
}
.widget_bwp_meta li a:hover,
.widget_bwp_meta li a:focus {
	color: #6f6fff;
	text-decoration: none;
}
.widget_bwp_post_list_item figcaption .widget_bwp_meta li {
	color: #eeeff1;
	text-shadow: 0 1px 2px rgba(32,32,37,0.08);
}
.widget_bwp_post_list_item figcaption .widget_bwp_meta li a {
	color: #eeeff1;
}
.widget_bwp_post_list_item figcaption .widget_bwp_meta li a:hover,
.widget_bwp_post_list_item figcaption .widget_bwp_meta li a:focus {
	color: #ffffff;
}

/* widget: list of posts (additional styles) */
.widget_bwp_post_list_item {
	position: relative;
	border-radius: 2px;
	box-shadow: 0 15px 18px -15px rgba(32,32,37,0.25);
}
.widget_bwp_post_list_item img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	box-shadow: none !important;
}
.widget_bwp_post_list_item:hover .widget_bwp_dark_bg_overlay {
	opacity: 0.38;
}
.widget_bwp_post_list_item figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	max-width: 70%;
	padding: 15px 0 15px 16px;
}

/* widget: social links */
.bwp-widget.widget_bwp_social {
	margin-bottom: 40px;
}
.widget_bwp_social ul {
	margin: 0 -10px 0 0;
	padding: 7px 0 0;
}
.widget_bwp_social ul li {
	float: left;
	margin: 0 10px 10px 0;
}
.widget_bwp_social ul li a {
	position: relative;
	top: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none !important;
	color: #484850;
	background-color: #f7f7f9;
	border-radius: 2px;

	-webkit-transition: top 0.2s ease-out, color 0.2s ease-out, background-color 0.2s ease-out;
	transition: top 0.2s ease-out, color 0.2s ease-out, background-color 0.2s ease-out;
}
.widget_bwp_social ul li a:hover {
	top: -5px;
}
.widget_bwp_social ul li a:hover,
.widget_bwp_social ul li a:focus {
	color: #ffffff;
	background-color: #6f6fff;
}
.widget_bwp_social .bwp-icon-twitter-x {
	display: inline-block;
	width: 13px;
	height: 13px;
	fill: currentColor;
	position: relative;
	top: 2px;
}


/*
15.0 - Styles for popup windows (magnificPopup)
---------------------------------------
*/

/* zoom cursor */
.bwp-sidebar-hidden .bwp-post-media a.bwp-popup-image,
.bwp-sidebar-hidden .bwp-content a.bwp-popup-image,
.bwp-sidebar-hidden .bwp-post-media-slider a.bwp-popup-gallery-item,
.bwp-sidebar-hidden .bwp-content .bwp-block-editor-popup-gallery .blocks-gallery-item > figure > a,
.bwp-sidebar-hidden .bwp-content .bwp-block-editor-popup-gallery > figure > a {
	cursor: zoom-in;
}

/* caption */
.mfp-title,
.mfp-counter {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.4px;
	line-height: 24px;
	color: #000000;
	text-shadow: 0 2px 8px rgba(255,255,255,1);
}

/* figure */
.mfp-figure::after {
	box-shadow: 0 6px 18px 0 rgba(32,32,37,0.25);
	background: #eeeff1;
}
.mfp-figure img.mfp-img {
	border-radius: 0;
}

/* close button */
.mfp-close.bwp-mfp-close-button {
	font-size: 16px;
	color: #000000 !important;
	opacity: 1 !important;
}
.mfp-close.bwp-mfp-close-button::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.mfp-close.bwp-mfp-close-button::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; /* solid style */
	content: '\f00d'; /* icon: times */
}
.mfp-close.bwp-mfp-close-button:hover {
	color: #000000 !important;
}
.mfp-close.bwp-mfp-close-button:active {
	top: 0;
}

/* gallery arrows */
.bwp-mfp-arrow {
	background: transparent !important;
	outline: none;
	box-shadow: none;
	position: absolute;
	z-index: 1046;
	top: 50%;
	width: 60px;
	height: 150px;
	line-height: 150px;
	margin: -75px 0 0;
	padding: 0;
	border: none;
	font-size: 20px;
	text-align: center;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	opacity: 1;

	-webkit-transition: width 0.3s ease-out;
	-moz-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
.bwp-mfp-arrow:hover {
	width: 75px;
	opacity: 1;
}
.bwp-mfp-arrow.bwp-mfp-arrow-left {
	left: 0;
}
.bwp-mfp-arrow.bwp-mfp-arrow-right {
	right: 0;
}
.bwp-mfp-arrow.bwp-mfp-arrow-left::after,
.bwp-mfp-arrow.bwp-mfp-arrow-right::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.bwp-mfp-arrow.bwp-mfp-arrow-left::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; /* solid style */
	content: '\f053'; /* icon: chevron-left */
}
.bwp-mfp-arrow.bwp-mfp-arrow-right::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; /* solid style */
	content: '\f054'; /* icon: chevron-right */
}

/* zoom-in and zoom-out animations */
.bwp-popup-zoom-in .mfp-container {
	opacity: 0;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	-ms-transform: scale(0.99);
	-o-transform: scale(0.99);
	transform: scale(0.99);
}

/* animate in */
.bwp-popup-zoom-in.mfp-ready .mfp-container {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.bwp-popup-zoom-in.mfp-removing .mfp-container {
	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	-ms-transform: scale(0.99);
	-o-transform: scale(0.99);
	transform: scale(0.99);

	opacity: 0;
}

/* bg overlay, start state */
.mfp-bg {
	background: #eeeff1;
}
.bwp-popup-zoom-in.mfp-bg {
	opacity: 0;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* animate in */
.bwp-popup-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.85;
}

/* animate out */
.bwp-popup-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* preloader */
.mfp-preloader,
.mfp-preloader a {
	color: #000000;
}
.mfp-preloader a {
	text-decoration: underline;
}
.mfp-preloader a:hover,
.mfp-preloader a:focus {
	color: #000000;
	text-decoration: underline;
}


/*
16.0 - Information about cookies
---------------------------------------
*/

.bwp-cookies-info-container {
	position: fixed;
	bottom: 40px;
	left: 40px;
	z-index: 930;
	width: 293px;
	padding: 35px 40px 40px;
	overflow-wrap: break-word;
	background-color: #ffffff;
	box-shadow: 0 6px 18px -2px rgba(32,32,37,0.2);
	border-radius: 2px;

	visibility: visible;
	opacity: 1;
	pointer-events: auto;

	-webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transition: visibility 0.3s ease-out, opacity 0.3s ease-out, bottom 0.3s ease-out, transform 0.3s ease-out;
}
.bwp-sidebar-visible .bwp-cookies-info-container {
	-webkit-transform: translateX(-210px);
	transform: translateX(-210px);
}
.bwp-cookies-info-container.bwp-cookies-accepted,
.bwp-cookies-info-container.bwp-cookies-accepted.bwp-visible {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	bottom: 30px;

	-webkit-transition: visibility 0.15s ease-out, opacity 0.15s ease-out, bottom 0.15s ease-out, -webkit-transform 0.3s ease-out;
	transition: visibility 0.15s ease-out, opacity 0.15s ease-out, bottom 0.15s ease-out, transform 0.3s ease-out;
}

/* cookies notice: title */
.bwp-cookies-info-title {
	margin: 0 0 18px;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.4;
	text-align: center;
}

/* cookies notice: content */
.bwp-cookies-info-content {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	text-align: center;
	color: #484850;
}
.bwp-cookies-info-content p {
	margin: 0 0 15px;
}
.bwp-cookies-info-content > :first-child {
	margin-top: 0 !important;
}
.bwp-cookies-info-content > :last-child {
	margin-bottom: 0 !important;
}
.bwp-cookies-info-content a,
.bwp-cookies-info-content a:hover,
.bwp-cookies-info-content a:focus {
	text-decoration: underline;
}

/* "accept cookies" button */
#bwp-accept-cookies {
	margin: 24px 0 0;
	padding: 11px 20px 12px;
	width: 100%;
	line-height: 1.4;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.4px;
	white-space: normal;
	text-align: center;
	color: #ffffff;
	background: #121215;
	border-radius: 2px;
}
#bwp-accept-cookies:hover {
	color: #ffffff;
	background: #6f6fff;
}

/* cookies notice: close button (appears only on mobile devices) */
#bwp-hide-cookies-info {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 940;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #8f8f9c;
	opacity: 0.5;

	-webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out;
	transition: color 0.2s ease-out, opacity 0.2s ease-out;
}
#bwp-hide-cookies-info:hover {
	color: #6f6fff;
	opacity: 1;
}

/* button: show information about cookies (appears only on mobile devices) */
#bwp-show-cookies-info {
	display: none;
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 930;
	width: calc(100% - 60px);
	padding: 15px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 0.2px;
	line-height: 1.55;
	text-align: left;
	color: #484850;
	background-color: #ffffff;
	box-shadow: 0 6px 18px -2px rgba(32,32,37,0.25);
	border-radius: 2px;

	visibility: visible;
	opacity: 1;
	pointer-events: auto;

	-webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transition: visibility 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;
}
#bwp-show-cookies-info > i:first-child {
	margin-right: 8px;
	font-size: 14px;
}
#bwp-show-cookies-info .bwp-button-text {
	white-space: normal;
}
.bwp-sidebar-visible #bwp-show-cookies-info {
	-webkit-transform: translateX(-210px);
	transform: translateX(-210px);
}


/*
17.0 - Serif fonts
---------------------------------------
*/

body.bwp-serif-fonts {
	font-family: 'Lora', serif;
}
.bwp-serif-fonts h1,
.bwp-serif-fonts h2,
.bwp-serif-fonts h3,
.bwp-serif-fonts h4,
.bwp-serif-fonts h5,
.bwp-serif-fonts h6,
.bwp-serif-fonts legend {
	font-family: 'Lora', serif;
	font-weight: 700;
}
.bwp-serif-fonts blockquote {
	font-family: 'Lora', serif;
	font-style: italic;
}
.bwp-serif-fonts input[type="text"]:not(.bwp-search-field),
.bwp-serif-fonts input[type="email"],
.bwp-serif-fonts input[type="url"],
.bwp-serif-fonts input[type="password"],
.bwp-serif-fonts input[type="search"],
.bwp-serif-fonts input[type="tel"],
.bwp-serif-fonts input[type="number"],
.bwp-serif-fonts input[type="date"],
.bwp-serif-fonts textarea,
.bwp-serif-fonts select {
	font-family: 'Lora', serif;
}
.bwp-serif-fonts input[type="button"],
.bwp-serif-fonts input[type="reset"],
.bwp-serif-fonts input[type="submit"] {
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	font-weight: 700;
}
.bwp-serif-fonts .bwp-button.bwp-with-text {
	font-family: 'Noto Serif', serif;
	font-weight: normal;
}
.bwp-serif-fonts .wpcf7 .wpcf7-form input[type="button"],
.bwp-serif-fonts .wpcf7 .wpcf7-form input[type="reset"],
.bwp-serif-fonts .wpcf7 .wpcf7-form input[type="submit"] {
	font-size: 13px;
	font-weight: 700;
}
.bwp-serif-fonts .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
	font-size: 12px;
}

/* menu */
.bwp-serif-fonts .sf-menu,
.bwp-serif-fonts #bwp-toggle-mobile-menu,
.bwp-serif-fonts .bwp-mobile-menu {
	font-family: 'Lora', serif;
}
.bwp-serif-fonts .sf-menu a,
.bwp-serif-fonts #bwp-toggle-mobile-menu .bwp-button-text,
.bwp-serif-fonts .bwp-mobile-menu li a {
	font-weight: 600;
}
.bwp-serif-fonts .sf-menu ul li a,
.bwp-serif-fonts .bwp-mobile-menu ul li a {
	font-weight: 400;
}

/* dropdown search form */
.bwp-serif-fonts #bwp-dropdown-search #searchform .bwp-search-field {
	height: 65px;
	font-family: 'Lora', serif;
	font-weight: 400;
}
.bwp-serif-fonts #bwp-dropdown-search #searchform .bwp-search-field::-webkit-input-placeholder {
	font-weight: 400;
}
.bwp-serif-fonts #bwp-dropdown-search #searchform .bwp-search-field:-moz-placeholder {
	font-weight: 400;
}
.bwp-serif-fonts #bwp-dropdown-search #searchform .bwp-search-field::-moz-placeholder {
	font-weight: 400;
}
.bwp-serif-fonts #bwp-dropdown-search #searchform .bwp-search-field:-ms-input-placeholder {
	font-weight: 400;
}

/* dropdown font types */
.bwp-serif-fonts .bwp-font-type {
	font-family: 'Lora', serif;
	font-weight: 400;
}

/* section header */
.bwp-serif-fonts .bwp-section-header .bwp-section-title {
	font-weight: 700;
}
.bwp-serif-fonts .bwp-section-header .bwp-section-title .bwp-page-number {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
}
.bwp-serif-fonts .bwp-section-header > p,
.bwp-serif-fonts .bwp-section-header .bwp-archive-description {
	margin-top: 15px;
	font-family: 'Noto Serif', serif;
	font-size: 14px;
}

/* homepage slider */
.bwp-serif-fonts .bwp-homepage-slider-post-metadata li,
.bwp-serif-fonts .bwp-homepage-slider-read-more {
	font-family: 'Noto Serif', serif;
	font-size: 13px;
}
.bwp-serif-fonts .bwp-homepage-slider-post-title {
	font-weight: 700;
}

/* recent posts */
.bwp-serif-fonts .bwp-post-metadata {
	margin-bottom: 7px;
}
.bwp-serif-fonts .bwp-width-2x .bwp-post-metadata {
	margin-bottom: 6px;
}
.bwp-serif-fonts .bwp-post-metadata li {
	font-family: 'Noto Serif', serif;
	font-size: 13px;
}
.bwp-serif-fonts .bwp-post-title {
	font-weight: 700;
}
.bwp-serif-fonts .bwp-post-read-more,
.bwp-serif-fonts .bwp-post-counters {
	font-family: 'Noto Serif', serif;
}
.bwp-serif-fonts .bwp-post-read-more a {
	font-size: 13px;
	font-weight: 700;
}
.bwp-serif-fonts .bwp-post-counters a {
	font-size: 13px;
}
.bwp-serif-fonts .bwp-post-counters .bwp-counter-number {
	font-size: 11px;
}

/* "no results" message (content none) */
.bwp-serif-fonts .bwp-no-results h3 {
	font-weight: 700;
}

/* single page */
.bwp-serif-fonts .bwp-single-post-metadata {
	margin-bottom: 12px;
	padding-top: 2px;
}
.bwp-serif-fonts .bwp-single-post-metadata li {
	font-family: 'Noto Serif', serif;
	font-size: 13px;
}
.bwp-serif-fonts .bwp-single-post-article .bwp-post-title {
	font-weight: 700;
}
.bwp-serif-fonts .bwp-single-post-header-separator {
	margin-top: 20px;
}

/* block editor */
.bwp-serif-fonts .bwp-content .wp-block-file a.wp-block-file__button,
.bwp-serif-fonts .bwp-content .wp-block-button__link {
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	font-weight: 700;
}
.bwp-serif-fonts .bwp-content .wp-block-archives-list li,
.bwp-serif-fonts .bwp-content .wp-block-categories-list li {
	font-size: 12px;
}
.bwp-serif-fonts .bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	font-weight: 700;
}
.bwp-serif-fonts .bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
	margin-top: 4px;
}
.bwp-serif-fonts .bwp-content ul.wp-block-latest-posts > li > a {
	font-family: 'Lora', serif;
	font-weight: 700;
}
.bwp-serif-fonts .bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-author,
.bwp-serif-fonts .bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
	font-family: 'Noto Serif', serif;
	font-size: 12px;
	margin: 6px 0;
}
.bwp-serif-fonts .bwp-content .wp-block-rss li .wp-block-rss__item-excerpt {
	margin: 5px 0;
	font-size: 14px;
}
.bwp-serif-fonts .bwp-content .wp-block-tag-cloud a .tag-link-count {
	font-size: 12px;
}
.bwp-serif-fonts .bwp-content .wp-block-search .wp-block-search__button {
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	font-weight: 700;
}
.bwp-serif-fonts .bwp-content .wp-block-comments-pagination .wp-block-comments-pagination-previous,
.bwp-serif-fonts .bwp-content .wp-block-comments-pagination .wp-block-comments-pagination-next,
.bwp-serif-fonts .bwp-content .wp-block-comments-pagination .page-numbers {
	font-size: 14px;
}

/* about the author */
.bwp-serif-fonts .bwp-about-author-name {
	margin-top: 12px;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	font-weight: 700;
}
.bwp-serif-fonts .bwp-about-author-posts-num {
	margin-top: 4px;
	font-family: 'Noto Serif', serif;
}

/* post navigation */
.bwp-serif-fonts .post-navigation .nav-links a {
	font-family: 'Noto Serif', serif;
	font-size: 12px;
}
.bwp-serif-fonts .post-navigation .nav-links a .meta-nav {
	margin-bottom: 6px;
	font-weight: 700;
}

/* comments */
.bwp-serif-fonts .comment-reply-title,
.bwp-serif-fonts .bwp-comments-title {
	font-weight: 700;
}
.bwp-serif-fonts .comment-reply-title {
	margin-bottom: 16px;
}
.bwp-serif-fonts .comment-notes {
	font-family: 'Noto Serif', serif;
	font-size: 13px;
}
.bwp-serif-fonts .comment-form-comment {
	margin-top: 15px;
}
.bwp-serif-fonts .comment-form label {
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	font-weight: 700;
}
.bwp-serif-fonts .comment-form-cookies-consent {
	margin-bottom: 12px;
	padding-top: 12px;
}
.bwp-serif-fonts .comment-form-cookies-consent label {
	font-weight: 400;
}
.bwp-serif-fonts .comment-respond .must-log-in {
	padding-top: 0;
}
.bwp-serif-fonts .comment-reply-title #cancel-comment-reply-link {
	font-family: 'Noto Serif', serif;
	font-size: 12px;
}
.bwp-serif-fonts .bwp-comment-list .comment-meta .comment-author .fn {
	padding-top: 5px;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	font-weight: 700;
}
.bwp-serif-fonts .bwp-comment-list .comment-meta .comment-metadata {
	font-family: 'Noto Serif', serif;
}
.bwp-serif-fonts .bwp-comment-list .comment-meta .comment-awaiting-moderation {
	font-family: 'Noto Serif', serif;
	font-size: 13px;
}
.bwp-serif-fonts .bwp-comment-list .comment-body .reply a {
	font-family: 'Noto Serif', serif;
	font-size: 11px;
	font-weight: 700;
}
.bwp-serif-fonts .bwp-comment-list .pingback .comment-body,
.bwp-serif-fonts .bwp-comment-list .trackback .comment-body {
	font-family: 'Noto Serif', serif;
	font-size: 12px;
	font-weight: 700;
}
.bwp-serif-fonts .bwp-comment-list .pingback .comment-body > a,
.bwp-serif-fonts .bwp-comment-list .trackback .comment-body > a {
	margin-top: 9px;
	font-family: 'Lora', serif;
}
.bwp-serif-fonts .bwp-comment-list .pingback .comment-body .edit-link a,
.bwp-serif-fonts .bwp-comment-list .trackback .comment-body .edit-link a {
	font-family: 'Noto Serif', serif;
	font-size: 11px;
	font-weight: 700;
}
.bwp-serif-fonts .comment-navigation .nav-links a {
	font-family: 'Noto Serif', serif;
	font-size: 12px;
	font-weight: 700;
}

/* related posts / list of random posts on a single page */
.bwp-serif-fonts .bwp-related-posts-title,
.bwp-serif-fonts .bwp-single-page-random-posts-title {
	font-weight: 700;
}
.bwp-serif-fonts .bwp-related-posts-list .post .bwp-post-metadata li,
.bwp-serif-fonts .bwp-single-page-random-posts-list .post .bwp-post-metadata li {
	font-size: 12px;
}

/* page 404 */
.bwp-serif-fonts .bwp-page-404-content h1,
.bwp-serif-fonts .bwp-page-404-content h2 {
	font-weight: 700;
}

/* footer */
.bwp-serif-fonts .bwp-footer-text,
.bwp-serif-fonts .bwp-footer-menu-list li {
	font-size: 13px;
}

/* tooltips */
.bwp-serif-fonts .tooltip {
	font-family: 'Lora', serif;
}

/* sidebar and widgets */
.bwp-serif-fonts .bwp-widget .bwp-widget-title {
	font-weight: 700;
}
.bwp-serif-fonts .widget_archive ul li,
.bwp-serif-fonts .widget_categories ul li,
.bwp-serif-fonts .widget_tag_cloud .tagcloud a .tag-link-count {
	font-size: 12px;
}
.bwp-serif-fonts .bwp-sidebar-content ul.wp-block-latest-posts > li > a {
	font-family: 'Lora', serif;
	font-weight: 400;
}
.bwp-serif-fonts .bwp-sidebar-content .wp-block-latest-posts .wp-block-latest-posts__post-author,
.bwp-serif-fonts .bwp-sidebar-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
	font-family: 'Lora', serif;
	font-size: 12px;
	margin: 5px 0;
}
.bwp-serif-fonts .bwp-sidebar-content .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-meta {
	font-family: 'Lora', serif;
	font-size: 12px;
	font-weight: 400;
}
.bwp-serif-fonts .bwp-sidebar-content .wpcf7 label {
	font-size: 14px;
}
.bwp-serif-fonts .widget_search #searchform .bwp-search-field {
	font-family: 'Lora', serif;
}
.bwp-serif-fonts .widget_rss ul li .rssSummary {
	font-size: 14px;
}
.bwp-serif-fonts .bwp-sidebar-content .wp-block-rss li .wp-block-rss__item-title a {
	font-weight: 400;
}
.bwp-serif-fonts .bwp-sidebar-content .wp-block-loginout form .login-username label,
.bwp-serif-fonts .bwp-sidebar-content .wp-block-loginout form .login-password label {
	font-size: 14px;
}
.bwp-serif-fonts .widget_bwp_popular_post_num {
	font-size: 12px;
}
.bwp-serif-fonts .widget_bwp_content h4,
.bwp-serif-fonts .widget_bwp_post_list_item figcaption h4 {
	font-size: 15px;
	font-weight: 600;
}
.bwp-serif-fonts .widget_bwp_meta li {
	font-size: 12px;
}

/* styles for popup windows (magnificPopup) */
.bwp-serif-fonts .mfp-title,
.bwp-serif-fonts .mfp-counter {
	font-family: 'Lora', serif;
	font-size: 13px;
}

/* information about cookies */
.bwp-serif-fonts .bwp-cookies-info-title {
	margin-bottom: 17px;
	font-weight: 700;
}
.bwp-serif-fonts #bwp-accept-cookies {
	margin-top: 23px;
	padding-top: 12px;
	font-size: 13px;
	font-weight: 700;
}
.bwp-serif-fonts #bwp-show-cookies-info {
	font-family: 'Lora', serif;
}


/*
18.0 - Dark mode styles
---------------------------------------
*/

/* general styles */
body.bwp-dark-style {
	color: #d2d2da;
	background-color: #1a1a1e !important;
}
.bwp-dark-style a {
	color: #d2d2da;
}
.bwp-dark-style a:hover,
.bwp-dark-style a:focus {
	color: #8585ff;
}
.bwp-dark-style h1,
.bwp-dark-style h2,
.bwp-dark-style h3,
.bwp-dark-style h4,
.bwp-dark-style h5,
.bwp-dark-style h6 {
	color: #f4f4f7;
}
.bwp-dark-style h1 a,
.bwp-dark-style h2 a,
.bwp-dark-style h3 a,
.bwp-dark-style h4 a,
.bwp-dark-style h5 a,
.bwp-dark-style h6 a {
	color: inherit;
}
.bwp-dark-style h1 a:hover,
.bwp-dark-style h2 a:hover,
.bwp-dark-style h3 a:hover,
.bwp-dark-style h4 a:hover,
.bwp-dark-style h5 a:hover,
.bwp-dark-style h6 a:hover,
.bwp-dark-style h1 a:focus,
.bwp-dark-style h2 a:focus,
.bwp-dark-style h3 a:focus,
.bwp-dark-style h4 a:focus,
.bwp-dark-style h5 a:focus,
.bwp-dark-style h6 a:focus {
	color: #8585ff;
}
.bwp-dark-style abbr,
.bwp-dark-style acronym,
.bwp-dark-style ins {
	border-bottom-color: #d2d2da !important;
}
.bwp-dark-style code,
.bwp-dark-style kbd,
.bwp-dark-style tt {
	background-color: rgba(210,210,218,0.12);
}
.bwp-dark-style pre {
	color: #d2d2da;
	background-color: #27272d;
}
.bwp-dark-style pre code,
.bwp-dark-style pre kbd {
	background-color: rgba(210,210,218,0.12);
}
.bwp-dark-style legend {
	color: #f4f4f7;
	border-bottom-color: #37373f;
}
.bwp-dark-style hr {
	border-color: #37373f;
}
.bwp-dark-style blockquote::before {
	color: inherit;
}
.bwp-dark-style blockquote cite {
	color: #d2d2da;
}
.bwp-dark-style label {
	color: #d6d6de;
}
.bwp-dark-style input[type="text"]:not(.bwp-search-field),
.bwp-dark-style input[type="email"],
.bwp-dark-style input[type="url"],
.bwp-dark-style input[type="password"],
.bwp-dark-style input[type="search"],
.bwp-dark-style input[type="tel"],
.bwp-dark-style input[type="number"],
.bwp-dark-style input[type="date"],
.bwp-dark-style textarea,
.bwp-dark-style select {
	color: #d2d2da;
	background: #27272d;
	border-color: #27272d;
	border-bottom-color: #41414b;
}
.bwp-dark-style input[type="text"]:not(.bwp-search-field):hover,
.bwp-dark-style input[type="email"]:hover,
.bwp-dark-style input[type="url"]:hover,
.bwp-dark-style input[type="password"]:hover,
.bwp-dark-style input[type="search"]:hover,
.bwp-dark-style input[type="tel"]:hover,
.bwp-dark-style input[type="number"]:hover,
.bwp-dark-style input[type="date"]:hover,
.bwp-dark-style textarea:hover,
.bwp-dark-style select:hover,
.bwp-dark-style input[type="text"]:not(.bwp-search-field):focus,
.bwp-dark-style input[type="email"]:focus,
.bwp-dark-style input[type="url"]:focus,
.bwp-dark-style input[type="password"]:focus,
.bwp-dark-style input[type="search"]:focus,
.bwp-dark-style input[type="tel"]:focus,
.bwp-dark-style input[type="number"]:focus,
.bwp-dark-style input[type="date"]:focus,
.bwp-dark-style textarea:focus,
.bwp-dark-style select:focus {
	border-color: #8585ff;
}
.bwp-dark-style input::-webkit-input-placeholder {
	color: #9f9faa;
}
.bwp-dark-style input:-moz-placeholder {
	color: #9f9faa;
}
.bwp-dark-style input::-moz-placeholder {
	color: #9f9faa;
}
.bwp-dark-style input:-ms-input-placeholder {
	color: #9f9faa;
}
.bwp-dark-style input[type="file"] {
	border-color: #41414b;
	border-bottom-color: #5a5a66;
}
.bwp-dark-style input[type="file"]:hover,
.bwp-dark-style input[type="file"]:focus {
	border-color: #8585ff;
}
.bwp-dark-style input[type="checkbox"],
.bwp-dark-style input[type="radio"] {
	background: #27272d;
	border-color: #27272d;
	border-bottom-color: #41414b;
}
.bwp-dark-style input[type="checkbox"]:hover,
.bwp-dark-style input[type="radio"]:hover {
	border-color: #8585ff;
}
.bwp-dark-style input[type="checkbox"]:checked,
.bwp-dark-style input[type="radio"]:checked {
	background: #8585ff;
	border-color: #8585ff;
}
.bwp-dark-style input[type="checkbox"]:checked::before,
.bwp-dark-style input[type="radio"]:checked::before {
	color: #ffffff;
}
.bwp-dark-style input[type="button"],
.bwp-dark-style input[type="reset"],
.bwp-dark-style input[type="submit"] {
	color: #ffffff;
	background: #27272d;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.35);
}
.bwp-dark-style input[type="button"]:hover,
.bwp-dark-style input[type="reset"]:hover,
.bwp-dark-style input[type="submit"]:hover,
.bwp-dark-style input[type="button"]:focus,
.bwp-dark-style input[type="reset"]:focus,
.bwp-dark-style input[type="submit"]:focus {
	color: #ffffff;
}
.bwp-dark-style input[type="button"]:hover,
.bwp-dark-style input[type="reset"]:hover,
.bwp-dark-style input[type="submit"]:hover {
	background: #8585ff;
}
.bwp-dark-style .wpcf7 .wpcf7-form .wpcf7-spinner {
	background-color: #27272d;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.35);
}

/* header */
.bwp-dark-style #bwp-header {
	background-color: #1a1a1e;
	box-shadow: 0 2px 18px -1px rgba(0,0,0,0.65);
}

/* menu */
.bwp-dark-style .sf-menu a,
.bwp-dark-style .sf-menu ul li a,
.bwp-dark-style .sf-arrows .sf-with-ul::after,
.bwp-dark-style .sf-arrows ul .sf-with-ul::after {
	color: #d6d6de;
}
.bwp-dark-style .sf-menu a:hover,
.bwp-dark-style .sf-menu a:focus,
.bwp-dark-style .sf-menu > li:hover > a,
.bwp-dark-style .sf-menu > .current-menu-item > a,
.bwp-dark-style .sf-menu > .current-menu-ancestor > a,
.bwp-dark-style .sf-menu > .current-menu-ancestor > .sf-with-ul::after,
.bwp-dark-style .sf-menu ul li a:hover,
.bwp-dark-style .sf-menu ul > li:hover > a,
.bwp-dark-style .sf-menu ul > .current-menu-item > a,
.bwp-dark-style .sf-menu ul > .current-menu-ancestor > a,
.bwp-dark-style .sf-menu ul > .current-menu-ancestor > .sf-with-ul::after,
.bwp-dark-style .sf-arrows > li > .sf-with-ul:focus::after,
.bwp-dark-style .sf-arrows > li:hover > .sf-with-ul::after,
.bwp-dark-style .sf-arrows > .sfHover > .sf-with-ul::after,
.bwp-dark-style .sf-arrows ul li > .sf-with-ul:focus::after,
.bwp-dark-style .sf-arrows ul li:hover > .sf-with-ul::after,
.bwp-dark-style .sf-arrows ul .sfHover > .sf-with-ul::after {
	color: #8585ff;
}
.bwp-dark-style .sf-menu ul {
	background-color: #1a1a1e;
	border-top-color: #303037;
	box-shadow: 0 1px 0 1px rgba(48,48,55,1), 0 4px 18px -2px rgba(0,0,0,0.2);
}
.bwp-dark-style .sf-menu ul::before {
	border-bottom-color: #303037;
}

/* mobile menu */
.bwp-dark-style #bwp-toggle-mobile-menu {
	color: #d6d6de;
}
.bwp-dark-style #bwp-toggle-mobile-menu:hover,
.bwp-dark-style #bwp-toggle-mobile-menu.bwp-active {
	color: #8585ff;
}
.bwp-dark-style #bwp-dropdown-mobile-menu {
	background-color: #1a1a1e;
	border-top-color: #303037;
	box-shadow: 0 1px 0 1px rgba(48,48,55,1), 0 4px 18px -2px rgba(0,0,0,0.2);
}
.bwp-dark-style #bwp-dropdown-mobile-menu::before {
	border-bottom-color: #303037;
}
.bwp-dark-style .bwp-mobile-menu li {
	border-top-color: #37373f;
}
.bwp-dark-style .bwp-mobile-menu li a,
.bwp-dark-style .bwp-mobile-menu li a:focus {
	color: #d6d6de;
}
.bwp-dark-style .bwp-mobile-menu li a:hover,
.bwp-dark-style .bwp-mobile-menu .current-menu-item > a {
	color: #8585ff;
}
.bwp-dark-style .bwp-toggle-mobile-submenu,
.bwp-dark-style .bwp-toggle-mobile-submenu:focus {
	color: #d6d6de;
}
.bwp-dark-style .bwp-toggle-mobile-submenu:hover {
	color: #8585ff;
}
.bwp-dark-style .bwp-toggle-mobile-submenu::before {
	background-color: #37373f;
}
.bwp-dark-style .bwp-mobile-menu li.bwp-submenu-visible > a,
.bwp-dark-style .bwp-mobile-menu li.bwp-submenu-visible > a .bwp-toggle-mobile-submenu {
	color: #8585ff;
}

/* header icons */
.bwp-dark-style .bwp-header-sidebar-button,
.bwp-dark-style #bwp-toggle-dropdown-search,
.bwp-dark-style #bwp-toggle-color,
.bwp-dark-style #bwp-show-font-types {
	color: #d6d6de;
}
.bwp-dark-style .bwp-header-sidebar-button:hover,
.bwp-dark-style .bwp-header-sidebar-button:focus,
.bwp-dark-style #bwp-toggle-dropdown-search:hover,
.bwp-dark-style #bwp-toggle-dropdown-search:focus,
.bwp-dark-style #bwp-toggle-dropdown-search.bwp-active,
.bwp-dark-style #bwp-toggle-color:hover,
.bwp-dark-style #bwp-toggle-color:focus,
.bwp-dark-style #bwp-show-font-types:hover,
.bwp-dark-style #bwp-show-font-types:focus,
.bwp-dark-style #bwp-show-font-types.bwp-active {
	color: #8585ff;
}

/* dropdown search form */
.bwp-dark-style #bwp-dropdown-search {
	background-color: #1a1a1e;
	border-top-color: #303037;
	box-shadow: 0 1px 0 1px rgba(48,48,55,1), 0 4px 18px -2px rgba(0,0,0,0.2);
}
.bwp-dark-style #bwp-dropdown-search::before {
	border-bottom-color: #303037;
}
.bwp-dark-style #bwp-dropdown-search #searchform .bwp-search-field {
	color: #d6d6de;
	background: #1a1a1e;
}
.bwp-dark-style #bwp-dropdown-search #searchform .bwp-search-field::-webkit-input-placeholder {
	color: #9f9faa;
}
.bwp-dark-style #bwp-dropdown-search #searchform .bwp-search-field:-moz-placeholder {
	color: #9f9faa;
}
.bwp-dark-style #bwp-dropdown-search #searchform .bwp-search-field::-moz-placeholder {
	color: #9f9faa;
}
.bwp-dark-style #bwp-dropdown-search #searchform .bwp-search-field:-ms-input-placeholder {
	color: #9f9faa;
}
.bwp-dark-style #bwp-dropdown-search #searchform .bwp-search-submit {
	color: #d6d6de;
	background: #1a1a1e;
}
.bwp-dark-style #bwp-dropdown-search #searchform .bwp-search-submit:hover,
.bwp-dark-style #bwp-dropdown-search #searchform .bwp-search-submit:focus {
	color: #8585ff;
}

/* container with available font types */
.bwp-dark-style #bwp-dropdown-font-types {
	background-color: #1a1a1e;
	border-top-color: #303037;
	box-shadow: 0 1px 0 1px rgba(48,48,55,1), 0 4px 18px -2px rgba(0,0,0,0.2);
}
.bwp-dark-style #bwp-dropdown-font-types::before {
	border-bottom-color: #303037;
}
.bwp-dark-style .bwp-font-type {
	color: #d6d6de;
}
.bwp-dark-style .bwp-font-type.bwp-active {
	color: #ffffff;
	background-color: #8585ff;
}
.bwp-dark-style .bwp-font-type:not(.bwp-active):hover {
	color: #8585ff;
}

/* separator (with gradient) */
.bwp-dark-style .bwp-separator {
	background: #37373f;
}
.bwp-dark-style .bwp-separator.bwp-gradient {
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(55,55,63,0.5)), color-stop(50%, rgba(55,55,63,1)), color-stop(100%, rgba(55,55,63,0.5)));
	background: -webkit-linear-gradient(left, rgba(55,55,63,0.5) 0%, rgba(55,55,63,1) 50%, rgba(55,55,63,0.5) 100%);
	background: -moz-linear-gradient(left, rgba(55,55,63,0.5) 0%, rgba(55,55,63,1) 50%, rgba(55,55,63,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(55,55,63,0.5) 0%, rgba(55,55,63,1) 50%, rgba(55,55,63,0.5) 100%);
	background: -o-linear-gradient(left, rgba(55,55,63,0.5) 0%, rgba(55,55,63,1) 50%, rgba(55,55,63,0.5) 100%);
	background: linear-gradient(to right, rgba(55,55,63,0.5) 0%, rgba(55,55,63,1) 50%, rgba(55,55,63,0.5) 100%);
}
.bwp-dark-style .bwp-separator .bwp-rhomb {
	background-color: rgba(55,55,63,1);
}

/* section header */
.bwp-dark-style .bwp-section-header .bwp-section-title {
	color: #f4f4f7;
}
.bwp-dark-style .bwp-section-header .bwp-section-title .bwp-page-number {
	color: #d6d6de;
	background-color: #27272d;
}
.bwp-dark-style .bwp-section-header > p,
.bwp-dark-style .bwp-section-header .bwp-archive-description {
	color: #9f9faa;
}
.bwp-dark-style .bwp-section-header-separator {
	background-color: #f4f4f7;
}

/* site logo */
.bwp-dark-style .bwp-logo-text {
	color: #f4f4f7;
}
.bwp-dark-style .bwp-logo-text:hover,
.bwp-dark-style .bwp-logo-text:focus {
	color: #8585ff;
}

/* homepage slider */
.bwp-dark-style .bwp-homepage-slider-wrap {
	background-color: #27272d;
	box-shadow: 0 15px 18px -15px rgba(0,0,0,0.85);
}
.bwp-dark-style .bwp-homepage-slider-item-no-bg .bwp-homepage-slider-item-bg {
	background-color: #27272d;
}
.bwp-dark-style .bwp-homepage-slider-item-overlay {
	background-color: #000000;
}
.bwp-dark-style .bwp-homepage-slider-item-overlay.bwp-visible {
	opacity: 0.32;
}
.bwp-dark-style .bwp-homepage-slider-wrap:hover .bwp-homepage-slider-item-overlay.bwp-visible {
	opacity: 0.42;
}
.bwp-dark-style .bwp-homepage-slider-zoom-image {
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.bwp-dark-style .bwp-homepage-slider-zoom-image:focus {
	color: #ffffff;
}
.bwp-dark-style .bwp-homepage-slider-zoom-image:hover {
	color: #ffffff;
	background-color: #8585ff;
	text-shadow: none;
	box-shadow: 0 6px 18px -6px rgba(0,0,0,0.6);
}
.bwp-dark-style .bwp-homepage-slider-post-metadata li {
	color: #eeeff1;
	text-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.bwp-dark-style .bwp-homepage-slider-post-metadata li a {
	color: #eeeff1;
}
.bwp-dark-style .bwp-homepage-slider-post-metadata li a:hover,
.bwp-dark-style .bwp-homepage-slider-post-metadata li a:focus {
	color: #ffffff;
}
.bwp-dark-style .bwp-homepage-slider-post-title {
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.bwp-dark-style .bwp-homepage-slider-post-title a,
.bwp-dark-style .bwp-homepage-slider-post-title a:hover,
.bwp-dark-style .bwp-homepage-slider-post-title a:focus {
	color: #ffffff;
}
.bwp-dark-style .bwp-homepage-slider-read-more {
	color: #eeeff1;
	text-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.bwp-dark-style .bwp-homepage-slider-read-more:hover,
.bwp-dark-style .bwp-homepage-slider-read-more:focus {
	color: #ffffff;
}
.bwp-dark-style .bwp-homepage-slider-wrap .tns-controls button {
	color: #d6d6de;
	background: #1a1a1e;
	box-shadow: 0 6px 18px -6px rgba(0,0,0,0.6);
}
.bwp-dark-style .bwp-homepage-slider-wrap .tns-controls button:hover {
	color: #ffffff;
	background: #8585ff;
}
.bwp-dark-style .bwp-homepage-slider-wrap .tns-controls button[disabled]:hover {
	color: #d6d6de;
	background: #1a1a1e;
}
.bwp-dark-style .bwp-homepage-slider-wrap .tns-nav button {
	background: #000000;
	opacity: 0.4;
}
.bwp-dark-style .bwp-homepage-slider-wrap .tns-nav button.tns-nav-active,
.bwp-dark-style .bwp-homepage-slider-wrap .tns-nav button:hover {
	background: #000000;
	opacity: 1;
}
.bwp-dark-style #bwp-homepage-slider-loading-icon {
	color: #f4f4f7;
}
.bwp-dark-style .bwp-homepage-slider-item-no-bg .bwp-homepage-slider-post-metadata li {
	color: #9f9faa;
	text-shadow: none;
}
.bwp-dark-style .bwp-homepage-slider-item-no-bg .bwp-homepage-slider-post-metadata li::before {
	opacity: 0.5;
}
.bwp-dark-style .bwp-homepage-slider-item-no-bg .bwp-homepage-slider-post-metadata li a {
	color: #9f9faa;
}
.bwp-dark-style .bwp-homepage-slider-item-no-bg .bwp-homepage-slider-post-metadata li a:hover,
.bwp-dark-style .bwp-homepage-slider-item-no-bg .bwp-homepage-slider-post-metadata li a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-homepage-slider-item-no-bg .bwp-homepage-slider-post-title {
	color: #f4f4f7;
	text-shadow: none;
}
.bwp-dark-style .bwp-homepage-slider-item-no-bg .bwp-homepage-slider-post-title a,
.bwp-dark-style .bwp-homepage-slider-item-no-bg .bwp-homepage-slider-post-title a:hover,
.bwp-dark-style .bwp-homepage-slider-item-no-bg .bwp-homepage-slider-post-title a:focus {
	color: #f4f4f7;
}
.bwp-dark-style .bwp-homepage-slider-item-no-bg .bwp-homepage-slider-read-more {
	color: #9f9faa;
	text-shadow: none;
}
.bwp-dark-style .bwp-homepage-slider-item-no-bg .bwp-homepage-slider-read-more:hover,
.bwp-dark-style .bwp-homepage-slider-item-no-bg .bwp-homepage-slider-read-more:focus {
	color: #8585ff;
}

/* recent posts */
.bwp-dark-style .bwp-post-media img {
	box-shadow: 0 15px 18px -15px rgba(0,0,0,0.85);
}
.bwp-dark-style .bwp-post-media-overlay {
	background-color: #000000;
}
.bwp-dark-style .bwp-post-media:hover .bwp-post-media-overlay {
	opacity: 0.15;
}
.bwp-dark-style .bwp-post-hover-icon,
.bwp-dark-style .bwp-post-format-icon {
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.bwp-dark-style .bwp-post-image-caption {
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.15);
	background: rgba(0,0,0,0.26);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(65%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 65%, rgba(0,0,0,0.6) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 65%, rgba(0,0,0,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 65%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 65%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 65%, rgba(0,0,0,0.6) 100%);
}
.bwp-dark-style .bwp-post-media-slider {
	box-shadow: 0 15px 18px -15px rgba(0,0,0,0.85);
}
.bwp-dark-style .bwp-post-slider-item:hover .bwp-post-media-overlay {
	opacity: 0.15;
}
.bwp-dark-style .bwp-post-media-slider .tns-controls button {
	color: #d6d6de;
	background: #1a1a1e;
	box-shadow: 0 6px 18px -6px rgba(0,0,0,0.6);
}
.bwp-dark-style .bwp-post-media-slider .tns-controls button:hover {
	color: #ffffff;
	background: #8585ff;
}
.bwp-dark-style .bwp-post-media-slider .tns-controls button[disabled]:hover {
	color: #d6d6de;
	background: #1a1a1e;
}
.bwp-dark-style .bwp-post-media.bwp-video-player,
.bwp-dark-style .bwp-post-media.bwp-audio-player {
	background-color: #27272d;
}
.bwp-dark-style .bwp-iframe-video-wrap,
.bwp-dark-style .bwp-iframe-audio-wrap {
	box-shadow: 0 15px 18px -15px rgba(0,0,0,0.85);
}
.bwp-dark-style .bwp-post-content::before {
	background-color: #303037;
}
.bwp-dark-style .bwp-post-content::after {
	background-color: #37373f;
}
.bwp-dark-style .bwp-width-2x .bwp-post-content,
.bwp-dark-style .sticky .bwp-post-content {
	border-right-color: #37373f;
	border-bottom-color: #37373f;
}
.bwp-dark-style .sticky .bwp-post-sticky-mark {
	color: #9f9faa;
	background-color: #1a1a1e;
}
.bwp-dark-style .bwp-post-metadata li,
.bwp-dark-style .bwp-post-metadata li a {
	color: #9f9faa;
}
.bwp-dark-style .bwp-post-metadata li a:hover,
.bwp-dark-style .bwp-post-metadata li a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-post-title a,
.bwp-dark-style .bwp-post-title a:hover,
.bwp-dark-style .bwp-post-title a:focus {
	color: #f4f4f7;
}
.bwp-dark-style .bwp-post-excerpt {
	color: #d2d2da;
}
.bwp-dark-style .bwp-post-read-more a {
	color: #d6d6de;
}
.bwp-dark-style .bwp-post-read-more a:hover,
.bwp-dark-style .bwp-post-read-more a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-post-counters a {
	color: #9f9faa;
}
.bwp-dark-style .bwp-post-counters a:hover,
.bwp-dark-style .bwp-post-counters a:focus {
	color: #8585ff;
}

/* "no results" message (content none) */
.bwp-dark-style .bwp-no-results {
	border-color: #37373f;
}
.bwp-dark-style .bwp-no-results h3 {
	color: #f4f4f7;
}
.bwp-dark-style .bwp-no-results p,
.bwp-dark-style .bwp-no-results p a {
	color: #d2d2da;
}
.bwp-dark-style .bwp-no-results p a:hover,
.bwp-dark-style .bwp-no-results p a:focus {
	color: #8585ff;
}

/* pagination */
.bwp-dark-style .pagination .nav-links .page-numbers {
	color: #d6d6de;
}
.bwp-dark-style .pagination .nav-links .page-numbers.current {
	color: #ffffff;
	background-color: #8585ff;
}
.bwp-dark-style .pagination .nav-links a.page-numbers:hover,
.bwp-dark-style .pagination .nav-links a.page-numbers:focus {
	color: #8585ff;
}

/* single page */
.bwp-dark-style .bwp-single-post-metadata li,
.bwp-dark-style .bwp-single-post-metadata li a {
	color: #9f9faa;
}
.bwp-dark-style .bwp-single-post-metadata li a:hover,
.bwp-dark-style .bwp-single-post-metadata li a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-single-post-article .bwp-post-title {
	color: #f4f4f7;
}
.bwp-dark-style .bwp-single-post-header-separator {
	background-color: #f4f4f7;
}
.bwp-dark-style .bwp-content {
	color: #d2d2da;
}
.bwp-dark-style .bwp-single-post-tags a {
	color: #d2d2da;
	background-color: #27272d;
}
.bwp-dark-style .bwp-single-post-tags a:hover,
.bwp-dark-style .bwp-single-post-tags a:focus {
	color: #ffffff;
	background-color: #8585ff;
}
.bwp-dark-style .bwp-single-post-share-list li a {
	color: #d2d2da;
	background-color: #27272d;
}
.bwp-dark-style .bwp-single-post-share-list li a:hover,
.bwp-dark-style .bwp-single-post-share-list li a:focus {
	color: #ffffff;
}

/* WordPress content styles: TinyMCE editor */
.bwp-dark-style .bwp-content table td,
.bwp-dark-style .comment-content table td,
.bwp-dark-style .textwidget table td,
.bwp-dark-style .bwp-content table th,
.bwp-dark-style .comment-content table th,
.bwp-dark-style .textwidget table th {
	border-color: #37373f;
}
.bwp-dark-style .bwp-content iframe,
.bwp-dark-style .comment-content iframe,
.bwp-dark-style .textwidget iframe,
.bwp-dark-style .bwp-content img,
.bwp-dark-style .comment-content img,
.bwp-dark-style .textwidget img,
body.bwp-dark-style .wp-audio-shortcode,
body.bwp-dark-style .wp-video {
	box-shadow: 0 15px 18px -15px rgba(0,0,0,0.85);
}
body.bwp-dark-style .wp-playlist {
	color: #d2d2da;
	background: #1a1a1e;
	border-color: #37373f;
}
.bwp-dark-style .wp-playlist .wp-playlist-current-item .wp-playlist-item-title {
	color: #f4f4f7;
}
.bwp-dark-style .wp-playlist .wp-playlist-current-item .wp-playlist-item-album,
.bwp-dark-style .wp-playlist .wp-playlist-current-item .wp-playlist-item-artist {
	color: #9f9faa;
}
.bwp-dark-style .wp-playlist .wp-playlist-tracks .wp-playlist-item {
	border-bottom-color: #37373f;
}
.bwp-dark-style .wp-playlist .wp-playlist-item a,
.bwp-dark-style .wp-playlist .wp-playlist-item a:focus {
	color: #d2d2da;
}
.bwp-dark-style .wp-playlist .wp-playlist-item a:hover {
	color: #8585ff;
}
.bwp-dark-style .wp-playlist .wp-playlist-item.wp-playlist-playing {
	color: #f4f4f7;
	background: #1a1a1e;
}
.bwp-dark-style .wp-playlist .wp-playlist-item.wp-playlist-playing a,
.bwp-dark-style .wp-playlist .wp-playlist-item.wp-playlist-playing a:hover,
.bwp-dark-style .wp-playlist .wp-playlist-item.wp-playlist-playing a:focus {
	color: #f4f4f7;
}
.bwp-dark-style .wp-playlist .wp-playlist-item .wp-playlist-item-artist {
	color: #9f9faa;
}
.bwp-dark-style .wp-playlist .wp-playlist-item .wp-playlist-item-length {
	color: #d2d2da;
}
.bwp-dark-style .bwp-content .post-password-form {
	border-color: #37373f;
}
.bwp-dark-style .bwp-content .post-password-form label {
	color: #d2d2da;
}
.bwp-dark-style .bwp-content .bwp-single-post-pagination a:hover,
.bwp-dark-style .bwp-content .bwp-single-post-pagination a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-content .bwp-single-post-pagination .post-page-numbers.current {
	color: #ffffff;
	background-color: #8585ff;
}

/* WordPress content styles: Block editor */
.bwp-dark-style.bwp-body .bwp-content .has-black-color {
	color: #000000;
}
.bwp-dark-style.bwp-body .bwp-content .has-light-gray-color {
	color: #8f8f9c;
}
.bwp-dark-style.bwp-body .bwp-content .has-white-color {
	color: #ffffff;
}
.bwp-dark-style.bwp-body .bwp-content .has-green-color {
	color: #6fff80;
}
.bwp-dark-style.bwp-body .bwp-content .has-blue-color {
	color: #6f6fff;
}
.bwp-dark-style.bwp-body .bwp-content .has-purple-color {
	color: #ff6ff6;
}
.bwp-dark-style.bwp-body .bwp-content .has-red-color {
	color: #ff6f89;
}
.bwp-dark-style.bwp-body .bwp-content .has-orange-color {
	color: #ffb06f;
}
.bwp-dark-style.bwp-body .bwp-content .has-yellow-color {
	color: #fffb6f;
}
.bwp-dark-style.bwp-body .bwp-content .has-black-background-color {
	background-color: #000000;
}
.bwp-dark-style.bwp-body .bwp-content .has-light-gray-background-color {
	background-color: #8f8f9c;
}
.bwp-dark-style.bwp-body .bwp-content .has-white-background-color {
	background-color: #ffffff;
}
.bwp-dark-style.bwp-body .bwp-content .has-green-background-color {
	background-color: #6fff80;
}
.bwp-dark-style.bwp-body .bwp-content .has-blue-background-color {
	background-color: #6f6fff;
}
.bwp-dark-style.bwp-body .bwp-content .has-purple-background-color {
	background-color: #ff6ff6;
}
.bwp-dark-style.bwp-body .bwp-content .has-red-background-color {
	background-color: #ff6f89;
}
.bwp-dark-style.bwp-body .bwp-content .has-orange-background-color {
	background-color: #ffb06f;
}
.bwp-dark-style.bwp-body .bwp-content .has-yellow-background-color {
	background-color: #fffb6f;
}
.bwp-dark-style.bwp-body .bwp-content .has-black-border-color {
	border-color: #000000;
}
.bwp-dark-style.bwp-body .bwp-content .has-light-gray-border-color {
	border-color: #8f8f9c;
}
.bwp-dark-style.bwp-body .bwp-content .has-white-border-color {
	border-color: #ffffff;
}
.bwp-dark-style.bwp-body .bwp-content .has-green-border-color {
	border-color: #6fff80;
}
.bwp-dark-style.bwp-body .bwp-content .has-blue-border-color {
	border-color: #6f6fff;
}
.bwp-dark-style.bwp-body .bwp-content .has-purple-border-color {
	border-color: #ff6ff6;
}
.bwp-dark-style.bwp-body .bwp-content .has-red-border-color {
	border-color: #ff6f89;
}
.bwp-dark-style.bwp-body .bwp-content .has-orange-border-color {
	border-color: #ffb06f;
}
.bwp-dark-style.bwp-body .bwp-content .has-yellow-border-color {
	border-color: #fffb6f;
}
.bwp-dark-style .bwp-content .has-drop-cap::first-letter {
	color: #f4f4f7;
}
.bwp-dark-style .bwp-content .wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-plain) {
	border-left-color: #37373f;
}
.bwp-dark-style .bwp-content .wp-block-quote.has-text-align-right:not(.is-large):not(.is-style-large):not(.is-style-plain) {
	border-right-color: #37373f;
}
.bwp-dark-style .bwp-content .wp-block-pullquote cite {
	color: inherit;
}
.bwp-dark-style .bwp-content .wp-block-pullquote {
	border-top-color: #37373f;
	border-bottom-color: #37373f;
}
.bwp-dark-style .bwp-content .wp-block-code code,
.bwp-dark-style .bwp-content .wp-block-verse {
	color: inherit;
}
.bwp-dark-style .bwp-content .wp-block-table thead {
	border-bottom-color: #37373f;
}
.bwp-dark-style .bwp-content .wp-block-table tfoot {
	border-top-color: #37373f;
}
.bwp-dark-style .bwp-content .wp-block-table.is-style-stripes {
	background-color: transparent;
}
.bwp-dark-style .bwp-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #27272d;
}
.bwp-dark-style .bwp-content .wp-block-table.is-style-stripes td,
.bwp-dark-style .bwp-content .wp-block-table.is-style-stripes th {
	border-color: transparent;
	border-right-color: #37373f;
}
.bwp-dark-style .bwp-content .wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
	background-color: #1a1a1e;
}
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-light-gray-background-color thead,
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-light-gray-background-color tfoot,
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-light-gray-background-color td,
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-light-gray-background-color th {
	border-color: #e3e5e7;
}
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-pale-green-background-color thead,
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-pale-green-background-color tfoot,
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-pale-green-background-color td,
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-pale-green-background-color th {
	border-color: #c7ecbf;
}
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-pale-blue-background-color thead,
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-pale-blue-background-color tfoot,
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-pale-blue-background-color td,
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-pale-blue-background-color th {
	border-color: #cadfec;
}
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-pale-pink-background-color thead,
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-pale-pink-background-color tfoot,
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-pale-pink-background-color td,
.bwp-dark-style .bwp-content .wp-block-table .has-subtle-pale-pink-background-color th {
	border-color: #eedbd9;
}
.bwp-dark-style .bwp-content .wp-block-table .has-background {
	color: #484850;
}
.bwp-dark-style .bwp-content .wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
	color: #d2d2da;
}
.bwp-dark-style.bwp-body .wp-lightbox-overlay .scrim {
	background-color: #1a1a1e !important;
}
.bwp-dark-style.bwp-body .wp-lightbox-overlay .close-button {
	fill: #ffffff !important;
}
.bwp-dark-style .bwp-content .wp-block-gallery .blocks-gallery-grid figcaption,
.bwp-dark-style .bwp-content .wp-block-gallery figure.wp-block-image figcaption {
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.1);
	background: rgba(0,0,0,0.26);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.6) 100%);
}
.bwp-dark-style .bwp-content .wp-block-video video,
.bwp-dark-style .bwp-content .wp-block-cover,
.bwp-dark-style .bwp-content .wp-block-cover-image {
	box-shadow: 0 15px 18px -15px rgba(0,0,0,0.85);
}
.bwp-dark-style .bwp-content .wp-block-cover img,
.bwp-dark-style .bwp-content .wp-block-cover-image img,
.bwp-dark-style .bwp-content .wp-block-cover video,
.bwp-dark-style .bwp-content .wp-block-cover-image video {
	box-shadow: none;
}
.bwp-dark-style .bwp-content .wp-block-file a.wp-block-file__button {
	color: #ffffff;
	background: #27272d;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.35);
}
.bwp-dark-style .bwp-content .wp-block-file a.wp-block-file__button:active,
.bwp-dark-style .bwp-content .wp-block-file a.wp-block-file__button:focus,
.bwp-dark-style .bwp-content .wp-block-file a.wp-block-file__button:hover {
	color: #ffffff;
	background: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-file a.wp-block-file__button:visited {
	color: #ffffff;
	background: #303037;
}
.bwp-dark-style .bwp-content .wp-block-media-text.is-image-fill .wp-block-media-text__media {
	box-shadow: 0 15px 18px -15px rgba(0,0,0,0.85);
}
.bwp-dark-style .bwp-content .wp-block-media-text.is-image-fill .wp-block-media-text__media img,
.bwp-dark-style .bwp-content .wp-block-media-text.is-image-fill .wp-block-media-text__media video {
	box-shadow: none;
}
.bwp-dark-style .bwp-content .wp-block-media-text.has-text-color .wp-block-media-text__content > * {
	color: inherit;
}
.bwp-dark-style .bwp-content .wp-block-media-text.has-background.is-image-fill .wp-block-media-text__media,
.bwp-dark-style .bwp-content .wp-block-media-text.has-background:not(.is-image-fill) .wp-block-media-text__media img,
.bwp-dark-style .bwp-content .wp-block-media-text.has-background:not(.is-image-fill) .wp-block-media-text__media video {
	box-shadow: none;
}
.bwp-dark-style .bwp-content .wp-block-button__link {
	color: #ffffff;
	background-color: #27272d;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.35);
}
.bwp-dark-style .bwp-content .is-style-outline > .wp-block-button__link:not(.has-background),
.bwp-dark-style .bwp-content .wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: transparent;
}
.bwp-dark-style .bwp-content .is-style-outline > .wp-block-button__link:not(.has-text-color),
.bwp-dark-style .bwp-content .wp-block-button__link.is-style-outline:not(.has-text-color) {
	color: #d2d2da;
}
.bwp-dark-style .bwp-content .is-style-outline > .wp-block-button__link,
.bwp-dark-style .bwp-content .wp-block-button__link.is-style-outline {
	border-color: #d2d2da;
}
.bwp-dark-style .bwp-content .wp-block-separator {
	border-bottom-color: #37373f;
}
.bwp-dark-style .bwp-content .wp-block-separator.is-style-dots::before {
	color: inherit;
}
.bwp-dark-style .bwp-content .wp-block-archives-list li {
	color: #9f9faa;
}
.bwp-dark-style .bwp-content .wp-block-archives-list li::before {
	color: #d2d2da;
}
.bwp-dark-style .bwp-content .wp-block-calendar table caption {
	color: #9f9faa;
}
.bwp-dark-style .bwp-content .wp-block-calendar table thead th {
	color: #d2d2da;
	background: #1a1a1e;
}
.bwp-dark-style .bwp-content .wp-block-calendar table tbody td {
	color: #d2d2da;
}
.bwp-dark-style .bwp-content .wp-block-calendar .wp-calendar-nav {
	border-top-color: #37373f;
}
.bwp-dark-style .bwp-content .wp-block-calendar .wp-calendar-nav a {
	color: #9f9faa;
}
.bwp-dark-style .bwp-content .wp-block-calendar .wp-calendar-nav a:hover,
.bwp-dark-style .bwp-content .wp-block-calendar .wp-calendar-nav a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-categories-list li {
	color: #9f9faa;
}
.bwp-dark-style .bwp-content .wp-block-categories-list li::before {
	color: #d2d2da;
}
.bwp-dark-style .bwp-content .wp-block-latest-comments li {
	border-bottom-color: #37373f;
}
.bwp-dark-style .bwp-content .wp-block-latest-comments .avatar,
.bwp-dark-style .bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
	box-shadow: none;
}
.bwp-dark-style .bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.bwp-dark-style .bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
	color: #d6d6de;
}
.bwp-dark-style .bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover,
.bwp-dark-style .bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
	color: #9f9faa;
}
.bwp-dark-style .bwp-content ul.wp-block-latest-posts > li {
	border-bottom-color: #37373f;
}
.bwp-dark-style .bwp-content ul.wp-block-latest-posts > li > a,
.bwp-dark-style .bwp-content ul.wp-block-latest-posts > li > a:hover,
.bwp-dark-style .bwp-content ul.wp-block-latest-posts > li > a:focus {
	color: #f4f4f7;
}
.bwp-dark-style .bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt a,
.bwp-dark-style .bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content a {
	color: #d2d2da;
}
.bwp-dark-style .bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt a:hover,
.bwp-dark-style .bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt a:focus,
.bwp-dark-style .bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content a:hover,
.bwp-dark-style .bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-author,
.bwp-dark-style .bwp-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
	color: #9f9faa;
}
.bwp-dark-style .bwp-content .wp-block-rss > li {
	border-bottom-color: #37373f;
}
.bwp-dark-style .bwp-content .wp-block-rss li .wp-block-rss__item-publish-date,
.bwp-dark-style .bwp-content .wp-block-rss li .wp-block-rss__item-author {
	color: #9f9faa;
}
.bwp-dark-style .wp-social-link a,
.bwp-dark-style .wp-social-link a:active,
.bwp-dark-style .wp-social-link a:hover,
.bwp-dark-style .wp-social-link a:visited,
.bwp-dark-style .wp-social-link svg {
	color: currentColor;
	fill: currentColor;
}
.bwp-dark-style .bwp-content .wp-block-tag-cloud a .tag-link-count {
	color: #9f9faa;
}
.bwp-dark-style .bwp-content .wp-block-tag-cloud a:hover .tag-link-count,
.bwp-dark-style .bwp-content .wp-block-tag-cloud a:focus .tag-link-count {
	color: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-search .wp-block-search__input {
	border-color: #27272d;
	border-bottom-color: #41414b;
}
.bwp-dark-style .bwp-content .wp-block-search .wp-block-search__input:hover,
.bwp-dark-style .bwp-content .wp-block-search .wp-block-search__input:focus {
	border-color: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-search .wp-block-search__button {
	color: #ffffff;
	background: #27272d;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.4);
}
.bwp-dark-style .bwp-content .wp-block-search .wp-block-search__button:hover,
.bwp-dark-style .bwp-content .wp-block-search .wp-block-search__button:focus {
	color: #ffffff;
	background: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-search .wp-block-search__button svg {
	fill: currentColor;
}
.bwp-dark-style .bwp-content .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	background-color: #27272d;
	border-color: #27272d;
	border-bottom-color: #41414b;
}
.bwp-dark-style .bwp-content .wp-block-search.wp-block-search__button-inside .wp-block-search__button {
	box-shadow: none;
}
.bwp-dark-style .bwp-content .wp-block-embed iframe {
	box-shadow: 0 15px 18px -15px rgba(0,0,0,0.85);
}
.bwp-dark-style .bwp-content .wp-block-embed figcaption {
	color: #d2d2da;
}
.bwp-dark-style .bwp-content .wp-block-site-logo img {
	box-shadow: none;
}
.bwp-dark-style .bwp-content .wp-block-post-terms.has-text-color a,
.bwp-dark-style .bwp-content .wp-block-post-terms.has-text-color a:hover,
.bwp-dark-style .bwp-content .wp-block-post-terms.has-text-color a:focus {
	color: inherit;
}
.bwp-dark-style .bwp-content .wp-block-post-template .wp-block-post-title a,
.bwp-dark-style .bwp-content .wp-block-post-template .wp-block-post-title a:hover,
.bwp-dark-style .bwp-content .wp-block-post-template .wp-block-post-title a:focus {
	color: #d6d6de;
}
.bwp-dark-style .bwp-content .wp-block-post-template .wp-block-post-excerpt__more-link {
	color: #d6d6de;
}
.bwp-dark-style .bwp-content .wp-block-post-template .wp-block-post-excerpt__more-link:hover,
.bwp-dark-style .bwp-content .wp-block-post-template .wp-block-post-excerpt__more-link:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-post-template .wp-block-post-date a {
	color: #d6d6de;
}
.bwp-dark-style .bwp-content .wp-block-post-template .wp-block-post-date a:hover,
.bwp-dark-style .bwp-content .wp-block-post-template .wp-block-post-date a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-query-pagination .page-numbers.current {
	color: #ffffff;
	background-color: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-navigation button {
	color: currentColor;
	background: transparent !important;
}
.bwp-dark-style .bwp-content .wp-block-navigation .wp-block-navigation-item a,
.bwp-dark-style .bwp-content .wp-block-navigation .wp-block-navigation-item a:hover,
.bwp-dark-style .bwp-content .wp-block-navigation .wp-block-navigation-item a:focus {
	color: inherit;
}
.bwp-dark-style .bwp-content .wp-block-navigation .wp-block-navigation__submenu-container {
	color: inherit;
	box-shadow: 0 2px 18px 0 rgba(0,0,0,0.65);
}
.bwp-dark-style .bwp-content .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #1a1a1e;
}
.bwp-dark-style .bwp-content .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
	color: inherit;
}
.bwp-dark-style .bwp-content .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
	box-shadow: none;
}
.bwp-dark-style .bwp-content .wp-block-post-author__avatar img {
	box-shadow: none;
}
.bwp-dark-style .bwp-content .wp-block-post-navigation-link.has-text-color a,
.bwp-dark-style .bwp-content .wp-block-post-navigation-link.has-text-color a:hover,
.bwp-dark-style .bwp-content .wp-block-post-navigation-link.has-text-color a:focus {
	color: inherit;
}
.bwp-dark-style .bwp-content .wp-block-avatar img {
	box-shadow: none;
}
.bwp-dark-style .bwp-content .wp-block-comment-template .wp-block-comment-date a,
.bwp-dark-style .bwp-content .wp-block-comment-template .wp-block-comment-edit-link a {
	color: #9f9faa;
}
.bwp-dark-style .bwp-content .wp-block-comment-template .wp-block-comment-date a:hover,
.bwp-dark-style .bwp-content .wp-block-comment-template .wp-block-comment-edit-link a:hover,
.bwp-dark-style .bwp-content .wp-block-comment-template .wp-block-comment-date a:focus,
.bwp-dark-style .bwp-content .wp-block-comment-template .wp-block-comment-edit-link a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-comment-template .wp-block-comment-reply-link a {
	color: #9f9faa;
}
.bwp-dark-style .bwp-content .wp-block-comment-template .wp-block-comment-reply-link a:hover,
.bwp-dark-style .bwp-content .wp-block-comment-template .wp-block-comment-reply-link a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-comments-pagination .page-numbers.current {
	color: #ffffff;
	background-color: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-comment textarea,
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-author input,
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-email input,
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-url input {
	border-color: #27272d;
	border-bottom-color: #41414b;
}
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-comment textarea:hover,
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-author input:hover,
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-email input:hover,
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-url input:hover,
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-comment textarea:focus,
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-author input:focus,
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-email input:focus,
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-url input:focus {
	border-color: #8585ff;
}
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-cookies-consent input {
	border-color: #27272d;
	border-bottom-color: #41414b;
}
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-cookies-consent input:hover,
.bwp-dark-style .bwp-content .wp-block-post-comments-form .comment-form-cookies-consent input:focus {
	border-color: #8585ff;
}

/* about the author */
.bwp-dark-style .bwp-about-author-avatar .bwp-avatar-overlay {
	background-color: #000000;
}
.bwp-dark-style .bwp-about-author-avatar:hover .bwp-avatar-overlay {
	opacity: 0.2;
}
.bwp-dark-style .bwp-about-author-name,
.bwp-dark-style .bwp-about-author-name a {
	color: #d6d6de;
}
.bwp-dark-style .bwp-about-author-name a:hover,
.bwp-dark-style .bwp-about-author-name a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-about-author-posts-num {
	color: #9f9faa;
}
.bwp-dark-style .bwp-about-author-bio {
	color: #d2d2da;
}

/* post navigation */
.bwp-dark-style .post-navigation .nav-links > div:first-child:not(.nav-next) {
	border-right: 1px solid rgba(55,55,63,1);
}
.bwp-dark-style .post-navigation .nav-links > .nav-next:first-child {
	border-left: 1px solid rgba(55,55,63,1);
}
.bwp-dark-style .post-navigation .nav-links a {
	color: #9f9faa;
}
.bwp-dark-style .post-navigation .nav-links a:hover,
.bwp-dark-style .post-navigation .nav-links a:focus {
	color: #8585ff;
}
.bwp-dark-style .post-navigation .nav-links a .meta-nav,
.bwp-dark-style .post-navigation .nav-links a:hover .meta-nav,
.bwp-dark-style .post-navigation .nav-links a:focus .meta-nav {
	color: #d6d6de;
}

/* comments */
.bwp-dark-style .bwp-comments-area {
	color: #d2d2da;
}
.bwp-dark-style .comment-reply-title,
.bwp-dark-style .bwp-comments-title {
	color: #f4f4f7;
}
.bwp-dark-style .comment-notes,
.bwp-dark-style .comment-form-cookies-consent label {
	color: #d2d2da;
}
.bwp-dark-style .comment-form-cookies-consent label:hover {
	color: #8585ff;
}
.bwp-dark-style .comment-respond .must-log-in a,
.bwp-dark-style .comment-form .logged-in-as a {
	color: #d2d2da;
}
.bwp-dark-style .comment-respond .must-log-in a:hover,
.bwp-dark-style .comment-respond .must-log-in a:focus,
.bwp-dark-style .comment-form .logged-in-as a:hover,
.bwp-dark-style .comment-form .logged-in-as a:focus {
	color: #8585ff;
}
.bwp-dark-style .comment-reply-title #cancel-comment-reply-link {
	color: #9f9faa;
}
.bwp-dark-style .comment-reply-title #cancel-comment-reply-link:hover {
	color: #8585ff;
}
.bwp-dark-style .bwp-comment-list .comment .comment-body {
	border-color: #37373f;
}
.bwp-dark-style .bwp-comment-list .comment-meta .comment-author .fn,
.bwp-dark-style .bwp-comment-list .comment-meta .comment-author .fn .url {
	color: #d6d6de;
}
.bwp-dark-style .bwp-comment-list .comment-meta .comment-author .fn .url:hover,
.bwp-dark-style .bwp-comment-list .comment-meta .comment-author .fn .url:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-comment-list .comment-meta .comment-metadata,
.bwp-dark-style .bwp-comment-list .comment-meta .comment-metadata a {
	color: #9f9faa;
}
.bwp-dark-style .bwp-comment-list .comment-meta .comment-metadata a:hover,
.bwp-dark-style .bwp-comment-list .comment-meta .comment-metadata a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-comment-list .comment-meta .comment-awaiting-moderation {
	color: #9f9faa;
}
.bwp-dark-style .bwp-comment-list .comment-body .reply a {
	color: #d6d6de;
	background-color: #27272d;
}
.bwp-dark-style .bwp-comment-list .comment-body .reply a:focus {
	color: #d6d6de;
}
.bwp-dark-style .bwp-comment-list .comment-body .reply a:hover {
	color: #ffffff;
	background-color: #8585ff;
}
.bwp-dark-style .bwp-comment-list .pingback .comment-body,
.bwp-dark-style .bwp-comment-list .trackback .comment-body {
	color: #d6d6de;
	border-color: #37373f;
}
.bwp-dark-style .bwp-comment-list .pingback .comment-body > a,
.bwp-dark-style .bwp-comment-list .trackback .comment-body > a {
	color: #d2d2da;
}
.bwp-dark-style .bwp-comment-list .pingback .comment-body > a:hover,
.bwp-dark-style .bwp-comment-list .pingback .comment-body > a:focus,
.bwp-dark-style .bwp-comment-list .trackback .comment-body > a:hover,
.bwp-dark-style .bwp-comment-list .trackback .comment-body > a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-comment-list .pingback .comment-body .edit-link a,
.bwp-dark-style .bwp-comment-list .trackback .comment-body .edit-link a {
	color: #d6d6de;
	background-color: #27272d;
}
.bwp-dark-style .bwp-comment-list .pingback .comment-body .edit-link a:focus,
.bwp-dark-style .bwp-comment-list .trackback .comment-body .edit-link a:focus {
	color: #d6d6de;
}
.bwp-dark-style .bwp-comment-list .pingback .comment-body .edit-link a:hover,
.bwp-dark-style .bwp-comment-list .trackback .comment-body .edit-link a:hover {
	color: #ffffff;
	background-color: #8585ff;
}
.bwp-dark-style .bwp-comments-area .bwp-no-comments {
	border-color: #37373f;
}
.bwp-dark-style .comment-navigation {
	border-bottom-color: #37373f;
}
.bwp-dark-style .comment-navigation .nav-links a {
	color: #d6d6de;
}
.bwp-dark-style .comment-navigation .nav-links a:hover,
.bwp-dark-style .comment-navigation .nav-links a:focus {
	color: #8585ff;
}

/* related posts / list of random posts on a single page */
.bwp-dark-style .bwp-related-posts-title,
.bwp-dark-style .bwp-single-page-random-posts-title {
	color: #f4f4f7;
}
.bwp-dark-style .bwp-related-posts-list .post .bwp-post-title a,
.bwp-dark-style .bwp-single-page-random-posts-list .post .bwp-post-title a,
.bwp-dark-style .bwp-related-posts-list .post .bwp-post-title a:hover,
.bwp-dark-style .bwp-related-posts-list .post .bwp-post-title a:focus,
.bwp-dark-style .bwp-single-page-random-posts-list .post .bwp-post-title a:hover,
.bwp-dark-style .bwp-single-page-random-posts-list .post .bwp-post-title a:focus {
	color: #f4f4f7;
}
.bwp-dark-style .bwp-related-posts-list .post .bwp-post-metadata li,
.bwp-dark-style .bwp-single-page-random-posts-list .post .bwp-post-metadata li,
.bwp-dark-style .bwp-related-posts-list .post .bwp-post-metadata li a,
.bwp-dark-style .bwp-single-page-random-posts-list .post .bwp-post-metadata li a {
	color: #9f9faa;
}
.bwp-dark-style .bwp-related-posts-list .post .bwp-post-metadata li a:hover,
.bwp-dark-style .bwp-related-posts-list .post .bwp-post-metadata li a:focus,
.bwp-dark-style .bwp-single-page-random-posts-list .post .bwp-post-metadata li a:hover,
.bwp-dark-style .bwp-single-page-random-posts-list .post .bwp-post-metadata li a:focus {
	color: #8585ff;
}

/* page 404 */
.bwp-dark-style .bwp-page-404-container {
	border-color: #37373f;
}
.bwp-dark-style .bwp-page-404-content h1,
.bwp-dark-style .bwp-page-404-content h2 {
	color: #f4f4f7;
}
.bwp-dark-style .bwp-page-404-content p,
.bwp-dark-style .bwp-page-404-content p a {
	color: #d2d2da;
}
.bwp-dark-style .bwp-page-404-content p a:hover,
.bwp-dark-style .bwp-page-404-content p a:focus {
	color: #8585ff;
}

/* footer */
.bwp-dark-style .bwp-footer-text,
.bwp-dark-style .bwp-footer-text a,
.bwp-dark-style .bwp-footer-menu-list li,
.bwp-dark-style .bwp-footer-menu-list li a {
	color: #9f9faa;
}
.bwp-dark-style .bwp-footer-text a:hover,
.bwp-dark-style .bwp-footer-text a:focus,
.bwp-dark-style .bwp-footer-menu-list li a:hover,
.bwp-dark-style .bwp-footer-menu-list li a:focus {
	color: #8585ff;
}

/* button: "back to top" */
.bwp-dark-style .bwp-scroll-top-button {
	color: #d6d6de;
	background: #1a1a1e;
	box-shadow: 0 6px 22px 0 rgba(0,0,0,0.65);
}
.bwp-dark-style .bwp-scroll-top-button:hover {
	color: #ffffff;
	background: #8585ff;
}

/* tooltips */
.bwp-dark-style .tooltip.top .tooltip-arrow,
.bwp-dark-style .tooltip.top-left .tooltip-arrow,
.bwp-dark-style .tooltip.top-right .tooltip-arrow {
	border-top-color: #27272d;
}
.bwp-dark-style .tooltip.right .tooltip-arrow {
	border-right-color: #27272d;
}
.bwp-dark-style .tooltip.left .tooltip-arrow {
	border-left-color: #27272d;
}
.bwp-dark-style .tooltip.bottom .tooltip-arrow,
.bwp-dark-style .tooltip.bottom-left .tooltip-arrow,
.bwp-dark-style .tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #27272d;
}
.bwp-dark-style .tooltip-inner {
	color: #d2d2da;
	background-color: #27272d;
	box-shadow: 0 6px 18px 0 rgba(0,0,0,0.65);
}

/* sidebar and widgets */
.bwp-dark-style .bwp-sidebar {
	background-color: #1a1a1e;
}
.bwp-dark-style.bwp-sidebar-visible .bwp-sidebar {
	box-shadow: -1px 0 18px 0 rgba(0,0,0,0.4);
}
.bwp-dark-style .bwp-hide-sidebar-button {
	color: #d6d6de;
}
.bwp-dark-style .bwp-hide-sidebar-button:hover,
.bwp-dark-style .bwp-hide-sidebar-button:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-sidebar-overlay {
	background-color: #0a0a0d;
}
.bwp-dark-style .bwp-widget,
.bwp-dark-style .bwp-widget a {
	color: #d2d2da;
}
.bwp-dark-style .bwp-widget a:hover,
.bwp-dark-style .bwp-widget a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-widget .bwp-widget-title,
.bwp-dark-style .bwp-widget .bwp-widget-title a {
	color: #f4f4f7;
}
.bwp-dark-style .bwp-widget .bwp-widget-title a:hover,
.bwp-dark-style .bwp-widget .bwp-widget-title a:focus {
	color: #8585ff;
}
.bwp-dark-style .widget_archive ul li,
.bwp-dark-style .widget_categories ul li {
	color: #9f9faa;
}
.bwp-dark-style .widget_categories ul ul li::before {
	color: #d2d2da;
}
.bwp-dark-style .widget_recent_entries ul li {
	border-bottom-color: #37373f;
}
.bwp-dark-style .bwp-sidebar-content ul.wp-block-latest-posts > li > a {
	color: #d2d2da;
}
.bwp-dark-style .bwp-sidebar-content ul.wp-block-latest-posts > li > a:hover,
.bwp-dark-style .bwp-sidebar-content ul.wp-block-latest-posts > li > a:focus {
	color: #8585ff;
}
.bwp-dark-style .widget_recent_entries ul li .post-date,
.bwp-dark-style .widget_tag_cloud .tagcloud a .tag-link-count {
	color: #9f9faa;
}
.bwp-dark-style .widget_tag_cloud .tagcloud a:hover .tag-link-count,
.bwp-dark-style .widget_tag_cloud .tagcloud a:focus .tag-link-count {
	color: #8585ff;
}
.bwp-dark-style .wp-calendar-table caption {
	border-bottom-color: #37373f;
	color: #9f9faa;
}
.bwp-dark-style .wp-calendar-table tbody td:not(.pad):hover,
.bwp-dark-style .wp-calendar-table tbody #today {
	background-color: #27272d;
}
.bwp-dark-style .widget_calendar .wp-calendar-nav {
	border-top-color: #37373f;
}
.bwp-dark-style .widget_calendar .wp-calendar-nav a {
	color: #9f9faa;
}
.bwp-dark-style .widget_calendar .wp-calendar-nav a:hover,
.bwp-dark-style .widget_calendar .wp-calendar-nav a:focus {
	color: #8585ff;
}
.bwp-dark-style .widget_recent_comments ul li {
	border-bottom-color: #37373f;
	color: #9f9faa;
}
.bwp-dark-style .bwp-sidebar-content .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-meta {
	color: #9f9faa;
}
.bwp-dark-style .bwp-sidebar-content .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-meta a {
	color: #d2d2da;
}
.bwp-dark-style .bwp-sidebar-content .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-meta a:hover,
.bwp-dark-style .bwp-sidebar-content .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-meta a:focus {
	color: #8585ff;
}
.bwp-dark-style .bwp-sidebar-content .wpcf7 label {
	color: #d2d2da;
}
.bwp-dark-style .widget_search #searchform {
	border-color: #27272d;
	border-bottom-color: #41414b;
}
.bwp-dark-style .widget_search #searchform:hover,
.bwp-dark-style .widget_search #searchform:focus {
	border-color: #8585ff;
}
.bwp-dark-style .widget_search #searchform .bwp-search-field {
	color: #d2d2da;
	background: #27272d;
}
.bwp-dark-style .widget_search #searchform .bwp-search-field::-webkit-input-placeholder {
	color: #d2d2da;
	opacity: 0.4;
}
.bwp-dark-style .widget_search #searchform .bwp-search-field:-moz-placeholder {
	color: #d2d2da;
	opacity: 0.4;
}
.bwp-dark-style .widget_search #searchform .bwp-search-field::-moz-placeholder {
	color: #d2d2da;
	opacity: 0.4;
}
.bwp-dark-style .widget_search #searchform .bwp-search-field:-ms-input-placeholder {
	color: #d2d2da;
	opacity: 0.4;
}
.bwp-dark-style .widget_search #searchform .bwp-search-submit {
	color: #d2d2da;
	background: #27272d;
}
.bwp-dark-style .widget_search #searchform .bwp-search-submit:hover {
	color: #8585ff;
}
.bwp-dark-style .widget_rss ul li {
	border-bottom-color: #37373f;
}
.bwp-dark-style .widget_rss ul li .rss-date,
.bwp-dark-style .widget_rss ul li cite {
	color: #9f9faa;
}
.bwp-dark-style .bwp-sidebar-content .wp-block-loginout form .login-username label,
.bwp-dark-style .bwp-sidebar-content .wp-block-loginout form .login-password label,
.bwp-dark-style .bwp-sidebar-content .wp-block-loginout form .login-remember label {
	color: #d2d2da;
}
.bwp-dark-style .widget_bwp_dark_bg_overlay,
.bwp-dark-style .widget_bwp_bg_overlay {
	background-color: #000000;
}
.bwp-dark-style .widget_bwp_dark_bg_overlay {
	opacity: 0.3;
}
.bwp-dark-style .widget_bwp_thumbnail {
	box-shadow: 0 15px 18px -15px rgba(0,0,0,0.85);
}
.bwp-dark-style .widget_bwp_thumbnail:hover .widget_bwp_bg_overlay {
	opacity: 0.2;
}
.bwp-dark-style .widget_bwp_popular_post_num {
	color: #d6d6de;
	background-color: #1a1a1e;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.9);
}
.bwp-dark-style .widget_bwp_popular_posts > ul > li:hover .widget_bwp_popular_post_num {
	color: #8585ff;
}
.bwp-dark-style .widget_bwp_content h4 a {
	color: #f4f4f7;
}
.bwp-dark-style .widget_bwp_content h4 a:hover,
.bwp-dark-style .widget_bwp_content h4 a:focus {
	color: #8585ff;
}
.bwp-dark-style .widget_bwp_post_list_item figcaption h4 {
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.bwp-dark-style .widget_bwp_post_list_item figcaption h4 a,
.bwp-dark-style .widget_bwp_post_list_item figcaption h4 a:hover,
.bwp-dark-style .widget_bwp_post_list_item figcaption h4 a:focus {
	color: #ffffff;
}
.bwp-dark-style .widget_bwp_meta li,
.bwp-dark-style .widget_bwp_meta li a {
	color: #9f9faa;
}
.bwp-dark-style .widget_bwp_meta li a:hover,
.bwp-dark-style .widget_bwp_meta li a:focus {
	color: #8585ff;
}
.bwp-dark-style .widget_bwp_post_list_item figcaption .widget_bwp_meta li {
	color: #eeeff1;
	text-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.bwp-dark-style .widget_bwp_post_list_item figcaption .widget_bwp_meta li a {
	color: #eeeff1;
}
.bwp-dark-style .widget_bwp_post_list_item figcaption .widget_bwp_meta li a:hover,
.bwp-dark-style .widget_bwp_post_list_item figcaption .widget_bwp_meta li a:focus {
	color: #ffffff;
}
.bwp-dark-style .widget_bwp_post_list_item {
	box-shadow: 0 15px 18px -15px rgba(0,0,0,0.85);
}
.bwp-dark-style .widget_bwp_post_list_item:hover .widget_bwp_dark_bg_overlay {
	opacity: 0.4;
}
.bwp-dark-style .widget_bwp_social ul li a {
	color: #d2d2da;
	background-color: #27272d;
}
.bwp-dark-style .widget_bwp_social ul li a:hover,
.bwp-dark-style .widget_bwp_social ul li a:focus {
	color: #ffffff;
	background-color: #8585ff;
}

/* styles for popup windows */
.bwp-dark-style .mfp-title,
.bwp-dark-style .mfp-counter {
	color: #f4f4f7;
	text-shadow: none;
}
.bwp-dark-style .mfp-figure::after {
	box-shadow: 0 6px 18px 0 rgba(0,0,0,0.85);
	background: #0a0a0d;
}
.bwp-dark-style .mfp-close.bwp-mfp-close-button,
.bwp-dark-style .mfp-close.bwp-mfp-close-button:hover {
	color: #f4f4f7 !important;
}
.bwp-dark-style .bwp-mfp-arrow {
	color: #f4f4f7;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
}
.bwp-dark-style .mfp-bg {
	background: #0a0a0d;
}
.bwp-dark-style .mfp-preloader,
.bwp-dark-style .mfp-preloader a,
.bwp-dark-style .mfp-preloader a:hover,
.bwp-dark-style .mfp-preloader a:focus {
	color: #f4f4f7;
}

/* information about cookies */
.bwp-dark-style .bwp-cookies-info-container {
	background-color: #1a1a1e;
	box-shadow: 0 6px 22px 0 rgba(0,0,0,0.65);
}
.bwp-dark-style .bwp-cookies-info-content {
	color: #d2d2da;
}
.bwp-dark-style #bwp-accept-cookies {
	color: #ffffff;
	background: #27272d;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.35);
}
.bwp-dark-style #bwp-accept-cookies:hover {
	color: #ffffff;
	background: #8585ff;
}
.bwp-dark-style #bwp-hide-cookies-info {
	color: #9f9faa;
}
.bwp-dark-style #bwp-hide-cookies-info:hover {
	color: #8585ff;
}
.bwp-dark-style #bwp-show-cookies-info {
	color: #d2d2da;
	background-color: #1a1a1e;
	box-shadow: 0 6px 22px 0 rgba(0,0,0,0.9);
}


/*
19.0 - Responsive styles
---------------------------------------
*/

/* 1199px */
@media (max-width: 1199px) {

	/* Bootstrap container: change padding (15px -> 30px) */
	#bwp-header > .container:first-child,
	.bwp-site-content > .container:first-child {
		padding-right: 30px;
		padding-left: 30px;
	}

	/* single page: full post content */
	.bwp-content .alignwide {
		width: 113.75%;
		max-width: 113.75%;
		margin: 40px -6.875% !important;
	}
	.bwp-content h1.alignfull,
	.bwp-content h2.alignfull,
	.bwp-content h3.alignfull,
	.bwp-content h4.alignfull,
	.bwp-content h5.alignfull,
	.bwp-content h6.alignfull,
	.bwp-content .wp-block-file.alignfull,
	.bwp-content .wp-block-buttons.alignfull,
	.bwp-content .wp-block-columns.alignfull,
	.bwp-content .wp-block-archives-list.alignfull,
	.bwp-content .wp-block-archives-dropdown.alignfull,
	.bwp-content .wp-block-calendar.alignfull,
	.bwp-content .wp-block-categories-list.alignfull,
	.bwp-content .wp-block-categories-dropdown.alignfull,
	.bwp-content .wp-block-latest-comments.alignfull,
	.bwp-content ul.wp-block-latest-posts.alignfull,
	.bwp-content .wp-block-rss.alignfull,
	.bwp-content .wp-block-tag-cloud.alignfull {
		padding-right: 15px;
		padding-left: 15px;
	}
	.bwp-content .wp-block-pullquote.has-text-align-left.alignwide,
	.bwp-content .wp-block-pullquote.has-text-align-right.alignwide {
		max-width: 113.75%;
	}

	/* button: "back to top" */
	#bwp-scroll-top {
		right: 30px;
		bottom: 20px;
	}
	#bwp-scroll-top.bwp-visible {
		bottom: 30px;
	}

	/* information about cookies */
	.bwp-cookies-info-container {
		bottom: 30px;
		left: 30px;
	}
	.bwp-cookies-info-container.bwp-cookies-accepted,
	.bwp-cookies-info-container.bwp-cookies-accepted.bwp-visible {
		bottom: 20px;
	}

}

/* 991px */
@media (max-width: 991px) {

	/* disable sticky header */
	body.bwp-enable-sticky-header {
		padding-top: 0;
	}
	.bwp-enable-sticky-header #bwp-header {
		position: relative;
	}
	.admin-bar.bwp-enable-sticky-header #bwp-header {
		top: 0;
	}
	.bwp-enable-sticky-header #bwp-header .bwp-header-container {
		margin-left: 0 !important;
		padding-right: 0 !important;
	}

	/* hide main menu */
	.bwp-header-menu {
		display: none;
	}

	/* show mobile menu */
	.bwp-header-mobile-menu {
		display: block;
	}

	/* header: icons */
	.bwp-header-icons:not(.bwp-no-sidebar-button) {
		margin-right: -14px;
	}
	.bwp-header-sidebar-button,
	#bwp-toggle-dropdown-search,
	#bwp-toggle-color,
	#bwp-show-font-types {
		width: 40px;
	}
	#bwp-dropdown-search::before,
	#bwp-dropdown-font-types::before {
		right: 13px;
	}

	/* homepage slider */
	.bwp-homepage-slider-wrap,
	.bwp-homepage-slider-item {
		height: 360px; /* slider height */
	}
	.bwp-homepage-slider-post-metadata {
		margin-bottom: 16px;
	}
	.bwp-homepage-slider-post-title {
		font-size: 27px;
		line-height: 1.35;
	}
	.bwp-homepage-slider-read-more {
		margin-top: 16px;
	}
	.bwp-homepage-slider-wrap .tns-controls button {
		font-size: 13px;
		opacity: 1;
	}
	.bwp-homepage-slider-wrap .tns-controls button[data-controls="prev"],
	.bwp-homepage-slider-wrap:hover .tns-controls button[data-controls="prev"][disabled] {
		left: 22px;
	}
	.bwp-homepage-slider-wrap .tns-controls button[data-controls="next"],
	.bwp-homepage-slider-wrap:hover .tns-controls button[data-controls="next"][disabled] {
		right: 22px;
	}
	.bwp-homepage-slider-wrap .tns-controls button[disabled],
	.bwp-homepage-slider-wrap:hover .tns-controls button[disabled] {
		opacity: 0.5;
	}
	.bwp-homepage-slider-wrap .tns-nav {
		display: none;
	}

	/* masonry layout: 3 columns -> 2 columns */
	.bwp-col-size {
		width: 50%; /* default size for columns (2 columns) */
	}
	.bwp-col-3 {
		width: 50%; /* 2 columns */
	}
	.bwp-col-3.bwp-width-2x {
		width: 100%; /* double width */
	}

	/* post slider: navigation buttons (next and previous) */
	.bwp-post-media-slider .tns-controls button {
		font-size: 13px;
	}

	/* single page: full post content */
	.bwp-content .alignwide {
		width: 100%;
		max-width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.bwp-content .wp-block-pullquote.has-text-align-left.alignwide,
	.bwp-content .wp-block-pullquote.has-text-align-right.alignwide {
		max-width: 100%;
	}

	/* related posts / list of random posts on a single page */
	.bwp-related-posts-list .post:nth-child(3),
	.bwp-single-page-random-posts-list .post:nth-child(3) {
		display: none;
	}
	.bwp-related-posts-list .post,
	.bwp-single-page-random-posts-list .post {
		width: 50%; /* 2 columns */
	}

	/* footer widgets */
	.bwp-footer-widgets-col-1,
	.bwp-footer-widgets-col-2 {
		padding-bottom: 0;
	}
	.bwp-footer-widgets-col-1 {
		padding-right: 0;
	}
	.bwp-footer-widgets-col-2 {
		padding-right: 0;
		padding-left: 0;
	}
	.bwp-footer-widgets-col-3 {
		padding-left: 0;
	}
	.bwp-footer-widgets-section .bwp-sidebar-content .widget_block:last-child {
		margin-bottom: 30px;
	}

	/* button: "back to top" */
	.bwp-scroll-top-button {
		font-size: 13px;
	}

}

/* 781px */
@media (max-width: 781px) {

	/* block: columns */
	.bwp-content :where(.wp-block-columns.is-layout-flex) {
		gap: 0.5em !important;
	}

}

/* 767px */
@media (max-width: 767px) {

	/* masonry layout: 3 columns -> 1 column */
	.bwp-col-3-layout {
		margin-right: 0;
	}
	.bwp-masonry-item {
		float: none;
	}
	.bwp-post-wrap {
		margin-right: 0;
	}
	.bwp-col-size,
	.bwp-col-3,
	.bwp-col-3.bwp-width-2x {
		width: 100%; /* 1 column */
	}

	/* media: hover icon, format icon */
	.bwp-post-hover-icon {
		right: 32px;
	}
	.bwp-post-format-icon,
	.bwp-post-media:hover .bwp-post-hover-icon,
	.bwp-post-slider-item:hover .bwp-post-hover-icon {
		right: 22px;
	}

	/* post slider: navigation buttons (next and previous) */
	.bwp-post-media-slider .tns-controls button[data-controls="prev"] {
		left: 22px;
	}
	.bwp-post-media-slider .tns-controls button[data-controls="next"] {
		right: 22px;
	}

	/* recent posts: post content */
	.bwp-post-content {
		padding-right: 50px;
		border-right: 1px solid #efeff2;
		border-bottom: 1px solid #efeff2;
		border-radius: 0 0 3px 0;
	}
	.bwp-dark-style .bwp-post-content {
		border-right-color: #37373f;
		border-bottom-color: #37373f;
	}
	.bwp-post-content::before {
		bottom: -1px;
	}
	.bwp-post-content::after {
		display: none;
	}
	.sticky .bwp-post-content {
		padding-right: 50px;
	}
	.bwp-post-metadata {
		margin-bottom: 7px;
	}
	.bwp-post-title {
		font-size: 27px;
	}
	.bwp-post-excerpt {
		padding-top: 0;
	}

	/* pagination */
	.pagination {
		padding-top: 7px;
	}

	/* tags and share icons */
	.bwp-single-post-tags {
		width: 65%;
	}
	.bwp-single-post-share {
		width: 35%;
	}

	/* block: gallery */
	.bwp-content .wp-block-gallery.alignfull .blocks-gallery-grid figcaption,
	.bwp-content .wp-block-gallery.alignfull figure.wp-block-image figcaption {
		padding-right: 15px;
		padding-left: 15px;
	}

	/* related posts / list of random posts on a single page */
	.bwp-related-posts-list .post .bwp-post-content,
	.bwp-single-page-random-posts-list .post .bwp-post-content {
		padding: 0;
		border-right: none;
		border-radius: 0;
	}

	/* footer widgets */
	.bwp-footer-widgets-section {
		padding-top: 7px;
	}
	.bwp-footer-widgets-col-3 {
		padding-bottom: 0;
	}

	/* footer */
	.bwp-site-footer {
		padding-top: 0;
	}

	/* button: "back to top" (hide button) */
	#bwp-scroll-top {
		display: none;
	}

}

/* 699px */
@media (max-width: 699px) {

	/* h1, h2 */
	h1,
	.h1 {
		font-size: 27px;
	}
	h2,
	.h2 {
		font-size: 25px;
	}

	/* homepage slider */
	.bwp-homepage-slider-wrap,
	.bwp-homepage-slider-item {
		height: 350px; /* slider height */
	}
	.bwp-homepage-slider-zoom-image {
		top: 15px;
		right: auto;
		left: 15px;
		width: 42px;
		height: 42px;
		line-height: 42px;
		border-radius: 2px;
	}
	.bwp-homepage-slider-content-center {
		padding: 0 30px;
	}
	.bwp-homepage-slider-content-container {
		padding-top: 10px;
	}
	.bwp-homepage-slider-wrap .tns-controls {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 40;
		margin: 0;
		padding: 15px 15px 0 0;
	}
	.bwp-homepage-slider-wrap .tns-controls button {
		position: static;
		margin: 0 0 0 5px;
		width: 42px;
		height: 42px;
		line-height: 42px;
		border-radius: 2px;
	}
	.bwp-homepage-slider-wrap .tns-controls button:first-child {
		margin-left: 0;
	}

	/* media: hover icon */
	.bwp-post-hover-icon {
		right: 25px;
		width: 42px;
		height: 42px;
		line-height: 42px;
	}
	.bwp-width-2x .bwp-post-hover-icon {
		right: 25px;
	}
	.bwp-post-media:hover .bwp-post-hover-icon,
	.bwp-post-slider-item:hover .bwp-post-hover-icon,
	.bwp-width-2x .bwp-post-media:hover .bwp-post-hover-icon,
	.bwp-width-2x .bwp-post-slider-item:hover .bwp-post-hover-icon {
		right: 15px;
	}

	/* audio and video formats: icon */
	.bwp-post-format-icon {
		width: 42px;
		height: 42px;
		line-height: 42px;
	}
	.bwp-post-format-icon,
	.bwp-width-2x .bwp-post-format-icon {
		right: 15px;
	}

	/* post slider: navigation buttons (next and previous) */
	.bwp-post-media-slider .tns-controls {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 40;
		margin: 0;
		padding: 15px 15px 20px 20px;
	}
	.bwp-post-media-slider .tns-controls button {
		position: static;
		margin: 0 0 0 5px;
		width: 42px;
		height: 42px;
		line-height: 42px;
		border-radius: 2px;
	}
	.bwp-post-media-slider .tns-controls button:first-child {
		margin-left: 0;
	}

	/* "no results" message (content none) */
	.bwp-no-results {
		padding-right: 40px;
		padding-left: 40px;
	}

	/* single page: post header */
	.bwp-single-post-metadata {
		margin-bottom: 16px;
	}
	.bwp-single-post-article .bwp-post-title {
		font-size: 27px;
	}
	.bwp-single-post-header-separator {
		margin-top: 22px;
	}

	/* single page: full post content */
	/* gallery with images */
	.gallery.gallery-columns-6 .gallery-item .gallery-caption {
		display: none;
	}
	/* block: latest posts */
	.bwp-content .wp-block-latest-posts.is-grid.columns-3 > li,
	.bwp-content .wp-block-latest-posts.is-grid.columns-4 > li,
	.bwp-content .wp-block-latest-posts.is-grid.columns-5 > li,
	.bwp-content .wp-block-latest-posts.is-grid.columns-6 > li {
		margin-right: 0;
		width: 100%; /* 1 column */
	}
	/* block: RSS */
	.bwp-content .wp-block-rss.is-grid.columns-4 > li,
	.bwp-content .wp-block-rss.is-grid.columns-5 > li,
	.bwp-content .wp-block-rss.is-grid.columns-6 > li {
		margin-right: 0;
		width: 100%; /* 1 column */
	}

	/* password protected post: password form */
	.bwp-content .post-password-form {
		padding-right: 40px;
		padding-left: 40px;
	}

	/* single post: tags and share icons */
	.bwp-single-post-tags,
	.bwp-single-post-share {
		float: none;
		width: 100%;
	}
	.bwp-single-post-share-list {
		float: left;
	}
	.bwp-single-post-tags-share .bwp-single-post-share {
		padding-top: 0;
	}

	/* comments */
	.bwp-comment-list .children {
		padding-left: 15px;
	}

	/* page 404 */
	.bwp-page-404-container {
		padding-right: 40px;
		padding-left: 40px;
	}

}

/* 599px */
@media (max-width: 599px) {

	/* section header: hide page number */
	.bwp-section-header .bwp-section-title .bwp-page-number {
		display: none;
	}

	/* "no results" message (content none) */
	.bwp-no-results {
		padding-right: 30px;
		padding-left: 30px;
	}

	/* pagination */
	.pagination .nav-links .page-numbers.dots {
		padding-right: 0;
		padding-left: 0;
	}
	.pagination .nav-links .page-numbers.prev,
	.pagination .nav-links .page-numbers.next {
		display: none;
	}

	/* single page: full post content */
	/* gallery with images */
	.gallery.gallery-columns-4 .gallery-item,
	.gallery.gallery-columns-5 .gallery-item,
	.gallery.gallery-columns-6 .gallery-item,
	.gallery.gallery-columns-7 .gallery-item,
	.gallery.gallery-columns-8 .gallery-item,
	.gallery.gallery-columns-9 .gallery-item {
		width: 33.3333336%; /* 3 columns */
	}
	.gallery.gallery-columns-6 .gallery-item .gallery-caption,
	.gallery.gallery-columns-7 .gallery-item .gallery-caption,
	.gallery.gallery-columns-8 .gallery-item .gallery-caption,
	.gallery.gallery-columns-9 .gallery-item .gallery-caption {
		display: block;
	}
	/* block: pullquote */
	.bwp-content .wp-block-pullquote blockquote {
		max-width: 90%;
	}
	.bwp-content .wp-block-pullquote.is-style-solid-color blockquote {
		max-width: 80%;
	}
	/* block: latest posts */
	.bwp-content .wp-block-latest-posts.is-grid.columns-2 > li {
		margin-right: 0;
		width: 100%; /* 1 column */
	}
	/* block: RSS */
	.bwp-content .wp-block-rss.is-grid.columns-2 > li,
	.bwp-content .wp-block-rss.is-grid.columns-3 > li {
		margin-right: 0;
		width: 100%; /* 1 column */
	}

	/* related posts / list of random posts on a single page */
	.bwp-related-posts-list,
	.bwp-single-page-random-posts-list {
		margin-right: -30px;
	}
	.bwp-related-posts-list .post .bwp-post-wrap,
	.bwp-single-page-random-posts-list .post .bwp-post-wrap {
		margin-right: 30px;
	}
	.bwp-related-posts-list .post .bwp-post-title,
	.bwp-single-page-random-posts-list .post .bwp-post-title {
		font-size: 18px;
	}

	/* comments */
	.comment-notes,
	.comment-form-cookies-consent label {
		line-height: 1.6;
	}
	.comment-reply-title small {
		position: static;
	}
	.comment-reply-title #cancel-comment-reply-link {
		margin-top: 0;
	}
	.bwp-comment-list .children {
		padding-left: 10px;
	}

	/* page 404 */
	.bwp-page-404-container {
		padding-right: 30px;
		padding-left: 30px;
	}

	/* sidebar */
	.bwp-sidebar {
		padding-right: 40px;
		padding-left: 40px;
		right: -400px;
		width: 400px;
	}
	.bwp-sidebar-content-container {
		padding-bottom: 0;
	}
	.bwp-sidebar-visible #bwp-header,
	.bwp-sidebar-visible .bwp-site-content,
	.bwp-sidebar-visible #bwp-scroll-top,
	.bwp-sidebar-visible .bwp-cookies-info-container,
	.bwp-sidebar-visible #bwp-show-cookies-info {
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px);
	}

}

/* 499px */
@media (max-width: 499px) {

	/* mobile menu */
	#bwp-dropdown-mobile-menu {
		left: -15px;
	}
	#bwp-dropdown-mobile-menu::before {
		left: 30px;
	}
	.bwp-mobile-menu {
		width: 260px;
	}

	/* header icons */
	.bwp-header-icons.bwp-no-sidebar-button {
		margin-right: -13px;
	}

	/* dropdown search form */
	#bwp-dropdown-search {
		right: -56px;
		width: 320px;
	}
	#bwp-dropdown-search::before {
		right: 71px;
	}
	.bwp-no-sidebar-button #bwp-dropdown-search {
		right: -17px;
	}
	.bwp-no-sidebar-button #bwp-dropdown-search::before {
		right: 31px;
	}

	/* dropdown font types */
	#bwp-dropdown-font-types {
		right: -17px;
	}
	#bwp-dropdown-font-types::before {
		right: 30px;
	}

	/* site logo */
	.bwp-logo-text {
		letter-spacing: 6px;
	}

	/* separator */
	.bwp-separator,
	.bwp-separator.bwp-gradient {
		background: #efeff2;
	}
	.bwp-dark-style .bwp-separator,
	.bwp-dark-style .bwp-separator.bwp-gradient {
		background: #37373f;
	}
	.bwp-separator .bwp-rhomb {
		display: none;
	}

	/* section header */
	.bwp-section-header {
		text-align: left;
	}
	.bwp-section-header-separator {
		margin-right: 0;
		margin-left: 0;
		width: 20px;
	}

	/* homepage slider */
	.bwp-homepage-slider-section {
		margin-right: -30px;
		margin-left: -30px;
	}
	.bwp-homepage-slider-section .bwp-section-header {
		padding-right: 30px;
		padding-left: 30px;
	}
	.bwp-homepage-slider-wrap,
	.bwp-homepage-slider-item {
		height: 320px; /* slider height */
	}
	.bwp-homepage-slider-zoom-image {
		left: auto;
		right: 109px;
	}
	.bwp-homepage-slider-content-center {
		padding: 0 30px 32px;
		vertical-align: bottom;
		text-align: left;
	}
	.bwp-homepage-slider-content-container {
		padding-top: 0;
	}
	.bwp-homepage-slider-post-metadata {
		display: none;
	}
	.bwp-homepage-slider-post-title {
		font-size: 23px;
		line-height: 1.35;
	}

	/* recent posts */
	.bwp-recent-posts-section {
		margin-right: -30px;
		margin-left: -30px;
	}
	.bwp-recent-posts-section .bwp-section-header {
		padding-right: 30px;
		padding-left: 30px;
	}
	.bwp-posts {
		margin-right: 0;
		margin-left: 0;
	}
	.bwp-posts-wrap {
		padding-right: 0;
		padding-left: 0;
	}

	/* recent posts: post content */
	.bwp-post-content {
		padding-right: 30px;
		padding-left: 30px;
		border-right: none;
		border-radius: 0;
	}
	.bwp-width-2x .bwp-post-content {
		padding-right: 30px !important;
		border-right: none;
		border-radius: 0;
	}
	.sticky .bwp-post-content {
		padding-right: 30px;
		border-right: none;
		border-radius: 0;
	}
	.sticky .bwp-post-sticky-mark {
		right: 3px;
		height: 24px;
		background-color: transparent;
	}
	.bwp-post-metadata,
	.bwp-width-2x .bwp-post-metadata {
		margin-bottom: 8px;
	}
	.bwp-post-title,
	.bwp-width-2x .bwp-post-title {
		font-size: 23px;
	}
	.bwp-post-excerpt,
	.bwp-width-2x .bwp-post-excerpt {
		padding-top: 1px;
	}

	/* "no results" message */
	.bwp-no-results {
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 50px;
		border: none;
		border-radius: 0;
	}
	.bwp-no-results-content {
		text-align: left;
	}

	/* pagination */
	.pagination {
		padding-right: 30px;
		padding-left: 30px;
	}
	.pagination .nav-links {
		text-align: left;
	}

	/* single page */
	.bwp-single-post-container {
		margin-right: -30px;
		margin-left: -30px;
	}

	/* single post */
	.bwp-single-post-header {
		padding-right: 30px;
		padding-left: 30px;
		text-align: left;
	}
	.bwp-single-post-metadata li {
		display: inline-block;
		margin-right: 20px;
	}
	.bwp-single-post-header-separator {
		margin-right: 0;
		margin-left: 0;
		width: 20px;
	}
	.bwp-single-post-content {
		padding-right: 30px;
		padding-left: 30px;
	}
	.bwp-single-post-tags a {
		padding-right: 15px;
		padding-left: 15px;
	}

	/* single page: full post content */
	/* preformatted text */
	pre {
		padding: 30px;
	}
	/* ul, ol */
	.bwp-content ul,
	.bwp-content ol,
	.comment-content ul,
	.comment-content ol,
	.textwidget ul,
	.textwidget ol {
		padding-left: 18px;
	}
	.widget_archive ul,
	.widget_pages ul,
	.widget_categories ul,
	.widget_recent_entries ul,
	.widget_nav_menu ul,
	.widget_meta ul,
	.widget_recent_comments ul,
	.widget_rss ul,
	.widget_bwp_post_list > ul,
	.widget_bwp_random_posts > ul,
	.widget_bwp_recent_posts > ul,
	.widget_bwp_popular_posts > ul,
	.widget_bwp_social ul {
		padding-left: 0;
	}
	/* table */
	.bwp-content table:not(.wp-calendar-table),
	.comment-content table,
	.textwidget table {
		display: block;
		overflow-x: auto;
	}
	/* audio and video player */
	body .wp-playlist {
		padding: 30px 30px 20px;
	}
	/* alignment: full */
	.bwp-content .alignfull {
		margin-right: -30px !important;
		margin-left: -30px !important;
		width: auto;
		max-width: 100vw;
	}
	/* block has background */
	.bwp-content .has-background {
		padding: 30px;
	}
	/* block: list */
	.bwp-content ul.has-background,
	.bwp-content ol.has-background {
		padding-left: 48px;
	}
	/* block: gallery */
	.bwp-content .wp-block-gallery.alignfull .blocks-gallery-grid figcaption,
	.bwp-content .wp-block-gallery.alignfull figure.wp-block-image figcaption {
		padding-right: 10px;
		padding-left: 10px;
	}
	/* block: audio */
	.bwp-content .wp-block-audio audio {
		min-width: 300px;
	}
	/* block: cover */
	.bwp-content .wp-block-cover,
	.bwp-content .wp-block-cover-image {
		padding: 30px 30px 10px;
	}
	/* block: calendar */
	.bwp-content .wp-block-calendar.alignleft table,
	.bwp-content .wp-block-calendar.alignright table {
		width: 300px;
	}
	/* block: search */
	.bwp-content .wp-block-search.alignleft,
	.bwp-content .wp-block-search.alignright {
		width: 300px;
	}

	/* password protected post: password form */
	.bwp-content .post-password-form {
		margin-bottom: 23px;
		padding: 0;
		border: none;
		border-radius: 0;
	}
	.bwp-content .post-password-form label {
		width: 200px;
	}

	/* about the author */
	.bwp-about-author-container {
		padding-right: 30px;
		padding-left: 30px;
	}

	/* post navigation */
	.bwp-single-post-navigation-container {
		padding-right: 30px;
		padding-left: 30px;
	}
	.post-navigation .nav-links > div:first-child:not(.nav-next) {
		border-right: none !important;
	}
	.post-navigation .nav-links > .nav-next:first-child {
		border-left: none !important;
	}
	.post-navigation .nav-links .nav-previous {
		padding-right: 10px;
	}
	.post-navigation .nav-links .nav-next {
		padding-left: 10px;
	}
	.post-navigation .nav-links .nav-previous a:hover .meta-nav i {
		margin-right: 8px;
	}
	.post-navigation .nav-links .nav-next a:hover .meta-nav i {
		margin-left: 8px;
	}

	/* comments */
	.bwp-comments-title {
		padding-right: 30px;
		padding-left: 30px;
		text-align: left;
	}
	.comment-reply-title {
		text-align: left;
	}
	.comment-respond {
		padding-right: 30px;
		padding-left: 30px;
	}
	.comment-notes {
		text-align: left;
		line-height: 1.7;
	}
	.comment-form label,
	.comment-form-cookies-consent,
	.comment-form .form-submit,
	.comment-respond .must-log-in,
	.comment-form .logged-in-as {
		text-align: left;
	}
	.comment-form-cookies-consent label {
		line-height: 1.7;
	}
	.comment-reply-title small {
		display: block;
	}
	.comment-reply-title #cancel-comment-reply-link {
		margin-left: 0;
		padding-top: 5px;
		font-weight: 600;
		color: #2e2e34;
	}
	.bwp-dark-style .comment-reply-title #cancel-comment-reply-link {
		color: #f4f4f7;
	}
	.bwp-comment-list-wrap {
		padding-right: 30px;
		padding-left: 30px;
	}
	.bwp-comment-list .children {
		padding-left: 20px;
	}
	.bwp-comment-list .comment .comment-body {
		margin-top: 40px;
		padding: 0;
		border: none;
		border-radius: 0;
	}
	.bwp-comment-list .comment-body .reply {
		position: static;
		margin-top: 15px;
	}
	.bwp-comment-list .comment-body .reply a {
		font-size: 13px;
	}
	.bwp-comment-list li .comment-respond {
		margin-top: 35px;
		margin-bottom: 35px;
		padding-right: 0;
		padding-left: 0;
	}
	.bwp-comment-list .pingback .comment-body,
	.bwp-comment-list .trackback .comment-body {
		margin-top: 40px;
		padding: 0 0 0 20px;
		border: none;
		border-radius: 0;
	}
	.bwp-comment-list .pingback .comment-body::before,
	.bwp-comment-list .trackback .comment-body::before {
		top: 3px;
		left: 0;
	}
	.bwp-comment-list .pingback .comment-body .edit-link,
	.bwp-comment-list .trackback .comment-body .edit-link {
		position: static;
		display: block;
		margin-top: 15px;
		margin-left: -20px;
	}
	.bwp-comment-list .pingback .comment-body .edit-link a,
	.bwp-comment-list .trackback .comment-body .edit-link a {
		font-size: 13px;
	}
	.bwp-comments-area .bwp-no-comments {
		margin-bottom: 30px;
		padding: 25px 30px 0;
		border: none;
		border-radius: 0;
		font-size: 14px;
		font-weight: 700;
	}
	.comment-navigation {
		margin-top: 50px;
		margin-bottom: 25px;
		padding-top: 20px;
		border-top: 2px solid #efeff2;
	}
	.bwp-dark-style .comment-navigation {
		border-top-color: #37373f;
	}
	.comment-navigation .nav-links .nav-previous,
	.comment-navigation .nav-links .nav-next {
		width: 50%;
	}
	.comment-navigation .nav-links .nav-previous {
		padding-right: 5px;
	}
	.comment-navigation .nav-links .nav-next {
		padding-left: 5px;
	}
	.comment-navigation .nav-links .nav-previous a:hover i {
		margin-right: 8px;
	}
	.comment-navigation .nav-links .nav-next a:hover i {
		margin-left: 8px;
	}

	/* related posts / list of random posts on a single page */
	.bwp-related-posts,
	.bwp-single-page-random-posts {
		margin-right: 0;
		margin-left: 0;
	}
	.bwp-related-posts-wrap,
	.bwp-single-page-random-posts-wrap {
		padding-right: 0;
		padding-left: 0;
	}
	.bwp-related-posts-title,
	.bwp-single-page-random-posts-title {
		padding-right: 30px;
		padding-left: 30px;
		text-align: left;
	}
	.bwp-related-posts-list,
	.bwp-single-page-random-posts-list {
		margin-right: 0;
	}
	.bwp-related-posts-list .post,
	.bwp-single-page-random-posts-list .post {
		float: none;
		width: 100%; /* 1 column */
	}
	.bwp-related-posts-list .post:nth-child(3),
	.bwp-single-page-random-posts-list .post:nth-child(3) {
		display: block;
	}
	.bwp-related-posts-list .post .bwp-post-wrap,
	.bwp-single-page-random-posts-list .post .bwp-post-wrap {
		margin-right: 0;
		margin-bottom: 40px;
	}
	.bwp-related-posts-list .post:last-child .bwp-post-wrap,
	.bwp-single-page-random-posts-list .post:last-child .bwp-post-wrap {
		margin-bottom: 0;
	}
	.bwp-related-posts-list .post .bwp-post-content,
	.bwp-single-page-random-posts-list .post .bwp-post-content {
		padding-right: 30px;
		padding-left: 30px;
	}

	/* page 404 */
	.bwp-page-404-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.bwp-page-404-content {
		text-align: left;
	}

	/* footer widgets */
	.bwp-footer-widgets-section {
		margin-right: -30px;
		margin-left: -30px;
	}
	.bwp-footer-widgets-section .row {
		margin-right: 0;
		margin-left: 0;
	}
	.bwp-footer-widgets-col-1,
	.bwp-footer-widgets-col-2,
	.bwp-footer-widgets-col-3 {
		padding-right: 15px;
		padding-left: 15px;
	}

	/* footer */
	.bwp-site-footer {
		text-align: left;
	}
	.bwp-footer-menu-list {
		margin-left: -10px;
	}

	/* sidebar */
	.bwp-sidebar {
		padding-right: 30px;
		padding-left: 30px;
		right: -380px;
		width: 380px;
	}
	.bwp-sidebar-visible #bwp-header,
	.bwp-sidebar-visible .bwp-site-content,
	.bwp-sidebar-visible #bwp-scroll-top,
	.bwp-sidebar-visible .bwp-cookies-info-container,
	.bwp-sidebar-visible #bwp-show-cookies-info {
		-webkit-transform: translateX(-190px);
		transform: translateX(-190px);
	}

	/* information about cookies */
	.bwp-cookies-info-container {
		bottom: 0;
		left: 0;
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
		box-shadow: 0 -2px 18px -1px rgba(32,32,37,0.2);
		border-radius: 2px 2px 0 0;
	}
	.bwp-dark-style .bwp-cookies-info-container {
		box-shadow: 0 -2px 18px -1px rgba(0,0,0,0.9);
	}
	.bwp-cookies-info-title,
	.bwp-cookies-info-content {
		text-align: left;
	}
	#bwp-hide-cookies-info,
	#bwp-show-cookies-info {
		display: inline-block;
	}
	#bwp-show-cookies-info.bwp-hidden,
	.bwp-cookies-info-container.bwp-hidden {
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
	}
	.bwp-cookies-info-container.bwp-hidden,
	.bwp-cookies-info-container.bwp-cookies-accepted,
	.bwp-cookies-info-container.bwp-cookies-accepted.bwp-visible {
		bottom: -10px;

		-webkit-transition: visibility 0.15s ease-out, opacity 0.15s ease-out, bottom 0.15s ease-out, -webkit-transform 0.3s ease-out;
		transition: visibility 0.15s ease-out, opacity 0.15s ease-out, bottom 0.15s ease-out, transform 0.3s ease-out;
	}
	.bwp-cookies-info-container.bwp-visible {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		bottom: 0;
	}

}

/* 399px */
@media (max-width: 399px) {

	/* h1 - h4 */
	h1,
	.h1 {
		font-size: 25px;
	}
	h2,
	.h2 {
		font-size: 23px;
	}
	h3,
	.h3 {
		font-size: 21px;
	}
	h4,
	.h4 {
		font-size: 19px;
	}

	/* Bootstrap container: change padding (30px -> 15px) */
	#bwp-header > .container:first-child,
	.bwp-site-content > .container:first-child {
		padding-right: 15px;
		padding-left: 15px;
	}

	/* mobile menu */
	#bwp-dropdown-mobile-menu {
		left: 0;
		padding: 15px;
	}
	#bwp-dropdown-mobile-menu::before {
		left: 15px;
	}
	.bwp-mobile-menu {
		width: 220px;
	}
	.bwp-mobile-menu ul ul {
		padding-left: 10px;
	}

	/* header icons */
	.bwp-header-icons:not(.bwp-no-sidebar-button) {
		margin-right: -13px;
	}

	/* dropdown search form */
	#bwp-dropdown-search {
		right: -42px;
		width: 250px;
		padding: 0;
	}
	#bwp-dropdown-search::before {
		right: 56px;
	}
	.bwp-no-sidebar-button #bwp-dropdown-search {
		right: -2px;
	}
	.bwp-no-sidebar-button #bwp-dropdown-search::before {
		right: 16px;
	}
	#bwp-dropdown-search #searchform .bwp-search-field {
		padding-left: 15px;
	}
	#bwp-dropdown-search #searchform .bwp-search-submit {
		width: 43px;
	}

	/* dropdown font types */
	#bwp-dropdown-font-types {
		right: -2px;
	}
	#bwp-dropdown-font-types::before {
		right: 15px;
	}

	/* site logo */
	.bwp-logo-text {
		font-size: 43px;
	}

	/* section header */
	.bwp-section-header .bwp-section-title {
		font-size: 23px;
	}
	.bwp-section-header > p,
	.bwp-section-header .bwp-archive-description {
		margin-top: 15px;
	}

	/* homepage slider */
	.bwp-homepage-slider-section {
		margin-right: -15px;
		margin-left: -15px;
	}
	.bwp-homepage-slider-section .bwp-section-header {
		padding-right: 15px;
		padding-left: 15px;
	}
	.bwp-homepage-slider-wrap,
	.bwp-homepage-slider-item {
		height: 290px; /* slider height */
	}
	.bwp-homepage-slider-content-center {
		padding: 0 15px 32px;
	}
	.bwp-homepage-slider-post-title {
		font-size: 21px;
	}
	.bwp-homepage-slider-read-more {
		margin-top: 17px;
	}

	/* recent posts */
	.bwp-recent-posts-section {
		margin-right: -15px;
		margin-left: -15px;
	}
	.bwp-recent-posts-section .bwp-section-header {
		padding-right: 15px;
		padding-left: 15px;
	}

	/* recent posts: post content */
	.bwp-post-content {
		padding-right: 15px;
		padding-left: 15px;
	}
	.bwp-width-2x .bwp-post-content {
		padding-right: 15px !important;
	}
	.sticky .bwp-post-content {
		padding-right: 15px;
	}
	.bwp-post-title,
	.bwp-width-2x .bwp-post-title {
		font-size: 21px;
		margin-bottom: 16px;
	}

	/* "no results" message */
	.bwp-no-results {
		padding-right: 15px;
		padding-left: 15px;
	}
	.bwp-no-results h3 {
		font-size: 21px;
		margin-bottom: 17px;
	}

	/* pagination */
	.pagination {
		padding-right: 15px;
		padding-left: 15px;
	}

	/* single page */
	.bwp-single-post-container {
		margin-right: -15px;
		margin-left: -15px;
	}

	/* single post */
	.bwp-single-post-header {
		padding-right: 15px;
		padding-left: 15px;
	}
	.bwp-single-post-metadata {
		margin-bottom: 17px;
	}
	.bwp-single-post-article .bwp-post-title {
		font-size: 23px;
	}
	.bwp-single-post-header-separator {
		margin-top: 23px;
	}
	.bwp-single-post-content {
		padding-right: 15px;
		padding-left: 15px;
	}

	/* single page: full post content */
	/* gallery with images */
	.gallery.gallery-columns-3 .gallery-item,
	.gallery.gallery-columns-4 .gallery-item,
	.gallery.gallery-columns-5 .gallery-item,
	.gallery.gallery-columns-6 .gallery-item,
	.gallery.gallery-columns-7 .gallery-item,
	.gallery.gallery-columns-8 .gallery-item,
	.gallery.gallery-columns-9 .gallery-item {
		width: 50%; /* 2 columns */
	}
	/* audio and video player */
	body .wp-playlist {
		padding: 15px 15px 5px;
	}
	/* alignment: full */
	.bwp-content .alignfull {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}
	/* text sizes */
	.bwp-body .bwp-content .has-large-font-size {
		font-size: 30px;
		line-height: 1.45;
	}
	.bwp-body .bwp-content .has-huge-font-size,
	.bwp-body .bwp-content .has-larger-font-size,
	.bwp-body .bwp-content .has-x-large-font-size {
		font-size: 35px;
		line-height: 1.35;
	}
	/* block: quote */
	.bwp-content .wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-plain) {
		padding-left: 15px;
	}
	.bwp-content .wp-block-quote.has-text-align-right:not(.is-large):not(.is-style-large):not(.is-style-plain) {
		padding-right: 15px;
	}
	/* block: pullquote */
	.bwp-content .wp-block-pullquote blockquote,
	.bwp-content .wp-block-pullquote.alignleft blockquote,
	.bwp-content .wp-block-pullquote.alignright blockquote,
	.bwp-content .wp-block-pullquote.is-style-solid-color.alignleft blockquote,
	.bwp-content .wp-block-pullquote.is-style-solid-color.alignright blockquote {
		max-width: 90%;
	}
	.bwp-content .wp-block-pullquote.is-style-solid-color p,
	.bwp-content .wp-block-pullquote.is-style-solid-color blockquote p {
		font-size: 22px;
	}
	/* block: audio */
	.bwp-content .wp-block-audio audio {
		min-width: 230px;
	}
	/* block: cover */
	.bwp-content .wp-block-cover,
	.bwp-content .wp-block-cover-image {
		padding-right: 15px;
		padding-left: 15px;
	}
	/* block: calendar */
	.bwp-content .wp-block-calendar.alignleft table,
	.bwp-content .wp-block-calendar.alignright table {
		width: 230px;
	}
	/* block: search */
	.bwp-content .wp-block-search.alignleft,
	.bwp-content .wp-block-search.alignright {
		width: 230px;
	}

	/* about the author */
	.bwp-about-author-container {
		padding-right: 15px;
		padding-left: 15px;
	}

	/* post navigation */
	.bwp-single-post-navigation,
	.bwp-single-post-navigation .bwp-separator {
		margin-bottom: 35px;
	}
	.bwp-single-post-navigation-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.post-navigation .nav-links .nav-previous,
	.post-navigation .nav-links .nav-next {
		width: 100%;
	}
	.post-navigation .nav-links .nav-previous {
		float: none;
		padding-right: 0;
	}
	.post-navigation .nav-links .nav-next {
		float: none;
		text-align: left;
		padding-left: 0;
	}
	.post-navigation .nav-links a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	/* comments */
	.bwp-comments-title,
	.comment-respond {
		padding-right: 15px;
		padding-left: 15px;
	}
	.bwp-comments-title,
	.comment-reply-title {
		font-size: 21px;
	}
	.comment-reply-title {
		margin-bottom: 16px;
	}
	.bwp-comment-list-wrap,
	.bwp-comments-area .bwp-no-comments {
		padding-right: 15px;
		padding-left: 15px;
	}
	.bwp-comment-list .children {
		padding-left: 10px;
	}
	.comment-navigation .nav-links .nav-previous,
	.comment-navigation .nav-links .nav-next {
		width: 100%;
	}
	.comment-navigation .nav-links .nav-previous {
		float: none;
		padding-right: 0;
	}
	.comment-navigation .nav-links .nav-next {
		float: none;
		text-align: left;
		padding-left: 0;
	}
	.comment-navigation .nav-links a {
		padding-bottom: 15px;
	}
	.comment-navigation .nav-links > div:last-child a {
		padding-bottom: 0;
	}

	/* related posts / list of random posts on a single page */
	.bwp-related-posts-title,
	.bwp-single-page-random-posts-title {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 21px;
	}
	.bwp-related-posts-list .post .bwp-post-content,
	.bwp-single-page-random-posts-list .post .bwp-post-content {
		padding-right: 15px;
		padding-left: 15px;
	}

	/* page 404 */
	.bwp-page-404-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.bwp-page-404-content h1 {
		font-size: 23px;
	}
	.bwp-page-404-content h2 {
		font-size: 18px;
	}

	/* footer widgets */
	.bwp-footer-widgets-section {
		margin-right: -15px;
		margin-left: -15px;
	}
	.bwp-footer-widgets-col-1,
	.bwp-footer-widgets-col-2,
	.bwp-footer-widgets-col-3 {
		padding-right: 0;
		padding-left: 0;
	}

	/* sidebar */
	.bwp-sidebar {
		padding-right: 20px;
		padding-left: 20px;
		right: -280px;
		width: 280px;
	}
	.bwp-hide-sidebar-button {
		width: 50px;
	}
	.bwp-sidebar .bwp-widget,
	.bwp-sidebar .bwp-widget.widget_text.widget_custom_html {
		margin-bottom: 40px;
	}
	.bwp-sidebar .bwp-widget.widget_text {
		margin-bottom: 20px;
	}
	.bwp-sidebar .bwp-widget.widget_media_gallery,
	.bwp-sidebar .bwp-widget.widget_bwp_social {
		margin-bottom: 25px;
	}
	.bwp-sidebar .widget_block {
		margin: 0;
	}
	.bwp-sidebar .bwp-sidebar-content .wp-block-group,
	.bwp-sidebar .bwp-sidebar-content .wp-widget-group__inner-blocks {
		margin-bottom: 40px;
	}
	.bwp-sidebar .widget_block.widget_archive,
	.bwp-sidebar .widget_block.widget_categories,
	.bwp-sidebar .widget_block.widget_recent_entries,
	.bwp-sidebar .widget_block.widget_tag_cloud,
	.bwp-sidebar .widget_block.widget_calendar,
	.bwp-sidebar .widget_block.widget_recent_comments,
	.bwp-sidebar .widget_block.widget_search,
	.bwp-sidebar .widget_block.widget_rss {
		margin-bottom: 20px;
	}
	.bwp-sidebar .widget_block > .wp-block-page-list {
		margin-bottom: 40px;
	}
	.bwp-sidebar .widget_block > .wp-block-social-links {
		margin-bottom: 35px;
	}
	.widget_bwp_social ul li a {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.bwp-sidebar-visible #bwp-header,
	.bwp-sidebar-visible .bwp-site-content,
	.bwp-sidebar-visible #bwp-scroll-top,
	.bwp-sidebar-visible .bwp-cookies-info-container,
	.bwp-sidebar-visible #bwp-show-cookies-info {
		-webkit-transform: translateX(-140px);
		transform: translateX(-140px);
	}

	/* information about cookies */
	.bwp-cookies-info-container {
		padding: 30px 15px;
	}
	#bwp-show-cookies-info {
		bottom: 15px;
		left: 15px;
		width: calc(100% - 30px);
		padding-right: 15px;
		padding-left: 15px;
	}

}

/* 349px */
@media (max-width: 349px) {

	/* password protected post: password form */
	.bwp-content .post-password-form label {
		display: block;
		width: 100%;
	}
	.bwp-content .post-password-form input[type="submit"] {
		margin: 10px 0 0;
	}

	/* block: gallery */
	.bwp-content .wp-block-gallery .blocks-gallery-grid figcaption,
	.bwp-content .wp-block-gallery figure.wp-block-image figcaption {
		display: none;
	}

}

/* 316px */
@media (max-width: 316px) {

	/* font types: hide */
	.bwp-font-types {
		display: none;
	}

}
