/*!
Theme Name:         Mismo
Theme URI:          https://mysterythemes.com/wp-themes/mismo/
Author:             Mystery Themes
Author URI:         https://mysterythemes.com/
Description:        Mismo is an ultimate magazine theme that is perfect for creating the magazine, editorial, news, publishing as well as blogging website. It has a responsive design that displays a clean and elegant look on all mobile and desktop devices. It is a highly customizable theme that comes with multiple site layouts and page templates. Plus, it is compatible with popular plugins like wooCommerce and compact form 7 to quickly get your website established. The feature-rich theme offers header sticky sidebar, wide ad space, carousal, wow animation effect, widgetized footer, dynamic color scheme including category colors. Additionally, it is Gutenberg ready, SEO friendly and speed optimized. Create your website with Mismo for awesome satisfaction. Get the demo at https://demo.mysterythemes.com/mismo-demos/
Version:            1.2.1
Requires at least:  4.7
Tested up to:       6.5
Requires PHP:       5.6
License:            GPLv3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        mismo
Tags:               blog, news, entertainment, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, rtl-language-support, theme-options, threaded-comments, translation-ready

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.

Mismo is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, font, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fbfbfb;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #3d3d3d;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #3d3d3d;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-size: 20px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

address {
  margin: 0 0 15px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0 0 15px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 15px 15px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
  border: 1px solid #CCC;
  padding: 5px 10px;
}

td {
  border: 1px solid #CCC;
  padding: 5px 10px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #E44D4D;
  color: #ffffff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-size: 14px;
  line-height: 13px;
  height: 33px;
  border: none;
  padding: 10px 15px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  border: 1px solid #E44D4D;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #E44D4D;
  color: #ffffff !important;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px 6px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  color: #666;
  border: 1px solid #ececec;
  height: 160px;
  max-width: 100%;
  width: 100%;
}

.no-results input[type="search"] {
  width: 45%;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
  color: #E44D4D;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:focus,
a:active {
  color: #ddd;
}

a:focus {
  outline: thin dotted;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.mt-clearfix:before,
.mt-clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.mt-container:after,
.mt-container:before {
  content: '';
  display: table;
}

.mt-clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.mt-container:after {
  clear: both;
}

.clear {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
  position: relative;
}

/* Make sure select elements fit in widgets */

.widget select {
  min-width: 100%;
  height: 38px;
  padding: 0 10px;
  border-color: #eeee;
}

.widget_search .search-field {
  float: left;
  width: 78%;
}

.widget_search .search-submit {
  background: #f54337 none repeat scroll 0 0;
  color: #ffffff;
  height: 36px;
  width: 22%;
}

.widget-title {
  font-size: 21px;
  font-weight: 300;
  background: #e44d4d;
  color: #fff;
  padding: 6px 12px;
}

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.wp-block-latest-posts,
.wp-block-archives,
.wp-block-categories,
.wp-block-page-list,
.wp-block-latest-comments {
  list-style: outside none none;
  margin: 0;
}

.wp-block-page-list ul {
  list-style: outside none none;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.wp-block-latest-posts li,
.wp-block-archives li,
.wp-block-categories li,
.wp-block-page-list li,
.wp-block-latest-comments li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.wp-block-latest-posts li:last-child,
.wp-block-archives li:last-child,
.wp-block-categories li:last-child,
.wp-block-page-list li:last-child {
  border: none;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a,
.wp-block-latest-posts li a,
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-page-list li a,
.wp-block-latest-comments li {
  color: #000;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
  margin-right: 20px;
  font-weight: 300;
  padding-left: 22px;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
  color: #E44D4D;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before,
.wp-block-latest-posts li a:before,
.wp-block-archives li a:before,
.wp-block-categories li a:before,
.wp-block-page-list li a:before,
.wp-block-latest-comments li:before {
  color: #afb4bd;
  content: "\f187";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 0px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.widget_categories a::before,
.wp-block-categories li a:before {
  content: "\f07b";
}

.widget_recent_entries a::before,
.wp-block-latest-posts li a:before {
  content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
  content: "\f105";
}

.widget_recent_comments li::before,
.wp-block-latest-comments li:before {
  content: "\f086";
  top: 0;
}

.widget_rss li::before {
  content: "\f09e";
  top: 0;
}

.widget_pages li a:before,
.wp-block-page-list li a:before {
  content: "\f1ea";
  top: 0;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit {
  height: 36px;
  width: 25%;
  background: #e44d4d;
  border-color: #e44d4d;
  color: #ffffff;
}

.widget_recent_entries .post-date {
  color: #8f8f8f;
  display: block;
  font-size: 11px;
  margin-top: -5px;
  padding-left: 24px;
}

.widget_nav_menu .sub-menu {
  margin-bottom: -10px;
  margin-top: 10px;
  padding-left: 10px;
}

.widget_nav_menu li::before {
  top: 0;
}

.widget_tag_cloud .tagcloud a {
  color: #909090;
  font-size: 14px;
  margin-right: 4px;
}

.widget_tag_cloud .tagcloud a:hover {
  color: #333;
}

.header-sticky-sidebar-content .mismo_list_posts .one-column-posts-wrapper,
#secondary .mismo_list_posts .one-column-posts-wrapper {
  margin-right: 0px;
}

.widget_tag_cloud .tagcloud a,
.widget_tag_cloud a {
  color: #909090;
  font-size: 14px !important;
  border: 1px solid #cfcfcf;
  padding: 1px 10px;
  display: inline-block;
  margin: 0 5px 10px 0;
  border-radius: 2px;
}

.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud a:hover {
  background: #e44d4d;
  color: #fff;
  border-color: #e44d4d;
}

.wp-block-search__button {
  background: #333;
  border: none;
  width: 80px;
  margin: 0;
  height: 36px;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

h1.entry-title {
  color: #353535;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
}

h1.entry-title a {
  color: #3d3d3d;
}

.hentry {
  margin: 0 0 15px;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.cat-links {
  margin-right: 10px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 15px 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 15px;
}

.edit-link .post-edit-link {
  background: #E44D4D;
  padding: 4px 10px;
  color: #FFF !important;
  line-height: 1;
  border-radius: 3px;
  font-size: 13px;
}

.edit-link .post-edit-link:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: auto;
}

.blog article.hentry:first-child {
  margin-top: 30px;
}

article.hentry .edit-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

article.hentry h1.entry-title {
  margin-bottom: 5px;
  line-height: 1.2;
}

article.hentry .entry-footer>span {
  margin-right: 15px;
  font-size: 14px;
}

.page-header .page-title {
  color: #333333;
  padding-bottom: 15px;
}

.tags-links:before,
.comments-link:before {
  content: "\f075";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 8px;
}

.tags-links:before {
  content: "\f02b";
  margin-right: 5px;
}

.entry-footer .tags-links a {
  margin-left: 2px;
}

.updated {
  display: none;
}

.published.updated {
  display: inline-block;
}

.entry-footer a {
  color: #999;
}

.entry-footer a:hover {
  color: #E44D4D
}

.nav-links .meta-nav {
  display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  width: 50%;
  float: left;
}

.nav-links .nav-next {
  text-align: right;
  float: right;
}

.nav-links .nav-previous a:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.nav-links .nav-next a:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 5px;
}

.nav-links {
  overflow: auto;
  margin-top: 40px;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  float: left;
  width: 25%;
}

.nav-links .nav-next {
  float: right;
}

.nav-links .nav-next a,
.nav-links .nav-previous a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.entry-thumbnail {
  width: 38%;
  float: left;
}

.entry-excerpt {
  width: 60%;
  float: right;
}

.short-content {
  margin-bottom: 10px;
}

.short-content+.bttn {
  float: right;
}

.entry-footer {
  margin-top: 10px;
}

.full-width {
  float: none;
  width: 100%;
}

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments h2.comments-title {
  color: #333;
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin: 15px 0;
  padding: 8px 15px;
}

#comments h3 {
  margin: 0 0 10px;
  color: #141414;
  font-weight: 600;
  display: inline-block;
  line-height: 22px;
  font-size: 18px;
}

#commentform label {
  display: block;
}

textarea#comment {
  width: 100%;
  height: 150px;
}

/*Comment Lists*/

.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area ol.children {
  margin: 0 0 0 15px;
}

.comment-list .comment-body {
  padding: 15px;
  margin-bottom: 20px;
  background: #F2F2F2;
  border-top: 2px solid #E44D4D;
}

.comment-author img {
  vertical-align: text-top;
  margin-right: 15px;
}

.comment-metadata {
  margin-top: -10px;
  padding-left: 57px;
}

.comment-content {
  padding-left: 58px;
  margin-top: 10px;
}

.comment-author .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}

