/*
Theme Name: MargaritasBeads 2
Version: 2.0.0
Description: MargaritasBeads 2 is a responsive update of the original MargaritasBeads theme while preserving the rotating masthead banner and core color palette.
Author: R.Ibarguen
Author URI: https://bluecliffhosting.com/
Tags: black, orange, white, dark, three-columns, right-sidebar, fixed-width, theme-options
*/

/* -standards- */

* {
	box-sizing: border-box;
}
:root {
	--base-text-color: #d7d7d7;
	--accent-text-color: #ff9000;
	--accent-text-color-strong: #ff9000;
	--font-family-body: "Assistant", Arial, Helvetica, sans-serif;
	--font-family-heading: "Marcellus", "Trebuchet MS", Georgia, serif;
	--font-size-base: 1rem;
	--font-size-sm: 0.9375rem;
	--font-size-xs: 0.875rem;
	--font-size-heading-lg: 1.7rem;
	--font-size-heading-md: 1.7rem;
	--font-size-heading-sm: 1.4rem;
	--font-size-heading-xs: 1.2rem;
	--font-size-heading-2xs: 1.1rem;
	--font-size-heading-3xs: 1rem;
}
body {
	background: #2b2b2b;
	color: var(--base-text-color);
	font-family: var(--font-family-body);
	font-size: var(--font-size-base);
	line-height: 1.7;
	margin: 0;
}
a {
	color: #ff9000;
	text-decoration: none;
}
a:hover,
a:focus,
cite a:hover,
cite a:focus {
	color: #ffffff;
	text-decoration: none;
}
cite {
	font-style: normal;
}
cite a {
	color: #ff9000;
	font-style: normal;
}
code {
	font-size: var(--font-size-sm);
	line-height: 1.5;
}
h1 {
	color: #ffffff;
	font-family: var(--font-family-heading);
	font-size: var(--font-size-heading-lg);
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 0.7em 0;
}
h2 {
	color: #ffffff;
	font-family: var(--font-family-heading);
	font-size: var(--font-size-heading-md);
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 0.7em 0;
}
h3 {
	font-family: var(--font-family-heading);
	font-size: var(--font-size-heading-sm);
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 0.75em 0;
}
h4 {
	font-family: var(--font-family-heading);
	font-size: var(--font-size-heading-xs);
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 0.8em 0;
}
h5 {
	font-family: var(--font-family-heading);
	font-size: var(--font-size-heading-2xs);
	font-weight: normal;
	line-height: 1.35;
	margin: 0 0 0.85em 0;
}
h6 {
	font-family: var(--font-family-heading);
	font-size: var(--font-size-heading-3xs);
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 0.9em 0;
}
img, object {
	border: 4px solid #2b2b2b;
	height: auto;
	max-width: 100%;
}
p {
	line-height: 1.6;
	margin: 1.2em auto;
	text-align: left;
}
pre {
	background: #2b2b2b;
	border: 1px solid #4b4b4b;
	font-size: var(--font-size-sm);
	line-height: 1.6;
	overflow: auto;
	padding: 10px;
	max-width: 100%;
	width: 100%;
}
textarea {
	font-family: var(--font-family-body);
	font-size: var(--font-size-base);
}

/* -header- */

#banners {
	border-bottom: 4px solid #3a3a3a;
	border-top: 4px solid #3a3a3a;
	height: 215px;
	margin-bottom: 4px;
	padding: 4px 0 4px 0;
	width: 100%;
}
#banner-1, #banner-2, #banner-3 {
	border-right: 4px solid #3a3a3a;
	float: left;
	height: 215px;
	margin-right: 4px;
	padding-right: 4px;
	width: calc((100% - 12px) / 4);
}
#banner-4 {
	float: left;
	height: 215px;
	width: calc((100% - 12px) / 4);
}
#topbar {
	color: var(--base-text-color);
	padding: 20px 0 20px 0;
	width: 100%;
}
#topbar a {
	color: #ff9000;
}
#topbar a:hover,
#topbar a:focus {
	color: #ff9000;
}

/* -content- */

#content {
	float: left;
	margin-right: 4px;
	width: calc(75% - 3px);
}
#contentwrap {
	display: block;
	width: 100%;
}

/* -post and entries- */

