@charset "UTF-8";
/*!
Theme Name: MDT
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.3.2
Requires at least: WordPress 5.3
Tested up to: WordPress 6.7
Requires PHP: 7.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: really-simple
Tags: custom-logo, custom-menu, featured-images, right-sidebar, sticky-post, translation-ready, blog 

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

Really Simple is based on Underscores http://underscores.me/, (C) 2012-2021 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v3 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset CSS
	- Normalize
  - Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
	- Container
# Components
	- Navigation
	- Main
	- Posts and pages
	- Forms
	- Widgets
	- Comments
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments
# Responsive (media-queries)
	- Tablet
	- Mobile

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Functions
--------------------------------------------- */
/*--------------------------------------------------------------
# Reset CSS
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #0f161a;
  font-family: var(--rehub-body-font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif);
  font-size: 1.1rem;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.0em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.archive-description {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #263238;
  color: #fff;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: transparent;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  display: block;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  text-decoration: none;
}

a:visited {
  color: #800080;
}

a:hover {
  text-decoration: underline;
}

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

a:focus {
  outline: 2px dotted #0f161a;
}

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

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

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

input[type=search] {
  padding: 3px 10px;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Container
--------------------------------------------- */
#primary {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(38, 50, 56, 0.1);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 3rem;
  box-shadow: 1px 1px 7px rgba(38, 50, 56, 0.1);
}

.site-header .site-branding {
  line-height: normal;
}

.site-header .site-title {
  font-size: 1.625rem;
  margin: 0px;
}

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

.site-header .open-nav-mobile,
.site-header .close-nav-mobile {
  display: none;
}

.really-first-menu {
  display: flex;
  flex-flow: row wrap;
  margin: 0px;
}

.really-first-menu .menu-item {
  list-style: none;
}

.really-first-menu .menu-item:hover > .sub-menu,
.really-first-menu .menu-item:focus-within > .sub-menu,
.really-first-menu .menu-item .sub-menu:hover,
.really-first-menu .menu-item .sub-menu:focus {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out;
}

.really-first-menu .menu-item:hover,
.really-first-menu .menu-item:focus-within {
  cursor: pointer;
}

.really-first-menu .menu-item a {
  color: #0f161a;
  display: block;
  padding: 5px 10px;
}

.really-first-menu .menu-item a:hover,
.really-first-menu .menu-item a:focus {
  color: #191970;
}

.really-first-menu .menu-item .sub-menu {
  background: #fff;
  box-shadow: 0px 1px 20px 5px rgba(38, 50, 56, 0.1);
  visibility: hidden;
  opacity: 0;
  margin-left: 5px;
  min-width: 250px;
  position: absolute;
  padding-left: 0px;
  transform: translate3d(0, 30px, 0);
  transition: 0.3s;
  z-index: 1000;
}

.really-first-menu .menu-item .sub-menu .menu-item a::after {
  content: "";
}

[class*=menu-item-has-children] a::after {
  content: "⌄";
  margin-left: 5px;
}

[class*=menu-item-has-children] .sub-menu li:last-child {
  border-bottom: 1px solid rgba(38, 50, 56, 0.1);
}

[class*=menu-item-has-children] .sub-menu li a {
  border-left: 1px solid rgba(38, 50, 56, 0.1);
  border-right: 1px solid rgba(38, 50, 56, 0.1);
  border-top: 1px solid rgba(38, 50, 56, 0.1);
  padding: 10px 15px;
}

[class*=menu-item-has-children] .sub-menu .menu-item .sub-menu {
  margin-left: 70px;
}

.site-main .comment-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links {
  display: flex;
  margin-bottom: 59px;
}

.comment-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* posts navigation */
.navigation .nav-links .nav-previous a,
.navigation .nav-links .nav-next a {
  background: #fff;
  border: 1px solid rgba(38, 50, 56, 0.1);
  color: #0f161a;
  display: block;
  font-size: 1.125rem;
  margin-top: 35px;
  overflow-wrap: break-word;
  padding: 10px 0;
  position: relative;
  text-align: center;
  transition: 0.3s ease-out;
}

.navigation .nav-links .nav-previous a:hover,
.navigation .nav-links .nav-previous a:focus,
.navigation .nav-links .nav-next a:hover,
.navigation .nav-links .nav-next a:focus {
  background: #e2e6e9;
  color: #191970;
}

.navigation .nav-links .nav-previous a::after {
  content: "⇾";
  margin-left: 10px;
}

.navigation .nav-links .nav-next a::before {
  content: "⇽";
  margin-right: 10px;
}

/* Main
--------------------------------------------- */
.entry-site-main {
  align-self: flex-start;
  min-width: 850px !important;
  max-width: 850px !important;
}

/* Posts and pages
--------------------------------------------- */
.has-post-thumbnail {
  border-radius: 3px 0 0 3px;
}

.post-card {
  background: #fff;
  box-shadow: 1px 1px 7px rgba(38, 50, 56, 0.1);
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  transition: 0.3s ease-out;
}