.comment-author .fn .url {
  color: #333;
  padding: 0 5px;
}

.comment-author .fn .url:hover {
  color: #E44D4D;
}

.comment-author .says {
  display: none;
}

.commentmetadata {
  float: right;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.commentmetadata a {
  color: #666;
}

.commentmetadata .comment-edit-link {
  color: #01AEFD;
}

.commentmetadata+.clear {
  margin-bottom: 20px;
}

.reply .comment-reply-link {
  background: none repeat scroll 0 0 #E44D4D;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1;
  padding: 2px 10px;
}

#respond {
  background: #f9f9f9 none repeat scroll 0 0;
  color: #141414;
  margin-top: 40px;
  padding: 20px;
}

#commentform .form-submit {
  margin-bottom: 0;
}

#cancel-comment-reply-link {
  font-style: italic;
  color: #E44D4D;
}

#cancel-comment-reply-link:before {
  font-family: FontAwesome;
  content: "\f057";
  margin: 0 5px 0 20px;
  font-style: normal;
  color: #E44D4D;
}

.logged-in-as a {
  color: #E44D4D;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-footer {
  display: none;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 10px 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
  margin-left: -2%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 3%;
  margin-left: 2%;
}

.site-main .gallery a img {
  max-width: none;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 47%;
}

.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
}

.gallery-columns-5 .gallery-item {
  max-width: 18%;
}

.gallery-columns-6 .gallery-item {
  max-width: 14.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 12.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 9.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/

.mt-column-wrapper {
  margin-left: -2%;
}

.mt-column-1 {
  float: left;
  width: 98%;
  margin-left: 2%;
}

.mt-column-2 {
  float: left;
  width: 48%;
  margin-left: 2%;
}

.mt-column-3 {
  float: left;
  width: 31.33%;
  margin-left: 2%;
}

.mt-column-4 {
  float: left;
  width: 23%;
  margin-left: 2%;
}

/*--------------------------------------------------------------
Sidebar layout css 
--------------------------------------------------------------*/

#primary,
.home.blog #primary {
  float: left;
  width: 70%;
}

#secondary,
.home.blog #secondary {
  float: right;
  width: 27%;
}

.page-template-magazine-template #primary {
  float: none;
  width: 100%;
}

.left-sidebar #primary {
  float: right;
}

.left-sidebar #secondary {
  float: left;
}

.no-sidebar #primary {
  float: none;
  width: 100%;
  margin: 0 auto;
}

.no-sidebar #secondary,
.no-sidebar-center #secondary {
  display: none;
}

.no-sidebar-center #primary {
  float: none;
  margin: 0 auto;
}

.home.blog #content #primary article:first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
  font-weight: 400;
  overflow: hidden;
  position: relative;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  background: #fff;
}

.site--boxed-layout #page {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 1200px;
  background: #ffffff;
}

.site--full-screen-layout .mt-container {
  width: 96%;
}

.page .no-thumbnail.page .page-image figure {
  display: none;
}

body.custom-background.site--full-layout {
  background: none;
}

body.fullwidth-layout #page {
  background: #fff none repeat scroll 0 0;
}

.mt-container {
  width: 1200px;
  margin: 0 auto;
}

@media (min-width:1600px) {
  .mt-container {
    width: 1400px;
  }

  .site--boxed-layout #page .mt-container {
    width: 1240px;
  }

  .site--boxed-layout #page {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
  }
}

.mt-clearfix {
  clear: both;
}

.post-thumb {
  overflow: hidden;
}

.post-title.medium-size,
.post-title.small-size,
.post-title.large-size {
  margin: 5px 0;
}

.post-title.medium-size a,
.post-title.small-size a,
.post-title.large-size a {
  font-size: 15px;
  line-height: 1.5;
  display: block;
  color: #333;
  font-weight: 500;
  text-transform: none;
}

.post-title.medium-size a {
  font-size: 18px;
}

.post-title.large-size a {
  font-size: 22px;
}

/*social icons color*/
#m-main-header .follow-us-icon i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#m-main-header .follow-us-icon i:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#masthead #m-main-header .facebook-f i,
#masthead #m-main-header .facebook-official i,
#masthead #m-main-header .facebook-square i,
#masthead #m-main-header .facebook i {
  color: #6079AE;
}

#masthead #m-main-header .twitter-square i,
#masthead #m-main-header .twitter i {
  color: #00acee;
}

#masthead #m-main-header .pinterest-square i,
#masthead #m-main-header .pinterest i,
#masthead #m-main-header .pinterest-p i {
  color: #c8232c;
}

#masthead #m-main-header .google i,
#masthead #m-main-header .google-plus-square i,
#masthead #m-main-header .google-plus-official i,
#masthead #m-main-header .google-plus-circle i,
#masthead #m-main-header .google-plus i {
  color: #CC3333;
}

#masthead #m-main-header .vimeo-square i,
#masthead #m-main-header .vimeo i {
  color: #86c9ef;
}

#masthead #m-main-header .google-wallet i {
  color: #3BCCFF;
}

#masthead #m-main-header .instagram i {
  color: #3f729b;
}

#masthead #m-main-header .yahoo i {
  color: #720e9e;
}

#masthead #m-main-header .youtube i,
#masthead #m-main-header .youtube-play i,
#masthead #m-main-header .youtube-square i {
  color: #c4302b;
}

#masthead #m-main-header .linkedin i,
#masthead #m-main-header .linkedin-square i {
  color: #0077B5;
}

/*social icon hover*/

#masthead #m-main-header .facebook-f i:hover,
#masthead #m-main-header .facebook-official i:hover,
#masthead #m-main-header .facebook-square i:hover,
#masthead #m-main-header .facebook i:hover {
  color: #305BB7;
}

#masthead #m-main-header .twitter-square i:hover,
#masthead #m-main-header .twitter i:hover {
  color: #0078a6;
}

#masthead #m-main-header .pinterest-square i:hover,
#masthead #m-main-header .pinterest i:hover,
#masthead #m-main-header .pinterest-p i:hover {
  color: #cc000b;
}

#masthead #m-main-header .google i:hover,
#masthead #m-main-header .google-plus-square i:hover,
#masthead #m-main-header .google-plus-official i:hover,
#masthead #m-main-header .google-plus-circle i:hover,
#masthead #m-main-header .google-plus i:hover {
  color: #c70a0a;
}

#masthead #m-main-header .vimeo-square i:hover,
#masthead #m-main-header .vimeo i:hover {
  color: #44a4db;
}

#masthead #m-main-header .google-wallet i:hover {
  color: #048ebf;
}

#masthead #m-main-header .instagram i:hover {
  color: #00457d;
}

#masthead #m-main-header .yahoo i:hover {
  color: #320147;
}

#masthead #m-main-header .youtube i:hover,
#masthead #m-main-header .youtube-play i:hover,
#masthead #m-main-header .youtube-square i:hover {
  color: #ad0600;
}

#masthead #m-main-header .linkedin i:hover,
#masthead #m-main-header .linkedin-square i:hover {
  color: #005785;
}

/*---------------------------------------------------------------------------
top header css
--------------------------------------------------------------------------*/
#m-top-header {
  background: #e44d4d;
}

#m-top-header-sticky-wrapper {
  z-index: 999999;
}

.site-title a {
  color: #fff;
  font-size: 36px;
  line-height: 0;
  font-weight: 700;
  text-transform: capitalize;
}

.site-title a:hover {
  color: #ddd;
}

.site-title {
  margin-bottom: 0;
  padding: 10px 0;
}

.site-description {
  color: #fff;
  margin-top: -10px;
  margin-bottom: 10px;
}

.sticky-sidebar-logo-wrap {
  width: 30%;
  float: left;
}

.site-branding {
  float: left;
}

.site-branding {
  margin: 26px 0;
}