.post {
	background: #3a3a3a;
	margin-bottom: 4px;
	padding: 14px;
}
.post a {
	color: #ff9000;
	text-decoration: none;
}
.post a:hover {
	color: #ffffff;
	text-decoration: none;
}
.post blockquote {
	background: #2b2b2b;
	border: 1px solid #4b4b4b;
	margin: 1.2em auto;
	padding: 0.1em 1em;
}
.post embed, .post img, .post object {
	display: block;
	margin: 1.2em auto;
}
.post embed.alignleft, .post img.alignleft, .post object.alignleft {
	margin: 0 10px 10px 0;
}
.post embed.alignright, .post img.alignright, .post object.alignright{
	margin: 0 0 10px 10px;
}
.post table {
	border: 1px solid #2b2b2b;
	line-height: 1.5em;
	margin: 1.2em auto;
	width: 100%;
}
.post th, .post td {
	border: 1px solid #2b2b2b;
	padding: 5px;
}
.post h2, .post h2 a {
	color: #ffffff;
}
.post h2 a:hover {
	color: #ff9000;
}
.post ul, .post ol {
	line-height: 1.5em;
	margin: 1.2em auto;
}
.post .wp-smiley {
	border: none;
	display: inline;
	margin: 0;
}
.postmetadata-top {
	border-bottom: 1px dotted #5b5b5b;
	letter-spacing: 0.03em;
	padding-bottom: 10px;
	text-align: right;
	text-transform: uppercase;
}
.postmetadata-bottom{
	letter-spacing: 0.03em;
	text-transform: uppercase;
}


/* -sidebar- */

#sidebar1wrap {
	margin-right: 4px;
}
#sidebar1wrap,
#sidebar2wrap {
	background: #3a3a3a;
	float: left;
	margin-bottom: 4px;
	padding: 14px;
	width: calc((100% - 12px) / 4);
}
#sidebar1,
#sidebar2 {
	margin-bottom: 4px;
	/*width: 160px;*/
}
#sidebar1 a, #sidebar1 li.recentcomments, #sidebar1 .textwidget,
#sidebar2 a, #sidebar2 li.recentcomments, #sidebar2 .textwidget {
	border-bottom: 1px dotted #000000;
	color: var(--base-text-color);
	display: block;
	padding: 3px 3px 3px 10px;
}
#sidebar1 a .sidebar-link-heading,
.mobile-sidebar-panel a .sidebar-link-heading {
	color: inherit;
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}
#sidebar1 a:hover,
#sidebar2 a:hover {
	background: #5b5b5b;
	color: var(--accent-text-color);
}
#sidebar1 h2,
#sidebar2 h2 {
	color: #ffffff;
}
#content > .post:first-child h1:first-child,
#content > .post:first-child h2:first-child,
#sidebar1 > h2:first-child,
#sidebar1 > h3:first-child,
#sidebar2 > h2:first-child {
	margin-top: 0;
}
#sidebar1 h3,
#sidebar2 h3 {
	border-bottom: 1px dotted #5b5b5b;
	color: #ffffff;
	font-size: var(--font-size-sm);
	font-weight: bold;
	line-height: 1.3;
	margin: 18px 0 8px 0;
	padding-bottom: 3px;
	text-transform: none;
}
#sidebar1 .sidebar-section-title {
	font-size: var(--font-size-heading-md);
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 0.7em;
}
#sidebar1 li,
#sidebar2 li {
	list-style: none;
	margin-top: 0;
}
#sidebar1 li.recentcomments:hover,
#sidebar2 li.recentcomments:hover {
	background: #5b5b5b;
	color: #ffffff;
}
#sidebar1 li.recentcomments:hover a,
#sidebar2 li.recentcomments:hover a {
	color: var(--accent-text-color);
}
#sidebar1 li.recentcomments a,
#sidebar2 li.recentcomments a {
	border: none;
}
#sidebar1 li.widget_categories ul li,
#sidebar2 li.widget_categories ul li {
	border-bottom: 1px dotted #000000;
	display: block;
	padding: 3px 3px 3px 10px;
}
#sidebar1 li.widget_categories ul li a,
#sidebar2 li.widget_categories ul li a {
	border-bottom: none;
	display: inline;
	padding: 0;
}
#sidebar1 li.widget_categories ul li:hover, #sidebar1 li.widget_categories ul li:hover a,
#sidebar2 li.widget_categories ul li:hover, #sidebar2 li.widget_categories ul li:hover a {
	background: #5b5b5b;
	color: var(--accent-text-color);
}
#sidebar1 select,
#sidebar2 select {
	margin: 3px 0 3px 0;
	width: 100%;
}
#sidebar1 .textwidget,
#sidebar2 .textwidget {
	padding: 3px 0 3px 0;
}
#sidebar1 .textwidget img,
#sidebar1 .textwidget img {
	display: block;
}
#sidebar1 .textwidget a,
#sidebar2 .textwidget a {
	display: inline;
}
#sidebar1 ul,
#sidebar2 ul {
	margin: 0;
	padding: 0;
}
#sidebar1 .widget,
#sidebar2 .widget {
	margin-bottom: 16px;
}
#sidebar1 .widget:last-child,
#sidebar2 .widget:last-child {
	margin-bottom: 0;
}
#sidebar1 ul.children a, #sidebar1 li.page_item ul li.page_item a,
#sidebar2 ul.children a, #sidebar2 li.page_item ul li.page_item a {
	padding-left: 20px;
}
#sidebar1 ul.children ul.children a, #sidebar1 li.page_item ul li.page_item ul li.page_item a,
#sidebar2 ul.children ul.children a, #sidebar2 li.page_item ul li.page_item ul li.page_item a {
	padding-left: 30px;
}
#sidebar1 ul.children ul.children ul.children a, #sidebar1 li.page_item ul li.page_item ul li.page_item ul li.page_item a,
#sidebar2 ul.children ul.children ul.children a, #sidebar2 li.page_item ul li.page_item ul li.page_item ul li.page_item a {
	padding-left: 40px;
}
#sidebar1 .widget_text a, #sidebar1 .widget_text a img,
#sidebar2 .widget_text a, #sidebar2 .widget_text a img {
	border: none;
	padding: 0;
}
#sidebar1 .widget_tag_cloud,
#sidebar2 .widget_tag_cloud {
	border-bottom: 1px dotted #000000;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
