.admin-bar .header__layout__1{
  margin-top: 23px;
}


/*=============================
   Blog Main container 
 =============================*/

.qomodo-main-container{
    padding:100px 0px;
}

/*=============================
   Blog Post Meta
 =============================*/

.blog .qomodo-post-body .meta span{
    padding-right: 8px;
    display: inline-block;
    
}

.blog .qomodo-post-body .meta span a,
.blog .qomodo-entry-header .qomodo-entry-title a{
  color:#181C21;
}

.blog .signle__blog__content .post-title{
  margin-bottom:15px;
}
.blog .signle__blog__content .readmore__btn {
  margin-top: 20px;
}

.blog-list-item .post__cat .post-cat{
    padding-left: 5px;
}

.blog-list-item .post__cat .post-cat{
  word-break: break-all;
}
.blog .qomodo-post-body .qomodo-entry-title{
    margin: 15px 0px;
}

.blog .qomodo-post-body{
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 30px;
}

.blog .qomodo-post-body .qomodo-entry-header {
    position: relative;
}

.blog .sticky .meta-featured-post i{
    color:#fff;
    font-size: 15px;
}

/*=============================
   blog Single
 =============================*/

.page .qomodo-entry-content p {
  margin: 0 0 25px;
}
.page .qomodo-entry-content .alignright {
  margin-top:20px;
  display: inline-block;
}

.single .blog-list-content p {
    margin-bottom: 25px;
}
/*.single .blog-list-content > :last-child {
    margin-bottom: 0;
}*/

/*=============================
   blog Single media
 =============================*/

.blog-single .single_bg{
    margin-top: 20px;
}

.blog-single .single_meta a{
  color:#181C21;
}

/*=============================
   Blog Single tags
 =============================*/
.blog-single .qomodo-post-footer{
    clear: both;
    margin-top: 30px;
}

.blog-single .post-tag-container .tag-lists a{
   border: 1px solid #e1e1e1;
   padding:6px 8px;
   margin-bottom: 10px;
   margin-right: 10px;
}

.blog-single .post-tag-container .tag-lists span{
    padding-right: 10px;
}

.breadcrumb{
    background: transparent;
    padding-left: 0px;
    padding-top: 0px;
    justify-content: center;
}


/*=============================
   Social share
 =============================*/

.blog-single .social-share{
    position: relative;
}

.blog-single .social-share:hover ul{
    top:0;
    display: block;
}

.blog-single .social-share ul{
    position: absolute;
    z-index: 30;
    left: 0;
    padding:5px 10px;
    display: none;
}

.blog-single .social-share ul li{
    list-style: none;
    display: block;
    margin: 4px 0px;
}
  /*=========================================================================
                                Pagination 
==========================================================================*/

.pagination .pagination-dots {
  padding-top: 10px;
  padding-right: 24px;
}

/*=============================
   pagination nav
 =============================*/

 .qomodo-post-navigation {
    margin-bottom: 40px;
    margin-top: 35px;
    clear: both;
    background: rgba(255, 79, 79, 0.06);
    padding: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }

  .qomodo-post-navigation .post-previous, .qomodo-post-navigation .post-next {
    padding: 0 40px;
    width: 50%;
    border-left: 1px solid #ff4f4f;
    border-right: 1px solid #eeeeee;
    display: table-cell;
    position: relative;
    vertical-align: middle;
  }

  .qomodo-post-navigation .post-previous img, .qomodo-post-navigation .post-next img {
    width: 95px;
    height: 75px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
  }

  .qomodo-post-navigation .post-previous a p, .qomodo-post-navigation .post-next a p {
    line-height: 1.2;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    color: #333333;
  }

  .qomodo-post-navigation a:hover span,
  .qomodo-post-navigation a:hover h3,
  .post-edit-link {
    color: #FF5E63;
  }

  .qomodo-post-navigation h3,
  .qomodo-post-navigation span{
    transition:0.3s;
  }
  .qomodo-post-navigation h3 {
  font-size: 16px;
    line-height: 26px;
    margin: 5px 0 10px;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
  }

