/*
Theme Name: attardo
Theme URI: attardorealestate.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: 20260908
Tags: responsive, bootstrap, bootstrap 5, theme options, customizable, clean, grid
*/

/* Customizable Theme Settings */
@import url('theme.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 *****  */
ul.header-buttons {
  display: flex;
  width: 100%;
  text-align: right;
  align-items: center;
  justify-content: end;
  list-style: none;
  gap: 20px;
}
.link-underline {
  padding-top: 9px;
  padding-bottom: 5px;
  border-bottom: 4px solid #127db8;
  text-decoration: none !important;
}
@media only screen and (min-width: 992px) {
  #header-main {padding-bottom: 20px;}
  .header-links > div.menu {
    border-radius: 12px;
    background-color: #083e62;
  }
}
#footer-top {
  background-image: url(images/footer-top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.footer h3 {text-transform: uppercase; font-weight: 800;}
.footer img {max-height: 175px; display: block; margin: 0 auto; text-align: center;}
.footer.cxis-social-widget-menu {text-align: center;}