#sidebar1 .widget_tag_cloud a,
#sidebar2 .widget_tag_cloud a {
	border: none;
	display: inline;
	padding: 0 3px 0 3px;
}
#sidebar1 .widget_tag_cloud h2,
#sidebar2 .widget_tag_cloud h2 {
	margin-bottom: 10px;
}
#sidebar1 .widget_rss h3 a,
#sidebar2 .widget_rss h3 a {
	border: none;
	display: inline;
	color: #ffffff;
	padding: 0 0 3px 0;
}
#sidebar1 .widget_rss h3 a:hover,
#sidebar2 .widget_rss h3 a:hover {
	background: none;
}
#sidebar1 .widget_rss h3 a img,
#sidebar2 .widget_rss h3 a img {
	display: none;
}
#sidebar1 .widget_rss ul li,
#sidebar2 .widget_rss ul li {
	border-bottom: 1px dotted #000000;
	display: block;
}
#sidebar1 .widget_rss ul li a.rsswidget,
#sidebar2 .widget_rss ul li a.rsswidget {
	border: none;
	display: block;
	padding: 3px 3px 3px 10px;
}
#sidebar1 .widget_rss ul li cite,
#sidebar2 .widget_rss ul li cite {
	color: #ff9000;
	font-size: var(--font-size-xs);
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding-bottom: 3px;
}
#sidebar1 .widget_rss ul li .rss-date,
#sidebar2 .widget_rss ul li .rss-date {
	color: #ff9000;
	display: block;
	font-size: var(--font-size-xs);
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
#sidebar1 .widget_rss ul li .rssSummary,
#sidebar2 .widget_rss ul li .rssSummary {
	padding-bottom: 3px;
}

/* -sidebar calendar- */