.sticky-sidebar-logo-wrap::after {
  position: absolute;
  content: "";
  left: 30%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.top-header-highlight-post {
  width: 70%;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  float: right;
  padding: 20px 0;
}

.top-header-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.highlight-post-main-title {
  width: 20%;
  float: left;
  text-align: center;
  line-height: 1.5;
  position: relative;
  padding: 10px;
  margin-top: 8px;
  padding-left: 4px;
}

.highlight-post-main-title::after {
  position: absolute;
  right: 14px;
  top: 50%;
  content: "\f105";
  font-family: fontawesome;
  font-weight: 400;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.highlight-post-wrap {
  width: 80%;
  overflow: hidden;
}

.top-header-highlight-post.no-title .highlight-post-wrap {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}

.highlight-post-thumb-wrap {
  display: inline-block;
  margin-right: 20px;
}

.highlight-post-thumb-wrap img {
  width: 68px;
  margin-right: 20px;
}

.highlight-post-title a {
  font-size: 14px;
  color: #fff;
}

.highlight-post-title-wrap .entry-meta a {
  color: #fff;
  font-size: 12px;
}

.highlight-post-title-wrap .entry-meta {
  margin: 0;
}

.highlight-post-title-wrap .entry-meta a:hover,
.highlight-post-title a:hover {
  color: #ddd;
}

.highlight-post-title-wrap {
  font-size: 14px;
  float: right;
  width: 250px;
}

.highlight-post-title-wrap a:focus {
  color: #fff;
}

#m-top-header.no-highlight-post .site-branding {
  position: inherit;
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  padding: 10px 0;
}

#m-top-header.no-highlight-post .custom-logo {
  padding: 8px 0;
}

#m-top-header.no-highlight-post .sticky-sidebar-logo-wrap {
  width: 100%;
  float: none;
  text-align: center;
}

#m-top-header.no-highlight-post .sticky-sidebar-logo-wrap::after {
  display: none;
}

/*-------------------------------------------------------------------
main header css
-----------------------------------------------------------------*/
#m-main-header {
  box-shadow: 0 0 12px rgba(2, 2, 2, 0.1);
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.is-sticky #m-main-header {
  background: #fff;
  z-index: 99999 !important;
  padding: 0;
}

.is-sticky #m-main-header #site-navigation ul li a {
  line-height: 54px;
}

.menu-toggle {
  background: no-repeat;
  border: none;
  padding: 0;
  display: none;
}

.menu-toggle i {
  color: #797979;
  font-size: 22px;
}

#site-navigation ul {
  margin: 0;
  list-style: none;
}

#site-navigation ul li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

#site-navigation ul li a {
  color: #717171;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 14px;
  display: block;
  line-height: 60px;
  position: relative;
  font-weight: 400;
}

#site-navigation ul li a .menu-item-description {
  display: inline-block;
  position: absolute;
  top: -12px;
  line-height: 22px;
  color: #fff;
  padding: 0px 8px;
  font-size: 11px;
  right: -30px;
  background: #d34545;
}

#site-navigation ul ul li a .menu-item-description {
  display: none;
}

.is-sticky #site-navigation ul li a .menu-item-description {
  top: -4px;
  font-size: 10px;
}

#site-navigation ul li.menu-item-has-children a .menu-item-description {
  right: 0;
}

#site-navigation .menu-item-description::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #d34545 transparent transparent transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#site-navigation ul#primary-menu>li:first-child>a {
  padding-left: 0;
}

#site-navigation ul#primary-menu .sub-menu>li:first-child a {
  padding-left: 10px;
}

#site-navigation ul li:hover>a,
#site-navigation ul li.current-menu-item>a,
#site-navigation ul li.current_page_ancestor>a,
#site-navigation ul li.current_page_item>a,
#site-navigation ul li.current-menu-ancestor>a,
#site-navigation ul li.focus>a {
  color: #e44d4d;
}

#site-navigation li.menu-item-has-children>a::after,
#site-navigation li.page_item_has_children>a::after {
  font-family: fontawesome;
  font-weight: 400;
  content: "\f078";
  position: absolute;
  right: 10px;
  top: -1px;
  font-size: 13px;
}

#site-navigation .sub-menu li.menu-item-has-children>a::after,
#site-navigation .children li.page_item_has_children>a::after {
  content: "\f054";
  top: 13px;
}

#masthead #primary-menu li.menu-item-has-children,
#masthead #primary-menu li.page_item_has_children {
  margin-right: 0;
}

#site-navigation ul#primary-menu>li.menu-item-has-children>a,
#site-navigation #primary-menu ul>li.page_item_has_children>a {
  padding-right: 35px;
}

#site-navigation ul li .sub-menu,
#site-navigation ul li .children {
  background: #fff;
  min-width: 250px;
  text-align: left;
  position: absolute;
  left: -9999rem;
  opacity: 0;
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  -o-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  z-index: 9999;
  box-shadow: 0 1px 12px rgba(2, 2, 2, 0.1);
}

.is-sticky #m-main-header #site-navigation ul li .sub-menu li a,
.is-sticky #m-main-header #site-navigation ul li .children li a {
  line-height: 20px;
}


#site-navigation ul li:hover>ul.sub-menu,
#site-navigation ul li:hover>ul.children,
#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children {
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
}

#site-navigation ul li.focus>.sub-menu,
#site-navigation ul li.focus>.children,
#site-navigation ul li:hover>.sub-menu,
#site-navigation ul li:hover>.children {
  opacity: 1;
  visibility: visible;
}

#site-navigation ul.sub-menu li ul,
#site-navigation ul.children li ul {
  right: 9999em;
  left: auto !important;
  top: 0% !important;
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
}


#site-navigation ul.sub-menu li:hover>ul,
#site-navigation ul.children li:hover>ul,
#site-navigation ul.sub-menu li.focus>ul,
#site-navigation ul.children li.focus>ul {
  right: -100%;
  left: auto !important;
  top: 0% !important;
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
}

#site-navigation ul li .sub-menu li,
#site-navigation ul li .children li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

#site-navigation ul li .sub-menu li a,
#site-navigation ul li .children li a {
  padding: 10px;
  border-right: none;
  line-height: 24px;
  font-size: 15px;
}

#m-main-header #m-follow-icons-wrapper,
#site-navigation,
#m-search-wrapper {
  float: left;
}

#m-main-header .icon-search-wrapper {
  float: right;
  line-height: 4.3;
}

#m-main-header .follow-us-icon {
  display: inline-block;
}

#m-main-header #m-follow-icons-wrapper i {
  margin: 0 8px;
  line-height: 3.5;
  font-size: 15px;
  color: #717171;
}

#m-main-header #m-follow-icons-wrapper {
  margin-right: 10px;
}

#site-navigation .sub-toggle {
  display: none;
}

/*search form*/

#m-search-wrapper input[type="search"] {
  border: 0px solid #ccc;
  -webkit-appearance: none;
  border-bottom: 1px dotted #ddd;
  margin: 0 12px;
}

#m-search-wrapper input[type="submit"] {
  display: none;
}

#m-follow-icons-wrapper i,
#m-search-wrapper .search-form-open,
#m-search-wrapper .m-search-form,
#m-search-wrapper .search-form,
#m-search-wrapper .search-close {
  display: inline-block;
  color: #717171;
}

#m-search-wrapper .search-form-open,
#m-search-wrapper .search-form,
#m-search-wrapper .search-close i {
  font-size: 16px;
  cursor: pointer;
  line-height: 2;
}

#m-search-wrapper .search-form {
  width: 500px;
  margin-right: 30px;
}

.nav-search-wrapper {
  position: relative;
}

#m-search-wrapper .m-search-form {
  position: absolute;
  right: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  background: #fff;
  visibility: hidden;
  top: 0;
}

#m-search-wrapper .m-search-form.search-form-show {
  visibility: visible;
  opacity: 1;
}

.main-navigation {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*Site toggle dark mode*/

#mismo-site-mode-wrap {
  float: left;
  margin: 20px 20px 0 0;
  display: flex;
}

#mismo-site-mode-wrap a {
  display: block;
  height: 20px;
  width: 40px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.75);
  position: relative;
  transition: .25s;
  font-size: 0;
}

#mismo-site-mode-wrap a span {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out .3s;
}

#mismo-site-mode-wrap a.dark-mode span {
  left: 24px;
}

#mismo-site-mode-wrap a.light-mode span:after {
  height: 12px;
  width: 12px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  color: #111;
  transition: all ease-in-out .3s;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3C/svg%3E");
}

#mismo-site-mode-wrap a.dark-mode span::after {
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 1;
  color: #111;
  transition: all ease-in-out .3s;
  opacity: 1;
  visibility: visible;
  height: 12px;
  width: 12px;
}

#mismo-site-mode-wrap a.dark-mode span:after {
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-moon' viewBox='0 0 16 16'%3E%3Cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z'/%3E%3C/svg%3E");
}

