/*
 Theme Name:   Mighti Child
 Theme URI:    https://mighti.themewant.com/
 Description:  Mighti Child
 Author:       Themewant
 Author URI:   http://themewant.com
 Template:     mighti
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

@media (max-width: 767px) {
  .single-rt-portfolios .title-areas-wrapper-pd,
  .single-rt-portfolios .inner-page.project-details .title-areas-wrapper-pd {
    display: block !important;
    padding: 0 20px !important;
  }

  .single-rt-portfolios .title-areas-wrapper-pd .right,
  .single-rt-portfolios .title-areas-wrapper-pd .right .speen-shape {
    display: none !important;
  }

  .single-rt-portfolios .title-areas-wrapper-pd .left-area .title {
    font-size: 34px !important;
    line-height: 40px !important;
    margin-top: 30px !important;
  }

  .single-rt-portfolios .title-areas-wrapper-pd .left-area .bottom-area {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    margin-top: 28px !important;
    padding-top: 28px !important;
  }

  .single-rt-portfolios .title-areas-wrapper-pd .left-area .bottom-area .single-categoiry::after {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .single-rt-portfolios .project-details {
    overflow-x: hidden !important;
  }

  .single-rt-portfolios .container,
  .single-rt-portfolios .container-2,
  .single-rt-portfolios .container-150 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}