#sidebar1 .widget_calendar,
#sidebar2 .widget_calendar {
	margin-top: 20px;
}
#sidebar1 .widget_calendar h2,
#sidebar2 .widget_calendar h2 {
	display: none;
}
#sidebar1 .widget_calendar caption,
#sidebar2 .widget_calendar caption {
	border-bottom: 1px dotted #5b5b5b;
	color: #ffffff;
	font-size: var(--font-size-sm);
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
	text-transform: none;
}
#sidebar1 .widget_calendar table,
#sidebar2 .widget_calendar table {
	border-bottom: 1px dotted #000000;
	margin-top: 3px;
	width: 100%;
}
#sidebar1 .widget_calendar table a,
#sidebar2 .widget_calendar table a {
	border: none;
	color: var(--base-text-color);
	display: block;
	padding: 3px;
}
#sidebar1 .widget_calendar table a:hover,
#sidebar2 .widget_calendar table a:hover {
	background: #5b5b5b;
	color: #ffffff;
}
#sidebar1 .widget_calendar table td,
#sidebar2 .widget_calendar table td {
	color: var(--base-text-color);
	text-align: center;
}
#sidebar1 .widget_calendar table th,
#sidebar2 .widget_calendar table th {
	color: var(--base-text-color);
	text-align: center;
}

/* -comments- */

#comments, #respond {
	background: #3a3a3a;
	margin-bottom: 4px;
	padding: 14px;
}
ul#commentlist {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
ul#commentlist li.comment {
	border-top: 3px solid #2b2b2b;
	padding: 12px 0 20px 0;
}
ul#commentlist li.comment:first-child {
	border-top: 0;
	padding-top: 4px;
}
ul#commentlist ul.children {
	list-style: none;
	padding: 0 0 0 20px;
}
ul#commentlist ul.children li {
	border-top: 3px solid #2b2b2b;
	margin: 10px 0 0 0;
	padding: 12px 0 20px 0;
}
ul#commentlist li blockquote {
	background: #2b2b2b;
	border: 1px solid #4b4b4b;
	margin: 1.2em auto;
	padding: 0.1em 1em;
}
ul#commentlist a {
	color: #ff9000;
}
h3.comments, h3.respond {
	color: #ffffff;
	padding-bottom: 10px;
}
.comment-form-toggle {
	background: transparent;
	border: 0;
	color: #ff9000;
	display: none;
	font-size: var(--font-size-xs);
	letter-spacing: 0.03em;
	margin: 0 0 8px 0;
	padding: 0;
	text-transform: uppercase;
}
.comment-form-toggle:hover,
.comment-form-toggle:focus {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
.mbeads-js .comment-form-toggle {
	display: inline-block;
}
.mbeads-js .comment-form-toggle.is-hidden {
	display: none;
}
.mbeads-js #respond.is-collapsed {
	display: none;
}
h2.commentpages {
	color: #ffffff;
	margin-bottom: 10px;
}
#commentlist div .avatar {
	float: left;
	border: 4px solid #2b2b2b;
	margin: 0 10px 10px 0;
}
.vcard .fn, .vcard .says {
	color: #ffffff;
	font-size: 1.375rem;
}
.comment-meta {
	font-size: var(--font-size-xs);
	letter-spacing: 0.03em;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.comment-body > p {
	margin: 0 0 0.55em 0;
}
.comment-meta a {
	color: var(--base-text-color);
}
.comment-meta a:hover,
.comment-meta a:focus {
	color: var(--accent-text-color);
}
.comment-meta a.comment-edit-link {
	color: var(--accent-text-color);
}
.reply {
	margin-top: 6px;
	margin-bottom: 0;
	text-align: left;
}
li.depth-1 #respond {
	margin: 0 0 -20px -10px;
}
li.depth-2 #respond {
	margin: 0 0 -20px -30px;
}
li.depth-3 #respond {
	margin: 0 0 -20px -50px;
}
li.depth-4 #respond {
	margin: 0 0 -20px -70px;
}
li.depth-5 #respond {
	margin: 0 0 -20px -90px;
}
#commentform {
	width: 100%;
}
#commentform a {
	color: var(--accent-text-color);
}
#commentform input, #commentform textarea {
	background: #2b2b2b;
	border: 1px solid #4b4b4b;
	color: #ffffff;
	padding: 3px;
}
#commentform #commentbox {
	color: #ffffff;
	height: 100px;
	width: 100%;
}
#commentform #submit {
	background: transparent;
	border: 0;
	color: #ff9000;
	cursor: pointer;
	display: block;
	font-size: var(--font-size-xs);
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-transform: uppercase;
	width: auto;
}
#commentform #submit:hover,
#commentform #submit:focus {
	color: #ffffff;
	text-decoration: none;
}

