/*
Theme Name: Minilog
Author: Aashik P
Author URI: https://aashikp.com/
Description: MiniLog is a minimal, responsive theme that comes built in with features like featured-images, breadcrumbs, gallery etc and is translation ready.
Version: 1.3
Tested up to: 5.5
Requires PHP: 5.6.39
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, custom-menu, featured-images, education, right-sidebar
Text Domain: minilog

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.
*/

/* ====[[ NORMALIZE ]]==== */

html {
  font-family: "B612", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  box-sizing: border-box;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75rem;
  min-width: inherit;
  padding: 0.875em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

/* ====[[ Typography ]]==== */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  padding: 0;
  clear: both;
  text-shadow: 1px 1px 2px #ddd;
  margin: 1.414rem 0 0.2rem;
  line-height: 1.2;
  text-transform: uppercase;
}

h1 {
  margin-top: 0;
  font-size: 17px;
  font-size: 1.296em;
}

h2 {
  font-size: 16px;
  font-size: 1.215em;
}

h3 {
  font-size: 15px;
  font-size: 1.138em;
}

h4 {
  font-size: 14px;
  font-size: 1.067em;
}

h5 {
  font-size: 13.5px;
  font-size: 1;
}

h6 {
  font-size: 13px;
  font-size: 0.963em;
}

p {
  display: block;
  margin: 0 0 1rem 0;
}

blockquote {
  quotes: "" "";
}

blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
  content: none;
}

blockquote {
  margin-bottom: 0.7143rem;
  padding: 0.7143rem;
  background-color: #fffbed;
  border-left: 2px solid #fff1af;
}

q {
  quotes: "\00ab""\00bb";
}

blockquote *:first-child {
  margin-top: 0;
}

blockquote *:last-child {
  margin-bottom: 0;
}

li blockquote {
  margin: 0.5rem 0 1rem 0;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
}

pre {
  font-size: 0.9em;
  background: #f5f2f0;
  color: #444;
  border: 1px solid #ddd;
  line-height: 1.3em;
  padding: 0.5714rem;
  display: block;
  margin: 2rem 1rem;
  word-wrap: break-word;
  white-space: pre-wrap;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 2px;
}

code {
  padding: 0.1429rem 4px;
  font-size: 0.9em;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}

kbd {
  box-shadow: 0 1px gray;
  padding: 0.1429rem 0.2857rem;
  font-size: 0.9em;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2px;
}

dfn,
cite,
em,
var,
address,
i {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  text-decoration: underline dotted;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
  padding: 0.1rem;
}

big {
  font-size: 125%;
}

small {
  font-size: 70%;
}

/* ====[[ ELEMENTS ]]==== */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  color: #222;
  font-size: 13.5px;
  line-height: 1.5;
  background: #f3f3f3;
  padding: 0;
  display: flex;
  flex-direction: column;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 1.714rem;
}

dd {
  display: block;
  margin: 0 0 0 2rem;
  -webkit-margin-start: 2.857rem;
}

dl {
  display: block;
  margin: 1rem 0;
}

dt {
  display: block;
  font-weight: bold;
}

/* ----[ Lists ]---- */

ul,
menu,
dir {
  display: block;
  padding-left: 2rem;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 2.857rem;
}