.qomodo-post-navigation span {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #ff4f4f;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

  .qomodo-post-navigation .post-previous i {
    margin-right: 5px;
  }
  .qomodo-post-navigation .post-next i {
    margin-left: 5px;
  }
  .qomodo-post-navigation .post-previous {
    text-align: left;
    float: left;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 40px 0 0;
  }
  
  .qomodo-post-navigation .post-previous img {
    float: left;
    margin-right: 15px;
  }

  .qomodo-post-navigation .post-next {
    text-align: right;
    float: right;
    border-right: 0 none;
    padding: 0 0 0 40px;
  }

  .qomodo-post-navigation .post-next img {
    float: right;
    margin-left: 15px;
  }

  /*=======================================
          Post  Comments section
 ========================================*/
  .qomodo-blog-post-comment {
     clear: both;
  }
  .qomodo-blog-post-comment .comment-num{
    border-bottom: solid 2px rgba(151, 151, 151, 0.17);
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
  }
  .qomodo-blog-post-comment  .comment-edit-link{
    color: #ff4f4f;
  }
 .qomodo-blog-post-comment .btn-comments {
  margin-top: 28px;
  background: #ff4f4f;
  color: #fff;
  border: 2px solid #ff4f4f;
  padding: 0 22px;
  margin-top: 28px;
  background: #ff4f4f;
  color: #fff;
  border: 2px solid #ff4f4f;
  padding: 0 22px;
}
.qomodo-blog-post-comment .btn-comments:hover {
  background-color: transparent;
  color: #ff4f4f;
}
.qomodo-blog-post-comment .comment-title {
  font-size: 24px;
}
.qomodo-blog-post-comment .comment-info [class*=col-md-] {
  position: inherit;
}
.qomodo-blog-post-comment .form-submit {
  margin-top: 10px;
}
.qomodo-blog-post-comment .comment-respond {
  margin-bottom: 40px;
}
.qomodo-blog-post-comment .comment-respond .comment-reply-title {
  font-size: 24px;
  border-bottom: solid 2px rgba(151, 151, 151, 0.17);
  padding-bottom: 35px;
  margin-bottom: 30px;
  font-weight: 500;
  margin-top: 10px;
}
.qomodo-blog-post-comment .comment-respond .comment-form {
  margin-top: 10px;
}
.qomodo-blog-post-comment .comment-respond .comment-form .form-control {
  width: 100%;
  line-height: 60px;
  border: solid 2px rgba(102, 102, 102, 0.12);
  border-radius: 5px;
  padding-left: 30px;
  color: #3c3a5a;
  margin-top: 30px;
  height: 67px;
}
.qomodo-blog-post-comment .comment-respond .comment-form .form-control.msg-box {
  height: 245px;
}
.qomodo-blog-post-comment .comment-respond .comment-form .form-control:focus {
  box-shadow: none;
  border-color: none;
}
.qomodo-blog-post-comment .comment-respond .comment-form textarea.form-control {
  width: 100%;
  height: 195px;
  border: solid 2px rgba(102, 102, 102, 0.12);
  border-radius: 5px;
  padding-left: 30px;
  color: #3c3a5a;
  resize: none;
  margin-top: 0px;

}
.qomodo-blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}
.qomodo-blog-post-comment .comment-respond .comment-form .comment-notes {
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 17px;
}
.qomodo-blog-post-comment .comment-respond .comment-form .logged-in-as {
  margin-bottom: 20px;
  margin-top: 17px;
 
}
.qomodo-blog-post-comment .comment-respond .comment-form .logged-in-as a {
  color:#E22454;
}
.qomodo-blog-post-comment .comments-list .trackback .comment-body {
  margin-left: 0;
}

.loginformuser .form-control {
  height: 100%;
  resize: none;
}
.loginformuser .form-control:focus {
  box-shadow: none;
  border-color: #E22454;
}

/* Common */
.pingback p, .pingback .says {
  display: none;
}

