/*
Theme Name: Minilog
Theme URI: https://errorlog.in/minilog/
Author: Aashik P
Author URI: https://errorlog.in/
Description: MiniLog is a minimal, responsive theme that comes built in with features like featured-images, breadcrumbs, gallery etc and is translation ready. The theme was first intended to be used on my website, later released to public.
Version: 1.1.3
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:"Lucida Sans Unicode";
	    -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: .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: 26px;
    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: .5rem 0 1rem 0
}

code, kbd, tt, var, samp, pre {
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}

pre {
    font-size: 2.4em;
    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: #666666;
    font-size: 15.5px;
    line-height: 1.75;
    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: .5rem 0 .75rem;
}

table tr {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: .35rem;
}

table th, table td {
    padding: .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, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

summary {
    display: block;
}

summary:focus {
    outline-color: #fff;
}

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


/* ====[[ 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 {
    color: #666;
    font-size: 0.85em;
    margin: 0 auto;
    padding: 0 0.3077rem 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 12px;
    font-size: .675rem;
    font-weight: 300;
    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:underline;
    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: 1.4em;
    padding: .3rem;
    color: #666;
    background: #f6f6f6;
    float: right;
    text-transform: uppercase;
    margin: .2rem;
    line-height: 1.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;
}

.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: 200;
	text-decoration:none;
}

.top-container a:hover {
    color: #1AB0EB;
}

.top-container {
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 960px;
    font-size: 1.5em;
    line-height: 4;
}

.mini-home {
    float: left;
}

.mini-nav {
    float: right;
}

.menu li {
    padding: 0 0 0 1rem;
    margin: 0;
    border: none;
}

.top-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}

.top-menu ul li {
    background: #23282D;
    list-style: none;
}

.top-menu ul li ul a {
    display: inline-block;
    width: 100%;
    min-width: 7rem;
    max-width: 10rem;
}

.top-menu ul li:hover > a {
    background: #23282D;
}

.top-menu ul ul li {
    position: relative;
    line-height: 1;
    padding: 0.75rem;
    font-size: 1em;
}

.top-menu ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
}

.top-menu > ul ul {
    position: absolute;
    visibility: hidden;
}

.top-menu ul li:hover >ul {
    visibility: visible;
    margin-left: -0.75rem;
}

.top-menu > ul > li {
    float: left
}


/* 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;
    outline: none;
    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;
}


/* ----[ Breadcrumbs ]---- */

#breadcrumbs {
    padding: 0;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 0.9rem;
    margin: 0.75rem 0;
    font-weight: 200;
}

#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 ]]==== */

.toggle-nav {
    display: none;
}

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: 3rem;
    padding: 0.5rem;
    text-align: center;
    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: 300;
    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('https://www.vkinfotek.com/blog/wp-content/themes/minilog/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:#666666;
    margin-bottom: 2rem;
    list-style: none;
	font-size:.9em;
    text-align: left;
}

.widget a {
    color:#999999;
	text-decoration:underline;
}

.widget a:hover {
    color: #006acb;
}

.widget-title {
    color: #333333;
    overflow: hidden;
    letter-spacing: -1px;
    font-size: 1.4em;

    text-align: center;
    background:#FFFFFF;
    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: .9em;
    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: 300;
    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 ]---- */

#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: left;
        padding: 0!important;
        margin: 0 0 0.5rem 0;
        width: 49%;
    }
    .top-search input {
        width: 100%;
    }
    #popout {
        position: fixed;
        height: 100%;
        width: 50%;
        background: #23282D;
        color: white;
        top: 0px;
        left: -500px;
        overflow: auto;
    }
    .toggle-nav {
        text-align: right;
        display: inline;
        font-size: 1.2em;
        line-height: 1.4;
    }
    .menu li {
        text-align: center!important;
    }
    .menu li > a {
        padding: 0.5rem 2rem;
        font-size: 1.2em;
        line-height: 1.5;
    }
    .top-menu ul {
        box-shadow: none;
    }
    .top-menu ul > li {
        margin-top: 2rem;
        padding: 0;
        font-size: 0.8rem;
        line-height: 0.9rem;
        text-align: center;
    }
    .top-menu > ul ul {
        position: relative;
        visibility: visible;
        display: block;
        font-size: 0.6rem;
        line-height: 0.8rem;
        padding: 0;
    }
    .top-menu > ul > li {
        float: none;
    }
    .top-menu ul ul li {
        padding: 0;
        font-size: 1.2em;
    }
    .top-menu ul ul li a {
        display: block;
        padding: inherit;
        margin-top: 2rem;
    }
    .top-menu ul li ul a {
        max-width: none;
    }
    .top-menu ul ul ul {
        position: relative;
        visibility: visible;
        padding: 0;
        left: 0;
        top: 0;
        display: block;
    }
    .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;
    }
}