/**
 * Theme Name:        Manisha Salon
 * Theme URI:         https://ticinatureacademy.org
 * Description:       Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the.
 * Version:           9.9.9
 * Author:            Manisha
 * Author URI:        https://manishasalon.com/
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       Manisha Salon
 * Domain Path:       /assets/lang
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

.blog-post .dlab-img-effect > a {
  display: flex;
  height: 300px;
  overflow: hidden;
}

.blog-post .dlab-img-effect > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .logo-header img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(4049%)
      hue-rotate(321deg) brightness(94%) contrast(115%);
  }
}

@media (max-width: 575px) {

      h1 {
    font-size: 30px;
    line-height: 1.3;
      }
  .site-header .navbar-toggler {
    margin-top: 30px;
  }

  .main-slider .content span {
    font-size: 13px;
  }

  .main-slider .title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .main-slider .sub-title {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
  }

  .about-area .about-content {
        padding: 18px;
    }

    .btn, .btn-secondry {
    padding: 9px 23px;
    }
}
