
  /* Global styles
  ================================================== */
  
  a:link,
  a:visited {
    text-decoration: none; }
  
  a {
    color: #E02454;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease; }
  
  a:hover {
    text-decoration: none;
    color: #E02454; }
  
  a.read-more {
    color: #E02454;
    font-weight: 700; }
  
  a.read-more:hover {
    color: #222; }
  
  .no-padding {
    padding: 0; }
  
  .p-60 {
    padding: 60px 0; }
  
  .p-100 {
    padding: 100px 0 !important; }
  
  .media > .float-left {
    margin-right: 20px; }
  
  .gap-60 {
    clear: both;
    height: 60px; }
  
  .gap-50 {
    clear: both;
    height: 50px; }
  
  .gap-40 {
    clear: both;
    height: 40px; }
  
  .gap-30 {
    clear: both;
    height: 30px; }
  
  .gap-20 {
    clear: both;
    height: 20px; }
  
  .gap-10 {
    clear: both;
    height: 10px; }
  
  .mb-25 {
    margin-bottom: 25px; }
  
  .mb-30 {
    margin-bottom: 30px; }
  
  .mb-50 {
    margin-bottom: 50px; }
  
  .mb-60 {
    margin-bottom: 60px; }
  
  .mb-70 {
    margin-bottom: 70px; }
  
  .mb-80 {
    margin-bottom: 80px; }
  
  .mb-100 {
    margin-bottom: 100px; }
  
  .mb-110 {
    margin-bottom: 110px; }
  
  .mt-100 {
    margin-top: 100px; }
  
  .mt-50 {
    margin-top: 50px; }
  
  .mt-80 {
    margin-top: 80px; }
  
  .mt-35 {
    margin-top: 35px; }
  
  .mrb-30 {
    margin-bottom: 30px; }
  
  .mrb-80 {
    margin-bottom: -80px; }
  
  .mr-70 {
    margin-right: 70px; }
  
  .mr-80 {
    margin-right: 80px; }
  
  .mr-100 {
    margin-right: 100px; }
  
  .ml-70 {
    margin-left: 70px; }
  
  .mr-70 {
    margin-right: 70px; }
  
  .mr-80 {
    margin-right: 80px; }
  
  .mr-100 {
    margin-right: 100px; }
  
  .mrt-0 {
    margin-top: 0 !important; }
  
  .pab-60 {
    padding-bottom: 60px; }
  
  .pab-70 {
    padding-bottom: 70px; }
  
  .pab {
    padding-bottom: 0; }
  
  a:focus {
    outline: 0; }
  
  img.float-left {
    margin-right: 20px;
    margin-bottom: 20px; }
  
  img.float-right {
    margin-left: 20px;
    margin-bottom: 20px; }
  
  .unstyled {
    list-style: none;
    margin: 0;
    padding: 0; }
  
  /* Dropcap */
  .dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    display: inline-block;
    float: left;
    font-weight: 700;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase; }
     
  .btn {
    background: #E02454;
    border: 1px solid transparent;
    padding: 12px;
    width: 100%;
    color: #303845;
    font-weight: 500;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    border-radius: 4px;
   }
    .btn:focus {
      outline: none; }
    .btn:hover {
      border-color: #fff;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      background: #fff;
      border-color: #303845;
      color: #303845;
     }
    .btn.fill {
      background: transparent;
      padding: 0 25px;
      color: #000;
      margin-left: 20px;
      border: 2px solid #000; }
      .btn.fill:hover {
        background: #E02454;
        border-color: #E02454; }
    .btn.btn-round {
      border-radius: 36px;
      -webkit-border-radius: 36px;
      -ms-border-radius: 36px; }
  
  .btn-link {
    font-size: 13px;
    font-weight: 700;
    color: #E02454;
    text-decoration: none !important; }
    .btn-link i {
      margin-left: 6px;
      position: relative;
      top: 2px; }
    .btn-link:hover {
      color: #E02454; }
  
  .post-readmore {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222222; }
    .post-readmore:hover {
      color: #E02454; }
    .post-readmore i {
      vertical-align: middle;
      margin-left: 5px; }
  
  .block-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    line-height: 36px; }
    .block-title.title-border {
      margin-left: 10px;
      border-bottom: 2px solid #E02454; }
      .block-title.title-border .title-bg {
        padding: 0px 27px;
        position: relative;
        background: #E02454;
        display: inline-block;
        top: 2px; }
        .block-title.title-border .title-bg:before {
          position: absolute;
          content: "";
          left: -9px;
          top: 0px;
          width: 2px;
          height: 100%;
          background: #E02454;
          bottom: 0;
          margin: auto; }
        .block-title.title-border .title-bg:after {
          position: absolute;
          content: "";
          right: -15px;
          top: 0px;
          width: 0;
          height: 0;
          border-top: 34px solid transparent;
          border-left: 15px solid #E02454;
          border-bottom: 0px solid transparent;
          height: 100%; }
    .block-title.no-left-border.title-border .title-bg:before {
      display: none; }
  
  .section-heading.no-title-shap .title-bg:after {
    display: none; }
  
  .heading-style2 .block-title {
    color: #222222; }
    .heading-style2 .block-title.title-border {
      position: relative;
      border-bottom: none !important;
      margin-left: 0; }
      .heading-style2 .block-title.title-border:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        background: #eaeaea; }
      .heading-style2 .block-title.title-border .title-bg {
        background: #000; }
        .heading-style2 .block-title.title-border .title-bg:after, .heading-style2 .block-title.title-border .title-bg:before {
          display: none; }
  
  .heading-style3 .block-title,
  .heading-style3 .widget-title,
  .news__sidebars .widget .block-title,
  .news__sidebars .widget .widget-title {
    letter-spacing: 0.64px;
    color: #E02454;
    line-height: 25px;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase; }
    .heading-style3 .block-title .title-angle-shap,
    .heading-style3 .widget-title .title-angle-shap,
    .news__sidebars .widget .block-title .title-angle-shap,
    .news__sidebars .widget .widget-title .title-angle-shap {
      display: inline-block;
      padding: 0 0 0 15px;
      position: relative; }
      .heading-style3 .block-title .title-angle-shap:before, .heading-style3 .block-title .title-angle-shap:after,
      .heading-style3 .widget-title .title-angle-shap:before,
      .heading-style3 .widget-title .title-angle-shap:after,
      .news__sidebars .widget .block-title .title-angle-shap:before,
      .news__sidebars .widget .block-title .title-angle-shap:after,
      .news__sidebars .widget .widget-title .title-angle-shap:before,
      .news__sidebars .widget .widget-title .title-angle-shap:after {
        position: absolute;
        top: 0;
        content: '';
        background: #E02454;
        left: 0; }
      .heading-style3 .block-title .title-angle-shap:before,
      .heading-style3 .widget-title .title-angle-shap:before,
      .news__sidebars .widget .block-title .title-angle-shap:before,
      .news__sidebars .widget .widget-title .title-angle-shap:before {
        width: 3px;
        height: 12px; }
      .heading-style3 .block-title .title-angle-shap:after,
      .heading-style3 .widget-title .title-angle-shap:after,
      .news__sidebars .widget .block-title .title-angle-shap:after,
      .news__sidebars .widget .widget-title .title-angle-shap:after {
        width: 12px;
        height: 3px; }
  .news__sidebars .widget{
    border: none;
  }
  .news__sidebars .widget .widget-title {
    color: #222222; }
  
  .news__sidebars .widget .widget-title .title-angle-shap:before,
  .news__sidebars .widget .widget-title .title-angle-shap:after {
    background: #222; }
  
  .grid-cat {
    position: absolute;
    bottom: 8px;
    left: 15px; }
  
  
  .img-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1; }
  

  
  .archive .category-main-title .block-title {
    margin-bottom: 0; }
  
  
  
  /* Global */
  .admin-bar .qomodo__header {
    margin-top: 30px;
  }
  p{
    margin: 0 0 25px;
  }

  img, figure {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
  }
 
  
  /*-- 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;
  }
  .calendar_wrap a,.calendar_wrap a:hover {
    color:#fff;
  }
  div#calendar_wrap caption {
    margin: 10px 10px 0;
    padding-bottom: 0;
  }
  
  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;
  }
  
  .widget_calendar td {
    line-height: 2em;
  }
  
  .widget_calendar td#today {
    background: #E02454;
    color: #000;
  }
  
  .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;
  }
  
  
  .gallery-caption {
    color: #666;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
  }
  
 
  blockquote {
    background: #222222;
    padding: 30px;
    border-right: 5px #E22454 solid;
    color:#eee;
  }
  .wp-block-media-text__content ,.wp-block-group__inner-container{
    padding:20px;
  }
  .wp-block-search input[type="search"]{
    width:80%;
  }
  .wp-block-button {
    margin-bottom: 20px;
  }
  
  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: #E02454;
  }
  
  a code {
    color: #E02454;
  }
  
  p img.alignleft {
    clear: both;
    margin-bottom: 30px;
  }
  
  select {
    max-width: 100%;
  }
  
  .post-password-form input[type="password"] {
    padding: 5px 15px;
    margin-left: 10px;
  }
  
  .post-password-form input[type='submit'] {
    background-color: #E02454;
    border: none;
    padding: 7px 55px;
    color: #000;
    cursor: pointer;
  }
  
  /*============================
     post
  =============================== */
  .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: #E02454;
    padding: 15px 20px;
    display: inline-block;
    color: #000;
    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,
  .qomodo-service .qomodo-post-footer .readmore {
    
    padding: 10px 20px 10px 20px;
    background: #E02454;
    color: #000;
    display: inline-block;
  }
  
  .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: #000;
  }
  
  .post .qomodo-post-footer.readmore-btn-area,
  .post-wrapper .qomodo-post-footer.readmore-btn-area {
    margin-bottom: 0;
  }
  
  .post.sticky .meta-featured-post,
  .post-wrapper.sticky .meta-featured-post {
    display: block;
    position: absolute;
    right: -20px;
    top: 18px;
    background: #E02454;
    width: auto;
    height: auto;
    padding: 12px 45px;
    color: #000;
    display: inline-block;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 700;
    -webkit-transform: rotate(45deg);
    z-index: 1;
  }
  
  .post.sticky .post-body,
  .post-wrapper.sticky .post-body {
    overflow: hidden;
    position: relative;
  }
  
  .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 h2.qomodo-entry-title,
  .post-wrapper.post-wrapper h2.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: 30px;
  }
  
  /*=========================== ===========
           sidebar
  ========================================*/
  .news__sidebars .widget {
    margin-bottom: 50px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
  }
  
  .news__sidebars .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    margin: 0 0 30px;
    text-transform: capitalize;
  }
  
  .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: #E02454;
  }
  
  .news__sidebars .widget.widget_search .input-group-btn {
    background: #E02454;
    color: #000;
    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: #E22454;
    color: #000;
    -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,.widget ul li a  {
    color: #223645;
    padding: 5px 0;
   
  }
  .footer__area, .footer__area ul li a {
    color: #c7c7c7;
  }
  .footer__area .widget-title{
    color:#fff;
    margin-bottom: 30px;
  }
  
  .news__sidebars ul li a:hover,.widget ul li a:hover  {
    color: #E22454;
  }
  
 .widget ul li a.url, .widget ul li a.rsswidget {
    color: #fff;
  }
  .news__sidebars ul li a.rsswidget, .news__sidebars ul li a.url{
    color: #223645;
  }
  .footer__area .widget-title {
    margin-top: 30px;
  }
  .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: 10px 0px 0 20px;
  }
  
  .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,
  .tagcloud a,.footer__area .tagcloud a {
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    padding: 0 25px;
    border-radius: 50px;
    background: #fff;
    color: #E02454;
    font-size: 14px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #E02454;
   
  }
  
  .tag-lists a:hover,
  .tagcloud a:hover {
    background: #E22454;
    color: #fff;
    border-color: #E22454;
  }
  
  .textwidget img {
    margin: 10px 0;
  }
  
  .page-links .page-link {
    display: inline-block;
  }
    
  article.page .post-meta {
    margin-bottom: 15px;
  }
  
  /*==============================
   cpagination
   ============================*/
  .cpagination {
    margin: 0;
   
  }
  .cpagination li {
   
      display: inline-block;
  
  }
  .cpagination li a, .cpagination li span {
    position: relative;
    display: inline-block;
    padding: 11px;
    background-color: #fff;
    border: 1px solid #E22454;
    color: #E22454;
    margin-right: 10px;
    height: 60px;
    line-height: 30px;
    width: 60px;
    text-align: center;
    border-radius: 50% !important;
  }
  li.pagination-dots {
    margin-right: 11px;
  }
  
  .cpagination li a i, .cpagination li span i {
    line-height: 40px;
  }
  
  .cpagination li.active a, .cpagination li:hover a {
    color: #fff;
    background: #E22454;
    border: 1px solid transparent;
  }
  
  .cpagination li.active a:hover, .cpagination li:hover a:hover {
    background: #E22454;
  }
  
  .cpagination li.cpagination-dots {
    margin: 0 15px 0 10px;
  }
  
  .qomodo-main-container.blog .cpagination {
    margin-bottom: 30px;
  }
  .qomodo-entry-content {
     margin-bottom: 14px;
  }
  .qomodo-entry-content a {
      color: #E02454;  
  }
  .qomodo-entry-content .page-links {
    color: #E02454;
    margin-left: 5px;
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
  }
  .qomodo-entry-content .page-links .page-link:hover  {
    background: #E22454;
    color:#fff;
  }
  .qomodo-entry-content .page-links span {
    display: inline-block;
  }
  
  .qomodo-entry-content .page-links span.page-link {
    color: #E02454;
    margin-right: 5px;
  }
  
  .qomodo-entry-content .page-links .page-link-text {
    margin-right: 10px;
  }
  
  /*=======================
     blog details
   ========================*/
  .blog-single .post .post-media {
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
  }
  
  .blog-single .post .qomodo-post-body {
    background: #000;
    border: 0;
    padding: 0;
   
  }

  .blog-single .qomodo-blog-post-comment {
   
    padding: 30px 30px 6px 30px;
    background: #F7F8FD;
}
  
  .breadcrumb {
    background: transparent;
    padding: 25px 0 17px;
    margin-bottom: 0;
  }
  
  .breadcrumb li {
    padding-right: 10px;
    color: #777777;
  }
    
  .breadcrumb li:last-child i {
    padding-right: 10px;
  }
  
  .single-post .post .qomodo-entry-header .post-meta span {
    margin-right: 0;
  }
  
  .news__sidebars-active .alignfull {
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  
  .news__sidebars-active .alignfull img {
    width: 100%;
  }
  
  article.tag-html.tag-layout.tag-title .post-title a {
    word-break: break-all;
  }
  
  
  /* Blog Header
  ==================================================
  */
  
  .qomodo-page-header {
    margin: 0 0 60px;
  }
  
  .qomodo-page-header h2 {
    font-size: 28px;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
  }

 
   /* widgets border issue */
  
  h3.widget-title {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}

h3.widget-title:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #f5f5f5;
    bottom: 0;
    left: 0;
}

h3.widget-title:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 15%;
    background: #E22454;
    bottom: 0;
    left: 0;
    transition: all .6s;
}

.widget:hover h3.widget-title:after {
    width: 100%;
    transition: all .6s;
}


/*select Options issue*/

select {
  padding: 15px;
}

/*button hover effect fix*/

.post .qomodo-post-footer .readmore, 
.post-wrapper .qomodo-post-footer .readmore {
    border: 1px solid transparent;
}

/*recentcomments fix*/

li.recentcomments {
    margin-bottom: 20px;
}

li.recentcomments:last-child {
    margin-bottom: 0;
}


@media only screen and (min-width: 991px) and (max-width: 1400px) {

  .action__btns {
      position: absolute;
      left: 0;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

 .action__btns {
    position: absolute;
    left: -10%;
  }

}

/*image fix*/

.alignfull img {
    width: 1200px !important;
}

/*header fix*/

.admin-bar .qomodo__header.style3 {
    margin-top: 0 !important;
}



.post-quote-content.qomodo-post-body {
    padding: 0;
}

.qomodo-entry-header .qomodo-entry-title a, h1, h2, h3, h4, h5, h6 {
    color: #223645;
    word-break: break-word;
}
.qomodo-entry-header h2{
  text-transform: capitalize;
}

/*  404 */

.error-page .blank {
  color:#fff;
  margin-top: 20px;
}
.error-page .blank:hover{
  background: #E22454;
} 
/* post footer */
.qomodo-post-footer {
  margin-top:20px;
}

.menu__area2 li li {
    border-top: 1px solid #dfdfdf !important;
}