ol {
  padding-left: 2rem;
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1rem;
  -webkit-margin-after: 1rem;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 2.857rem;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

ul ul,
ol ul {
  list-style-type: circle;
}

ol ol ul,
ol ul ul,
ul ol ul,
ul ul ul {
  list-style-type: square;
}

ol ul,
ul ol,
ul ul,
ol ol {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

/* ----[ Table ]---- */

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 2rem 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1em;
  margin: 0.5rem 0 0.75rem;
}

table tr {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 0.35rem;
}

table th,
table td {
  padding: 0.625rem;
  text-align: center;
  border-right: 1px solid #ddd;
}

table th {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: inherit;
}

caption {
  text-align: left;
}

/* ----[ Forms and Input ]---- */

input {
  padding: 0.35rem;
  border: 1px solid #e5e5e5;
  color: #999;
}

input[type="submit"] {
  padding: 0.35rem 0.7rem;
  border: none;
  border-radius: 0.2rem;
  text-transform: uppercase;
  background: #555;
  cursor: pointer;
  color: #fff;
  margin: 0.75rem 0;
}

input[type="submit"]:hover {
  background: #23282d;
}

textarea {
  padding: 1rem;
  border: 1px solid #ddd;
  width: 100%;
}

select {
  padding: 0.6429rem 0.5rem;
  border: 1px solid #e5e5e5;
  color: #999;
}

/* ----[ Other elements ]---- */

article,
aside,
details,
div,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

summary::before {
  content: "\25B6";
  padding-right: 0.5rem;
}

details[open] > summary::before {
  content: "\25BC";
}

details > p {
  padding: 0 0 0 1rem;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

:focus {
  outline-color: #21759b;
}

/* ====[[ WP CORE ]]==== */

.alignleft {
  float: left;
  margin: 0.3571rem 1.429rem 1.429rem 0;
}

.alignright {
  float: right;
  margin: 0.3571rem 0 1.429rem 1.429rem;
}

.aligncenter {
  display: block;
  margin: 0.3571rem auto 0.3571rem auto;
}

.alignnone {
  margin: 0.3571rem 20px 20px 0;
}

figure {
  max-width: 100%;
}

/* ----[ Image ] ---- */

img {
  height: auto;
  border: 0 none;
  margin: 0 auto;
  width: auto;
  padding: 0.2571rem;
  max-width: 98.5%;
  box-shadow: 0px 0px 3px #999;
}

a img.alignright {
  float: right;
  margin: 0.3571rem 0 20px 20px;
}

a img.alignnone {
  margin: 0.3571rem 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 0.3571rem 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail {
  display: block;
  position: relative;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.wp-caption {
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.3571rem 0.2143rem 0.7143rem;
  text-align: center;
  box-shadow: 0px 0px 4px #999;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 auto;
  max-width: 98.5%;
  padding: 0;
  width: auto;
  box-shadow: none;
}

.wp-caption-text,
figcaption {
  color: #666;
  font-size: 0.85em;
  margin: 0 auto;
  padding: 0 0.3077rem 0;
}

figcaption {
  padding: 0;
  margin: 0;
  text-align: center;
}

/* 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;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 0.3571rem;
  line-height: normal;
  padding: 1.071rem 1.643rem 1rem;
  text-decoration: none;
  top: 0.3571rem;
  width: auto;
  z-index: 100000;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  float: left;
  margin: 0 auto;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 0.6rem;
  background: #f2f2f2;
  margin: 0.5rem;
  width: 80%;
}

.gallery img:hover {
  background: white;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 0.9em;
  margin: 0 auto;
  width: 80%;
}

.gallery dl,
.gallery dt {
  margin: 0;
}

.gallery br + br {
  display: none;
}

/* ====[[ LAYOUT ]]==== */

.wrapper {
  flex: 1 0 auto;
}

.container {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.mini-page {
  margin: 0 0 1rem 0;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  float: left;
  padding: 1rem;
  box-sizing: border-box;
  overflow-wrap: normal;
  overflow-wrap: break-word;
}

.main {
  float: left;
  width: 74%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 1rem;
  overflow: hidden;
  margin: 0 0 1rem 0;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: normal;
  overflow-wrap: break-word;
}

.mini-archive {
  float: left;
  width: 74%;
}

.mini-excerpt {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 1rem;
  box-sizing: border-box;
  overflow-wrap: normal;
  overflow-wrap: break-word;
}

.sidebar {
  float: right;
  width: 24%;
  box-sizing: border-box;
  overflow-wrap: normal;
  overflow-wrap: break-word;
}

.footer {
  clear: both;
  width: 100%;
  max-width: 960px;
  margin: 1rem auto 0;
}

.footer-container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #dfdfdf;
  color: #777;
  background: #f7f7f7;
  text-align: center;
  box-sizing: border-box;
  overflow-wrap: normal;
  overflow-wrap: break-word;
}

.footer-container a {
  color: #777;
  font-weight: normal;
}

.footer-container a:hover {
  font-weight: normal;
}

.footer-container > p {
  padding: 0.5rem;
  margin: 0 auto;
}

.footer-menu {
  padding: 0.5rem;
  margin: 0;
}

.footer-menu li {
  list-style: none;
  display: inline;
  margin: 0;
  padding-left: 2rem;
}

.response {
  max-width: 960px;
}

/* ====[[ NAVIGATION ]]==== */

/* ----[ Links ]---- */

a {
  color: #21759b;
  text-decoration: none;
  font-weight: 700;
  text-shadow: 1px 1px 1px #eee;
}

a:hover {
  color: #d54e21;
  text-decoration: none;
  font-weight: 700;
}

a.more,
.author-link a {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 0.7em;
  padding: 0.3rem;
  color: #666;
  background: #f6f6f6;
  float: right;
  text-transform: uppercase;
  margin: 0.2rem;
  line-height: 0.9rem;
  text-shadow: none;
}

a:hover.more,
.author-link a:hover {
  background: #eee;
}

/* ----[ Top Nav ]---- */

.top-nav {
  background: #23282d;
  width: 100%;
  -webkit-box-shadow: 0 4px 3px -6px #999;
  -moz-box-shadow: 0 4px 3px -6px #999;
  box-shadow: 0 4px 3px -6px #999;
  margin-bottom: 0.75rem;
  float: right;
}

.top-container a {
  color: #eee;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
  font-weight: 400;
}

.top-container a:hover {
  color: #1ab0eb;
}

.top-container {
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 960px;
  font-size: 1.05em;
  line-height: 3;
}

.mini-home {
  float: left;
}

.mini-nav {
  float: right;
}

/* Navigation
--------------------------------------------- */

.top-menu {
  float: right;
  font-weight: 400;
  font-family: inherit;
}

.top-menu a {
  padding-left: 0.5rem;
}

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  background-color: #23282d;
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 10;
  display: list-item;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu-toggle {
  display: none;
}

.main-navigation ul {
  display: flex;
}

/* Top Search */

.top-search {
  color: #f9f9f9;
  float: right;
  padding: 0 0 0 0.75rem !important;
  margin: 0;
}

.top-search input {
  font-family: inherit;
  color: #fafafa;
  border: none;
  padding: 0.4rem;
  background: #383d42;
  text-transform: uppercase;
  line-height: 1.5;
}

.top-search input::placeholder {
  color: #87919a;
}

input[type="search"]::-webkit-search-cancel-button {
  color: #fafafa;
}

.top-search input[type="submit"] {
  display: none;
}

/* ----[ Blocks and Buttons ]---- */

.button,
.wp-block-button {
  margin: 0 0 0.5rem 0;
  padding: 0.5rem;
  box-sizing: border-box;
}

.button a,
.wp-block-button__link {
  border: 1px solid #555;
  border-radius: 0.3rem;
  padding: 0.2143rem 0.5rem;
  color: #fff;
  background: #555;
  text-shadow: none;
}

.wp-block-button.is-style-squared > .wp-block-button__link,
.wp-block-button.is-style-squared {
  border-radius: 0 !important;
}

.button a:hover,
.wp-block-button__link:hover {
  border: 1px solid #23282d;
  color: #fff;
  background: #23282d;
}

.wp-block-cover,
.wp-block-cover-image {
  padding: 0;
}

.wp-block-media-text__content {
  box-sizing: border-box !important;
}

.has-background {
  padding: 0.3rem;
  box-sizing: border-box !important;
}

/* ----[ Breadcrumbs ]---- */

#breadcrumbs {
  padding: 0;
  text-transform: uppercase;
  font-size: 0.85em;
  line-height: 0.9rem;
  margin: 0.75rem 0;
  font-weight: 700;
}

#breadcrumbs a {
  text-decoration: none;
}

#breadcrumbs li {
  list-style: none;
  display: inline;
}

/* ----[ Pagination ]---- */

.pagination {
  margin: 0.5rem 0 0.5rem 0;
}

.page-numbers {
  display: block;
  float: left;
  background: #fff;
  padding: 0.2143rem 0.75rem;
  margin: 0 0.3571rem 0.7143rem 0;
  color: #555;
  font-weight: bold;
  font-size: 0.9em;
  border: 1px solid #ddd;
}

a.page-numbers:hover,
.page-numbers.current {
  background: #555;
  color: #fff;
  text-shadow: none;
}

.page-links {
  margin: 0.5rem 0 0.5rem 0;
  padding-top: 1rem;
  text-transform: uppercase;
}

.page-links-title,
.page-links-number {
  border: 1px solid #ddd;
  background: #fafafa;
  color: #333;
  padding: 0.2143rem 0.75rem;
}

.prev_post {
  float: left;
  font-weight: bold;
}

.next_post {
  float: right;
  text-align: right;
  font-weight: bold;
}

.prev_post,
.next_post {
  font-size: 0.85em;
  display: inline-block;
  width: 48%;
  padding: 0 1%;
  text-transform: uppercase;
}

/* ====[[ OTHERS ]]==== */

iframe {
  margin: 0 auto;
}

/* ----[ Clearings ]---- */

.top-nav:after,
.pagination:after,
.author-details:after,
.gallery:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-caption,
.gallery-caption,
.footer,
.author-link a,
.pagination,
.page-links,
.taxonomy,
.comment-content,
.form-submit {
  clear: both;
}

.response {
  clear: left;
}

.comment-list {
  clear: right;
}

form > p {
  clear: none;
}

/* ====[[ CONTENT ]]==== */

.entry-header {
  color: #222;
  line-height: 2rem;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: normal;
  text-shadow: 2px 2px 2px #ccc;
  margin-bottom: 1rem;
}

.entry-header a {
  text-decoration: none;
  font-weight: 400;
}

.entry-meta {
  color: #777;
  font-size: 0.85em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.entry-meta a {
  color: #555;
}

.entry-meta a:hover {
  color: #d54e21;
}

/* ----[ Author Info ]---- */

.author-title {
  text-align: center;
  color: #333;
  overflow: hidden;
  letter-spacing: -1px;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
  background: #fafafa;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.2rem;
  margin: 0 0 0.5rem 0;
}

.author-card img {
  float: left;
  margin: 0.5rem;
  padding: 0.3rem;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  background: #fafafa;
}

.author-description > p {
  clear: none;
  padding: 0;
  margin: 0;
}

/* ----[ Categories and Tags ]---- */

.taxonomy {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85em;
  line-height: 1.2rem;
  margin: 1rem 0 0 0;
}

.taxonomy a {
  padding: 0.2rem;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.taxonomy > p {
  margin: 0;
}

.sticky:before {
  content: url("assets/img/sticky.png");
  float: left;
}

/* ====[[ SIDEBAR - WIDGETS ]]==== */

.widget .search-submit {
  display: none;
}

.widget .search-field {
  width: 100%;
}

.widget-area {
  width: 100%;
  list-style: none;
}

.widget {
  background: #fff;
  border: 1px solid #ddd;
  color: black;
  margin-bottom: 1rem;
  list-style: none;
}

.widget a {
  color: #555555;
}

.widget a:hover {
  color: #006acb;
}

.widget-title {
  color: #333333;
  overflow: hidden;
  letter-spacing: -1px;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
  background: #f6f6f6;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.4rem;
  margin: 0 0 0.5rem 0;
}

.widget {
  padding: 0.5rem;
}

.widget ul {
  list-style: none;
  padding: 0 0.75rem 0 0.75rem;
}

/* ----[ Calender widget ]---- */

#wp-calendar {
  font-size: 1em;
  margin: 0 auto;
}

#wp-calendar td {
  padding: 0.2rem;
  border: 1px solid #ddd;
  text-align: center;
}

#wp-calendar th {
  background: #f5f5f5;
  border: 1px solid #ddd;
  text-align: center;
  padding: 0.3rem;
}