/*---------------------------------------------------------
trending tags section
--------------------------------------------------------*/
.tag-detail-wrapper {
  padding: 30px 0;
  overflow: hidden;
}

.trending-wrapper {
  float: left;
}

.site-detail-date-wrap {
  float: right;
  padding: 1px 0;
}

.trending-wrapper .wrap-label {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin-right: 28px;
}

.tag-detail-wrapper .site-detail-wrap,
.tag-detail-wrapper .date-element,
.trending-wrapper .wrap-label,
.trending-wrapper .tags-wrapper {
  display: inline-block;
}

.trending-wrapper .wrap-label::after {
  position: absolute;
  content: "";
  right: -14px;
  top: 4px;
  width: 1px;
  height: 20px;
  background: #c2c2c2;
}

.trending-wrapper .head-tags-links a {
  font-size: 14px;
  color: #acacac;
  line-height: 2;
  padding: 10px;
  font-weight: 600;
  position: relative;
}

.trending-wrapper.tag-before-icon .head-tags-links a {
  padding: 10px 14px;
}

.trending-wrapper.tag-before-icon .head-tags-links a:hover::before,
.trending-wrapper .head-tags-links a:hover {
  color: #333;
}

.trending-wrapper.tag-before-icon .head-tags-links a::before {
  position: absolute;
  content: "#";
  left: 0px;
  top: 5px;
  display: inline-block;
}

.trending-wrapper .head-tags-links a::before {
  display: none;
}

.site-detail-wrap {
  text-align: right;
}

.site-detail {
  display: inline-block;
  padding: 0 8px;
  font-size: 13px;
  color: #717171;
  position: relative;
}

.site-detail::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 4px;
  width: 1px;
  height: 14px;
  background: #c2c2c2;
}

.site-detail-wrap .site-detail:first-child::before {
  display: none;
}

/*-----------------------------------------------------------------------------------
Advertisement ads css
-----------------------------------------------------------------------------------*/
#masthead #sidebar-header-ads-area .widget {
  display: block;
  margin: 4px;
  margin-top: 0;
  text-align: center;
}

#masthead #sidebar-header-ads-area {
  margin-bottom: 40px;
}

/*-----------------------------------------------------------------------------------
inner header
-----------------------------------------------------------------------------------*/
#custom-header {
  position: relative;
}

#custom-header .custom-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.woocommerce-breadcrumb,
.breadcrumbs .trail-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-breadcrumb li,
.breadcrumbs .trail-items li {
  display: inline-block;
  margin: 10px;
  font-size: 15px;
}

.woocommerce-breadcrumb,
.breadcrumbs .trail-items {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.woocommerce-breadcrumb li::after,
.breadcrumbs .trail-items li::after {
  content: "\f101";
  position: relative;
  right: -10px;
  font-size: 14px;
  font-family: FontAwesome;
}

.woocommerce-breadcrumb li:last-child:after,
.breadcrumbs .trail-items li:last-child:after {
  display: none;
}

/*-----------------------------------------------------------------------------------
M:Banner css
-----------------------------------------------------------------------------------*/
.mismo-bg-img {
  background-size: cover;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
}

.site--boxed-layout .mismo-bg-img.small-image {
  height: 100px;
}

.site--boxed-layout .mismo-bg-img.large-image {
  height: 340px;
}

.site--boxed-layout .mismo-bg-img.cover-image {
  height: 520px;
}

.front-full-width-section .mismo-bg-img.small-image {
  height: 140px;
}

.front-full-width-section .mismo-bg-img.large-image {
  height: 420px;
}

.mismo-bg-img.small-image {
  height: 120px;
}

.mismo-bg-img.large-image {
  height: 360px;
}

.mismo-bg-img.cover-image {
  height: 580px;
}

.m-banner-featured-section,
.m-banner-top-stories {
  width: 20%;
  float: left;
}

.m-banner-featured-section {
  margin-left: 3%;
}

.page .m-banner-featured-section .entry-header {
  margin-top: 4px;
}

.m-banner-featured-section .post-cats-list li {
  margin-top: 5px;
}

.mismo_banner .post-cats-list a::after {
  display: none;
}

.m_banner .post-cats-list .category-button a:hover,
.m_banner .post-cats-list .category-button a {
  padding: 0;
}

.m-banner-featured-section {
  float: right;
}

.m-banner-featured-section article:last-child {
  margin-bottom: 0;
}

.banner-slider-wrap {
  width: 54%;
  float: left;
  margin-left: 3%;
  position: relative;
}

.left-full-banner--width .banner-slider-wrap,
.right-full-banner--width .banner-slider-wrap {
  width: 77%;
  margin-left: 0;
}

.right-full-banner--width .banner-slider-wrap {
  margin-left: 3%;
}

.banner-section-wrapper.full-banner--width {
  margin-left: 0;
}

.full-banner--width .banner-slider-wrap {
  width: 100%;
  float: none;
  margin: 0;
}

.featured-section-section-title,
.top-stories-section-title {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  margin-top: 10px;
}

.featured-section-section-title::before,
.featured-section-section-title::after,
.top-stories-section-title::before,
.top-stories-section-title::after {
  position: absolute;
  content: "";
  width: 65%;
  height: 2px;
  background: #333;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.featured-section-section-title::before,
.top-stories-section-title::before {
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  bottom: -1px;
}

.m_banner .post-cats-list .category-button a {
  font-size: 13px;
}

.m_banner .post-cats-list .category-button a:hover,
.m_banner .post-cats-list .category-button a {
  padding: 0;
}

.m_banner .post-cats-list a::after {
  display: none;
}

.m_banner .post-cats-list {
  display: block;
}

.top-stories-post {
  overflow: hidden;
  margin: 8px 0;
}

.top-stories-post-wrapper .top-stories-image {
  width: 35%;
  float: left;
}

.top-stories-post-wrapper .post-title {
  width: 60%;
  float: right;
}

.top-stories-post-wrapper .post-title a {
  color: #333;
}

.top-stories-post-wrapper.no-thumbnail .post-title {
  width: 100%;
  float: none;
}

.top-stories-post-wrapper {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
}

.top-stories-post-wrapper:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.m-banner-featured-section .entry-meta {
  margin: 2px 0;
}

/*.banner-slider-wrap*/

.banner-slider-wrap article {
  position: relative;
}

.banner-slider-wrap .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
  padding: 30px;
  width: 100%;
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#000000', GradientType=0);
}

.banner-slider-wrap .post-title a {
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}

.banner-slider-wrap article {
  height: 745px;
}

.banner-slider-wrap .entry-meta a,
.entry-meta span {
  color: #717171;
}

.banner-slider-wrap .lSPager.lSpg {
  position: absolute;
  left: 30px;
  top: 20px;
}

.banner-slider-wrap .lSPager.lSpg li a {
  background: #fff;
  padding: 5px;
}

.banner-slider-wrap .entry-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  margin-top: 8px;
}

.banner-slider-wrap .post-cats-list {
  margin-top: 0;
}

.banner-slider-wrap .entry-header {
  margin: 0;
}

.m_banner .banner-slider-wrap .post-cats-list a {
  font-size: 15px;
}

.banner-slider-wrap .entry-meta span,
.banner-slider-wrap .entry-meta span a {
  color: #cfcfcf;
}

.banner-slider-wrap .lSAction a {
  background: none;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  text-align: center;
  width: 35px;
  line-height: 60px;
  height: 60px;
  left: 0;
  color: #fff;
  font-size: 24px;
}

.banner-slider-wrap .lSAction a.lSNext {
  right: 0;
  left: auto;
}

.banner-slider-wrap .lSAction a:Hover {
  background: rgba(0, 0, 0, 0.8);
}

/*-------------------------------------------------------------------------
Post css
--------------------------------------------------------------------------*/
.post-cats-list a {
  position: relative;
  padding: 2px 4px;
}

.post-cats-list a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  left: 0;
  top: 0;
}

.post-cats-list {
  margin: 0;
}

.blog .post-cats-list {
  margin-bottom: 10px;
}

.post-cats-list li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  list-style: none;
}

.posted-on a,
.byline a {
  font-size: 13px;
  color: #717171;
  font-weight: 400;
}

.posted-on a:hover,
.byline a:hover {
  color: #333;
}

.entry-meta {
  margin: 8px 0;
}

.entry-meta a,
.entry-meta {
  font-size: 13px;
}

.entry-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  word-wrap: break-word;
}

.entry-title a {
  color: #333;
}

.post-cats-list span {
  margin-right: 8px;
  position: relative;
}

