/*!
Theme Name: Salt Peak Studio
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: saltpeakstudio
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/* NMS Styles */

.mobile-site-branding {
    padding: 0px 0px 0px 10px !important;
}

.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
    color: black !important;
}

@media screen and (min-width: 641px) {
  .kb-row-layout-id340_147243-ae > .kt-row-column-wrap, .kb-row-layout-id340_24ac30-77 > .kt-row-column-wrap {
     grid-template-columns: minmax(0, 5%) minmax(0, 85%) !important;
  }
}
@media screen and (max-width: 640px) {
  .kb-row-layout-id340_147243-ae > .kt-row-column-wrap, .kb-row-layout-id340_24ac30-77 > .kt-row-column-wrap {
     grid-template-columns: minmax(0, 10%) minmax(0, 85%) !important;
  }
}

#mobile-drawer .drawer-header .drawer-toggle {
    color: #000000 !important;
}


.kadence-blocks-form-success {
    background: #ebf8ff !important;
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px !important;;
    border: 1px solid green !important;
    color: black !important;;
    font-weight: 500 !important;
}