#wp-calendar > caption {
  color: #333333;
  line-height: 1.7;
  font-size: 1.5em;
  letter-spacing: -1px;
  font-weight: 700;
  text-align: center;
  background: #f6f6f6;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 0 0.5rem 0;
}

#wp-calendar a {
  color: #21759b;
}

#wp-calendar a:hover {
  color: #d54e21;
}

#wp-calendar tfoot > tr > td {
  background: #f5f5f5;
  border: none;
}

/* ====[[ COMMENTS ]]==== */

/* ----[ Comment area and comment list styling ]---- */

#comments,
.comments-area {
  float: left;
  width: 74%;
  background: #fff;
  margin: 0 0 1rem 0;
  border: 1px solid #ddd;
  padding: 0.75rem;
  box-sizing: border-box;
}

.comments-title {
  margin: 0;
  font-size: 1.4em;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 0.2rem;
  text-shadow: 2px 2px 2px #ddd;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-list li {
  background: #fff;
  padding: 0;
  margin: 0;
}

.comment-list ul {
  list-style: none;
  margin: 0 0 0 3rem;
  padding: 0;
}

.comment-list ul li {
  background: #fafafa;
}

.no-comments {
  background: #fafafa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem;
  font-size: 1em;
}

/* ----[ Comment content ]---- */