.post-cats-list span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  left: -6px;
  top: 2px;
  background: #aeaeae;
}

.post-cats-list span:first-child::after {
  display: none;
}

/*______________________________________________________
widget title css
_______________________________________________________*/
.header-sticky-sidebar-content .widget-title,
#content .widget-title {
  font-size: 17px;
  font-weight: 400;
  background: #e44d4d;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}

.header-sticky-sidebar-content .widget-title::after,
#content .widget-title::after {
  position: absolute;
  background: #e44d4d;
  content: "";
  border-right: 4px solid rgb(255, 255, 255, 1);
  border-top: 4px solid rgba(255, 255, 255, 0);
  border-left: 4px solid rgba(255, 255, 255, 0);
  border-bottom: 4px solid rgb(255, 255, 255, 1);
  left: 0;
  top: 100%;
}

#content .carousel-title-wrapper .custom-title {
  border: 0px;
  margin-bottom: 0;
  position: inherit;
  display: inline-block;
  width: 50%;
  float: left;
}

.carousel-title-wrapper,
.header-sticky-sidebar-content .custom-title,
#content .custom-title {
  border: 1px solid #ececec;
  position: relative;
  margin-bottom: 30px;
  border-left: 0px;
  text-align: left;
}

/*______________________________________________________
carousel grid title css
_______________________________________________________*/
.right-side-title {
  display: inline-block;
  width: 50%;
  text-align: right;
}

.m-carousel-grid-posts-wrapper.no-title .right-side-title {
  width: 100%;
  border-left: 1px solid #ececec;
}

.carousel-cat-title-list {
  display: inline-block;
  margin: 0;
  line-height: 2.5;
}

.carousel-controls {
  display: inline-block;
  position: relative;
}

.carousel-cat-title-list li {
  list-style: none;
  display: inline-block;
  margin: 0 12px;
  text-transform: uppercase;
}

.m-carousel-grid-posts-content {
  height: auto !important;
}

.m-carousel-grid-posts-wrapper {
  position: relative;
}

.carousel-controls span {
  font-size: 17px;
  color: #a2a2a2;
  margin: 0 6px;
  line-height: 2;
  cursor: pointer;
}

.carousel-controls::before {
  width: 2px;
  position: absolute;
  height: 27px;
  left: -4px;
  top: 4px;
  background: #ececec;
  content: "";
}

/*_____________________________________________________________
Timeline widget CSS
______________________________________________________________*/

.timeline-widget-wrap article .post-content {
  background: #f9f9f9;
  padding: 15px 15px;
  margin-bottom: 20px;
  position: relative;
}

.timeline-widget-wrap .trending_number {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.timeline-widget-wrap .trending_number span {
  float: left;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #E44D4D;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
}

.timeline-widget-wrap .post-cats-list li {
  margin-top: 0;
}

.timeline-widget-wrap .post-title {
  margin: 5px 0 0;
}

.timeline-widget-wrap .post-title a {
  font-size: 16px;
  color: #333;
  display: block;
}

.timeline-cat-title-wrap {
  float: left;
  width: 100%;
  padding-left: 60px;
}

.timeline-widget-wrap .post-title a:hover {
  color: #E44D4D;
}

/*_____________________________________________________________
grid layout
______________________________________________________________*/

.mismo_grid_posts .classic--layout-1-full-contain-post-wrap {
  width: 47%;
  float: left;
  margin-right: 3%;
}

.widget-classic--layout-1 .two-column-grid-post-wrap {
  width: 50%;
  float: right;
}

.widget-grid--layout .two-column-grid-post-wrap,
.widget-classic--layout-2 .two-column-grid-post-wrap {
  float: none;
  margin-left: -3%;
}

.widget-grid--layout .two-column-grid-post-wrap article,
.widget-classic--layout-2 .two-column-grid-post-wrap article {
  width: 47%;
  margin-left: 3%;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
  margin-right: -4px;
}

.classic--layout-2-full-contain-post-wrap figure {
  height: 500px;
}

.mismo_grid_posts .classic--layout-1-full-contain-post-wrap figure,
.two-column-posts-wrapper.widget-grid--layout .post-thumb figure {
  height: 350px;
  overflow: hidden;
}

.two-column-grid-post-wrap .post-thumb figure {
  height: 125px;
}

.mismo_default_tabbed .m-comment-avatar,
.mismo_default_tabbed .post-thumb,
.one-column-posts-content .post-thumb,
.two-column-grid-post-wrap .post-thumb {
  width: 27%;
  display: inline-block;
  overflow: hidden;
}

.widget-grid--layout .two-column-grid-post-wrap .post-content,
.widget-grid--layout .two-column-grid-post-wrap .post-thumb {
  width: 100%;
}

.m-banner-featured-section article.no-thumbnail figure,
.mismo_list_posts .classic--layout-1-full-contain-post-wrap .no-thumbnail .post-thumb,
.mismo_grid_posts .classic--layout-1-full-contain-post-wrap .no-thumbnail figure,
.two-column-posts-wrapper.widget-grid--layout .no-thumbnail .post-thumb,
.mismo_default_tabbed .no-thumbnail .m-comment-avatar,
.mismo_default_tabbed .no-thumbnail .post-thumb,
.one-column-posts-content .no-thumbnail .grip-thumb,
.widget-classic--layout-2 .two-column-grid-post-wrap .no-thumbnail .grip-thumb,
.widget-classic--layout-1 .two-column-grid-post-wrap .no-thumbnail .grip-thumb {
  display: none;
}

.mismo_default_tabbed .m-comment-desc-wrap,
.mismo_default_tabbed .post-content,
.one-column-posts-content .post-content,
.two-column-grid-post-wrap .post-content {
  width: 70%;
  float: right;
}

.mismo_default_tabbed .no-thumbnail .m-comment-desc-wrap,
.mismo_default_tabbed .no-thumbnail .post-content,
.one-column-posts-content .no-thumbnail .list-content-wrap,
.two-column-grid-post-wrap .no-thumbnail .grid-content-wrap {
  width: 100%;
  float: none;
}

.widget-classic--layout-2 .two-column-grid-post-wrap .entry-content,
.widget-classic--layout-1 .two-column-grid-post-wrap .entry-content {
  display: none;
}

/*-------------------------------
grid layout design
-----------------------------------*/
.mismo_grid_posts .entry-content {
  font-size: 15px;
}

.mismo_grid_posts .posted-on a,
.mismo_grid_posts .byline a {
  font-size: 13px;
}

.mismo_list_posts .post-cats-list span::after,
.mismo_grid_posts .post-cats-list span::after {
  display: none;
}

.mismo_default_tabbed .m-post-title,
.widget-classic--layout-2 .two-column-grid-post-wrap .post-title,
.widget-classic--layout-1 .two-column-grid-post-wrap .post-title {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 4px;
  font-weight: 400;
}

/*-----------------------------------------
front main content
------------------------------------------*/

.front-main-content-wrapper .mismo_carousel_grid_posts figure {
  height: 270px;
}

.one-column-posts-wrapper {
  margin-right: 20px;
}

/*-----------------------------------------
list layout
--------------------------------------------*/

.front-full-width-section .mismo_list_posts,
.front-main-content .mismo_list_posts {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.mismo_list_posts .post-thumb figure {
  height: 120px;
}

.mismo_list_posts .classic--layout-1-full-contain-post-wrap .post-thumb figure {
  height: 250px;
}

.front-full-width-section .mismo_list_posts .classic--layout-1-full-contain-post-wrap .post-thumb figure {
  height: 380px;
}

.mismo_list_posts .post-title {
  margin-top: 10px;
}

.mismo_list_posts .posted-on a,
.mismo_list_posts .byline a {
  font-size: 13px;
}

.mismo_list_posts .classic--layout-1-full-contain-post-wrap .post-content {
  width: 100%;
  display: block;
}

.mismo_list_posts .classic--layout-1-full-contain-post-wrap p {
  margin: 0;
}

.mismo_list_posts .classic--layout-1-full-contain-post-wrap .post-thumb {
  width: 100%;
  display: block;
  overflow: hidden;
}

.classic--layout-1-full-contain-post-wrap {
  margin-bottom: 20px;
}

/*-------------------------------------------------------------------------
-------------------------------------------------------------------------*/
#content .mismo_social_media .custom-title {
  margin-bottom: 0px;
}

#m-widget-tab {
  margin: 0;
  overflow: auto;
}

