/*---------------------------------------------------------------------------------

 Theme Name:   Realty Theme
 Theme URI:    https://realtyelsalvador.com
 Description:  RealHomes based theme.
 Author:       DV
 Author URI:   https://realtyelsalvador.com
 Template:     realhomes
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/*Custom*/

body {
	font-size: 16.5px;
}

.rh-page-title {
	font-weight: 600;
}

body.page-template-dashboard {
	font-family: 'Inter',sans-serif!important;
}


.dv-single-no-disponible {
  background: #d14040;
  color: #ffffff!important;
  padding: 8px 10px;
	width: 100%;
}

.dv-single-no-disponible-price {
	color: #d14040!important;
	padding: 8px 10px;
}

.dv-single-no-disponible-container {
	border: solid 2px #d14040!important;
	padding: 0!important;
}

.dv-single-disponible {
  background: #38b750;
  color: #ffffff!important;
  padding: 10px 14px;
}

.dv-single-disponible-price {
	color: #38b750!important;
	padding: 8px 10px;
}

.dv-single-disponible-container {
	border: solid 2px #38b750!important;
	padding: 0!important;
}


/* Header User Menu*/
@media (max-width: 767px) {
	.rh_menu__user {
		  border-top: solid 2px #e03333;
		  border-bottom: solid 2px #e03333;
	    background: #ffffff;
	}
}

/* Only Agent Info Property */

.dv-agentinfo-panel {
    padding: 20px;
    background-color: #303030;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
}

.dv-agentinfo-panel h3 {
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

.dv-agentinfo-panel_final_price {
	text-align: center;
	margin-bottom: 20px;
}

.dv-agentinfo-panel_final_price p {
	background: white;
	padding: 10px 8px;
    font-weight: bold;
    display: inline-block;
}

.dv-agentinfo-panel_attachments {
	background: white;
	padding: 16px 8px;
}

/** BTN Actions */ 
.dv-agentinfo-panel_actions_btn {
	text-align: center;
	padding: 16px 8px;
}
a.btn-only-agent{
 color: #fff;
 font-size: inherit;
 font-weight: 400;
 line-height: 1.2
 text-decoration: none;
 padding: 14px 16px;
 border: 0px solid #000;
 border-radius: 6px;
 display: inline-block;
 box-shadow: 0px 0px 5px 0px #2D2D2D;
 text-shadow: 0px 0px 2px #4e4e4e;
	margin: 2px;
	cursor: pointer;
}
a.btn-only-agent-info {
	background-color: #009fd3;
}
a.btn-only-agent-info:hover{
 background-color: #0097c8;
}
a.btn-only-agent:active{
 transform: scale(0.95);
}


/** Notify */

.dv-alert {
  padding: 20px;
  color: white;
}

.dv-alert-success {
	background-color: #04AA6D;
}

.dv-alert-danger {
	background-color: #f44336;
}

.dv-alert-closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.dv-alert-closebtn:hover {
  color: black;
}

/** BTN Whatsapp BG */
.btn-whatsapp-chat, .agent-contact-method-whatsapp-btn {
	background: #25D366!important;
	background-color: #25D366!important;
}

.btn-whatsapp-chat:hover, .agent-contact-method-whatsapp-btn:hover {
	background: #075E54!important;
	background-color: #075E54!important;
}

/** Justify Text */
.justify-text {
	text-align: justify;
}


/** Blog Styles */

body.blog .sidebar, body.category .sidebar, body.tag .sidebar {
	border: 1px solid var(--rh-global-color-primary);
	border-radius: 10px;
	padding: 10px;
}

body.blog .sidebar .widget .title, body.category .sidebar .widget .title, body.tag .sidebar .widget .title {
    padding: 4px;
    background: var(--rh-global-color-primary);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

body.blog .rh-page-description, body.category .rh-page-description, body.tag .rh-page-description {
    margin-top: 20px;
	text-align: justify;
}

body.blog article.post, body.category article.post, body.tag article.post {
    padding: 2px;
    background: var(--rh-global-color-primary-light);
    border-radius: 10px;
}