  /*!
  Theme Name:   Blogbuster
  Theme URI:    https://mysterythemes.com/wp-themes/blogbuster/
  Author:       Mystery Themes
  Author URI:   https://mysterythemes.com/
  Description:  Turn your blogging website into a smashing hit with Blogbuster. A revolutionary theme with peculiar design options and customizable features that will help you reach the pinnacle of the blogging industry. It comes with all the necessary yet unique features like Background Animations, Header, Footer and Site Layout options to help you pinnacle of your blogging journey, all the while helping you to widen your reach. The theme comprises various modernized design options that will make your content and website overall more attractive and raise your engagement rates. Overall, the Blogbuster theme boasts the intricate details that will effortlessly enhance your SEO rankings and set you apart from your competitors. The theme is optimized for seamless responsiveness, ensuring that your website retains its structure no matter the type of device your readers are using.
  Version:      1.0.1
  Tested up to: 6.8
  Requires PHP: 7.4
  License:      GNU General Public License v2 or later
  License URI:  https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
  Text Domain:  blogbuster
  Tags:         blog, entertainment, news, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready, rtl-language-support

  This theme, like WordPress, is licensed under the GPL.
  Use it to make something cool, have fun, and share what you've learned.

  Blogbuster is based on Underscores https://underscores.me/, (C) 2012-2020 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/
  */
  /* js */


  /*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  # Normalize
  # Typography
  # Elements
  # Forms
  # Navigation
  ## Links
  ## Menus
  # Accessibility
  # Alignments
  # Clearings
  # Widgets
  # Content
  ## Posts and pages
  ## Comments
  # Infinite scroll
  # Media
  ## Captions
  ## Galleries  
  # Common Css
  # Menu CSS
  # Sidebar layout css
  # Social icon elements 
  ## Social Icon Official Color CSS
  # Search form activate
  # Post article design  css 
  # Mt-single-featured-wrapper css 
  # Navigation css 
  # Archive 
  ## grid css 
  ## List css 
  ## Classic css 
  # Single  Post
  # Search No result Post css 
  # Background animation css 
  # Author admin  css
  # Related  post  css
  # Footer css
  # Error 404 page css
  # Page css
  # Scroll Up  css
  # Trending post and latest post css
  # Author css
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  #Normalize
  --------------------------------------------------------------*/

  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: #fff;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  nav,
  section {
    display: block;
  }

  ol,
  ul,li {
    list-style: none;
  }

  table {
    border-collapse: separate;
    border-spacing: 0;
  }

  caption,
  th,
  td {
    font-weight: normal;
    text-align: left;
  }

  blockquote::before,
  q::before {
    content: "\f10d";
    font-family: "FontAwesome";
    position: absolute;
    left: -20px;
    top: -10px;
  }

  blockquote:after,
  q:after {
    content: "\f10e";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    bottom: -10px;
  }

  blockquote,
  q {
    quotes: """";
    position: relative;
  }

  blockquote cite {
    display: block;
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px;
  }

  blockquote cite::before {
    content: "-";
    margin-right: 10px;
  }

  a:focus {
    outline: 0;
  }

  a:hover,
  a:active {
    outline: 0;
  }

  a img {
    border: 0;
  }

  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

  /* Document
    ========================================================================== */

  /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  */
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }

  /* Sections
    ========================================================================== */

  /**
  * Remove the margin in all browsers.
  */
  body {
    margin: 0;
  }

  /**
  * Render the `main` element consistently in IE.
  */
  main {
    display: block;
  }

  /**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  /* Grouping content
    ========================================================================== */

  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }

  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }

  /* Text-level semantics
    ========================================================================== */

  /**
  * Remove the gray background on active links in IE 10.
  */
  a {
    background-color: transparent;
  }

  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }

  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  b,
  strong {
    font-weight: bolder;
  }

  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }

  /**
  * Add the correct font size in all browsers.
  */
  small {
    font-size: 80%;
  }

  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  /* Embedded content
    ========================================================================== */

  /**
  * Remove the border on images inside links in IE 10.
  */
  img {
    border-style: none;
  }

  /* Forms
    ========================================================================== */

  /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }

  /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
  button,
  input {
    overflow: visible;
  }

  /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
  button,
  select {
    text-transform: none;
  }

  /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }

  /**
  * Remove the inner border and padding in Firefox.
  */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  /**
  * Restore the focus styles unset by the previous rule.
  */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  /**
  * Correct the padding in Firefox.
  */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }

  /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }

  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
  progress {
    vertical-align: baseline;
  }

  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
  textarea {
    overflow: auto;
  }

  /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }

  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }

  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }

  /* Interactive
    ========================================================================== */

  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
  details {
    display: block;
  }

  /*
  * Add the correct display in all browsers.
  */
  summary {
    display: list-item;
  }

  /* Misc
    ========================================================================== */

  /**
  * Add the correct display in IE 10+.
  */
  template {
    display: none;
  }

  /**
  * Add the correct display in IE 10.
  */
  [hidden] {
    display: none;
  }

  /* Box sizing
  --------------------------------------------- */

  /* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }

  html {
    box-sizing: border-box;
  }

  /*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      Typography
      --------------------------------------------------------------*/
  body,
  button,
  input,
  select,
  textarea {
    color: #3b3b3b;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    clear: both;
    font-weight: normal;
    font-family: "Nunito", sans-serif;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #3d3d3d;
    font-weight: 700;
  }

  p {
    margin-bottom: 10px;
  }

  b,
  strong {
    font-weight: bold;
  }

  dfn,
  cite,
  em,
  i {
    font-style: italic;
  }

  blockquote {
    margin: 0 20px;
    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: 0.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
  --------------------------------------------------------------*/
  html {
  box-sizing: border-box;
  }

  *,
  *:before,
  *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
  }

  body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  }
  /*--------------------------------------------------------------
    Elements
    --------------------------------------------------------------*/
    hr {
      background-color: #ccc;
      border: 0;
      height: 1px;
      margin-bottom: 15px;
    }

    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: 100%;
      /* Make sure images are scaled correctly. */
      max-width: 100%;
      object-fit: cover;
      /* Adhere to container width. */
      vertical-align: middle;
      width: 100%;
    }
    
    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[type="button"],
  input[type="reset"],
  input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  }

  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  }

  button:active,
  button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  }

  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
  color: #111;
  outline: 1px solid #e1e1e1;
  box-shadow: 0 0 5px rgb(0, 0, 0, 0.2);
  }

  select {
  border: 1px solid #ccc;
  }

  textarea {
  width: 100%;
  }

  .fas{
  font-family: 'font-awesome';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  }

  /*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  a {
  color: #484747;
  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:hover,
  a:focus,
  a:active {
  color: midnightblue;
  }

  a:focus {
  outline: thin dotted;
  }

  a:hover,
  a:active {
  outline: 0;
  }
  /* Forms
  --------------------------------------------- */
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  }

  .form-submit .submit{
  color:#fff;
  }

  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  }

  button:active,
  button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 20px 0px 0px 20px;
  padding: 3px;
  width: 100%;
  box-shadow: 0 0 3px rgb(5 5 5 / 19%);
  }

  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
  color: #111;
  }

.post-edit-link:focus{
	background-color:#fff;
}

  select {
  border: 1px solid #ccc;
  }

  textarea {
  width: 100%;
  }

  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/

  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation {
  margin: 50px 0 1.5em;
  overflow: hidden;
  }

  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
  float: left;
  width: 50%;
  }

  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  }


  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/


  /* Text meant only for screen readers. */

  .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }

  .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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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. */
  }


  /* Do not show the outline on the skip link target. */

  #content[tabindex="-1"]:focus {
  outline: 0;
  }


  /*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/

  .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  }

  .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  }

  .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  }


  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/

  .clear:before,
  .clear: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:before,
  .mt-container:after {
  content: "";
  display: table;
  table-layout: fixed;
  }

  .clear:after,
  .entry-content:after,
  .comment-content:after,
  .site-header:after,
  .site-content:after,
  .site-footer:after,  .mt-container:before,
  .mt-container:after {
  clear: both;
  }

  /*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/

  .widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
  }

  .widget select {
  max-width: 100%;
  }

  .footer-widgets-wrapper .blogbuster-social-icon-wrap,
  .widget-area .blogbuster-social-icon-wrap {
    float: none;
  }

  /*--------------------------------------------------------------
  Default widget css
  --------------------------------------------------------------*/
  .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(255, 255, 255, 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;
  padding-bottom: 0;
  margin-bottom: 0;
  }

  .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: #333333;
  font-size: 14px;
  line-height: 32px;
  padding-left: 30px;
  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;
  }

  .widget a:hover,
  .widget a:hover::before,
  .widget li:hover::before,
  .site-info .widget a:hover {
  color: #960505;
  }

  .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: 18px;
  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";
    font-family: "FontAwesome";
  }

  .widget_recent_entries a::before,
  .wp-block-latest-posts li a:before {
    content: "\f04e";
    font-family: "FontAwesome";
  }

  .widget_meta a::before,
  .widget_nav_menu li a:before {
    content: "\f105";
    font-family: "FontAwesome";
  }

  .widget_recent_comments li::before,
  .wp-block-latest-comments li:before {
    content: "\f086";
    font-family: "FontAwesome";
    top: 0;
  }

  .widget_rss li::before {
    content: "\f09e";
    font-family: "FontAwesome";
    top: 0;
  }

  .widget_pages li a:before,
  .wp-block-page-list li a:before {
    content: "\f1ea";
    font-family: "FontAwesome";
    top: 0;
  }

  .widget_search .search-field {
  width: 75%;
  float: left;
  }

  .widget_search .search-submit {
  height: 36px;
  width: 25%;
  background: #e53935;
  border-color: #e53935;
  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: 10px 0 0 10px;
  }

  .widget_nav_menu li::before {
  top: 0;
  }

  .widget_search::after {
  clear: both;
  content: "";
  display: table;
  }

  .widget_search .search-field {
  width: 75%;
  float: left;
  }

  .widget_search .search-submit,
  .widget_search .search-submit:hover {
  height: 36px;
  width: 25%;
  background: #e53935;
  border-color: #e53935;
  color: #ffffff;
  padding: 0;
  }

  .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: #e53935;
  color: #fff;
  border-color: #e53935;
  }

  .wp-block-search__button {
    background: #333;
    border: none;
    width: 80px;
    font-size: 15px;
    margin: 0;
    border-radius: 0px 20px 20px 0px;
    height: 36px;
    color: #ffffff;
  }

  .widget-area .widget {
  margin: 0 0 40px;
  border-radius:20px;
  }

  #secondary .widget .widget-title, .wp-block-heading,.widget-title, .mt-related-post-title,.wp-block-search__label {
  font-size: 24px;
  padding: 10px 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  }

  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/



  /*--------------------------------------------------------------
  Posts and pages
  --------------------------------------------------------------*/
  .sticky {
    display: block;
  }

  .site-title{
    font-size: 36px;
  }

  h1.entry-title {
    color: #353535;
    font-weight: 700;
    padding-bottom: 0;
    text-transform: capitalize;
  }


  .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: 16px;
    font-weight: 600;
  }

  .entry-cat a {
    font-size: 13px;
  }

  .posted-on a {
    position: relative;
    color: #333;
  }

  .entry-cat .cat-links a,
  .entry-meta a {
    color: #333;
  }

  .byline a {
    color: #333;
  }

  .entry-cat .cat-links a:hover,
  .entry-cat a:hover,
  .byline a:hover,
  .posted-on a:hover,
  .entry-meta span:hover::before {
    color: #960505;
  }

  .cat-links {
    display: inline-block;
  }

  .cat-links:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
  }

  .comments-link {
    float: right;
  }

  .posted-on:before {
    content: "\ec45";
    font-style: normal;
    margin-right: 5px;
  }

  .comments-link:before,
  .post-comment:before {
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
  }

  .byline:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
  }

  .tags-links:before {
    content: "\23";
    font-family: FontAwesome;
    font-style: normal;
  }

  .page-content,
  .entry-content,
  .entry-summary {
    margin: 15px 0 0;
  }

  .page-content a,
  .entry-content a,
  .entry-summary a {
    text-decoration: underline;
  }

  .page-links {
    clear: both;
    margin: 0 0 15px;
  }

  .edit-link .post-edit-link:before {
    content: "\f040";
    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: 40px;
  }

  .blog article.hentry:first-child {
    margin-top: 30px;
  }

  .home article.hentry:first-child {
    margin-top: 0px;
  }

  .updated {
    display: none;
  }

  .published.updated {
    display: inline-block;
  }

  .entry-footer a {
    color: #666666;
  }

  .entry-footer a:hover {
    color: #e53935;
  }



  /*--------------------------------------------------------------
  Comments
  --------------------------------------------------------------*/
  #comments {
    margin-top: 30px;
  }

  .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: inline-block;
  }

  textarea#comment {
    width: 100%;
    height: 150px;
  }

  .comment-form-cookies-consent label {
    margin-left: 14px;
  }

  /*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: 20px;
    margin-bottom: 20px;
    background: none;
    border: 1px solid #e1e1e1;
    text-align: left;
  }

  .comment-author img {
    vertical-align: text-top;
    margin-right: 15px;
    border: 1px solid #e1e1e1;
    padding: 3px;
  }

  .comment-author {
    float: none;
    width: 12%;
  }

  .comment-metadata {
    font-size: 12px;
  }

  .comment-content {
    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;
    font-size: 16px;
  }

  .comment-author .fn .url:hover {
    color: #960505;
  }

  .comment-author .says {
    display: none;
  }

  .commentmetadata {
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
  }

  .comment-metadata a {
    color: #969696;
  }

  .commentmetadata .comment-edit-link {
    color: #e53935;
  }

  .commentmetadata+.clear {
    margin-bottom: 20px;
  }

  .reply .comment-reply-link {
    background: none repeat scroll 0 0 #960505;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 10px;
    display: inline-block;
  }

  .reply .comment-reply-link:hover {
    background: none repeat scroll 0 0 #050505;
  }

  #respond {
    padding: 20px;
    margin: 20px 0 0;
    color: #141414;
    border: 1px solid #e1e1e1;
    background: #fafafa;
  }

  #commentform .form-submit {
    margin-bottom: 0;
  }

  #cancel-comment-reply-link {
    font-style: italic;
    color: #960505;
  }

  #cancel-comment-reply-link:before {
    font-family: "FontAwesome";
    content: "\f127";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #960505;
  }


  .logged-in-as a {
    color: #960505;
  }

  .edit-link a {
    color: #960505;
  }


  /*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/


  /* Globally hidden elements when Infinite Scroll is supported and in use. */

  .infinite-scroll .posts-navigation,
  .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 .wp-smiley,
  .entry-content .wp-smiley,
  .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  }


  /* Make sure embeds and iframes fit their containers. */

  embed,
  iframe,
  object {
  max-width: 100%;
  }


  /* Make sure logo link wraps around logo image. */

  .custom-logo-link {
  display: inline-block;
  }

  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/

  .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  }

  .wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

  .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  }

  .wp-caption-text {
  text-align: center;
  }


  /*--------------------------------------------------------------
  ## 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: 50%;
  }

  .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
  max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
  max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
  }

  .gallery-caption {
  display: block;
  }


  /*--------------------------------------------------------------
  ## Common Css
  --------------------------------------------------------------*/

  .mt-container {
  margin: 0 auto;
  width: 1300px;
  }

  .mt-flex{
  display: flex;
  align-items: center;
  }

  .mt-clearfix:after {
  content: "";
  display: table;
  clear: both;
  }

  .post-bg-image.cover-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  }

  .entry-thumbnail .post-thumb {
  line-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  }

  .entry-footer {
  margin-top: 15px;
  }

  a {
  text-decoration: none;
  transition: 0.2s;
  }

  html,
  body {
  overflow-x: hidden;
  }

  .edit-link a {
  background-color: #ff6e6e;
  color: #ffffff;
  font-size: 14px;
  box-shadow: 0 0 5px rgb(0 0 0 / 21%);
  padding: 5px 15px;
  }

  .edit-link a:hover {
  background: #555;
  color: #fff;
  }

  .entry-footer .edit-link a:hover {
    color:#fff;
  }

  span.mt-drop-cap {
  font-size: 50px;
  font-weight: 700;
  line-height: 15px;
  padding: 5px;
  }

  .page p {
  margin-bottom: 15px;
  }

  .single-post .entry-content .wp-block-gallery figcaption {
  color: #fff;
  font-style: normal;
  padding: 40px 10px 9px;
  }

  .page .content-area {
  margin-bottom: 30px;
  }

  .blogbuster-site-layout--boxed #page {
  max-width: 1360px;
  margin: 0 auto;
  background: #fff;
  }

  body.blogbuster-site-layout--boxed {
  background: #f2f2f2;
  }

  .item-title a,
  .entry-title {
  font-size: 20px;
  line-height: 1.6;
  }

  .entry-title a {
    position: relative;
    display: inline;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0% 1px;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: background-size 0.5s ease-out;
    text-decoration: none;
    line-height: 1.5;
  }
  
  .entry-title a:hover {
    background-size: 100% 1px;
  }
  
  .entry-title, .entry-meta {
  margin: 10px 0px;
  }

  .home #primary .entry-content {
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  margin: 0px 0 10px;
  }

  .published::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  }

  .author::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  }

  .published, .author {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #6b6b6b;
  }

  .author a{
  color:#6b6b6b;
  }

  span.posted-on, span.byline, .single span.byline{
  font-size: 0px;
  }

  .entry-meta >span {
  margin-right: 10px;
  }
  /*--------------------------------------------------------------
  Sidebar layout css
  --------------------------------------------------------------*/

  #primary,
  .home.blog #primary {
  float: left;
  width: 70%;
  }

  #secondary,
  .home.blog #secondary {
  float: right;
  width: 27%;
  }

  #left-secondary, .home.blog #left-secondary{
    float: left;
    width: 27%;
  }

  .home.page-template-template-home #primary,
  .home.page-template-template-home #secondary,
  .error404 #primary {
  float: none;
  width: 100%;
  }

  .left-sidebar #primary,
  .home.left-sidebar #primary {
  float: right;
  }

  .left-sidebar #secondary,
  .home.left-sidebar #secondary {
  float: left;
  }

  .no-sidebar #primary,
  .home.blog.no-sidebar #primary {
  float: none;
  width: 100%;
  margin: 0 auto;
  }

  .no-sidebar-center #primary,
  .home.blog.no-sidebar-center #primary {
  float: none;
  width: 90%;
  margin: 0 auto;
  }

  .no-sidebar #secondary,
  .no-sidebar-center #secondary,
  .no-sidebar #left-secondary,
  .no-sidebar-center #left-secondary , 
  .right-sidebar #left-secondary, .home.blog.right-sidebar #left-secondary{
  display: none;
  }

  .both-sidebar #left-secondary, .home.blog.both-sidebar #left-secondary {
    float: left;
    width: 23%;
  }

  .both-sidebar #secondary, .home.blog.both-sidebar #secondary {
    float: right;
    width: 23%;
  }

  .both-sidebar #primary, .home.blog.both-sidebar #primary {
    float: left;
    width: 50%;
    margin-left: 2% !important;
  }


  .widget .author,
  .widget .posted-on a::before {
  display: none;
  }


  .single.blogbuster-site-layout--separate #primary article, .blogbuster-site-layout--separate .widget-area .widget,  
  .blogbuster-site-layout--separate .blogbuster-author-container{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    padding: 20px;
    border-radius:20px;
    background: #fff;
  }

   .blogbuster-site-layout--separate #colophon .widget-area .widget{
    background: transparent;
   }

  .blogbuster-site-layout--separate #primary article{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  }

  .blogbuster-site-layout--separate.page #primary article{
    padding:20px;
  }

  /*--------------------------------------------------------------
  Menu CSS
  --------------------------------------------------------------*/
  .header-main-wrapper {
    background-color: #fff;
    z-index: 9999;
    position: relative;
    padding: 20px 0px;
  }

  #masthead{
    box-shadow: 0 0 35px rgb(0 0 0 / 7%);
  }

  #content{
    margin-top:30px;
  }

  #site-navigation ul li a.mt-sub-menu-toggle {
    display: none;
  }

  .responsive-header-wrapper{
  display: none;
  }

  .header-main-wrapper .mt-menu-toggle{
    display: none;
  }

  .mt-menu-toggle a {
  color: #333;
  }

  .mt-menu-toggle:hover {
  color: #EC3535;
  }

  #site-navigation{
    width:45%;
  }

  .site-branding{
    width:30%
  }

  #site-navigation ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }  

  #site-navigation ul li {
    position: relative;
  }

  #site-navigation ul li a {
    color: #000;
    padding: 0 10px;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 55px;
    position: relative;
    font-weight: 500;
  }

  #site-navigation ul ul {
    display: block;
  }

  #site-navigation ul ul.children li a {
    line-height: 25px;
    padding: 8px 15px;
  }


  #site-navigation .menu-item-description {
    position: absolute;
    top: -14px;
    right: -20px;
    background: #B71C1C;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 9;
  }

  #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: #B71C1C transparent transparent transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .is-sticky #site-navigation .menu-item-description {
    display: none;
  }

  #site-navigation ul.sub-menu,
  #site-navigation ul.children {
    background: #E53935 none repeat scroll 0 0;
    width: 200px;
    position: absolute;
    z-index: 99;
    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;
  }

  #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;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
  }

  #site-navigation ul li.focus>ul.sub-menu,
  #site-navigation ul li.focus>ul.children {
    opacity: 1;
    visibility: visible;
    -transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }

  #site-navigation ul.sub-menu li,
  #site-navigation ul.children li {
    float: none;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
  }

  #site-navigation ul.sub-menu li:hover:first-child, #site-navigation ul.children li:hover:first-child ,
  #site-navigation ul.sub-menu li.current-menu-item:first-child,
  #site-navigation ul.sub-menu li.focus:first-child, #site-navigation ul.children li.focus:first-child ,
  #site-navigation ul.sub-menu li.focus.current-menu-item:first-child{
    border-radius: 18px 18px 0px 0px;
  }

  #site-navigation ul.sub-menu li:hover:last-child, #site-navigation ul.children li:hover:last-child,
  #site-navigation ul.sub-menu li.current-menu-item:last-child,#site-navigation ul.sub-menu li.focus:last-child, #site-navigation ul.children li.focus:last-child,
  #site-navigation ul.sub-menu li.focus.current-menu-item:last-child {
    border-radius: 0px 0px 18px 18px;
  }

  #site-navigation ul.sub-menu li a,
  #site-navigation ul.children li a {
    line-height: 24px;
    padding: 10px 15px;
    overflow: hidden;
    color:#fff;
  }

  #site-navigation ul.sub-menu li:hover, #site-navigation ul.children li:hover,
  #site-navigation ul.sub-menu li.current-menu-item,
  #site-navigation ul.sub-menu li.focus, #site-navigation ul.children li.focus,
  #site-navigation ul.sub-menu li.focus.current-menu-item{
    background-color: #fff;
  }

  #site-navigation ul.sub-menu .menu-item-description,
  #site-navigation ul.children .menu-item-description {
    display: none;
  }

  #site-navigation ul.sub-menu li:last-child,
  #site-navigation ul.children li:last-child {
    border: none;
  }

  #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.menu-item-has-children>a:before,
  #site-navigation ul li.page_item_has_children>a:before {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #site-navigation ul.sub-menu li.menu-item-has-children>a:before,
  #site-navigation ul.children li.page_item_has_children>a:before {
    content: "\f078";
  }

  #site-navigation ul#primary-menu li.menu-item-has-children a,
  #site-navigation #primary-menu li.page_item_has_children a {
    padding-right: 30px;
  } 


  /*----------------------------------------------
  social icon elements 
  ----------------------------------------------*/

  .mt-icon-elements-wrap{
  width: 25%;
  display: inline-flex;
  gap:20px;
  align-items: center;
  justify-content: end;
  }

  .social-icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  }

  .mt-icon-elements-wrap .social-icons-wrapper a i {
  font-size: 16px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius:30px;
  }

  .mt-icon-elements-wrap .social-icons-wrapper li a {
  color: #fff;
  }

  /*--------------------------------------------------------------
  Social Icon Official Color CSS
  --------------------------------------------------------------*/
  #masthead .fa-facebook,
  #masthead .fa-facebook-circle,
  #masthead .fa-facebook-square, 
  #masthead .fa-facebook-messenger  {
  background-color: #3b5998;
  }

  #masthead .fa-twitter {
  background-color: #1da1f2;
  }

  #masthead .fa-x-twitter{
  background-color: #000;
  }

  #masthead .fa-google,
  #masthead .fa-google-plus,
  #masthead .fa-google-plus-circle {
  background-color: #ea4335;
  }

  #masthead .fa-google-cloud {
  background-color: #34a853;
  }

  #masthead .fa-instagram,
  #masthead .fa-instagram-alt {
  background-color: #c32aa3;
  }

  #masthead .fa-skype {
  background-color: #00aff0;
  }

  #masthead .fa-whatsapp,
  #masthead .fa-whatsapp-square {
  background-color: #25d366;
  }

  #masthead .fa-tiktok {
  background-color: #ee1d52;
  }

  #masthead .fa-airbnb {
  background-color: #F73659;
  }

  #masthead .fa-deviantart {
  background-color: #05cc47;
  }

  #masthead .fa-linkedin,
  #masthead .fa-linkedin-square {
  background-color: #0a66c2;
  }

  #masthead .fa-pinterest,
  #masthead .fa-pinterest-alt {
  background-color: #bd081c;
  }

  #masthead .fa-adobe {
  background-color: #DB2219;
  }

  #masthead .fa-flickr,
  #masthead .fa-flickr-square {
  background-color: #f40083;
  }

  #masthead .fa-tumblr {
  background-color: #35465d;
  }

  #masthead .fa-slack {
  background-color: #4a154b;
  }

  #masthead .fa-reddit {
  background-color: #ff4500;
  }

  #masthead .fa-messenger {
  background-color: #913BCC;
  }

  #masthead .fa-wordpress {
  background-color: #009BCB;
  }

  #masthead .fa-behance {
  background-color: #0054F7;
  }

  #masthead .fa-dribbble {
  background-color: #ea4c89;
  }

  #masthead .fa-yahoo {
  background-color: #6001d2;
  }

  #masthead .fa-blogger {
  background-color: #ED7800;
  }

  #masthead .fa-snapchat {
  background-color: #fffc00;
  }

  #masthead .fa-wix {
  background-color: #F4B66C;
  }

  #masthead .fa-meta {
  background-color: #005ED6;
  }

  #masthead .fa-baidu {
  background-color: #2319DC;
  }

  #masthead .fa-twitch {
  background-color: #8C45F7;
  }

  #masthead .fa-discord-alt {
  background-color: #5562EA;
  }

  #masthead .fa-vk {
  background-color: #0072F7;
  }

  #masthead .fa-trip-advisor {
  background-color: #31D99C;
  }

  #masthead .fa-telegram {
  background-color: #28A4E4;
  }

  #masthead .fa-quora {
  background-color: #B32A26;
  }

  #masthead .fa-ok-ru {
  background-color: #EF8B27;
  }

  #masthead .fa-microsoft-teams {
  background-color: #544FBC;
  }

  #masthead .fa-foursquare {
  background-color: #F14572;
  }

  #masthead .fa-soundcloud {
  background-color: #F75200;
  }

  #masthead .fa-vimeo {
  background-color: #00A8E8;
  }

  #masthead .fa-digg {
  background-color: #313131;
  }

  #masthead .fa-periscope {
  background-color: #3E9FBE;
  }

  #masthead .fa-xing {
  background-color: #005D5B;
  }

  #masthead .fa-imdb {
  background-color: #EDBF17;
  }

  #masthead .fa-youtube {
  background-color: #C62828;
  }

  /*------------------------------------------------
  Search form activate
  ------------------------------------------------- */

  .header-search-wrapper {
  position: relative;
  }

  .header-search-wrapper .mt-search-icon a i {
  background-color: #ff0000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  }

  .header-search-wrapper .search-form-wrap.active-search {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  }


  .header-search-wrapper .search-form-wrap {
  visibility: hidden;
  }

  .header-search-wrapper .search-form-wrap { 
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;

  }

  .header-search-wrapper .search-form-wrap .search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  border: 1px solid #fff;
  width: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgb(253 253 253 / 19%)
  }

  .header-search-wrapper .search-form-wrap .search-form .search-field {
  border: none;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
  height: 150px;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  width: 100%;
  }

  .header-search-wrapper .search-form-wrap .search-submit {
  padding: 16px 60px;
  width: 100%;
  background: #EC3535;
  border-radius: 0px 0px 20px 20px;
  border: none;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  -webkit-transition: 0.3sease;
  -o-transition: 0.3s ease;
  transition: 0.3sease;
  }

  .header-search-wrapper .mt-form-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 50px;
  cursor: pointer;

  }

  .header-search-wrapper .mt-form-close a{
  color: #fff;
  }

  /* -----------------------------------
  Post article design  css 
  -------------------------------------*/

  .archive-style--grid .archive-content-wrapper {
  margin-left:-3%;
  }

  article .post-thumbnail{
  position: relative;
  display: block;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  }

  .post-cat-item a, .featured-info-wrap a{
  display: inline-block;
  font-size: 15px;
  color: #202020;
  box-shadow: 0 0 9px rgb(105 105 105 / 4%);
  background-color: #fff;
  font-weight: 500;
  padding: 3px 15px;
  border-radius: 29px;
  }

  ul.post-cats-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .archive-content-wrapper article ,.mt-single-featured-wrapper {
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  background-color: #fff3f3;
  margin-bottom: 40px;
  transition: transform .2s ease;
  }

  article .mt-post-content-wrap{
  padding: 20px;
  }

  .entry-footer {
  margin: 0px 0px 20px;
  display: flex;
  flex-wrap: wrap;
  gap:10px
  }

  .archive-content-wrapper article .entry-footer >span{
  font-size:13px;
  }

  article .mt-post-content-wrap .archive-cat-read-wrap{
  justify-content: space-between;
  }

  article .read-more-button a {
  background-color: #ffffff;
  padding-left: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
  border-radius: 22px;
  width: 35px;
  height: 35px;
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  line-height: 35px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  }

 .read-more-button:hover a{
  background-color:#efefef ;
  color: #fff;
  transform: translateX(3px); 
  }

  article  .read-more-button.text a{
    padding: 3px 15px;
    box-shadow: 0 0 9px rgb(105 105 105 / 4%);
    width: auto;
    line-height: inherit;
    height: auto;
  }
  
  /* -----------------------------------
  mt-single-featured-wrapper css 
  -------------------------------------*/

  .mt-front-featured-wrapper {
  margin: 30px 0px 30px -3%;
  }

  .mt-single-featured-wrapper{
  margin:0 -4px 30px 3%;
  display: inline-block;
  width:22%;
  padding: 20px;
  transition: transform .2s ease;
  }

  .archive-content-wrapper article:hover, .mt-single-featured-wrapper:hover{
  transform: translateY(4px);
  }

  .mt-single-featured-wrapper figure{
  margin:0;
  }

  .mt-single-featured-wrapper img{
  border-radius:20px;
  }

  .mt-single-featured-wrapper .featured-info-wrap{
  margin:20px 0px 0px;  
  }

  .mt-content-title, .page-title, .related-post-title{
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  letter-spacing: 8px;
  text-transform: uppercase;
  }

  /* -----------------------------------
  Navigation css 
  -------------------------------------*/

  .nav-links .meta-nav {
  display: none;
  }

  .nav-links::after {
  content: "";
  display: block;
  clear: both;
  }

  .nav-links .nav-previous,
  .nav-links .nav-next {
  width: 48%;
  float: left;
  }

  .nav-links .nav-next {
  text-align: right;
  float: right;
  }

  .nav-links .nav-next a, .nav-links .nav-previous a {
    box-shadow: 0 0 15px rgb(0 0 0 / 14%);
    display: inline-flex;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-wrap: wrap;
    white-space: nowrap;
    text-wrap: wrap;
    align-items: center;
    padding: 10px;
    border: 1px solid #efefef;
  }

  .entry-thumbnail {
  width: 38%;
  float: left;
  }

  .entry-exrecpt {
  width: 60%;
  float: right;
  }

  .short-content {
  margin-bottom: 10px;
  }

  .short-content+.bttn {
  float: right;
  }

  .full-width {
  float: none;
  width: 100%;
  }

  .navigation .nav-links .page-numbers {
  padding: 0 14px;
  display: inline-block;
  background: none;
  border: 1px solid #f4f2f2;
  color: #242424;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 3px;
  border-radius: 101px;
  border-color: #e1e1e1;
  }

  .navigation.pagination {
  margin-left: 0;
  }

  .navigation .nav-links a.page-numbers:hover,
  .navigation .nav-links .page-numbers.current {
  background: #960505;
  color: #fff;
  border: 1px solid #960505;
  }

  .nav-links .nav-thumbnail{
    width: 20%;
    height: auto;
    display: inline-block;
  }

  .nav-content {
    display: inline-grid;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 600;
    padding: 0px 10px;
    color: #000;
    width: 80%;
}

  .nav-links .no-thumbnail .nav-thumbnail{
    display: none;
  }

  .no-sidebar .nav-content{
    width:85%;
  }

  .no-sidebar .nav-links .nav-thumbnail{
    width:15%;
  }

  /* -----------------------------------
  Archive style grid css 
  -------------------------------------*/

  
 .archive-content-wrapper article.page.type-page{
  padding:20px;
}

  .archive-style--grid .archive-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }

  .archive-style--grid .archive-content-wrapper .entry-content{
    margin:0px;
  }

  .archive-style--grid .archive-content-wrapper article {
  width: 47%; 
  margin-left: 3%;
  }

  .archive-style--grid.no-sidebar .archive-content-wrapper article:nth-child(5n+1),
  .archive-style--grid.no-sidebar .archive-content-wrapper article:nth-child(5n+2),
  .archive-style--grid.no-sidebar .archive-content-wrapper article:nth-child(5n+3),
  .archive-style--grid.no-sidebar-center .archive-content-wrapper article:nth-child(5n+1),
  .archive-style--grid.no-sidebar-center .archive-content-wrapper article:nth-child(5n+2),
  .archive-style--grid.no-sidebar-center .archive-content-wrapper article:nth-child(5n+3) {
  width: 30%;
  }

  .archive-style--grid.no-sidebar .archive-content-wrapper article:nth-child(5n+4),
  .archive-style--grid.no-sidebar .archive-content-wrapper article:nth-child(5n+5),
  .archive-style--grid.no-sidebar-center .archive-content-wrapper article:nth-child(5n+4),
  .archive-style--grid.no-sidebar-center .archive-content-wrapper article:nth-child(5n+5) {
    width: 35%;
  }


  .no-sidebar .archive-content-wrapper article .entry-title{
  font-size:25px;
  line-height: 1.5;
  margin: 5px 0px;
  }

  .no-sidebar .archive-content-wrapper article .published,
  .no-sidebar .archive-content-wrapper article .author{
  font-size: 15px;
  }

  /* -----------------------------------
  Archive style list  Post css 
  -------------------------------------*/

.archive-style--list article .single-post-wrap {
    display: grid;
    grid-template-columns: 40% 57%;
    grid-column-gap: 3%;
    align-items: center;
    vertical-align: top;
    padding: 20px;
    border-radius: 20px;
}

  .archive-style--list .entry-title{
  font-size: 25px;
  }

  .archive-style--list .archive-content-wrapper article .entry-footer >span,
  .archive-style--list .published, .archive-style--list .author{
  font-size: 15px;
  }

  .archive-style--list #primary article .single-post-wrap .post-thumbnail{
  border-radius:20px;
  }

   .archive-style--list article .mt-post-content-wrap{
    padding:0px;
   }

  .post-thumbnail-wrap {
  position: relative;
  }

  .no-thumbnail .post-thumbnail-wrap{
    display: none;
  }

  .archive-style--list article.no-thumbnail .single-post-wrap{
    grid-template-columns: 100%;
  }

  /* -----------------------------------
  Single  Post css 
  -------------------------------------*/

  .single .mt-post-content-wrap{
  padding: 20px 0px;
  }

  .single #primary article .single-post-wrap .post-thumbnail{
  border-radius:20px;
  }

  .single .post-cat-item a{
    background-color: #ff6e6e;
    color:#fff;
  }

  .single .post-cat-item a:hover{
    color:#fff;
  }

  .single article .single-post-wrap{
    display: grid;
    grid-gap:20px;
    grid-template-columns: 54% 44%;
    align-items: center;
    padding: 0;
  }

  .single article.no-thumbnail .single-post-wrap{
    grid-template-columns: 100%;
  }

  .single .tags-links a{
    color: #7a7a7a;
  }

  .entry-meta >span{
    color: #7a7a7a;
  }

  .single .single-post-wrap .entry-title{
    font-size: 32px;
  }

  /* -----------------------------------
  Search No result Post css 
  -------------------------------------*/

  .no-results .page-content p{
  font-size: 22px;
  }

  .search article .post-thumbnail{
    border-radius:0px;
  }

  /* -----------------------------------
  background animation css 
  -------------------------------------*/

  #site-navigation ul li .sub-menu, #site-navigation ul li .children {
  z-index: 999;
  border-radius: 20px;
  }

  .bubbles {
  position: fixed;
  z-index: -99;
  display: block;
  } 

  .bubble{
  position: fixed;
  display: block;
  list-style: none;
  bottom: -50px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: rise 5s infinite ease-in;
  opacity: 0.7;
  }

  @keyframes rise {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) scale(1.3);
    opacity: 0;
  }
  }

  /* Generate multiple bubbles with different positions, sizes, colors, and speeds */
  .bubble:nth-child(1) { left: 10%; animation-duration: 10s; background: #ff5733; width: 10px; height: 10px; }
  .bubble:nth-child(2) { left: 20%; animation-duration: 10s; background: #33ff57; width: 15px; height: 15px; }
  .bubble:nth-child(3) { left: 30%; animation-duration: 12s; background: #3385ff; width: 10px; height: 10px; }
  .bubble:nth-child(4) { left: 40%; animation-duration: 10s; background: #ff33a1; width: 15px; height: 15px; }
  .bubble:nth-child(5) { left: 50%; animation-duration: 14s; background: #f4c542; width: 10px; height: 10px; }
  .bubble:nth-child(6) { left: 60%; animation-duration: 10s; background: #8e44ad; width: 5px; height: 5px; }
  .bubble:nth-child(7) { left: 70%; animation-duration: 12s; background: #1abc9c; width: 10px; height: 10px; }
  .bubble:nth-child(8) { left: 80%; animation-duration: 10s; background: #ff5e00; width: 15px; height: 15px; }
  .bubble:nth-child(9) { left: 90%; animation-duration: 14s; background: #3498db; width: 10px; height: 10px; }
  .bubble:nth-child(10) { left: 95%; animation-duration: 10s; background: #e74c3c; width: 10px; height: 10px; }


  /* Author admin  css
  --------------------------------------------- */

  .blogbuster-author-container {
  border: 1px solid #e1e1e1;
  padding: 23px 6px;
  margin-top: 30px;
  box-shadow: 0 0 5px rgb(147 147 147 / 14%);
  }

  .blogbuster-site-layout--separate .blogbuster-author-container {
  padding: 23px 20px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow:0 0 15px rgba(0, 0, 0, 0.13);
  }

  .blogbuster-author-image {
  display: inline-block;
  width: 12%;
  margin-right: 2%;
  vertical-align: top;
  }

  .no-sidebar .blogbuster-author-image{
    width:8%;
  }

  .blogbuster-author-image img{
  border-radius: 80px;
  box-shadow: 0 0 5px rgb(147 147 147 / 37%);
  border: 2px solid #fff;
  }

  .blogbuster-author-info {
  display: inline-block;
  width: 85%;
  }

  .blogbuster-author-info h3 {
  margin: 12px 0px;
  }

  .author-nicename a {
  color: #000;
  }

  .author-website a {
  color: #000;
  }

  .author-nicename a:hover {
  color: #800080;
  }

  /* Related  post  css
  --------------------------------------------- */
  .blogbuster-site-layout--full-width .single-related-posts {
  margin-top: 30px;
  }

 .both-sidebar .related-post-wrap {
  width: 47%;
  margin-bottom: 25px;
  }

  .blogbuster-site-layout--full-width .related-post-wrap {
  box-shadow: unset;
  }

  .related-post-wrap {
  width: 30.33%;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  margin-right: -4px;
  background-color: #fff5f5;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  }

  .blogbuster-site-layout--separate .related-post-wrap {
  background-color: none;
  box-shadow: none;
  margin-bottom: 0;
  }

  .related-post-wrap .blogbuster-post-cats-list li a {
  padding: 4px 12px;
  margin-bottom: 5px;
  display: inline-block;
  }

  .single-related-posts {
  margin-top: 30px;
  }

  .related-post-wrap .related-post-content-wrap {
  padding-top: 20px;
  }

  .related-post-wrap .related-post-content-wrap h3 {
  margin: 6px 0px;
      font-size: 18px;
  }

  .blogbuster-related-posts-wrapper {
  margin-left: -3%;
  }

  .related-post-wrap figure {
  height: 275px;
  }

  /* Footer css
  --------------------------------------------- */
  .site-footer ul.sub-menu {
  display: none;
  }

  .site-footer ul {
  margin: 0px;
  }

  .site-footer {
  background-color: #000;
  padding: 20px 0px;
  margin-top: 30px;
  }

  .site-footer .wp-block-heading,
  .site-footer a,.site-footer a:hover,
  .site-footer .mt-container,
  .site-footer p,
  .site-footer a:hover,
  .site-footer span,
  .site-info .widget a ,
  .site-footer .widget a:hover,
   .site-footer .latest-posts-wrapper .entry-meta .published,
  .site-footer .widget_archive a,.site-footer .widget_categories a,.site-footer .widget_recent_entries a,.site-footer .widget_meta a,.site-footer .widget_recent_comments li,.site-footer .widget_rss li,.site-footer .widget_pages li a,.site-footer .widget_nav_menu li a,.site-footer .wp-block-latest-posts li a,.site-footer .wp-block-archives li a,.site-footer .wp-block-categories li a,.site-footer .wp-block-page-list li a,.site-footer .wp-block-latest-comments li,
  .site-footer .widget_archive a::before,.site-footer .widget_categories a::before,.site-footer .widget_recent_entries a::before,.site-footer .widget_meta a::before,.site-footer .widget_recent_comments li::before,.site-footer .widget_rss li:before,.site-footer .widget_pages li a:before,.site-footer .widget_nav_menu li a:before,.site-footer .wp-block-latest-posts li a:before,.site-footer .wp-block-archives li a:before,.site-footer .wp-block-categories li a:before,.site-footer .wp-block-page-list li a:before,.site-footer .wp-block-latest-comments li:before{
  color: #fff;
  }

  .mt-grid {
  display: grid;
  }

  .footer-text a {
  color: #fff;
  }

  .footer-widget--column-four .footer-widget-wrapper.mt-grid {
  grid-template-columns: repeat(4, calc(25% - 1.5em));
  }

  .footer-widget-wrapper.mt-grid {
  grid-column-gap: 2em;
  }

  .footer-widget--column-two .footer-widget-wrapper.mt-grid {
  grid-template-columns: repeat(2, calc(50% - 1em));
  }

  .footer-widget--column-three .footer-widget-wrapper.mt-grid {
  grid-template-columns: repeat(3, calc(33.33% - 1.33em));
  }

  .footer-widget--column-one .footer-widget-wrapper.mt-grid {
  grid-template-columns: 100%;
  }

  .articlewave-footer .footer-text {
  text-align: center;
  padding: 20px 0px 0px;
  }

  .blogbuster-site-layout--separate #colophon .widget-area .widget{
    box-shadow: none;
    padding: 0px;
    border-radius: 0px;
  }

  /* error 404 page css
  --------------------------------------------- */
  .error-container {
  text-align: center;
  font-size: 180px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  margin: 20px 15px;
  }
  .error-container > span {
  display: inline-block;
  line-height: 0.7;
  position: relative;
  color: #FFB485;
  }
  .error-container > span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  }

  .error-container > span:nth-of-type(1) {
  color: rgba(70, 117, 7, 0.4);
  animation: colordancing 4s infinite;
  }

  .error-container > span:nth-of-type(3) {
  color: #F56991;
  animation: colordancing2 4s infinite;
  }

  .error-container > span:nth-of-type(2) {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  }

  .error-container > span:nth-of-type(2):before,
  .error-container > span:nth-of-type(2):after {
  border-radius: 0%;
  content:"";
  position: absolute;
  top: 0; left: 0;
  width: inherit; height: inherit;
  border-radius: 999px;
  box-shadow: inset 30px 0 0 rgba(70, 117, 7, 0.4),	
        inset 0 30px 0 rgba(70, 117, 7, 0.4),	
        inset -30px 0 0 rgba(255, 196, 140, 0.4),	
        inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  animation: shadowsdancing 4s infinite;
  }
  .error-container > span:nth-of-type(2):before {
  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  .screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  @keyframes shadowsdancing {
  0% {
    box-shadow: inset 30px 0 0 rgba(70, 117, 7, 0.4),	
        inset 0 30px 0 rgba(239, 250, 180, 0.4),
        inset -30px 0 0 rgba(255, 196, 140, 0.4),	
        inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  }
  25% {
    box-shadow: inset 30px 0 0 rgba(245, 105, 145, 0.4),
        inset 0 30px 0 rgba(70, 117, 7, 0.4),	
        inset -30px 0 0 rgba(239, 250, 180, 0.4),	
        inset 0 -30px 0 rgba(255, 196, 140, 0.4);
  }
  50% {
    box-shadow: inset 30px 0 0 rgba(255, 196, 140, 0.4),
        inset 0 30px 0 rgba(245, 105, 145, 0.4),
        inset -30px 0 0 rgba(70, 117, 7, 0.4),	
        inset 0 -30px 0 rgba(239, 250, 180, 0.4);
  }
  75% {
  box-shadow: inset 30px 0 0 rgba(239, 250, 180, 0.4),
        inset 0 30px 0 rgba(255, 196, 140, 0.4),
        inset -30px 0 0 rgba(245, 105, 145, 0.4),	
        inset 0 -30px 0 rgba(70, 117, 7, 0.4),	
  }
  100% {
    box-shadow: inset 30px 0 0 rgba(70, 117, 7, 0.4),	
        inset 0 30px 0 rgba(70, 117, 7, 0.4),	
        inset -30px 0 0 rgba(255, 196, 140, 0.4),	
        inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  }
  }
  @keyframes colordancing {
  0% {
    color: rgba(70, 117, 7, 0.4);
  }
  25% {
    color: #F56991;
  }
  50% {
    color: #FFC48C;
  }
  75% {
    color: #EFFAB4;
  }
  100% {
    color: #D1F2A5;
  }
  }
  @keyframes colordancing2 {
  0% {
    color: #FFC48C;
  }
  25% {
    color: rgba(70, 117, 7, 0.4);	
  }
  50% {
    color: rgba(70, 117, 7, 0.4);	
  }
  75% {
    color: #F56991;
  }
  100% {
    color: #FFC48C;
  }
  }

  .error404  .page-title {
  font-size: 27px;
  margin-bottom: 15px;
  }

  .error404 .page-content p{
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  }

  .error-404 .page-content .search-field, .no-results .search-field {
  width: 70%;
  margin-right: -5px;
  height: 45px;
  padding: 5px 10px;
  border-radius: 30px 0px 0px 30px;
  }

  .page-content input[type="submit"], .button-back-home {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 25px 14px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    border: 1px solid #000;
    background: #000;
    color: #fff !important;
    border-radius: 0px 30px 30px 0px;
}

  .error-404 .search-form{
  margin-bottom: 30px;
  text-align: center;
  }

  /* Page css
  --------------------------------------------- */

  .blogbuster-site-layout--separate.page.archive-style--grid #primary article{
  width: 100%;
  }

    /*Scroll Up  css
  --------------------------------------------- */

  #mt-scrollup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #E53935;
    width: 50px;
    height: 50px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.5s ease;
}

.mt-front-sticky-post-wrapper article .single-post-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0px 0px 20px;
}

.mt-front-sticky-post-wrapper article .post-thumbnail{
  border-radius: 20px;
}

.mt-front-sticky-post-wrapper article .post-thumbnail-wrap{
  width:48%;
}

.mt-front-sticky-post-wrapper article .mt-post-content-wrap{
  width:51%;
}

.mt-front-sticky-post-wrapper article.no-thumbnail .mt-post-content-wrap{
  width:100%;
}


 .mt-front-sticky-post-wrapper article .entry-title a, .single.no-sidebar .single-post-title-meta-wrap .entry-title,
 .single.no-sidebar-center .single-post-title-meta-wrap .entry-title{
  font-size: 40px;
  line-height: 1.5;
 }

 .mt-front-sticky-post-wrapper .published, .mt-front-sticky-post-wrapper .author,
  .mt-front-sticky-post-wrapper .tags-links a {
  font-size: 16px;
  font-weight: 600;
  color: #6b6b6b;
 }

 .mt-front-sticky-post-wrapper .entry-content p{
  font-size: 16px;
 }

 .mt-front-sticky-post-wrapper .post-cat-item a{
  background-color: #ce7900;
  color:#fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  font-weight: 600;
 }

 .mt-front-sticky-post-wrapper .post-cat-item a:hover{
  background-color: #fff;
  color:#ce7900;  
 }

 .mt-front-sticky-post-wrapper .post-cat-item a:focus {
    border: 1px dotted;
}


/*---------------------------------------------
 trending post and latest post css
 -------------------------------------------- */

 .trending-posts-wrapper .post-thumbnail-wrap, .latest-posts-wrapper .post-thumbnail-wrap {
  display: inline-block;
  width: 30%;
  margin-right: -4px;
  vertical-align: middle;
}

.trending-posts-wrapper .post-content-wrap, .latest-posts-wrapper  .post-content-wrap {
  width: 66%;
  margin-right: -4px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4%;

}

.trending-posts .post-thumbnail-wrap .post-count {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(4, 168, 208);
  display: block;
  padding: 0px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 6px 0px 10px 1px;
}

.trending-posts .post-thumbnail-wrap, .latest-posts-wrapper .post-thumbnail-wrap {
  position: relative;
}

.trending-posts .no-image .post-thumbnail-wrap, .latest-posts-wrapper .no-image .post-thumbnail-wrap {
  display: none;
}

.trending-posts-wrapper .no-image .post-content-wrap, .latest-posts-wrapper .no-image .post-content-wrap{
  width: 100%;
  margin-left: 0;
}

.posts-wrapper .post-thumbnail-wrap img {
  border-radius: 10px;
}

.trending-posts-wrapper .entry-title a, .latest-posts-wrapper .entry-title a {
  font-size: 16px;
}

.trending-posts-wrapper .entry-title , .latest-posts-wrapper .entry-title{
  margin:5px 0px;
  line-height: 1;
}

.trending-posts-wrapper .post-wrap, .latest-posts-wrapper .post-wrap {
    margin-bottom: 20px;
}

.latest-posts-wrapper .entry-meta{
  margin: 0;
}

.latest-posts-wrapper .entry-meta .published{
  font-weight: 400;
  font-size: 14px;
}

/*---------------------------------------------
 author css
 -------------------------------------------- */

 .mt-author-profile-wrapper .author-info-wrap .author-avatar {
  width: 85px;
  height: 85px;
  display: inline-block;
  margin: 0 10px 5px 0px;
}

.mt-author-profile-wrapper .author-info-wrap .author-avatar img{
  border-radius:50px;
}

.mt-author-profile-wrapper .author-info-wrap .author-name {
  width: 65%;
  display: inline-block;
  text-align: left;
  font-size: 18px;
}

.mt-author-profile-wrapper .author-info-wrap .author-description{
  margin: 10px 0px 0px;
  text-align: left;
}

.both-sidebar .mt-author-profile-wrapper .author-info-wrap .author-avatar{
  width: 75px;
    height: 75px;
}

