/*
Theme Name: reality-child
Theme URI: https://reality.inwavethemes.com
Author: inwavethemes
Author URI: http://inwavethemes.com
Template: reality
Description: Reality is  a theme for real estate business with a modern, clean, intuitive, and fully responsive design, that looks perfect on any size tablet or mobile screen.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reality
Tags: post-formats, theme-options, flexible-header, custom-header, custom-background, custom-colors, left-sidebar, right-sidebar

This theme, like WordPress, is licensed under the GPL.
*/

/* Theme customization starts here
-------------------------------------------------------------- */
h2.shortcode-title{
    font-size: 30px;
    line-height: 39px;
    color: #333333;
    font-weight: 500;
   /* text-transform: uppercase;*/
    margin: 0;
}

.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}
.button-send{
	color: #333333;
	background-color: #dd3333;
}

.background-demo {
   /* Add dimensions to span */
   display: inline-block;
   width: 32px;
   height: 32px;
   /* Add background image */
   background-image: url('https://api.iconify.design/fluent-emoji-flat/alarm-clock.svg');
   background-repeat: no-repeat;
   background-size: 100% 100%;
}

.background-demo--2 {
   background-image: url('https://api.iconify.design/fluent-emoji-flat/memo.svg');
}

.iw-property-types.style-3 .iw-property-types-wrap {
    display: flex;
    margin: 0 auto;
    text-align: center;
}
/* Currency Switcher Styles */
.currency-switcher {
    display: inline-flex;
    gap: 8px; /* Space between buttons */
    margin: 10px 0; /* Vertical spacing */
    background: transparent; /* Remove any background */
    border: none !important; /* Force remove border */
    padding: 0; /* Remove container padding */
}

.currency-btn {
    padding: 8px 20px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    color: #333;
}

/* Add separator line between buttons */
.currency-btn:not(:last-child)::after {
    content: none;
}

.currency-btn.active {
    background: #007bff;
    color: white;
	border-color: #007bff;
}

.currency-btn:hover {
    background: #e2e2e2;
}
/* Remove pseudo-element interference */
.row::before,
.row::after {
    content: none !important;
    display: none !important;
}

/* Fix text alignment */
.row p {
    text-indent: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
	left: 0 !important;
	transform: none !important;
    position: static !important;
    z-index: 2; /* Ensure text appears above any remaining elements */
}

/* Optional: If using a grid system with overflow */
.row {
    overflow: visible !important;
	white-space: normal !important;
}

@media (max-width: 480px) {
  .navbar-default-inner {
    background: #fff !important; /* red fallback in case */
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .iw-logo.float-left.logo-v5-mobile {
    background: #fff !important;
    border-radius: 8px;
    padding: 10px 16px;
    margin-right: auto; /* push logo left, menu to right */
    z-index: 2;
  }
  .iw-canvas-btn,
  .iw-menu.header-default {
    /* They stay on red background */
  }
  .navbar {
    background: #fff !important;
  }
}