.comment-form-note {
	text-transform: normal;
}
.commentlinks {
	padding: 5px;
}
.commentlinks a {
	color: #ffffff;
	padding: 5px 10px 5px 10px;
}
.commentlinks a:hover {
	background: #5b5b5b;
	color: var(--accent-text-color);
}
.commentlinks .current {
	background: #5b5b5b;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
}
p.nocomments {
	background: #3a3a3a;
	margin: 0 0 4px 0;
	padding: 14px;
}

/* -search form- */

#s {
	background: #252525;
	border: 1px solid #303030;
	color: var(--base-text-color);
	padding: 3px;
	width: 100%;
}
#searchsubmit {
	display: none;
}

/* -footer- */

#footer {
	background: #3a3a3a;
	clear: both;
	color: var(--base-text-color);
	padding: 14px;
	text-align: right;
	width: 100%;
}
#footer a{
	color: var(--base-text-color);
}
#footer a:hover,
#footer a:focus {
	color: var(--accent-text-color);
}

#footer .footer-meta {
	margin: 0;
	text-transform: uppercase;
}

/* -misc and universal- */

#navlink {
	background: #3a3a3a;
	color: var(--base-text-color);
	margin-bottom: 4px;
	padding: 14px;
	text-align: center;
}
#navlink a:hover,
#navlink a:focus {
	color: #ffffff;
}
.uppercase {
	text-transform: uppercase;
}
.wp-smiley {
	border: none;
	display: inline;
	margin: 0;
}

.wp-caption {
	background-color: rgb(43,43,43);
	float: none;
	margin: 1.2em auto;
	max-width: 100% !important;
	padding: 7px;
	text-align: center;
	width: 100% !important;
}
.wp-caption.mbeads-responsive-caption {
	box-sizing: border-box;
	display: block;
	max-width: 100% !important;
	width: min(100%, var(--mbeads-caption-max-width, 100%)) !important;
}
.wp-caption.mbeads-responsive-caption.alignleft {
	float: left;
	margin: 0.4em 20px 14px 0;
}
.wp-caption.mbeads-responsive-caption.alignright {
	float: right;
	margin: 0.4em 0 14px 20px;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter,
.wp-caption.alignnone {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption a {
	display: block;
}
.wp-caption img,
.wp-caption object {
	border-width: 2px;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
.wp-caption-text {
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
}


/* -floats - */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.alignnone{
	margin-left: auto;
	margin-right: auto;
}

#footer_banner {
    background: none repeat scroll 0% 0% rgb(58, 58, 58);
    clear: both;
	color: var(--base-text-color);
	padding: 14px;
    text-align: right;
	width: 100%;
    margin-bottom:4px;
	text-align:center;
}

/* - additions -- */

.clear{
	 clear:both;
}

.excerpt_thumb{
	float:left;
	margin-right:20px;
}

.archive_entry_layout {
	align-items: flex-start;
	display: flex;
	gap: 20px;
}

.archive_entry_layout .excerpt_thumb {
	flex: 0 0 auto;
	float: none;
	margin-right: 0;
}

.archive_entry_copy {
	flex: 1 1 auto;
	min-width: 0;
}

.blog-introduction-container{
	background: #3a3a3a;
	margin-bottom: 4px;
	padding: 14px;
}

@media screen and (min-width: 821px) {
	.post,
	#sidebar1wrap,
	#sidebar2wrap,
	#comments,
	#respond,
	p.nocomments,
	#navlink,
	#footer,
	#footer_banner,
	.blog-introduction-container {
		padding: 18px;
	}
}

#blog_introduction_content{
	color: #ff9000;
}



#category_introduction{
	color: #ff9000;
}

.orange{
	color: #ff9000;
}

.dash_color{
	color: var(--base-text-color);
}

a,
cite a,
#topbar a,
.post a,
.post h2 a:hover,
#sidebar1 .widget_rss ul li cite,
#sidebar2 .widget_rss ul li cite,
#sidebar1 .widget_rss ul li .rss-date,
#sidebar2 .widget_rss ul li .rss-date,
ul#commentlist a,
#blog_introduction_content,
#category_introduction,
.orange,
.mbeads-menu a:hover,
.mbeads-menu .menu-label:hover,
.mbeads-menu > .menu-item:hover > a,
.mbeads-menu > .menu-item:hover > .menu-label,
.mbeads-menu > .menu-item:focus-within > a,
.mbeads-menu > .menu-item:focus-within > .menu-label,
.submenu-toggle {
	color: var(--accent-text-color);
}