.post-card:hover {
  box-shadow: 0 7px 30px 0 rgba(38, 50, 56, 0.1);
}

.post-card + .post-card {
  margin-top: 35px;
}

.post-card .card-media {
  align-self: flex-start;
  min-width: 370px !important;
  max-width: 370px !important;
}

.post-card .card-media,
.post .entry-media {
  line-height: 0;
}

.post-card .card-media .really-thumb {
  border-radius: 3px 0 0 3px;
  min-width: 370px !important;
}

.post-card .card-body {
  padding: 28px 20px 14px 20px;
}

.post-card .card-body time {
  /* border-left: 1px solid rgba(38, 50, 56, 0.1); */
  /* border-bottom: 1px solid rgba(38, 50, 56, 0.1); */
  /* border-right: 1px solid rgba(38, 50, 56, 0.1); */
  font-size: 0.75rem;
  font-weight: 700;
  left: 380px;
  padding: 3px 10px;
  position: absolute;
  top: 0px;
  text-transform: capitalize;
}

.post-card .card-body .entry-header .entry-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px 0;
  max-width: 460px !important;
  overflow-wrap: break-word;
}

.post-card .card-body .entry-header .entry-title a {
  color: #0f161a;
}

.post-card .card-body .entry-meta a {
    color: white;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px;
    background-color: #17b2fb;
    border-radius: 5px;
}

.post-card .card-body .entry-meta a:hover {
    color: black !important;
    background-color: white;
    border: 1px solid rgba(38, 50, 56, 0.1);
}

.post-card .card-body .entry-content p {
  font-family: Roboto,"Helvetica Neue",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Oxygen-Sans,sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0px;
  max-width: 460px !important;
}

.post-card .card-body .entry-content .more-link {
  display: block;
  margin-top: 10px;
}

.post-card .card-body > a {
  border-left: 1px solid rgba(38, 50, 56, 0.1);
  border-top: 1px solid rgba(38, 50, 56, 0.1);
  bottom: 0px;
  color: #0f161a;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0px 10px;
  position: absolute;
  right: 0px;
  border-radius: 5px 0px 0px 0px;
}

.post-card .card-body a:hover,
.post-card .card-body a:focus,
.post-card .entry-header .entry-title a:hover,
.post-card .entry-header .entry-title a:focus,
.post-card .card-body .entry-meta a:hover,
.post-card .card-body .entry-meta a:focus {
  color: #191970;
  text-decoration: none;
}

/* post and sticky post */
article.status-publish > .card-body div.paperclip:last-child,
article.status-publish > .card-body div.paperclip:last-child svg {
  background: transparent;
  display: none;
  width: 0;
  height: 0;
}

article.post-card,
article.post-card.sticky {
  position: relative !important;
}

article.post-card.sticky {
  background: #e2e6e9 !important;
}

/* sticky post ( svg paperclip ) */
article.post-card.sticky > .card-body div.paperclip:last-child,
article.post-card.sticky > .card-body div.paperclip:last-child svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
}

article.post-card.sticky > .card-body div.paperclip:last-child svg {
  color: #0f161a !important;
}

article.post-card.sticky > .card-body div.paperclip:last-child {
  background: transparent !important;
  position: absolute !important;
  right: 8px !important;
  top: 7px !important;
  z-index: 10 !important;
}

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

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

/* archives pages */
.page-title {
  font-size: 2rem;
  margin-top: 0px;
  margin-bottom: 35px;
  text-align: center;
  text-transform: capitalize;
}

.author .archive-description,
.archive-description p {
  font-size: 1rem;
  margin-top: 0px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding: 15px;
}

/* search page */
.search .type-page .card-body {
  width: 850px !important;
}

.search .type-page .card-body .entry-header .entry-title {
  text-align: left;
}

/* pages */
.page .entry-site-main,
.page-template .entry-site-main {
  margin: 0 auto;
  max-width: 950px !important;
}

.page .entry-header .entry-title,
.page-template .page .entry-header .entry-title {
  font-size: 2.375rem;
  margin-top: 0px;
  margin-bottom: 50px;
  text-align: center;
}

.page .entry-header .entry-media,
.page-template .page .entry-header .entry-media {
  margin-bottom: 40px;
}

.page .entry-header .entry-media .really-page-thumb,
.page-template .page .entry-header .entry-media .really-page-thumb {
  border-radius: 3px;
  box-shadow: 0 7px 30px 0 rgba(38, 50, 56, 0.1);
}

.page .entry-body,
.page-template .page .entry-body {
  background: #fff;
  border: 1px solid rgba(38, 50, 56, 0.1);
  margin: 0 auto;
  max-width: 870px !important;
  padding: 50px;
}

.page .entry-body .entry-content a,
.page-template .page .entry-body .entry-content a {
  text-decoration: underline;
}