.comments-list .pingback .comment-body {
  margin-left: 0;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.comments-list .comment {
  list-style: none;
}
.comments-list .comment .last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
 
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #1b1b25;

  font-style: normal;
  line-height: 26px;
  margin: 0;
}
.comments-list .comment-author a {
  color: #1c1c24;
}
.comments-list .comment-author a:hover {
  color: #E22454;
}
.comments-list .comment-author cite {
  font-style: normal;
}
.comments-list .comment-date {
  font-size: 16px;
  display: block;
 
  opacity: .6;
    padding-top: 5px;

}
.comments-list .comment-content {
  margin: 5px 0;
}
.comments-list .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-left: 110px;
}
.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}
.comments-list .comment-reply-link {
  font-weight: 500;
  color: #1b1b25;
}
.comments-list .comment-reply-link i {
  margin-right: 5px;
}
.comments-list .comment-reply-link:hover {
  color: #E22454;
}

.comments-counter {
  font-size: 18px;
}
.comments-counter a {
  color: #666;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
  float: right;
  color: #000;
}
#cancel-comment-reply-link:hover {
  color: #E22454;
}


  /* Page link */
  .page-links .page-link {
    display: inline-block;
  }

  /* ==================================================
         Blog Header
  ==================================================  */
  .qomodo-entry-header {
    margin: 0 0 60px;
  }
  
  .qomodo-entry-header {
    font-size: 28px;
    margin: 0;
  
  }

   /* ==================
    gutenberg block
  ======================= */

  .wp-block-button {
   
    margin-bottom: 10px;
  }
  .wp-block-group.has-background {
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 12px;
  }
  blockquote {
      background: #222222;
      padding: 30px;
      border-left: 5px #FF153C solid;
      color: #eee;
  }
  .page .qomodo-entry-content blockquote p:last-child,
  blockquote p:last-child {
    margin-bottom: 0;
}
  .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 18px 1em;
  }
  blockquote.has-very-dark-gray-color{
    background: #fff;
  }
  .wp-block-search input[type="search"] {
      width: 80%;
      border: 1px solid #e2e2e1;
  }
  .wp-block-search__button {

    float: left;
    background: -webkit-gradient(linear, left top, right top, from(#FF153C), to(#FF8955));
    background: -o-linear-gradient(left, #FF153C, #FF8955);
    background: linear-gradient(to right, #FF153C, #FF8955);
    border: 0;
    color: #fff;
    
    border-radius: 5px;
    font-weight: 500;
}
  /* clears the 'X' from Internet Explorer */
  input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
  input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

  /* clears the 'X' from Chrome */
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration { display: none; }


 /* Image */

 .alignright.size-thumbnail.wp-image-827 {
    margin-bottom: 40px;
    display: inline-block;
  }
  
  img, figure {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
  }
  
  [class*="wp-block-"] {
    margin-bottom: 30px;
  }
  
  .wp-caption img[class*="wp-image-"] {
    display: block;
  }
  
  .wp-caption {
    margin-bottom: 8px;
    max-width: 100%;
    border-radius: 0;
    padding: 0;
    clear: both;
  }
  
  .wp-caption.aligncenter {
    margin-bottom: 10px;
    text-align: center;
    margin: 0 auto;
  }
  
  .wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 4px;
    font-style: italic;
    color: #a9a9a9;
    margin-bottom: 30px;
  }
  
.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    clear: both;
}
.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    clear: both;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}
.alignnone{
    margin-bottom: 20px;
    margin-top: 20px;
}
.alignfull,
.alignwide {
    margin-bottom: 20px;
}

  figcaption,
.wp-caption p.wp-caption-text {
    text-align: center;
    margin-top: 10px;
}
.wp-block-image figcaption {
    text-align: center;
    margin-bottom: 0;
}
figcaption.blocks-gallery-caption {
    margin-top: 0;
    margin-bottom: 0;
}

ul.blocks-gallery-grid {
    margin: 0;
}
  
  /*-- HTML Formate --*/
  /* table */
  table, iframe {
    border: 1px solid #fbfbfb;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 20px 0;
  }
  
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td,
  table > thead > tr > th,
  table > tbody > tr > th,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > tbody > tr > td,
  table > tfoot > tr > td {
    border-top: 1px solid #e7e7e7;
  }
  
  table > thead > tr > th,
  table > tbody > tr > th,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > tbody > tr > td,
  table > tfoot > tr > td {
    padding: 10px 10px;
    border: 1px solid #EDEDED;
    text-align: center;
  }

  div#calendar_wrap caption {
    margin: 10px 10px 0;
    padding-bottom: 0;
  }
  nav.wp-calendar-nav {
    margin-top: 8px;
}
  div#calendar_wrap table > thead > tr > th, div#calendar_wrap table > tbody > tr > th, div#calendar_wrap table > tfoot > tr > th,
  div#calendar_wrap table > thead > tr > td, div#calendar_wrap table > tbody > tr > td, div#calendar_wrap table > tfoot > tr > td {
    padding: 0;
    color:#3c3a5a;
  }
  .widget_calendar table td a,
  div#calendar_wrap table > tfoot > tr > td a{
    color:#ff4f4f;
  }
  
  .widget_calendar td {
    line-height: 2em;
  }

  .widget_calendar td#today{
    background: #ff4f4f;
    color: #ffffff;
  }
  .widget_calendar td#today a{
    color: #ffff;
  }
  
  .widget_calendar table th, .widget_calendar table td {
    padding: 0 !important;
  }
  
  .table-striped > tbody > tr:nth-child(odd),
  table > tbody > tr:nth-child(odd) {
    border: 1px solid #e7e7e7;
  }
  
  dt {
    font-weight: bold;
    margin: 6px;
  }
  
  /* Gallery item */
  .gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
  }
  
  .gallery-columns-1 .gallery-item {
    width: 100%;
  }
  
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  
  .gallery-item a,
  .gallery-item a:hover,
  .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    max-width: 100%;
  }
  
  .gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    -o-transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .gallery-item a:hover img,
  .gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
  }
  
  .gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
  }
  
  .gallery-size-thumbnail .gallery-caption {
    display: inline-block;
    max-width: 200px;
    margin-top: 5px;
  }
  
  .gallery-size-thumbnail .gallery-item > div > a {
    display: inline-block;
  }
  
  .wp-caption,
  .gallery-caption {
    color: #666;
    font-size: 13px;
    font-style: italic;
    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;
  }
  
  .alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }
  
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  
  @media screen and (min-width: 30em) {
    /* Gallery Columns */
    .gallery-item {
      max-width: 25%;
    }
    .gallery-columns-1 .gallery-item {
      max-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: 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%;
    }
  }
  
  /* Theme check */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
  
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 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;
  }
  
  .gallery-caption,
  .bypostauthor {
    display: block;
  }
  
  code {
    overflow: auto;
    max-width: 100%;
    padding: 0 1em;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
    color: #ff4f4f;
  }
  
  a code {
    color: #ff4f4f;
  }
  a:hover {
    color: #ff4f4f;
}
  p img.alignleft {
    clear: both;
    margin-bottom: 30px;
  }
  
  select {
    max-width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
  }
  
  .post-password-form input[type="password"] {
    padding: 5px 15px;
    margin-left: 10px;
    border: 1px solid #e1e1e1;
  }
  
  .post-password-form input[type='submit'] {
    background-color: #ff4f4f;
    border: none;
    padding: 7px 55px;
    color: #fff;
    cursor: pointer;
  }
  
  /*============================
     post
  =============================== */

  .qomodo-entry-header .qomodo-entry-title a, h1, h2, h3, h4, h5, h6 {
      
      word-break: break-word;
  }
  .post .post-media,
  .post-wrapper .post-media {
    width: calc(100% - 0px);
    position: relative;
    overflow: hidden;
  }
  
  .post .post-media .video-link-btn,
  .post-wrapper .post-media .video-link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .post .post-media .video-link-btn a,
  .post-wrapper .post-media .video-link-btn a {
    background: #ff4f4f;
    padding: 15px 20px;
    display: inline-block;
    color: #1c1c24;
    font-size: 25px;
  }
  
  .post .post-body,
  .post-wrapper .post-body {
    background: #f9f8fd;
    padding: 40px;
    margin-bottom: 25px;
  }
  
  .post .qomodo-post-footer,
  .post-wrapper .qomodo-post-footer {
    clear: both;
  }
  
  .post .qomodo-post-footer .readmore,
  .post-wrapper .qomodo-post-footer .readmore {
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    background: #ff4f4f;
    color: #1c1c24;
    display: inline-block;
    border-radius: 3px;
  }
  
  .post .qomodo-post-footer .readmore i,
  .post-wrapper .qomodo-post-footer .readmore i {
    vertical-align: middle;
  }
  
  .post .qomodo-post-footer .readmore:hover,
  .post-wrapper .qomodo-post-footer .readmore:hover {
    background: #fff;
    color: #1c1c24;
  }
  
  .post .qomodo-post-footer.readmore-btn-area,
  .post-wrapper .qomodo-post-footer.readmore-btn-area {
    margin-bottom: 0;
  }
  .post .blog-list-item {
      overflow: hidden;
      position: relative;
      border-bottom: 1px dashed #ede0e0;
      padding-bottom: 50px;
  }
  .meta-featured-post,
  .meta-featured-post {
  display: inline-block;
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 600;
    -webkit-transform: rotate(45deg);
    z-index: 1;
    display: block;
    position: absolute;
    right: -15px;
    top: -10px;
    background: #ff4f4f;
    width: auto;
    height: auto;
    padding: 10px 35px;
    color: #fff;
    transform-origin: bottom center;
 
  }

  .post.sticky .meta-featured-post.thumb{
    right: -42px;
    top: 14px;
    padding: 10px 66px;
    display: none;
    
  }
  .blog-list-item.box-shadow .meta-featured-post.without-thumb{
    right: 15px;
    top: 24px;
    z-index: -11;
    padding: 8px 34px;
    display:none;
  }
  .blog .post.sticky .blog-list-item.box-shadow{
    background: #ff4f4f2e;
  }
  .post.sticky .meta-featured-post.thumb i{
    font-size: 18px;
  }
  .post.sticky .qomodo-post-body, .post-wrapper.sticky .qomodo-post-body {
    overflow: hidden;
    position: relative;
}
  .post.sticky .post-body,
  .post-wrapper.sticky .post-body {
    overflow: hidden;
    position: relative;
  }
  .blog .post.sticky .meta-featured-post.audio{
    z-index: -2;
    right: -58px;
    top: -58px;
  }
  .post.post-wrapper,
  .post-wrapper.post-wrapper {
    margin-bottom: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
  }
  
  .post.post-wrapper .qomodo-entry-title,
  .post-wrapper.post-wrapper .qomodo-entry-title {
    font-size: 24px;
    line-height: 32px;
  }
  
  .post.sticky .post-block-style {
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
    padding: 30px;
  }
  
  .qomodo-page-header {
    margin-bottom: 40px;
  }
  .qomodo-page-header h2 {
      font-size: 36px;
      border-bottom: 1px dashed #f3f3f3;
      padding-bottom: 10px;
      font-weight: 500;
  }
  .qomodo-entry-content a {
        color: #ff4f4f;  
  }

  @media screen and (max-width: 667px) {
      .qomodo-page-header h2 {
        font-size: 32px;
      }
  }


  /*=========================================================================
                                Page Links 
==========================================================================*/
.qomodo-entry-content .page-links {
  color: #ff4f4f;
  margin-left: 5px;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}