#m-widget-tab li {
  list-style: none;
  width: 50%;
  float: left;
  text-align: center;
  background: #e44d4d;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

#m-widget-tab li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  display: block;
}

#m-widget-tab li.ui-tabs-active {
  background: #333;
  position: relative;
}

#m-widget-tab li.ui-tabs-active:after {
  position: absolute;
  content: "";
  right: 20%;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0);
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid rgba(255, 255, 255, 1);
}

.m-tabbed-section {
  padding: 16px 10px;
  border: 1px solid #ececec;
  border-top: 0;
}

#m-tabbed-widget .m-single-comment {
  list-style: none;
  overflow: auto;
}

#m-tabbed-widget #comments ul {
  margin: 0;
}

#m-tabbed-widget .m-comment-avatar img {
  min-width: 100%;
}

.mismo_default_tabbed .m-comment-desc-wrap a {
  font-weight: 500;
}

.mismo_default_tabbed .m-comment-desc-wrap a,
.mismo_default_tabbed .m-comment-desc-wrap {
  color: #333;
}

/*-------------------------------------------------------------------------
widget mismo_social_media css
--------------------------------------------------------------------------*/
#content .mismo_social_media .widget-title {
  display: block;
  background: #e44d4d;
  padding: 10px;
  text-transform: capitalize;
}

#content .mismo_social_media .widget-title:after {
  display: none;
}

.mismo_social_media #m-follow-icons-wrapper i {
  color: #fff;
  line-height: 1.5;
  font-size: 18px;
}

.mismo_social_media #m-follow-icons-wrapper {
  padding-top: 18px;
}

.mismo_social_media .follow-us-icon {
  margin-bottom: 8px;
  padding: 4px 12px;
  display: inline-block;
  margin-right: 8px;
}

.mismo_social_media .facebook-f,
.mismo_social_media .facebook-official,
.mismo_social_media .facebook-square,
.mismo_social_media .facebook {
  background: #6079AE;
}

.mismo_social_media .twitter-square,
.mismo_social_media .twitter {
  background: #00acee;
}

.mismo_social_media .pinterest-square,
.mismo_social_media .pinterest,
.mismo_social_media .pinterest-p {
  background: #c8232c;
}

.mismo_social_media .google,
.mismo_social_media .google-plus-square,
.mismo_social_media .google-plus-official,
.mismo_social_media .google-plus-circle,
.mismo_social_media .google-plus {
  background: #CC3333;
}

.mismo_social_media .vimeo-square,
.mismo_social_media .vimeo {
  background: #86c9ef;
}

.mismo_social_media .google-wallet {
  background: #3BCCFF;
}

.mismo_social_media .instagram {
  background: #3f729b;
}

.mismo_social_media .yahoo {
  background: #720e9e;
}

.mismo_social_media .youtube,
.mismo_social_media .youtube-play,
.mismo_social_media .youtube-square {
  background: #c4302b;
}

.mismo_social_media .linkedin,
.mismo_social_media .linkedin-square {
  background: #0077B5;
}

/*widget social icon hover*/

.mismo_social_media .facebook-f:hover,
.mismo_social_media .facebook-official:hover,
.mismo_social_media .facebook-square:hover,
.mismo_social_media .facebook:hover {
  background: #305BB7;
}

.mismo_social_media .twitter-square:hover,
.mismo_social_media .twitter:hover {
  background: #0092ca;
}

.mismo_social_media .pinterest-square:hover,
.mismo_social_media .pinterest:hover,
.mismo_social_media .pinterest-p:hover {
  background: #c42b33;
}

.mismo_social_media .google:hover,
.mismo_social_media .google-plus-square:hover,
.mismo_social_media .google-plus-official:hover,
.mismo_social_media .google-plus-circle:hover,
.mismo_social_media .google-plus:hover {
  background: #CC3333;
}

.mismo_social_media .vimeo-square:hover,
.mismo_social_media .vimeo:hover {
  background: #86c9ef;
}

.mismo_social_media .google-wallet:hover {
  background: #048ebf;
}

.mismo_social_media .instagram:hover {
  background: #2d6da0;
}

.mismo_social_media .yahoo:hover {
  background: #320147;
}

.mismo_social_media .youtube:hover,
.mismo_social_media .youtube-play:hover,
.mismo_social_media .youtube-square:hover {
  background: #ad0600;
}

.mismo_social_media .linkedin:hover,
.mismo_social_media .linkedin-square:hover {
  background: #005785;
}


/*-------------------------------------
widget menu design
-----------------------------------*/
.widget_nav_menu .sub-menu,
.widget_nav_menu .children {
  position: static;
  top: 100%;
  left: 0;
  background: #FFF;
  opacity: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transform: scaley(0);
  -webkit-transform: scaley(0);
  -ms-transform: scaley(0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  z-index: 9999;
}

.widget_nav_menu li:hover>ul.sub-menu,
.widget_nav_menu li:hover>ul.children {
  opacity: 1;
  -transform: scaley(1);
  -webkit-transform: scaley(1);
  -ms-transform: scaley(1);
}

.widget_nav_menu .sub-menu li,
.widget_nav_menu .children li {
  float: none;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
}

#colophon .widget_nav_menu .sub-menu li,
#colophon .widget_nav_menu .children li {
  border-bottom: 1px solid #352d2d;
}

.widget_nav_menu .sub-menu li:last-child,
.widget_nav_menu .children li:last-child {
  border: none;
}

.widget_nav_menu .sub-menu ul,
.widget_nav_menu .children ul {
  right: -100%;
  left: auto;
  top: -20%;
}

.widget_nav_menu .sub-menu li.focus>ul,
.widget_nav_menu .children li.focus>ul,
.widget_nav_menu .sub-menu li:hover>ul,
.widget_nav_menu .children li:hover>ul {
  top: 0;
}

.widget_nav_menu ul li.menu-item-has-children {
  margin-right: 0;
}

.widget_nav_menu li.menu-item-has-children>a::after,
.widget_nav_menu li.page_item_has_children>a::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
}

.widget_nav_menu .sub-menu li.menu-item-has-children>a::after,
.widget_nav_menu .children li.page_item_has_children>a::after {
  right: 15px;
  top: 0;
}

.widget_nav_menu .sub-menu li.menu-item-has-children>a:after,
.widget_nav_menu .children li.page_item_has_children>a:after {
  content: "\f105";
}

.widget_nav_menu li.menu-item-has-children>a,
.widget_nav_menu li.page_item_has_children>a {
  padding-right: 15px;
}

.widget_media_image {
  text-align: center;
}

/*****************************************
sub-menu design
******************************************/
.widget_nav_menu .sub-menu,
.widget_nav_menu .children {
  position: static;
  min-width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  visibility: visible;
  display: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  box-shadow: none;
  transform: scaley(1);
  -webkit-transform: scaley(1);
  -ms-transform: scaley(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  background: #f3f2f2cc;
}

.header-sticky-sidebar-content .widget_nav_menu .sub-menu,
.header-sticky-sidebar-content .widget_nav_menu .children {
  background: #ddd;
}

#colophon .widget_nav_menu .sub-menu,
#colophon .widget_nav_menu .children {
  background: #4d4d4dcc;
}

.widget_nav_menu li:hover>.sub-menu,
.widget_nav_menu li:hover>.children {
  top: 0;
}

.widget_nav_menu li {
  position: relative;
}

.widget_nav_menu .sub-toggle {
  color: #333;
  cursor: pointer;
  display: block;
  height: 24px;
  line-height: 25px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 24px;
}

#colophon .widget_nav_menu .sub-toggle {
  color: #fff;
}

#content .widget_nav_menu li.current-menu-item>.sub-toggle i {
  color: #d40234;
}

.widget_nav_menu li.menu-item-has-children>a::after,
.widget_nav_menu li.page_item_has_children>a::after {
  display: none;
}

.widget_nav_menu .sub-menu li,
.widget_nav_menu .children li {
  text-align: center;
}

/*-------------------------------------------------------------------------
latest post css
--------------------------------------------------------------------------*/

.blog .entry-content.m-archive-more a {
  color: #717171;
}

.error404 .entry-title,
.page .site-main article .entry-title,
.single .entry-title,
.blog .entry-title {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}

/*-------------------------------------------------------------------------
related post css
--------------------------------------------------------------------------*/
.mismo-single-related-posts {
  margin-top: 40px;
}

.mismo-related-posts-wrapper {
  margin-left: -3%;
}

.mismo-related-posts-wrapper article {
  width: 30.33%;
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
  margin-right: -4px;
}