.page .entry-body .entry-content p,
.page-template .page .entry-body .entry-content p {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.page .entry-body .entry-content > p:first-child,
.page-template .page .entry-body .entry-content > p:first-child {
  margin-top: 0px;
}

.page .entry-body .entry-content > p:last-child,
.page-template .page .entry-body .entry-content > p:last-child {
  margin-bottom: 0px;
}

.page .comments-area,
.page-template .comments-area {
  margin: 40px auto 0 auto;
  max-width: 870px !important;
}

.page .comments-area .comment-respond .comment-reply-title,
.page-template .comments-area .comment-respond .comment-reply-title {
  margin-top: 0px;
}

.page .comments-area .comment-respond .comment-form .form-submit,
.page-template .comments-area .comment-respond .comment-form .form-submit {
  margin-bottom: 0px;
}

/* single post */
.single-post .post .entry-header {
  background: #fff;
  /* border: 1px solid rgba(38, 50, 56, 0.1); */
  border-bottom: none;
  padding: 50px 50px 0 50px;
  text-align: center;
}

.single-post .has-post-thumbnail .entry-header {
  padding: 10px;
  padding-bottom: 20px;
}

.single-post .post .entry-header .entry-title {
    font-size: 2.2rem;
    margin-top: 0px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    line-height: 45px;
}

.single-post .post .entry-header time,
.single-post .post .entry-header span {
  background: #fff;
  border: 1px solid rgba(38, 50, 56, 0.1);
  font-size: 0.8125rem;
  padding: 5px 10px;
}

.single-post .post .entry-body .entry-media {
  border: 1px solid rgba(38, 50, 56, 0.1);
}

.single-post .post .entry-body .entry-media .really-single-thumb {
  width: 100%;
}

.single-post .post .entry-body .entry-content,
.single-post .post .entry-body .entry-meta {
  background: #fff;
  /* border-left: 1px solid rgba(38, 50, 56, 0.1); */
  /* border-right: 1px solid rgba(38, 50, 56, 0.1); */
  margin: 0 auto;
  padding: 5px 20px 25px 20px;
}

.single-post .post .entry-body .entry-content a {
  text-decoration: underline;
}

.single-post .post .entry-body .entry-content p {
  word-wrap: break-word;
}

.single-post .post .entry-body .entry-content > p:first-child {
  margin-top: 0px;
}

.single-post .post .entry-body .entry-content > p:last-child {
  margin-bottom: 0px;
}

.single-post .post .entry-body .entry-meta {
  border-top: none;
  border-bottom: 1px solid rgba(38, 50, 56, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 0 50px 50px 50px;
}

.single-post .post .entry-body .entry-meta .entry-category-content,
.single-post .post .entry-body .entry-meta .entry-tags-content {
  flex: 1;
}

.single-post .post .entry-body .entry-meta .entry-category-content span {
  color: #586674;
}

.single-post .post .entry-body .entry-meta .entry-category-content a {
  text-transform: capitalize;
}

.single-post .post .entry-body .entry-meta .entry-tags-content {
  color: #586674;
  margin-left: 20px;
}

.single-post .post .entry-body .entry-meta .entry-tags-content a {
  margin-top: 10px;
  text-transform: lowercase;
}

/* Forms
--------------------------------------------- */
.search-form {
  display: flex;
  flex-flow: row wrap;
}

.search-no-results .search-form label,
.error404 .search-form label {
  max-width: 70%;
}

.search-form input {
  border-radius: 3px 0 0 3px;
}

.search-form button {
  background: #f5f7f8;
  border-left: none;
  border-radius: 0px;
  cursor: pointer;
  flex: 0 1 auto;
  padding: 0px 10px;
  transition: 0.3s ease-out;
}

.search-form button:hover {
  background: #e3e6e8;
}

/* Widgets
--------------------------------------------- */
.widget-area {
  min-width: 336px !important;
  max-width: 336px !important;
}

.widget-area .widget {
  background: #fff;
  /* border: 1px solid rgba(38, 50, 56, 0.1); */
  padding: 0px;
}

.widget-area .widget + .widget {
  margin-top: 10px;
}

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

.widget-area .widget ul {
  margin: 0px;
  padding-left: 10px;
}

.widget-area .widget .widget-title {
  margin-top: 0px;
  text-align: center;
}

.widget-area .widget_text a {
  text-decoration: underline;
}

.widget-area .widget_calendar .calendar_wrap {
  text-align: center;
}

.widget-area .widget_calendar .calendar_wrap table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.widget-area .widget_calendar .calendar_wrap caption {
  caption-side: bottom;
  color: #0f161a;
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: capitalize;
  text-align: right;
}

.widget-area .widget_calendar .calendar_wrap thead {
  border-bottom: 2px solid #e3e6e8;
  text-align: center;
}

.widget-area .widget_calendar .calendar_wrap thead th {
  color: #0f161a;
  font-weight: 700;
  padding-bottom: 10px;
}

.widget-area .widget_calendar .calendar_wrap tbody td {
  background: #f5f7f8;
  border: 1px solid #fff;
  padding: 8px;
  text-align: center;
}

.widget-area .widget_calendar .calendar_wrap tbody td a {
  font-weight: 700;
}

.widget-area .widget_calendar .calendar_wrap tbody td#today {
  background-color: rgba(198, 249, 174, 0.5);
  font-weight: 700;
}

.widget-area .widget_calendar .calendar_wrap .wp-calendar-nav span a {
  text-transform: capitalize;
}

.widget-area .widget_nav_menu li + li,
.widget-area .widget_rss li + li {
  margin-top: 15px;
}

.widget-area .widget_nav_menu ul ul {
  margin-bottom: 15px;
}

.widget-area .widget_search form label {
  flex: 1;
}

.widget-area .widget_search form label input {
  width: 100%;
}

/* Comments
--------------------------------------------- */
.comments-area {
  margin-top: 35px;
}

.comments-area blockquote {
  position: relative;
}

.comments-area blockquote::before {
  content: "“";
  position: absolute;
}

.comments-area blockquote p {
  margin-left: 10px;
}

.comments-area table th,
.comments-area table td {
  border: 1px solid;
}

.comments-area .submit {
  background: #f5f7f8;
  cursor: pointer;
  transition: 0.3s ease-out;
}

.comments-area .submit:hover {
  background: #e3e6e8;
}

.comments-area .comment-form .comment-form-comment textarea {
  min-width: 850px !important;
  max-width: 850px !important;
}

.comment-content a {
  word-wrap: break-word;
  text-decoration: underline;
}

.bypostauthor {
  display: block;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Galleries
--------------------------------------------- */
.gallery {
  display: grid;
  grid-gap: 1.5em;
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

.gallery-columns-8 {
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}

.gallery-columns-9 {
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}

.gallery-caption {
  display: block;
  margin-top: 10px;
}

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

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

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

.entry-body .entry-content > p:last-child img.alignleft {
  display: block;
  float: none;
  margin-right: auto;
}

.entry-body .entry-content > p:last-child img.alignright {
  display: block;
  float: none;
  margin-left: auto;
}

.entry-body .entry-content > .wp-block-image:last-child figure.alignleft,
.entry-body .entry-content > .wp-block-image:last-child figure.alignright {
  display: block;
  float: none;
}

.entry-body .entry-content > .wp-block-image:last-child figure.alignleft img {
  margin-right: auto;
}

.entry-body .entry-content > .wp-block-image:last-child figure.alignright img {
  margin-left: auto;
}

.entry-body .entry-content ul,
.entry-body .entry-content ol {
  margin-left: 0px;
}

.entry-body .entry-content table th,
.entry-body .entry-content table td {
  border: 1px solid;
}

.entry-body .entry-content .wp-block-quote {
  position: relative;
}

.entry-body .entry-content .wp-block-quote::before {
  content: "“";
  font-size: 2rem;
  left: -10px;
  position: absolute;
  top: -17px;
}

.entry-body .entry-content .wp-block-quote p {
  font-weight: 700;
  position: relative;
}

.wp-block-pullquote blockquote {
  position: relative;
}

.wp-block-pullquote blockquote::before {
  content: "“";
  display: block;
  font-size: 2rem;
  left: 0px;
  position: absolute;
  top: -15px;
}

.wp-block-pullquote blockquote.has-text-align-right::before {
  content: "";
}

/*--------------------------------------------------------------
# Responsive (media-queries)
--------------------------------------------------------------*/
/* Tablet
--------------------------------------------- */
@media only screen and (min-width: 821px) and (max-width: 1200px) {
  .entry-site-main {
    min-width: 800px !important;
    max-width: 800px !important;
  }
  .search .type-page .card-body {
    width: 800px !important;
  }
  .gallery-columns-7 {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  }
  .gallery-columns-8 {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
  .gallery-columns-9 {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  }
}
@media only screen and (max-width: 1200px) {
  #primary {
    max-width: 800px;
  }
  .site-header {
    flex-flow: column nowrap;
  }
  .site-header .site-title,
  .site-header .site-branding {
    margin: 0 auto 10px auto;
  }
  .comments-area .comment-form .comment-form-comment textarea {
    min-width: 800px !important;
    max-width: 800px !important;
  }
  .widget-area {
    margin-top: 35px;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .widget-area .widget + .widget {
    margin-top: 35px;
  }
  .search-form {
    flex-flow: column nowrap;
  }
  .search-form label {
    max-width: 100%;
  }
  .search-form input {
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    padding: 7px 10px;
  }
  .search-form button {
    border-color: rgba(38, 50, 56, 0.1);
    border-left: 1px solid rgba(38, 50, 56, 0.1);
    border-radius: 0 0 3px 3px;
    max-width: 100%;
    padding: 10px;
  }
  .search-no-results .search-form label,
  .error404 .search-form label {
    max-width: initial;
  }
  .search-no-results .search-form label input,
  .error404 .search-form label input {
    width: 100%;
  }
}
/* Mobile
--------------------------------------------- */
@media only screen and (max-width: 899px) {
  .site-header {
    max-width: 100% !important;
    padding: 0.75rem 1rem;
  }
  .site-header .open-nav-mobile,
  .site-header .close-nav-mobile {
    display: initial;
  }
  .site-header .open-nav-mobile {
    color: #0f161a;
    text-transform: uppercase;
  }
  .site-header .open-nav-mobile::before {
    content: "";
    display: inline-block;
    background: #0f161a;
    box-shadow: 0 -5px 0 0 currentColor, 0 -10px 0 0 currentColor;
    width: 20px;
    height: 2px;
    margin-right: 5px;
  }
  .site-header .main-navigation {
    background: #fff;
    box-shadow: 0 3px 5px 2px rgba(38, 50, 56, 0.1);
    display: none;
    position: absolute;
    left: 0;
    top: 99px;
    width: 100% !important;
    z-index: 2000;
  }
  .site-header .main-navigation:target {
    display: flex;
    flex-flow: column nowrap;
  }
  .main-navigation .close-nav-mobile {
    background: #0f161a;
    color: #fff;
    order: -1;
    padding: 20px;
    transition: 0.2s ease-out;
  }
  .main-navigation .close-nav-mobile:hover,
  .main-navigation .close-nav-mobile:focus {
    background: rgba(38, 50, 56, 0.1);
    color: #0f161a;
  }
  .really-first-menu {
    flex-flow: column nowrap;
    padding: 20px 70px;
  }
  .really-first-menu .menu-item,
  .really-first-menu .menu-item .sub-menu,
  .really-first-menu .menu-item .sub-menu .menu-item {
    margin: 0px;
  }
  .really-first-menu .menu-item {
    list-style: circle;
  }
  .really-first-menu .menu-item a,
  .really-first-menu .menu-item .sub-menu .menu-item a {
    padding: 10px;
    text-decoration: none;
    word-wrap: break-word;
  }
  .really-first-menu .menu-item a:hover {
    background: rgba(38, 50, 56, 0.1);
    text-decoration: none;
  }
  .really-first-menu .menu-item + .menu-item {
    margin-left: 0px;
    margin-top: 10px;
  }
  .really-first-menu .menu-item .sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: none;
    box-shadow: none;
  }
  .really-first-menu .menu-item .sub-menu .menu-item {
    list-style: none;
    margin-top: 10px;
  }
  .really-first-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    padding-left: 35px;
  }
  [class*=menu-item-has-children] .sub-menu li:last-child {
    border-bottom: none;
  }
  [class*=menu-item-has-children] .sub-menu li a {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  [class*=menu-item-has-children] .sub-menu .menu-item .sub-menu {
    margin-left: 0px;
  }
  .page .entry-body,
  .page-template .page .entry-body {
    padding: 20px;
  }
}
@media only screen and (max-width: 820px) {
  #primary {
    max-width: 300px;
  }
  .navigation .nav-links .nav-previous a,
  .navigation .nav-links .nav-next a {
    padding: 10px;
  }
  .entry-site-main {
    min-width: 300px !important;
    max-width: 300px !important;
  }
  .post-card {
    border-radius: 0px;
    flex-flow: column nowrap;
  }
  .post-card .card-body time {
    display: none;
  }
  .post-card .card-media {
    min-width: 300px !important;
    max-width: 300px !important;
  }
  .post-card .card-media .really-thumb {
    border-radius: 0px;
    min-width: 300px !important;
    max-width: 300px !important;
  }
  .post-card .card-body > a {
    display: none;
  }
  .sticky .card-body::after {
    bottom: 2px;
    right: 7px;
    top: initial;
  }
  .search .type-page .card-body {
    width: 300px !important;
  }
  .gallery {
    display: grid;
    grid: auto/repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
  }
  .wp-block-latest-posts.is-grid {
    flex-direction: column;
  }
  .wp-block-latest-posts.is-grid li {
    width: 100%;
  }
  .wp-block-latest-posts.is-grid {
    word-wrap: break-word;
    word-break: break-word;
  }
  .single-post .post .entry-header {
    padding: 20px 20px 0 20px;
    text-align: left;
  }
  .single-post .has-post-thumbnail .entry-header {
    padding: 20px;
  }
  .single-post .post .entry-header time {
    display: block;
    text-align: center;
  }
  .single-post .post .entry-header span {
    display: none;
  }
  .single-post .post .entry-body .entry-content,
  .single-post .post .entry-body .entry-meta {
    padding: 20px;
  }
  .single-post .post .entry-body .entry-meta {
    flex-direction: column;
  }
  .single-post .post .entry-body .entry-meta .entry-category-content {
    margin-bottom: 20px;
  }
  .single-post .post .entry-body .entry-meta .entry-tags-content {
    margin-left: 0px;
  }
  .comments-area .comment-form .comment-form-comment textarea {
    min-width: 300px !important;
    max-width: 300px !important;
  }
  .comment-list {
    padding-left: 20px;
  }
  .comment-list,
  .comment-list ul,
  .comment-list ol {
    margin-left: 0px;
  }
  .children {
    padding-left: 20px;
  }
  .gallery,
  .wp-block-media-text {
    display: flex;
    flex-direction: column;
  }
  .alignleft,
  .alignright {
    float: none;
  }
  .alignright {
    text-align: right;
  }
  .wp-block-audio audio {
    max-width: 258px !important;
    min-width: initial;
  }
  .wp-block-columns,
  .wp-block-gallery .blocks-gallery-grid {
    flex-direction: column;
  }
  .wp-block-columns .wp-block-column {
    margin-left: 0px;
  }
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Footer
--------------------------------------------- */
.footer {
  background-color: #fff;
  border-top: 1px solid rgba(38, 50, 56, 0.1);
  border-bottom: 1px solid rgba(38, 50, 56, 0.1);
  font-family: arial, ubuntu, roboto, noto, -apple-system, helvetica, sans-serif;
  font-size: 0.875rem;
  color: #586674;
  padding: 1.25rem;
}

.footer small {
  font-size: 0.875rem;
}

.footer > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  text-align: center;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Edições */

.read-more-btn {
    display: inline-block;
    background-color: white;
    color: black !important;
    font-weight: 600;
    padding: 10px 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background-color: #17b2fb;
    color: white !important;
}

/* Edições footer */

/* Container base */
.mt-footer {
  background: #0b0b0b;
  color: #eaeaea;
  font-size: 16px;
  line-height: 1.6;
}

/* Area superior */
.mt-footer-top {
  padding: 40px 0 26px;
  border-top: 3px solid #00306f; /* detalhe na cor da marca */
}

/* Área inferior (copyright) */
.mt-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0 32px;
}

/* Largura máxima */
.mt-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

/* Grid principal */
.mt-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px 32px;
}

/* Colunas */
.mt-col .mt-title {
  font-size: 20px;
  font-weight: 700;
  margin: 6px 0 14px;
  color: #fff;
}

.mt-links,
.mt-col ul { list-style: none; margin: 0; padding: 0; }

.mt-links li,
.mt-col li { margin: 8px 0; }

/* Links brancos sublinhados, como no print */
.mt-footer a {
  color: #ffffff;
  text-decoration: none;
  text-underline-offset: 2px;
}

.mt-footer a:hover {
  color: #17b2fb;
  text-decoration-color: #17b2fb;
}

/* Logo */
.mt-logo img {
  display: block;
  width: 170px; /* ajuste conforme seu logo */
  height: auto;
  filter: drop-shadow(0 2px 18px rgba(0,0,0,.35));
  margin-bottom: 14px;
}

/* Sociais */
.mt-social { display: flex; gap: 10px; margin-top: 8px; }
.mt-social li { list-style: none; }
.mt-icon {
  display: inline-block;
  width: 28px; height: 28px;
  border-radius: 4px;
  background: #00306f;
  position: relative;
  transition: transform .2s ease, background .2s ease;
}
.mt-icon:hover { background: #17b2fb; transform: translateY(-1px); }

/* “ícones” simples usando pseudo-elemento (substitua por SVGs se quiser) */
.mt-icon::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(#fff,#fff);
  mask: no-repeat center / 60% 60%;
  -webkit-mask: no-repeat center / 60% 60%;
}
.mt-icon.twitter::after { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M22.46 6c-.77.35-1.6.58-2.46.69a4.27 4.27 0 0 0 1.88-2.36 8.49 8.49 0 0 1-2.7 1.03 4.24 4.24 0 0 0-7.23 3.87A12.04 12.04 0 0 1 3.15 4.6a4.23 4.23 0 0 0 1.31 5.65c-.64-.02-1.25-.2-1.78-.49v.05a4.24 4.24 0 0 0 3.4 4.16c-.3.08-.62.12-.95.12-.23 0-.46-.02-.68-.06a4.24 4.24 0 0 0 3.96 2.95A8.5 8.5 0 0 1 2 19.54a12 12 0 0 0 6.51 1.91c7.82 0 12.1-6.48 12.1-12.1 0-.18 0-.37-.01-.55A8.63 8.63 0 0 0 24 6.54c-.7.31-1.46.52-2.26.61z"/></svg>'); -webkit-mask-image: none; }
.mt-icon.youtube::after { mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M23.5 7.2a3.1 3.1 0 0 0-2.2-2.2C19.2 4.5 12 4.5 12 4.5s-7.2 0-9.3.5A3.1 3.1 0 0 0 .5 7.2 32.6 32.6 0 0 0 0 12c0 1.6.2 3.2.5 4.8a3.1 3.1 0 0 0 2.2 2.2c2.1.5 9.3.5 9.3.5s7.2 0 9.3-.5a3.1 3.1 0 0 0 2.2-2.2c.3-1.6.5-3.2.5-4.8 0-1.6-.2-3.2-.5-4.8zM9.75 15.02V8.98L15.5 12l-5.75 3.02z"/></svg>'); -webkit-mask-image: none; }

/* Copyright/Disclaimer */
.mt-copy { margin: 10px 0 4px; color: #cfcfcf; }
.mt-disclaimer { color: #b8b8b8; font-size: 14px; max-width: 900px; }

/* Responsivo */
@media (max-width: 980px) {
  .mt-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .mt-grid { grid-template-columns: 1fr; }
  .mt-brand { margin-bottom: 10px; }
  .mt-logo img { width: 150px; }
}

/* Entry Excerpt */

.entry-excerpt {
    font-size: 1.2rem;
    color: #666;
    margin-top: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    margin-bottom: 10px;
}

/* Breadcrumbs */

.mt-bc {
  margin: 8px 0 16px;
  font-size: 14px;
  line-height: 1.5;
}

.mt-bc-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 0;
  padding: 0;
  color: #304055;
}

.mt-bc-item {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  position: relative;
}

/* separador “/” via pseudo-elemento */
.mt-bc-item + .mt-bc-item::before {
  content: "»";
  opacity: .45;
  margin-right: 2px;
}

.mt-bc-link {
  color: #00306f;
  text-decoration: none;
  font-weight: 600;
}
.mt-bc-link:hover {
  color: #17b2fb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mt-bc-current {
  color: #111;
  font-weight: 700;
}

/* Variante compacta dentro de cards estreitos */
.has-narrow .mt-bc { font-size: 12px; }

/* Tema escuro opcional */
.dark .mt-bc-list { color: #cdd5df; }
.dark .mt-bc-link { color: #17b2fb; }
.dark .mt-bc-link:hover { color: #ffffff; text-decoration-color: #17b2fb; }
.dark .mt-bc-current { color: #fff; }

.mt-bc-list span[itemprop="name"] {
    border: none !important;
}

.mt-bc-list a:visited {
    color: inherit; /* mantém a cor original herdada */
}

.mt-bc-list a {
    padding: 5px 0px;
    display: inline-block;
    border-radius: 4px;
    margin: 0px;
}

/* Informação Data e Autor */

/* Wrapper */
.mt-entry { padding: 6px 0 0; }

/* Linha fina abaixo */
.mt-entry::after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(0,0,0,.08);
  margin: 12px 0 0;
}

/* Cabeçalho (avatar + textos) */
.mt-entry-head {
  display: flex;
  align-items: center;
  gap: 0px;
}

/* Avatar circular */
.mt-entry-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

/* Nome e data */
.mt-entry-meta { line-height: 1.2; }

.mt-entry-author {
  display: inline-block;
  font-weight: 700;
  color: #00306f;         /* azul marinho da marca */
  text-decoration: none;
}
.mt-entry-author:hover { color: #17b2fb; } /* azul claro */

.mt-entry-date {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #6b7280;         /* cinza suave */
}

/* Remover efeito de link visitado aqui também */
.mt-entry a:visited { color: inherit; }

/* Responsivo menor */
@media (max-width: 480px) {
  .mt-entry-avatar img { width: 40px; height: 40px; }
  .mt-entry-date { font-size: 13px; }
}

.mt-entry-date {
    border: none !important;         /* remove qualquer borda */
    border-bottom: none !important;  /* remove borda inferior se houver */
}

/* Caixa do Autor */

/* Wrapper */
.mba-author-box{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 6px;
  padding: 16px;
  background: #fff;
  margin: 28px 0 0;
}

/* Cabeçalho */
.mba-author-header{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
}

.mba-author-left{
  display:flex; align-items:center; gap:12px;
}

.mba-author-avatar-wrap{ display:block; line-height:0; }
.mba-author-avatar{ width:56px; height:56px; border-radius:50%; object-fit:cover; display:block; }

.mba-author-name{
  font-weight:800;
  font-size:20px;
  color:#111;
  text-decoration:none;
}
.mba-author-name:hover{ color:#00306f; } /* azul marinho da sua marca */

/* Link “perfil completo” à direita */
.mba-author-profile-link{
  color:#f59e0b; /* laranja do mock; troque para #17b2fb se quiser azul claro */
  text-decoration:none;
  font-weight:600;
  font-size: 15px;
}
.mba-author-profile-link:hover{ text-decoration:underline; }

/* Linha divisória fina */
.mba-author-sep{
  border:0; height:1px; background:rgba(0,0,0,.08);
  margin:12px 0 12px;
}

/* Bio */
.mba-author-bio{
  margin:0;
  color:#111;
  line-height:1.65;
}
.mba-author-bio a{
  color:#17b2fb; text-decoration:none;
}
.mba-author-bio a:hover{
  text-decoration:underline;
}

/* Evita roxo de visitado */
.mba-author-box a:visited{ color:inherit; }

/* Responsivo */
@media (max-width:640px){
  .mba-author-name{ font-size:18px; }
  .mba-author-avatar{ width:48px; height:48px; }
}

.mba-author-profile-link,
.mba-author-name,
.mba-author-profile-link:hover,
.mba-author-name:hover,
.mba-author-name:focus {
    text-decoration: none !important;
}

/* Publicações Recentes */

/* Wrapper */
.mt-rp { 
  background: #fff;
}
.mt-rp-title{
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 14px;
  position: relative;
}
.mt-rp-title::after{
  content: "";
  display: block;
  width: 64px; height: 3px;
  background: #17b2fb;           /* barrinha (ajuste se quiser #17b2fb) */
  border-radius: 2px;
  margin-top: 6px;
}

/* Lista */
.mt-rp-list{
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 18px;
}
.mt-rp-item{
  display: grid; grid-template-columns: 96px 1fr; gap: 14px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.mt-rp-item:last-child{ border-bottom: 0; padding-bottom: 0; }

/* Thumb */
.mt-rp-thumb,
.mt-rp-thumb img{ display:block; border-radius: 6px; }
.mt-rp-thumb-fallback{
  width: 96px; height: 96px; border-radius: 6px;
  background: #e5e7eb;
  display: block;
}

/* Conteúdo */
.mt-rp-link{
  color: #111;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}
.mt-rp-link:hover{ color: #00306f; text-decoration: none; }      /* azul marinho da marca */

/* Categoria */
.mt-rp-cat {
    display: inline-block;
    margin-top: 6px;
    color: white !important;
    text-decoration: none !important;
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 5px 0px 5px;
    background-color: #17b2fb;
    border-radius: 5px;
}
.mt-rp-cat:hover{ color: #17b2fb; }

/* Remove roxo visitado nessa caixa */
.mt-rp a:visited{ color: inherit; }

/* Responsivo */
@media (max-width: 480px){
  .mt-rp-item{ grid-template-columns: 84px 1fr; }
  .mt-rp-thumb img, .mt-rp-thumb-fallback{ width:84px; height:84px; }
}

.mt-rp .mt-rp-list .mt-rp-link {
    line-height: 1.2 !important;
}

a.mt-rp-link {
    line-height: 1.2 !important;
    display: inline-block; /* ajuda quando o line-height não "pega" em inline */
}


/* Tags da sidebar */

.mt-tag-cloud {
    background: #fff;
}

.mt-tag-title {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 14px;
    position: relative;
}

.mt-tag-title::after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    background: #17b2fb; /* barrinha laranja */
    border-radius: 2px;
    margin-top: 6px;
}

/* Lista de tags */
.mt-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mt-tag-item {
    display: inline-block;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 14px;
    text-decoration: none;
    color: #111;
    transition: all 0.2s ease;
    font-weight: 400;
}

.mt-tag-item:hover {
    background: #17b2fb;  /* azul marinho da marca */
    color: #fff;
    border-color: transparent;
    text-decoration: none;
}

.mt-tag-count {
    color: inherit;
    font-size: 13px;
}

/* Remove roxo de visitado */
.mt-tag-cloud a:visited {
    color: inherit;
}

/* Responsivo */
@media (max-width: 480px) {
    .mt-tag-item {
        font-size: 13px;
        padding: 3px 8px;
    }
}

/* Publicações Relacionadas */
.mt-rel { margin-top: 28px; }
.mt-rel-title{
  font-size: 22px; font-weight: 800; margin: 0 0 14px;
}

.mt-rel-grid{
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.mt-rel-item{ display: flex; flex-direction: column; gap: 10px; }

.mt-rel-thumb, .mt-rel-thumb img{
  display: block; border-radius: 8px; overflow: hidden;
}
.mt-rel-thumb img{ width: 100%; height: auto; }

.mt-rel-link{
  color: #111; text-decoration: none; font-weight: 700;
  line-height: 1.25;
}
.mt-rel-link:hover{ color: #00306f; }           /* azul marinho */
.mt-rel a:visited{ color: inherit; }            /* sem roxo */

@media (max-width: 1024px){
  .mt-rel-grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 740px){
  .mt-rel-grid{ grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 480px){
  .mt-rel-grid{ grid-template-columns: 1fr; }
}

.mt-rel .mt-rel-link:hover {
    text-decoration: none !important;
}

.footer-top-btn {
	position: fixed;
	right: 24px;
	bottom: 34px;
	z-index: 99;
	background: #e8f6ff;
	border: none;
	outline: none;
	border-radius: 99px;
	box-shadow: 0 4px 24px #1662dd10;
	padding: 11px 13px 9px 13px;
	cursor: pointer;
	transition: background .14s, box-shadow .12s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-top-btn:hover {
	background: #1662dd;
	box-shadow: 0 2px 20px #1662dd35;
}
.footer-top-btn:hover svg path {
	stroke: #fff;
}
.footer-top-btn svg {
	display: block;
}

@media (max-width: 700px) {
	.footer-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}
	.footer-menu {
		margin-left: 0;
	}
	.footer-top-btn {
		right: 12px;
		bottom: 20px;
	}
}