.qomodo-entry-content .page-links span {
  display: inline-block;
}

.qomodo-entry-content .page-links span.page-link {
  color: #ff4f4f;
  margin-right: 5px;
}

/* Video popup*/
.post .post-media .post-video-btn a {
  position: absolute;
  font-size: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  color: #fff;
  z-index: 2;
}

/* Post Audio */

.blog .blog-audio {
  margin-bottom: -33px;
}

.qomodo-entry-content .page-links .page-link-text {
  margin-right: 10px;
      color: #3c3a5a;
}
  
  /*=========================== ===========
           sidebar
  ========================================*/
  .news__sidebars .widget {
    box-shadow: 5px 5px 20px 10px rgb(0 0 0 / 3%);/*5px 5px 20px 10px rgba(255, 79, 79, 0.05);*/
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    padding-top: 45px;
  }
  .news__sidebars .widget{
    margin-bottom: 40px;
  }

  .news__sidebars .widget .widget-title {
   
      line-height: 1;
      position: relative;
      color: #181C21;
      font-weight: 500;
      padding-left: 25px;
      position: relative;
      margin-bottom: 25px;
      font-size: 22px;
  }
  .news__sidebars .widget-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 30px;
    border-radius: 20px;
    background: #ff4f4f;
}
  .news__sidebars ul li a {
    color:#181C21;
   
  }
  .news__sidebars ul li {
    border-bottom: 1px dashed #ede0e0;
    padding-top:10px;
    padding-bottom:10px;
  }
  .news__sidebars .widget.widget_media_image img {
    margin-top: 0;
  }
  
  
  
  .news__sidebars .widget.widget_search .form-control {
    font-style: italic;
    font-weight: 600;
    border-radius: 0;
  }
  
  .news__sidebars .widget.widget_search .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff4f4f;
  }
  
  .news__sidebars .widget.widget_search .input-group-btn {
    background: #ff4f4f;
    color: #1c1c24;
    padding: 0 20px;
    cursor: pointer;
    border: none;
  }
  
  .news__sidebars .widget.widget_search .input-group-btn i {
    line-height: 52px;
  }
  
  .news__sidebars .widget.widget-tags ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
  }
  
  .news__sidebars .widget.widget-tags ul li a {
    display: block;
    padding: 5px 20px;
    border: 1px solid #eee;
    color: #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .news__sidebars .widget.widget-tags ul li a:hover {
    background: #ff4f4f;
    color: #1c1c24;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
  }
  
  .news__sidebars .widget.widget-tags ul li:last-child {
    margin-bottom: 0;
  }
  
  .news__sidebars .widget .block-title {
    margin-bottom: 30px;
  }
  
  .news__sidebars ul, .widget ul{
    border: 0;
    padding: 0;
    list-style: none;
  }
   
  .news__sidebars ul li:last-child,.widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

    
  .news__sidebars ul li a.url, .news__sidebars ul li a.rsswidget,.widget ul li a.url, .widget ul li a.rsswidget {
    color: #181C21;
  }
  .widget ul li a.rsswidget {
    line-height: 24px;
  }
  .news__sidebars ul li a.rsswidget,.widget ul li a.rsswidget {
    font-weight: 600;
  }
  
  .news__sidebars ul li cite,.widget ul li cite  {
    font-style: normal;
  }
  
  .news__sidebars ul.sub-menu, .news__sidebars ul.children ,.widget ul.sub-menu, .widget ul.children  {
    padding: 0;
    padding-left: 15px;
  }
  
  .news__sidebars ul.children,.news__sidebars ul.children ,.widget ul.children,.widget ul.children {
    padding-bottom: 0;
  }
  
  ul#recentcomments li a.url {
    font-weight: 600;
  }
  
  .tag-lists a,
  .wp-block-tag-cloud a,
  .tagcloud a {
    
    font-size: 16px !important;
    font-weight: 500;
    color: #1b1b25;
    line-height: 45px;
    padding: 0 17px;
    background: rgba(255, 79, 79, 0.06);
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 7px;
   
  }

  .tagcloud a:hover{
    color: #1b1b25;
  }

  .tag-lists a:hover
   {
    background: #ff4f4f;
    color: #fff;
    border-color: #ff4f4f;
  }
  
  .textwidget img {
    margin: 10px 0;
  }
  
  .page-links .page-link {
    display: inline-block;
  }
  .page-link{
    color: #ff4f4f;
  }
  .page-link:hover{
    background: #ff4f4f;
    color: #ffffff !important;
  }
  .page .qomodo-entry-footer{
    margin-top: 30px;
  }   
  article.page .post-meta {
    margin-bottom: 15px;
  }


 
 
  /* Social widget */
  
  /* Author Widget */  
  .blog-author .blog-author-image{
    margin-bottom: 15px;
  }
  .blog-author-description p{
    margin-bottom: 15px;
  }

  /* Recent post widget */

  
    .single-blog-post {
      position: relative;
      z-index: 2;
      padding-left: 110px;
      text-align: left;
      margin-bottom: 20px;
     
    }

    .single-blog-post a {
      color: #223645;
      text-transform: capitalize;
    }

    .single-blog-post a:hover {
      color: #ff4f4f;
    }

    .single-blog-post img {
      position: absolute;
      left: 0;
      top: 50%;
      height: 80px;
      width: 80px;
      margin-top: -28px;
    }
   
    /* Gallery widget */

    .single__instagram img {
        max-width: 86%;
    }
    .row.instagran__area {
        margin-left: 0px;
    }
    .instagran__area > div {
        padding: 6px 0px;
    }
  /*=========================================================================
                                Banner 
==========================================================================*/
.qomodo-banner-area {
  position: relative;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.qomodo-banner-area.banner-solid {
  background: #ff4f4f;
}
.qomodo-banner-area .banner-heading {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 350px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.qomodo-banner-area .banner-heading .banner-title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
  z-index: 1;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.qomodo-banner-area .banner-heading .breadcrumb {
  padding: 0;
  background: none;
  z-index: 1;
  margin-bottom: 0;
}
.qomodo-banner-area .banner-heading .breadcrumb li {
  color: #fff;
}
.qomodo-banner-area .banner-heading .breadcrumb li a {
  color: #fff;
}

.bg-overlay {
  position: relative;
}

.bg-overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #ff4f4f;
  z-index: 0;
  opacity: 0.3;
}

/*=========================================================================
                                Page 
==========================================================================*/

.page .qomodo-entry-header {
   margin-bottom: 20px;
}

/*=========================================================================
                              Error Page 
==========================================================================*/



/*=========================================================================
                              Search Page 
==========================================================================*/

.search .blog .search-forms input[type="search"] {
  width: 100%;
  line-height: 76px;
  padding-left: 40px;
  border: 1px solid #e0e0e0a1;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #3c3a5a;
}
.search .blog .input-box {
  position: relative;
}
.search .blog .input-box button{
  position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    font-size: 18px;
    color: #1b1b25;
    background-color: transparent;
}

/*=========================================================================
                              Footer widget
==========================================================================*/
  .footer-area .widget {

    margin-bottom: 40px;
  
  }
  
  .footer-area .tagcloud a:hover{
     background:#ff4f4f;
  }

  .widget ul li a  {
    padding: 5px 0;
  }

  .footer-area .inner-widget-area {
     padding-bottom:3px;
  }

  .footer-area ul li a,
  .footer-area div#calendar_wrap table > tbody > tr > td,
  .footer-area .widget ul li a.url,
  .footer-area ul li {
    color: #c7c7c7;
  }
  
  .footer-area ul li a{
      /*font-size: 20px;
      padding-top: 26px;*/
      color: #232423;
      opacity: .7;
      display: inline-block;
  }

  .footer-area .widget ul li a.url,
  .footer-area .widget ul li a.rsswidget,   
  .footer-area .widget_calendar td#today{
    color: #fff;
  }
  .footer-area ul:not(.menu) li,
  .footer-area ul:not(.sub-menu) li {
      padding-bottom: 8px;
  }
  .footer-area ul li:last-child {
      padding-bottom: 0;
  }
  .footer-area .tagcloud a{
    border:none;
    
    background: #ffff;
  }
  /* Search */
  .footer-area .search-form input{
    border: none;
    padding: 13px;
    border-radius: 5px;
    margin-bottom: 12px;
  }

  .footer-area .widget_search .input-box input{
    line-height: 0;
    padding-left: 20px;
  }
  .footer-area .widget_search .input-box button{
    right: 8px;
    top: 45%;
  }

  @media screen and (max-width:991px) {
    .footer-area .search-form input{
      margin-bottom:12px;
      width: 100%;
    }
  }

    /* Social widget */
  .blog-page-social ul li{
      display: inline-block;
      margin-right: 15px;
      font-size: 18px;
  }
 
 /* Recent post widget */

 .footer-area .single-blog-post a {
   color:#c7c7c7;
 }

 /* Widget Title */

 .footer-area .footer-items .widget-title {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 18px;
}