.error404 .mismo-related-posts-wrapper .entry-title a,
.single .mismo-related-posts-wrapper .entry-title a {
  font-size: 16px;
  display: block;
}

.mismo-related-posts-wrapper.mismo-you-may-like-wrapper article {
  width: 17%;
}

.mismo-you-may-like-wrapper .entry-title a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-top: 12px;
}

/*-------------------------------------------------------------------------
footer css
--------------------------------------------------------------------------*/

#colophon {
  background: #1e1818;
  margin-top: 60px;
  color: #e6e6e6;
}

#colophon .footer-widgets-wrapper {
  padding-top: 60px;
}

#colophon a {
  color: #e6e6e6;
}

#colophon .category-button a:after {
  border-color: #e6e6e6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#colophon .banner-slider-wrap article,
#colophon .customizer-custom-content {
  height: 420px !important;
}

#colophon .banner-slider-wrap .post-title,
#colophon .banner-slider-wrap .entry-title a,
#colophon .banner-slider-wrap .post-cats-list a {
  color: #333;
}

.search #colophon article.hentry {
  margin-bottom: 0;
}

#colophon .widget_archive a,
#colophon .widget_categories a,
#colophon .widget_recent_entries a,
#colophon .widget_meta a,
#colophon .widget_recent_comments li,
#colophon .widget_rss li,
#colophon .widget_pages li a,
#colophon .widget_nav_menu li a {
  color: #e6e6e6;
}


#colophon .widget-title {
  background: none !important;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}

#colophon .widget-title::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #e44d4d;
  left: 0;
  bottom: -4px;
}

#colophon .mismo_social_media .widget-title {
  background: none;
}

#colophon .widget-title::after {
  display: none;
}

#colophon .m-bottom-footer-widget-wrapper,
#colophon .m-footer-widget-wrapper {
  margin-left: -3%;
}

#colophon .bottom_footer_one-column .m-bottom-footer-widget,
#colophon .bottom_footer_two-column .m-bottom-footer-widget,
#colophon .bottom_footer_three-column .m-bottom-footer-widget,
#colophon .footer_one-column .m-footer-widget,
#colophon .footer_two-column .m-footer-widget,
#colophon .footer_three-column .m-footer-widget,
#colophon .footer_four-column .m-footer-widget {
  display: inline-block;
  margin-left: 3%;
  width: 30.33%;
  margin-right: -4px;
  vertical-align: top;
  margin-bottom: 3%;
}

#colophon .bottom_footer_one-column .m-bottom-footer-widget,
#colophon .footer_one-column .m-footer-widget {
  width: 97%;
}

#colophon .bottom_footer_two-column .m-bottom-footer-widget,
#colophon .footer_two-column .m-footer-widget {
  width: 47%;
}

#colophon .bottom_footer_three-column .m-bottom-footer-widget,
#colophon .footer_four-column .m-footer-widget {
  width: 22%;
}

#colophon .bottom_footer_three-column .m-bottom-footer-widget:first-child {
  width: 47%;
}

#colophon .mismo_social_media,
#colophon .mismo_default_tabbed {
  border: 0px;
}

#colophon .bottom-footer-widgets-area {
  border-top: 1px solid #606060;
  padding-top: 40px;
}

#colophon #m-bottom-footer {
  background: #131010;
  padding: 8px 0;
}


/*------------------------------------------------------------
single page
------------------------------------------------------------*/
.single article.post .post-cats-list {
  margin-bottom: 10px;
}

.single article.post .entry-content {
  font-size: 16px;
}

.single article.post .entry-meta a,
.single article.post .entry-meta {
  color: #262626;
}

.single .post-format-media audio,
.single .post-format-media iframe {
  width: 100%;
}

.m-author-box .m-author__avatar {
  width: 23%;
  display: inline-block;
  vertical-align: top;
}

.single .m-author-box .m-author__avatar img {
  min-width: 100%;
}

.single .m-author-info {
  width: 72%;
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
  padding: 10px 0;
}

.single .m-author-box {
  box-shadow: 0 6px 12px rgba(2, 2, 2, 0.08);
}

.single .entry-footer {
  margin-top: 0;
  margin-bottom: 30px;
}

.search .entry-header,
.page .entry-header {
  margin-top: 10px;
}

/*------------------------------------------------------------
archive layout
------------------------------------------------------------*/
.archive--list-style iframe,
.archive--masonry-style .mismo-bg-img.cover-image,
.archive--grid-style .mismo-bg-img.cover-image,
.archive--list-style .mismo-bg-img.cover-image {
  height: 320px;
}

/*archive list layout*/

.archive--list-style .archive-image {
  width: 47%;
  display: inline-block;
}

.archive--list-style .archive-article-content {
  display: inline-block;
  width: 50%;
  float: right;
  vertical-align: top;
}

.archive-article-content .post-cats-list a::after {
  border: none;
}

.archive-article-content .post-cats-list a {
  padding: 0;
}

.archive-article-content .post-cats-list li {
  margin-top: 0px;
}

.archive-article-content .entry-title {
  font-size: 22px;
  margin-top: 10px;
}

.m-archive-more a {
  background: #F5F5F5;
  color: #333;
  padding: 8px 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

.m-archive-more a:hover {
  background: rgba(2, 2, 2, 0.7);
  color: #fff;
}

.no-thumbnail .archive-image {
  display: none;
}

.archive article .entry-footer {
  margin-top: 18px;
}

.archive--list-style .no-thumbnail .archive-article-content {
  display: block;
  width: 100%;
  float: none;
}

/*archive grid layout*/
.archive--grid-style .site-main {
  margin-left: -3%;
}

.archive--grid-style #primary article {
  display: inline-block;
  width: 47%;
  margin-left: 3%;
  margin-right: -4px;
  vertical-align: top;
  position: relative;
}

.archive--grid-style article .archive-article-content {
  border: 1px solid #ececec;
  padding: 20px 20px 0;
}

.archive--grid-style #primary article .entry-meta {
  position: absolute;
  top: 238px;
  left: 0;
  color: #fff;
  background: rgba(211, 70, 70, 0.8);
  padding: 6px 15px;
}

.archive--grid-style #primary article .entry-meta a,
.archive--grid-style #primary article .entry-meta span {
  color: #fff;
}

article .mismo-bg-img {
  position: relative;
}

article .mismo-bg-img:hover::before {
  opacity: 0;
  visibility: hidden;
}

article .mismo-bg-img::before,
article.format-gallery .post-format-gallery li::before {
  width: 40px;
  height: 40px;
  background: #E44D4D;
  content: "\f0f6";
  font-family: FontAwesome;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 15px;
  left: 0;
  top: 0;
  z-index: 999;
}

article.format-standard .mismo-bg-img:before {
  display: none;
}

article.page .mismo-bg-img::before,
.single #content article .mismo-bg-img::before {
  display: none;
}

article.format-video .mismo-bg-img::before {
  content: "\f1c8";
}

article.format-standard .mismo-bg-img::before {
  content: "\f0f6";
}

article.format-gallery .mismo-bg-img::before,
article.format-gallery .post-format-gallery li::before {
  content: "\f03e";
}

article.format-aside .mismo-bg-img::before {
  content: "\f0f6";
}

article.format-audio .mismo-bg-img::before {
  content: "\f1c7";
}

article.format-quote .mismo-bg-img::before {
  content: "\f10d";
}

article.format-image .mismo-bg-img::before {
  content: "\f03e";
}

/*----------------------------
nothing found page
--------------------------*/
.error404 .page-header,
.search-no-results .no-results {
  padding: 40px 30px 60px 30px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(2, 2, 2, 0.1);
}

.error-404.not-found .page-content {
  text-align: center;
  margin-top: 50px;
}

/*--------------------------------------
error page
---------------------------------------*/

.error404 .page-header .page-title {
  font-size: 18px;
}

.error404 .error-image i {
  color: #bf3e14;
}

.error404 .error-image {
  font-size: 80px;
}

.error404 .error-image span {
  font-size: 24px;
}

.error404 #primary {
  width: 100%;
}

.error404 .page-extra-content.mismo-404-latest-posts-wrapper {
  margin-top: 40px;
}

.error404 .mismo-related-posts-wrapper .entry-title {
  margin-top: 10px;
}

.error404 .page-header {
  width: 70%;
  margin: 0 auto;
}

.error404 .search-form {
  text-align: center;
}

.error404 .search-submit {
  margin-top: 20px;
}


