/*
Theme Name: Belfort
Theme URI: https://belfort.qodeinteractive.com
Description: Single Property and Apartment Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: belfort
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
#qodef-page-footer .widget .button,
#qodef-page-footer .widget button,
.wpcf7-form-control
  .wpcf7-submit
  .qodef-button
  .qodef-size--normal
  .qodef-layout--filled
  .qodef-m,
#qodef-page-footer
  .widget
  .button
  > .qodef-m-text
  #qodef-page-footer
  .widget
  .button
  > .qodef-btn-fill-color,
.qodef-btn-fill-color {
  background-color: #c03221 !important;
}

/* Hover style for the button elements */

.button:hover,
.qodef-m-text:hover,
.qodef-btn-fill-color:hover {
  background-color: #c03221 !important; /* Background color on hover */
}

#qodef-page-footer-bottom-area-inner
  .widget.widget_belfort_core_icon_list_item
  a {
  color: #c03221;
}

#qodef-page-footer-bottom-area-inner
  .widget.widget_belfort_core_icon_list_item
  a:hover {
  color: #c03221; /* Change this to your desired hover color */
}

.qodef-footer-icon-item svg {
  filter: invert(30%) sepia(78%) saturate(4612%) hue-rotate(354deg)
    brightness(92%) contrast(85%);
}

.qodef-property-hierarchical-info-holder
  .qodef-apartment-item
  .qodef-apartment-item-inner
  .qodef-property-info
  .qodef-e-object-label {
  font-family: "Arsenal";
  font-weight: 800;
  color: #c03121;
}

/* Change text color and background when selected */
::selection {
  color: #66696c;
  background: transparent;
  background-color: transparent !important;
}

/* Disable hover effect */
p.qodef-m-text:hover {
  color: #66696c; /* or specify the default color */
  text-decoration: none; /* remove any text decoration if exists */
  background-color: transparent !important;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  a
  .qodef-menu-item-text {
  color: #c03121;
}

#qodef-side-area-mobile-header .qodef-m-close svg {
  filter: invert(30%) sepia(78%) saturate(4612%) hue-rotate(354deg)
    brightness(92%) contrast(85%);
}

html {
  scroll-behavior: smooth;
}