.comment-meta a.comment-edit-link,
#commentform a {
	color: var(--accent-text-color-strong);
}

.postmetadata-text,
.archive-entry-meta {
	color: #ff9000;
	font-size: var(--font-size-xs);
	letter-spacing: 0.03em;
	margin: 0;
	text-transform: uppercase;
}

.comment-form-note {
	margin: 0;
}

/* - responsive modernization - */

.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;
	word-wrap: normal !important;
}

#headerwrap,
#contentwrap,
#footer {
	margin-left: auto;
	margin-right: auto;
	max-width: 937px;
	width: calc(100% - 24px);
}

#headerwrap {
	padding-top: 18px;
}

#topbar,
#banners,
.primary-nav-wrap {
	max-width: none;
	width: 100%;
}

#topbar {
	padding: 0 0 14px 0;
}

#topbar .site-branding {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	justify-content: space-between;
}

#topbar .site-branding h1 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

#topbar .title {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

#topbar .site-description {
	color: var(--base-text-color);
	font-size: var(--font-size-base);
	text-align: right;
}

.primary-nav-wrap {
	background: #3a3a3a;
	border-bottom: 4px solid #2b2b2b;
	display: none;
	margin: 0 auto 4px auto;
	padding: 0;
	position: relative;
	z-index: 20;
}

.menu-toggle {
	background: #ff9000;
	border: 0;
	color: #2b2b2b;
	cursor: pointer;
	display: none;
	font-size: var(--font-size-base);
	font-weight: bold;
	padding: 12px 16px;
	text-transform: uppercase;
	width: 100%;
}

.site-navigation {
	width: 100%;
}

.site-navigation-sidebar {
	width: 100%;
}

.mobile-sidebar-menu {
	width: 100%;
}

.mobile-sidebar-section {
	border-top: 1px solid #2b2b2b;
}

.mobile-sidebar-section:first-child {
	border-top: 0;
}

.mobile-sidebar-heading {
	margin: 0;
	padding: 0;
}

.mobile-sidebar-toggle {
	background: transparent;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: var(--font-size-sm);
	font-weight: bold;
	padding: 14px 48px 14px 16px;
	position: relative;
	text-align: left;
	width: 100%;
}

.mobile-sidebar-toggle:after {
	color: #ff9000;
	content: '\25BE';
	font-size: var(--font-size-xs);
	line-height: 1;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.mobile-sidebar-section.is-open .mobile-sidebar-toggle,
.mobile-sidebar-toggle:hover,
.mobile-sidebar-toggle:focus {
	background: #4b4b4b;
	color: #ff9000;
}

.mobile-sidebar-section.is-open .mobile-sidebar-toggle:after {
	content: '\25B4';
}

.mobile-sidebar-panel {
	background: #2f2f2f;
	display: none;
	padding: 8px 0;
}

.mobile-sidebar-section.is-open .mobile-sidebar-panel {
	display: block;
}

.mobile-sidebar-section-static .mobile-sidebar-panel {
	display: block;
}

.mobile-sidebar-panel .widget {
	margin: 0;
	padding: 0;
}

.mobile-sidebar-panel h2,
.mobile-sidebar-panel h3 {
	display: none;
}

.mobile-sidebar-panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-sidebar-panel li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-sidebar-panel a,
.mobile-sidebar-panel li.recentcomments,
.mobile-sidebar-panel .textwidget {
	border-bottom: 1px dotted #000000;
	color: var(--base-text-color);
	display: block;
	padding: 3px 3px 3px 10px;
}

.mobile-sidebar-panel a:hover,
.mobile-sidebar-panel a:focus,
.mobile-sidebar-panel li.recentcomments:hover,
.mobile-sidebar-panel li.recentcomments:hover a {
	background: #5b5b5b;
	color: var(--accent-text-color);
}

.mobile-sidebar-panel li.cat-item,
.mobile-sidebar-panel li[class*="cat-item-"] {
	border-bottom: 1px dotted #000000;
	display: block;
	padding: 3px 3px 3px 10px;
	white-space: nowrap;
}

.mobile-sidebar-panel li.cat-item a,
.mobile-sidebar-panel li[class*="cat-item-"] a {
	background: transparent !important;
	border-bottom: 0 !important;
	display: inline !important;
	padding: 0 !important;
	width: auto !important;
}

.mobile-sidebar-panel li.cat-item:hover,
.mobile-sidebar-panel li.cat-item:hover a,
.mobile-sidebar-panel li[class*="cat-item-"]:hover,
.mobile-sidebar-panel li[class*="cat-item-"]:hover a {
	background: #5b5b5b;
	color: var(--accent-text-color);
}

.mobile-sidebar-panel li.recentcomments a {
	border-bottom: 0;
	display: inline;
	padding: 0;
}

.mobile-sidebar-panel .textwidget {
	padding: 3px 0 3px 0;
}

.mobile-sidebar-panel .textwidget a {
	display: inline;
	padding: 0;
}

.mobile-sidebar-panel select {
	margin: 6px 16px;
	width: calc(100% - 32px);
}

.mobile-sidebar-panel .textwidget {
	padding: 5px 16px;
}

.mobile-sidebar-panel .textwidget a {
	display: inline;
	padding: 0;
}

.mobile-sidebar-panel .widget_tag_cloud,
.mobile-sidebar-panel .widget_calendar {
	padding: 5px 16px;
}

.mobile-sidebar-panel .widget_tag_cloud a {
	border-bottom: 0;
	display: inline-block;
	padding: 0;
}

.mobile-sidebar-panel .widget_calendar table {
	margin: 0;
	width: 100%;
}

.mbeads-menu,
.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mbeads-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
}