/* Comment body */

.comment-content ul {
  /* If comment has a list */
  list-style: disc;
}

.comment-content li {
  /* list in comment-body styling */
  margin: 0;
  padding: 0;
  background: #fff !important;
  border: none;
}

.comment-content {
  margin: 0 0 0.5rem 0;
  padding: 0.5rem;
}

.bypostauthor {
  background: #f7fbff !important;
}

.reply {
  margin: 0 0 0.5rem 0;
  padding: 0.5rem;
  text-transform: uppercase;
  box-sizing: border-box;
}

.reply a {
  border: 1px solid #555;
  border-radius: 0.1rem;
  font-size: 0.7em;
  padding: 0.2143rem 0.5rem;
  color: #fff;
  background: #555;
  text-shadow: none;
}

.reply a:hover {
  border: 1px solid #23282d;
  color: #fff;
  background: #23282d;
}

.edit-link a {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600 !important;
  /* Important to preserve properties in span tag */
  color: #21759b !important;
}

.edit-link a:hover {
  color: #d54e21 !important;
}

/* Meta-data */

.comment-awaiting-moderation {
  color: #222;
  font-weight: bold;
  margin: 0 0 0 3rem;
}

.comment-meta {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem;
  background: #f6f6f6;
}

.comment-metadata a {
  text-shadow: none;
  text-decoration: none;
  font-weight: 400;
  color: #888;
}