.meta .post__author img{
  border-radius: 50%;
  margin-right: 3px;
}

.header-nav.sticky .navigation .navbar .navbar-nav .nav-item > a{
	color:#000 !important;
}



.page .footer-area {
	background-position: left bottom;
	background-repeat: no-repeat;
	background: none;
}

/* Navigation Style Fix*/
@media only screen and (min-width: 0px) and (max-width: 991px) {
				
    .header-area.header-2-area .header-nav .navigation .navbar .navbar-collapse {
        background: #FF4F4F;
    }
    .header-nav.sticky .navigation .navbar .navbar-nav .nav-item > a{
      color:#fff !important;
    }
    .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .sub-menu > li a{
      color: #000000 !important;
    }
    .pages-header-area .header-nav.sticky .navigation .navbar .navbar-nav .nav-item > a{
      color: #000 !important;
    }
    
				
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
				
    .header-nav .navigation .navbar .navbar-collapse {
      background-color: #3b36de;
    }
				
}


 @media only screen and (min-width: 0px) and (max-width: 991px) {
				
  .page-id-268 .header-area.header-2-area .header-nav .navigation .navbar .navbar-collapse {
      background: #3b36de;
  }
				
}

.navigation .navbar .navbar-brand, .navigation .navbar .navbar-brand-2,.blog-author .blog-author-image img {
  max-width: 140px;
}