/*--------------------------------------------------
header sidebar
----------------------------------------------------*/
.sticky-sidebar-toogle {
  position: relative;
  margin: 41px 0;
  cursor: pointer;
  height: 25px;
  width: 33px;
  margin-right: 30px;
}

.sticky-sidebar-toogle span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  height: 3px;
  background: #fff;
}


.sticky-sidebar-toogle span:nth-child(1) {
  top: 0;
  width: 30px;
}

.sticky-sidebar-toogle span:nth-child(2),
.sticky-sidebar-toogle span:nth-child(3) {
  top: 8px;
  width: 24px;
}

.sticky-sidebar-toogle span:nth-child(4) {
  top: 16px;
  width: 18px;
}

.sticky-sidebar-toogle:hover>span {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.sticky-sidebar-toogle.sidebar-open span:nth-child(1),
.sticky-sidebar-toogle.sidebar-open span:nth-child(4) {
  top: .5px;
  left: 50%;
  width: 0%;
}

.sticky-sidebar-toogle.sidebar-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
}

.sticky-sidebar-toogle.sidebar-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
}

.header-sticky-sidebar-toggle {
  color: #fff;
  font-size: 24px;
  line-height: 4.5;
  margin-right: 20px;
  cursor: pointer;
}

.header-sticky-sidebar-content {
  z-index: 9999;
  background: rgba(255, 255, 255, 0);
  height: 100%;
  width: 355px;
  position: fixed;
  left: -15%;
  top: 0;
  -webkit-transition: ease-in 0.4s;
  -o-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
  visibility: hidden;
  opacity: 0;
}

.header-sticky-sidebar-content-wrap {
  position: absolute;
  top: 0%;
  left: 0;
  padding: 30px;
  background: #fff;
  width: 350px;
  height: 100%;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  overflow: scroll;
  scrollbar-width: none;
  -webkit-scrollbar-width: none;
  box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.2);
}

.header-sticky-sidebar-content-wrap::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

.header-sticky-sidebar-content::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.header-sticky-sidebar-content.show {
  visibility: visible;
  left: 0;
  opacity: 1;
}

.header-sticky-sidebar-close {
  color: #fff;
  width: 30px;
  height: 25px;
  text-align: center;
  position: absolute;
  right: -10px;
  top: 70px;
  background: #333;
  box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  cursor: pointer;
}

.header-sticky-sidebar {
  float: right;
}

.header-sticky-sidebar-content .wow {
  visibility: visible !important;
}

/*scroll to top*/
#m-scrollup {
  position: fixed;
  bottom: 60px;
  right: 60px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 50%;
  text-align: center;
  line-height: 2.6;
  border: 2px solid #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

#m-scrollup:hover {
  background: none;
  color: #333;
}


/*image hover effect*/
.search #primary article figure,
.archive #primary article figure,
.m-banner-top-stories .top-stories-post-wrapper figure,
.m-banner-featured-section article figure,
.mismo_list_posts article figure,
.mismo_grid_posts article figure,
.mismo_carousel_grid_posts article figure,
.mismo_default_tabbed .m-single-post img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.search #primary article figure:hover,
.archive #primary article figure:hover,
.m-banner-top-stories .top-stories-post-wrapper figure:hover,
.m-banner-featured-section article figure:hover,
.mismo_list_posts article figure:hover,
.mismo_grid_posts article figure:hover,
.mismo_carousel_grid_posts article figure:hover,
.mismo_default_tabbed .m-single-post img:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
  filter: grayscale(30%);
  -webkit-filter: grayscale(30%);

}

.mismo_grid_posts article .grip-thumb,
.search #primary article .archive-image,
.archive #primary article .archive-image,
.m-banner-top-stories .top-stories-post-wrapper .top-stories-image,
.m-banner-featured-section article .featured-image,
.mismo_carousel_grid_posts article .carousel-image,
.mismo_default_tabbed .m-single-post figure {
  overflow: hidden;
}

/*post format*/

.mismo_grid_posts article.format-gallery .grip-thumb,
.mismo_grid_posts article.format-video .grip-thumb,
.mismo_grid_posts article.format-audio .grip-thumb,
.mismo_list_posts article.format-gallery .grip-thumb,
.mismo_list_posts article.format-video .grip-thumb,
.mismo_list_posts article.format-audio .grip-thumb {
  position: relative;
}

.mismo_grid_posts article.format-gallery .grip-thumb:after,
.mismo_grid_posts article.format-video .grip-thumb:after,
.mismo_grid_posts article.format-audio .grip-thumb:after,
.mismo_list_posts article.format-gallery .grip-thumb:after,
.mismo_list_posts article.format-video .grip-thumb:after,
.mismo_list_posts article.format-audio .grip-thumb:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: url("assets/images/speaker.png");
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mismo_grid_posts article.format-video .grip-thumb:after,
.mismo_list_posts article.format-video .grip-thumb:after {
  content: url("assets/images/video.png");
}

.mismo_list_posts article.format-gallery .grip-thumb:after,
.mismo_grid_posts article.format-gallery .grip-thumb:after {
  content: url("assets/images/gallery.png");
}

.mismo_grid_posts article.format-gallery .grip-thumb:hover:after,
.mismo_grid_posts article.format-video .grip-thumb:hover:after,
.mismo_grid_posts article.format-audio .grip-thumb:hover:after,
.mismo_list_posts article.format-gallery .grip-thumb:hover:after,
.mismo_list_posts article.format-video .grip-thumb:hover:after,
.mismo_list_posts article.format-audio .grip-thumb:hover:after {
  opacity: 1;
}

/*---------------------------------------------------------
Dark Mode CSS
--------------------------------------------------------*/
body.site-mode--dark-mode,
.site-mode--dark-mode .posted-on a,
.site-mode--dark-mode .byline a,
.site-mode--dark-mode .banner-slider-wrap .entry-meta a,
.site-mode--dark-mode .entry-meta span,
.site-mode--dark-mode .site-detail,
.site-mode--dark-mode.single article.post .entry-meta a, 
.site-mode--dark-mode.single article.post .entry-meta {
  color: #cfcfcf;
}

.site-mode--dark-mode #page {
  background: #101010;
}

.site-mode--dark-mode #m-main-header,
.site-mode--dark-mode #site-navigation ul li .sub-menu,
.site-mode--dark-mode #site-navigation ul li .children,
.site-mode--dark-mode #m-search-wrapper .m-search-form {
  background: #050505;
}

.site-mode--dark-mode .entry-title a,
.site-mode--dark-mode #site-navigation ul li .sub-menu li a,
.site-mode--dark-mode #site-navigation ul li .children li a,
.site-mode--dark-mode #site-navigation ul li a,
.site-mode--dark-mode #m-follow-icons-wrapper i,
.site-mode--dark-mode #m-search-wrapper .search-form-open,
.site-mode--dark-mode #m-search-wrapper .search-form,
.site-mode--dark-mode #m-search-wrapper .search-close,
.site-mode--dark-mode h1,
.site-mode--dark-mode h2,
.site-mode--dark-mode h3,
.site-mode--dark-mode h4,
.site-mode--dark-mode h5,
.site-mode--dark-mode h6,
.site-mode--dark-mode #comments h3 {
  color: #ffffff;
}

.site-mode--dark-mode .widget_archive a,
.site-mode--dark-mode .widget_categories a,
.site-mode--dark-mode .widget_recent_entries a,
.site-mode--dark-mode .widget_meta a,
.site-mode--dark-mode .widget_recent_comments li,
.site-mode--dark-mode .widget_rss li,
.site-mode--dark-mode .widget_pages li a,
.site-mode--dark-mode .widget_nav_menu li a,
.site-mode--dark-mode .wp-block-latest-posts li a,
.site-mode--dark-mode .wp-block-archives li a,
.site-mode--dark-mode .wp-block-categories li a,
.site-mode--dark-mode .wp-block-page-list li a,
.site-mode--dark-mode .wp-block-latest-comments li {
  color: #cfcfcf;
}

.site-mode--dark-mode #colophon #m-bottom-footer {
  background: #000000;
}

.site-mode--dark-mode #respond {
  background: #060606;
  color: #fff;
}

.site-mode--dark-mode #mismo-site-mode-wrap a {
  background: #505050;
}

.site-mode--dark-mode .post-title.medium-size a,
.site-mode--dark-mode .post-title.small-size a,
.site-mode--dark-mode .post-title.large-size a,
.site-mode--dark-mode .page-header .page-title{
  color: #fff;
}