.fn {
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  color: #1b5e20;
}

.fn a {
  /*	Author	*/
  color: #1b5e20;
  font-weight: 400;
  text-shadow: none;
}

.fn a:hover {
  text-shadow: 1px 1px 2px #eee;
}

.says {
  display: none;
}

.vcard img {
  /* Avatar */
  float: left;
  margin: 0 0.5rem 0 0;
  border-radius: 0.2rem;
  padding: 0.3rem;
  width: 40px;
  height: 40px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
  box-sizing: border-box;
}

/* ----[ Comment form ]---- */

form#commentform {
  display: flex;
  flex-direction: column;
}

#reply-title {
  padding: 0.75rem 0 0 0;
  margin: 0;
  text-transform: uppercase;
}

#cancel-comment-reply-link {
  font-size: 0.8em;
  text-transform: uppercase;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  margin-right: 1rem;
}

input#author,
input#url,
input#email {
  width: 200px;
  display: block;
}

/* ====[[ MEDIA QUERIES ]]==== */

@media only screen and (max-width: 959px) {
}

.top-container,
.container {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .container {
    width: 95%;
    margin: 0 auto;
  }
  .top-nav {
    box-shadow: none;
  }
  .top-container {
    text-align: center;
    width: 95%;
    margin: 0 auto;
  }
  .mini-home {
    float: none;
    width: 95%;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .main {
    float: none;
    clear: none;
    width: 100%;
    padding: 0.5rem;
    margin: 0 0 1rem 0;
  }
  .mini-page {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
    word-wrap: break-word;
    white-space: pre-wrap;
    padding: 0.75rem;
  }
  .mini-archive {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .mini-excerpt {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding: 0.5rem;
  }
  .author-info {
    margin-bottom: 1rem;
  }
  .sidebar {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 auto;
    margin: 1rem 0 1rem 0;
    padding: 0;
  }
  .top-search {
    display: inline-block;
    float: right;
    padding: 0 !important;
    margin: 0 0 0.5rem 0;
    width: 49%;
  }
  .top-search input {
    width: 100%;
  }

  .top-menu {
    float: left;
  }
  .top-menu nav {
    clear: both;
    width: 100%;
  }
  .main-navigation ul {
    display: none;
  }

  .menu-toggle {
    display: block;
  }
  .main-navigation.toggled ul {
    display: block;
    clear: both;
  }

  .sub-menu {
    background-color: red;
    z-index: 100;
  }

  button.menu-toggle {
    background-color: transparent;
    box-shadow: none;
    border: none;
    color: #fff;
    float: right;
  }

  button.menu-toggle:hover {
    color: #1ab0eb;
  }

  button.menu-toggle::after {
    content: ".";
    visibility: hidden;
    padding: 0;
    margin: 0;
  }

  .aligncenter,
  .alignnone,
  .alignright,
  .alignleft,
  img {
    float: none;
    display: block;
    margin: 1rem auto 1rem auto;
  }
  p {
    clear: both;
  }
  pre {
    margin: 2rem 0.3rem;
  }
  #comments,
  .comments-area {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
    padding: 0;
  }
  .comment ul.children {
    margin: 0;
  }
  #respond {
    padding: 0.5rem;
  }
}
