/*
 Theme Name:   Miss Spa Child
 Theme URI:    https://aiglobe.wpengine.com/
 Description:  Miss Spa Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     miss-spa
 Version:      1.0.0
 Text Domain:  miss-spa-child
*/

@media only screen and (min-width: 1281px) {
    .main-title-section-wrapper .main-title-section-container {
      /* padding: 75px 0 90px; */
       padding: clamp(5.625rem, 4.5119vw, 9.0625rem) 0 clamp(3.625rem, 2.0127rem + 4.5119vw, 9.0625rem);
    }
  }
  
  @media only screen and (max-width: 1280px) {
    .main-title-section-wrapper .main-title-section-container {
      padding: clamp(2.1875rem, 1.7092rem + 2.551vw, 3.75rem) 0 clamp(2.1875rem, 1.7092rem + 2.551vw, 3.75rem);
    }
  }

.wdt-search-menu-icon{
  margin-right: 20px
}