/*
Theme Name: peak18
Theme URI: peak18.com
Description: A responsive theme built on Bootstrap 5.
Author: Mandile Web Design
Body Classes: desktop-menu-child-indicator-3 desktop-menu-current-link-style-0 desktop-menu-dropdown-style-2 desktop-menu-hover-style-0 header-0 mobile-nav-option-2 mobile-nav-parent-toggle-style-1 newsletter-style-3 search-button-desktop-0 search-button-mobile-0 search-type-1
Version: 20260225
Tags: responsive, bootstrap, bootstrap 5, theme options, customizable, clean, grid
*/

/* Customizable Theme Settings */
@import url('css/_vars.css');

/* Core Theme Styles */
@import url('css/doc.css');
@import url('css/animations.css');
@import url('css/elements.css');
@import url('css/header.css');
@import url('css/footer.css');
@import url('css/blog.css');
@import url('css/cpt.css');

/* Widget Styles Used in Slice */
@import url('css/widget-social.css');

/* ***** ADD ALL CUSTOM STYLES BELOW THIS LINE *****  */

.footer h3 {
  position: relative;
}
.footer h3:after {
  content: '';
  display: block;
  width: 86px;
  height: 2px;
  margin-top: 12px;
  background-color: #133861;
}

a.link-underline {
  text-decoration: underline;
  text-decoration-color: #000 !important;
}
a.color-white.link-underline {
  text-decoration: underline;
  text-decoration-color: #fff !important;
}