.mbeads-menu > .menu-item {
	position: relative;
	border-right: 1px solid #2b2b2b;
	flex: 0 0 auto;
	min-width: 0;
}

.mbeads-menu > .menu-item:last-child {
	border-right: 0;
}

.mbeads-menu a,
.mbeads-menu .menu-label {
	color: #ffffff;
	display: block;
	padding: 14px 18px;
	text-transform: uppercase;
	white-space: nowrap;
}
.mbeads-menu .menu-item-heading,
.sub-menu .menu-item-heading {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

.mbeads-menu a:hover,
.mbeads-menu .menu-label:hover,
.mbeads-menu > .menu-item:hover > a,
.mbeads-menu > .menu-item:hover > .menu-label,
.mbeads-menu > .menu-item:focus-within > a,
.mbeads-menu > .menu-item:focus-within > .menu-label {
	background: #4b4b4b;
	color: #ff9000;
}

.mbeads-menu .menu-label {
	cursor: default;
	font-weight: bold;
	padding-right: 44px;
	position: relative;
}

.submenu-toggle {
	background: transparent;
	border: 0;
	color: #ff9000;
	cursor: pointer;
	height: 100%;
	padding: 0 14px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	z-index: 2;
}

.submenu-toggle:before {
	content: '\25BE';
	font-size: var(--font-size-xs);
	line-height: 1;
}

.sub-menu {
	background: #3a3a3a;
	border: 1px solid #2b2b2b;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
	display: none;
	left: 0;
	min-width: 250px;
	position: absolute;
	top: 100%;
	width: max-content;
	max-width: min(420px, 90vw);
	max-height: 70vh;
	overflow-y: auto;
	padding: 0;
	z-index: 50;
}

.sub-menu .menu-item {
	border-bottom: 1px dotted #5b5b5b;
	position: relative;
}

.sub-menu .menu-item:last-child {
	border-bottom: 0;
}

.sub-menu a,
.sub-menu .menu-label {
	padding: 12px 42px 12px 14px;
	text-transform: none;
	white-space: normal;
	width: 100%;
}

.sub-menu .submenu-toggle {
	height: 44px;
	padding: 0 12px;
	width: 38px;
}

.sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu,
.menu-item-has-children.is-open > .sub-menu,
.site-navigation.is-open {
	display: block;
}

#banners {
	align-items: stretch;
	border-bottom: 4px solid #3a3a3a;
	border-top: 4px solid #3a3a3a;
	display: flex;
	gap: 4px;
	height: auto;
	padding: 4px 0;
}

#banner-1, #banner-2, #banner-3,
#banner-4 {
	aspect-ratio: 225 / 215;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-right: 0;
	flex: 1 1 0;
	height: auto;
	margin-right: 0;
	max-width: none;
	min-width: 0;
	padding-right: 0;
	width: 100%;
}

#contentwrap {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	width: calc(100% - 24px);
}

#content,
#sidebar1wrap,
#sidebar2wrap {
	float: none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	width: auto;
}