.pricing-item.center {
  display: block;
}

/* Bug Fixing */

.blog-post-review .content p{
  margin:0;
}

/*---------------------------
  FIXING
----------------------------*/
.home .blog-list-item .blog-list-thumb img,
.blog .blog-list-item .blog-list-thumb img,
.single .blog-list-item .blog-list-thumb img {
    width: auto;
    max-width: 100%;
}
.footer-area .widget_calendar table th,
.footer-area .widget_calendar table td {
    color: white;
}
select{
  appearance:none;
  -webkit-appearance: none;
  -moz-appearance: none;
      background-image: url(../images/select-icons.png);
    background-repeat: no-repeat;
    background-position: right 12px bottom 24px;
}
.blog-sidebar select {
    width: 100%;
}
h1.logo-title .navbar-brand {font-size: inherit;}
.alignright,.alignleft {
    clear: both;
}
.has-background-dim,
.blog-list-item .blog-list-content .has-background-dim a {
    color: #ffffff;
}
.blog-list-content select {
    width: 100%;
}

.wp-calendar-table {
    overflow: hidden;
    margin-bottom: 0;
}
nav.wp-calendar-nav a {
    color: #ff4f4f;
}
.wp-calendar-table caption {
    caption-side: top;
    padding: 10px !important;
    text-align: center;
    background: #ff4f4f;
    width: 100%;
    margin: 0 !important;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: #ededed;
}
pre {
    display: inline-block;
    padding: 10px;
    background: #f5f8ff;
    margin-top: 10px;
    max-width: 100%;
}
.page .page-link,
.single .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff !important;
    border: 1px solid #ff4f4f;
    background: #ff4f4f;
    margin-left: 10px;
    transition: 0.3s;
    display: inline-block;
    width: 38px;
    text-align: center;
}
.page .current .page-link,
.page .page-link:hover,
.single .current .page-link,
.single .page-link:hover{
    background: #ffffff;
    border: 1px solid #ff4f4f;
    color: #ff4f4f !important;
}
.comment-content > ul,
.comment-content > ol {
    margin-bottom: 20px;
}
.footer-area select {
    width: 100%;
}
/*------SINGLE------*/
.single .post .blog-list-item {
    padding-bottom: 0;
    border-bottom: 0;
}

@media screen and (min-width: 1024px) {
  aside.news__sidebars.blog-sidebar {
      padding-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  table {
      word-break: initial;
  }
  .comments-list .comment-body{
    padding-left: 0;
  }
  .comment ul.children {
      padding-left: 20px;
  }
}
@media screen and (max-width: 667px) {
  .news__sidebars .widget .widget-title {
      font-size: 22px;
  }
  .pagination .pagination-dots {
      padding-right: 5px;
  }
  .comments-list .comment-body{
    padding-left: 0;
  }
  .comment ul.children {
      padding-left: 0;
  }
}