#content {
	flex: 1 1 calc(100% - ((100% - 12px) / 4) - 4px);
	max-width: calc(100% - ((100% - 12px) / 4) - 4px);
	min-width: 0;
	width: auto;
}

#sidebar1wrap {
	flex: 0 0 calc((100% - 12px) / 4);
	max-width: calc((100% - 12px) / 4);
	min-width: 0;
}

#sidebar1 {
	width: 100%;
}

#sidebar2wrap {
	flex: 1 1 180px;
	min-width: 180px;
}

#sidebar1wrap,
#sidebar2wrap,
.post,
#comments,
#respond,
#navlink,
#footer,
.blog-introduction-container,
p.nocomments {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
	border-radius: 2px;
}

.post embed,
.post img,
.post object,
.wp-caption,
.wp-caption img {
	max-width: 100%;
	height: auto;
}

.post table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

#commentform {
	max-width: 100%;
	width: auto;
}

#commentform input,
#commentform textarea,
#commentform #commentbox,
#s,
#sidebar1 select,
#sidebar2 select {
	max-width: 100%;
	width: 100%;
}

#footer {
	margin-bottom: 18px;
	text-align: center;
	width: calc(100% - 24px);
}

@media screen and (max-width: 980px) {
	#content {
		flex-basis: calc(100% - ((100% - 12px) / 4) - 4px);
	}
}

@media screen and (max-width: 820px) {
	.post,
	#sidebar1wrap,
	#sidebar2wrap,
	#comments,
	#respond,
	p.nocomments,
	#navlink,
	#footer,
	#footer_banner,
	.blog-introduction-container {
		padding: 12px;
	}

	.primary-nav-wrap {
		display: block;
	}

	.menu-toggle {
		display: block;
	}

	.site-navigation {
		display: none;
	}

	.site-navigation.is-open {
		display: block;
	}

	.mbeads-menu,
	.mbeads-menu > .menu-item,
	.sub-menu,
	.sub-menu .sub-menu {
		display: block;
		position: static;
		width: 100%;
		max-width: none;
		min-width: 0;
		box-shadow: none;
		border: 0;
		max-height: none;
		overflow: visible;
	}

	.mbeads-menu > .menu-item {
		border-bottom: 1px solid #2b2b2b;
		border-right: 0;
	}

	.mbeads-menu a,
	.mbeads-menu .menu-label {
		padding: 14px 48px 14px 16px;
		white-space: normal;
	}

	.menu-item-has-children > .sub-menu {
		display: none;
		background: #2f2f2f;
	}

	.menu-item-has-children.is-open > .sub-menu {
		display: block;
	}

	.menu-item-has-children:hover > .sub-menu,
		.menu-item-has-children:focus-within > .sub-menu {
		display: none;
	}

	.menu-item-has-children.is-open:hover > .sub-menu,
		.menu-item-has-children.is-open:focus-within > .sub-menu {
		display: block;
	}

	.sub-menu a,
	.sub-menu .menu-label {
		padding-left: 28px;
	}

	.sub-menu .sub-menu a,
	.sub-menu .sub-menu .menu-label {
		padding-left: 40px;
	}

	#content {
		flex-basis: 100%;
		max-width: 100%;
	}

	#sidebar1wrap {
		display: none;
	}

	#sidebar1wrap,
	#sidebar2wrap {
		flex: 1 1 calc(50% - 2px);
		min-width: 0;
	}

	#topbar .site-branding,
	#topbar .site-description {
		text-align: center;
		justify-content: center;
	}

	#footer {
		text-align: center;
	}
	}

@media screen and (max-width: 640px) {
	#headerwrap,
	#contentwrap,
	#footer,
	.primary-nav-wrap {
		width: calc(100% - 16px);
	}

	#sidebar1wrap,
	#sidebar2wrap {
		flex-basis: 100%;
	}

	.alignleft,
	.alignright,
	.excerpt_thumb {
		float: none;
		margin: 0 auto 14px auto;
	}

	.archive_entry_layout {
		display: block;
	}

	.wp-caption.mbeads-responsive-caption,
	.wp-caption.mbeads-responsive-caption.alignleft,
	.wp-caption.mbeads-responsive-caption.alignright {
		float: none !important;
		margin: 0 auto 14px auto !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	#footer,
	#footer_banner {
		width: calc(100% - 16px);
	}
	}