/*
 Theme Name:   The Emerald Wings Child  
 Theme URI:    https://themeholy.com/wordpress/realar
 Description:  This is a child theme for The Emerald Wings
 Author:       mdurgeshtela
 Author URI:   https://mdurgeshtela.com/
 Template:     realar
 Version:      2.0.0
 Text Domain:  realar-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 
.th-widget-about .about-logo {
    margin-bottom: 20px;
}
.th-widget-about .about-logo img {
    height: 190px;
}

.custom-header .row.align-items-center.justify-content-between .col-auto:first-child {
    width: 380px;
}

.custom-header .header-layout1 .header-logo {
	padding: 5px 0;
}

.th-menu-toggle {
	background-color: transparent !important;
}

body .hero-3:after {
	opacity: 0.4;
}

.md-whatsapp {
    width: 40px;
    height: 40px;
    border-radius: 50%;
	overflow: hidden;
    position: fixed;
    right: 36px;
    bottom: 36px;
    z-index: 9;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	transform: scale(1.2);
}
body .scroll-top {
	right: auto;
    left: 30px;
}

@media only screen and (max-width: 767px) {
	body .sticky-widget-sidebar.popup-widget-sidebar {
		background: #000000b0;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		padding: 10px;
		display: flex;
		justify-content: flex-start;
	}
}

body.home .property-card4 .property-card-thumb .property-card-hover-wrap .property-card-meta p.meta-title:before {
    content: "Starting Price";
    font-size: 16px;
}
body.home .property-card4 .property-card-thumb .property-card-hover-wrap .property-card-meta p.meta-title {
    font-size: 0;
}

/* Header Menu */
body header .th-menu-toggle.sidebar-btn .line {
    background: var(--theme-color);
    height: 2px;
}
body header .realar-menu li.menu-item.current-menu-item.current_page_item a {
	border-color: var(--theme-color2);
	border-bottom: 4px solid;
	font-weight: 700;
	color: var(--theme-color);
}
body header .th-mobile-menu li.menu-item.current-menu-item.current_page_item a {
	font-weight: 700;
	color: var(--theme-color) !important;
}
/* Header Menu */

/* Team Card */
body .team-card.style2 .th-social-wrap .th-social .fab.fa-twitter:before {
    content: "\42";
}
body .team-card.style2 .th-social-wrap .icon-btn:before {
	content: "\f0e0";
	font-family: Font Awesome\ 6 Pro;
	font-weight: 900;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid rgba(189, 189, 189, 0.5);
	font-size: 16px;
	display: inline-block;
	border-radius: 50%;
	color: #ffffff;
}
body .team-card.style2 .th-social-wrap .icon-btn img {
	display: none;
}
body .slider-area.team-slider2 .team-card-content .team-desig.desig {
/* 	max-height: 118px;
	overflow: auto; */
}
body .slider-area.team-slider2 .team-card-content a.icon-btn {
    position: absolute;
    right: 10px;
    top: 14px;
}
/* Team Card */

/* Breadcumb */
body.home .breadcumb-wrapper { display: none; }
body .breadcumb-wrapper { padding: 150px 0 40px 0; }
/* Breadcumb */

.home .property-search-form-custom,
.directorist-single-contents-area,
.home .directorist-search-top {
	display: none;
}

/* Property Card 3 */
body .property-card3 .property-btn-wrap {
	display: none;
}
body .property-card3 .property-card-meta:empty {
    margin: 0;
    padding: 0;
    border: none;
}

body .property-card3 .property-card-thumb {
    border: 1px solid var(--light-color);
    border-radius: 24px 24px 0 0;
    border-bottom: 0;
}
body .property-card3 .property-card-thumb img {
	height: auto;
}
body .property-card3.style-border .property-card-details {
	background: #f7f7f7;
}
body .property-gallery-border .property-gallery-card {
	border: 1px solid var(--light-color);
	border-radius: 4px;
}
body .property-gallery-border .property-gallery-card .icon-btn {
	color: var(--theme-color);
}

@media only screen and (max-width: 767px) {
	.property-card3 .property-card-details {
		padding: 15px 15px 4px;
	}
}
/* Property Card 3 */

/* Banner */
.home .hero-3.th-hero-wrapper {
    padding: 200px 0 20px 0;
}
.home .hero-3.th-hero-wrapper .hero-style3 .hero-title {
	margin-bottom: 0;
}

footer .th-widget-contact .info-box_text {
	align-items: center;
}

header + .breadcumb-wrapper + .space-top {
	padding-top: 30px;
}
header + .breadcumb-wrapper + .space-extra-bottom {
	padding-bottom: 30px;
}
.directorist-archive-contents.space-top.space-extra-bottom {
	padding-top: 0;
	padding-bottom: 0;
}

/* Style for the popup content */
.popupOverlay {
  content:"";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.popupContent {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 999;
}
.popupContent button#closePopup {
  background: var(--error-color);
  color: var(--white-color);
  border: none;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
}

.popupContent button#closePopup:hover {
  background: #0056b3;
}

@media only screen and (max-width: 767px) {
	.popupContent {
		width: calc(100% - 20px);
	}
	.popupContent button#closePopup {
		right: 0;
	    top: -20px;
	}
	.custom-header .row.align-items-center.justify-content-between .col-auto:first-child {
		width: 320px;
	}
}

/* Contact From */
.nf-before-form-content .nf-form-fields-required {
	display: none;
}
body .feedback-form {
	max-width: 50%;
	margin: auto;
}
body .nf-form-cont {
	background-color: #ffffff;
/* 	background-image: url('images/bg-mail.png'); */
	background-repeat: repeat-x;
	background-size: 58px 5px;
	font-size: 14px;
	padding: 40px 35px;
	position: relative;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0 5px 35px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 5px 35px rgba(0,0,0,.1);
	-ms-box-shadow: 0 5px 35px rgba(0,0,0,.1);
	-o-box-shadow: 0 5px 35px rgba(0,0,0,.1);
	box-shadow: 0 5px 35px rgb(0 0 0 / 10%);
	width: 100%;
}
body .nf-form-cont:after, body .nf-form-cont:before {
	content: "";
	position: absolute;
	background: #ffffff;
	height: 6px;
	left: 8px;
	right: 8px;
	bottom: -5px;
	z-index: 0;
	opacity: 0.4;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
body .nf-form-cont:before {
	left: 16px;
	right: 16px;
	bottom: -11px;
	opacity: 0.2;
}
body .nf-form-cont select, body .nf-form-cont input:not([type*="radio"]), body .nf-form-cont textarea {
	width: 100%;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 1.6;
	color: #6c6e73;
	background-color: #f5f6f6;
	background-image: none;
	border: 1px solid #e9eaeb;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
body .nf-form-title h3 {
    font-size: 16px;
	line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
	font-weight: bold;
}
body .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-element:before {
    top: 2px;
    position: relative;
	content: "\f0c8";
	font-weight: 100;
    font-family: var(--fa-style-family,"Font Awesome 6 Pro");
    font-size: 24px;
    color: var(--theme-color);
}
body .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-element:has(.nf-checked):before { content: "\f14a"; }
body .nf-form-cont .checkbox-wrap .nf-field-element { position: absolute; left: 0; }
body .nf-form-cont .checkbox-wrap .nf-field-label { padding-left: 0; }
body .nf-form-cont .checkbox-wrap .nf-field-label label { padding-left: 26px; z-index: 1; }
body .nf-form-cont input:not([type*="radio"]),
body .nf-form-cont select {
	height: 44px;
}
body .nf-form-cont textarea {
	height: 132px;
}
body .nf-form-cont .checkbox-container .checkbox-wrap label,
body .nf-form-cont .listradio-container .list-radio-wrap .nf-field-element ul li label {
	margin-left: 0;
	text-align: left;
	font-weight: 400;
}
body .nf-form-cont .nf-field-container.submit-container {
    margin-bottom: 0;
}
body .nf-form-cont input[type="submit"] {
	background: #d13436;
	color: #ffffff;
	width: 100%;
	padding: 0;
}
body .nf-form-cont .nf-input-limit:empty {
	display: none
}
body .nf-form-cont .checkbox-container .nf-error-wrap.nf-error .nf-error-msg.nf-error-required-error,
body .nf-form-cont .listradio-container .nf-error-wrap.nf-error .nf-error-msg.nf-error-required-error {
	color: #d83d3e;
    background: #ffffff;
    padding: 0;
    margin-top: 5px;
}
body .nf-form-cont .nf-error-wrap.nf-error .nf-error-msg.nf-error-required-error {
	background: #d83d3e;
	color: #ffffff;
	padding: 4px 10px;
	width: 100%;
	font-size: 13px;
	position: relative;
    top: -3px;
	border-radius: 0 3px 0 3px;
	text-align: left;
}
/* / Chrome, Safari, Edge, Opera / */
body .nf-form-cont input::-webkit-outer-spin-button, body .nf-form-cont input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
/* / Firefox / */
body .nf-form-cont input[type=number] {
	-moz-appearance: textfield;
	appearance: none;
}

@media only screen and (max-width: 767px) {
	body .nf-form-cont {
    	padding: 30px 20px;
	}
	body .nf-form-cont label {
		font-size: 14px;
	}
	body .nf-form-cont .nf-error-wrap.nf-error .nf-error-msg.nf-error-required-error {
    	padding: 0px 5px;
		font-size: 10px;
	}
	body .nf-form-cont select, body .nf-form-cont input:not([type*="radio"]), body .nf-form-cont textarea {
		padding: 8px;
	}
	body .nf-field-container {
    	margin-bottom: 16px;
	}
}

/* Date - Time */
*:has(.saturday-blocked) .flatpickr-day[aria-label*="Saturday"],
*:has(.sunday-blocked) .flatpickr-day[aria-label*="Sunday"] { pointer-events: none; color: #ff0000; }
.date-time-container .nf-field-element div:nth-child(2) {
	margin: 0 19px;
}
.date-time-container .nf-field-element .pikaday__container {
	width: calc(100% - 200px);
	float: left;
}
.date-time-container .nf-field-element .pikaday__container ~ div {
    width: 80px;
}
/* File Upload */
body .nf-form-cont .file_upload-container .nf-field-element {
	position: relative;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*="button"] {
	height: 120px;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	background-color: #fbfcff;
	color: #333;
	border-style: dashed;
	border-color: #333;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*="button"] span:before {
    display: block;
    margin-bottom: 0;
    content: "\e68a";
    font-family: 'Pe-icon-7-stroke';
    font-size: 4em;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*="button"] span:after {
    content: "OR Drag and Drop files here";
    display: block;
    margin-top: 2px;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*="reset"] {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    font-size: 0;
	height: 26px;
	width: 26px;
	text-align: center;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*="reset"]:before {
	content: "X";
	color: #ffffff;
	font-size: initial;
	width: 23px;
	text-align: center;
	padding-left: 12px;
	font-weight: 600;
}
body .nf-form-cont .file_upload-container .nf-field-element .nf-fu-progress {
	position: absolute;
	top: 3px;
    left: 4px;
    right: 4px;
    height: 114px;
    margin: 0;
	opacity: 0.4;
}
.nf-fu-progress:has(.nf-fu-progress-bar.nf-fu-progress-bar-success[style*="width: 0px;"]),
.nf-fu-progress:has(.nf-fu-progress-bar.nf-fu-progress-bar-success:not([style*="width"])) {
    display: none;
}
.nf-fu-progress .nf-fu-progress-bar {
    background-color: #008000;
}

.files_uploaded p {
    background: var(--wp--preset--color--vivid-green-cyan);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.files_uploaded nf-section p:before {
    content: "\e641";
    font-family: 'Pe-icon-7-stroke';
    display: inline-block;
}
.files_uploaded nf-section p a {
    background: var(--wp--preset--color--pale-pink);
    color: #fff;
    padding: 2px 10px;
    border-radius: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 85%;
    font-weight: 700;
    float: right;
}
.files_uploaded nf-section p a:hover,
.files_uploaded nf-section p a:focus {
    background: var(--wp--preset--color--vivid-red);
    color: #fff;
}

/* Duplicate Field */
body .nf-form-cont .nf-field-container.repeater-container .nf-repeater-fieldset nf-field:last-child .nf-field-container {
	margin-bottom: 0;
}
/* Multi Step */
body .nf-form-cont input[type="button"] {
    min-width: 140px;
}
body .nf-form-cont input.nf-next[type="button"] {
    background: #04AA6D;
	color: #ffffff;
	width: 100%;
	padding: 0;
}
/* Progress Bar */
body .nf-progress-container {
    background-color: #d83d3e;
    margin: 0;
    border: 0;
}
body .nf-progress-container .nf-progress {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    background-color: #36a5c3;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@keyframes progress-bar-stripes {
    0% { background-position: 1rem 0; }
    100% { background-position: 0 0; }
}
@media only screen and (min-width: 768px) {
    .nf-breadcrumbs li ~ li:before {
        content: "\e684";
        font-family: 'Pe-icon-7-stroke';
        font-weight: 700;
        font-size: 30px;
        position: absolute;
        left: -24px;
        top: 0;
        bottom: 0;
        line-height: 26px;
    }
    .nf-breadcrumbs li ~ li {
        margin-left: 16px !important;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    body .nf-breadcrumbs li a {
        display: none;
        margin-bottom: 0;
    }
    body .nf-breadcrumbs li.active a {
        display: block;
    }
}

/* Request a Call Back */
body .nasa-wrap .nf-form-cont { background: transparent; padding: 0; box-shadow: none; }
body .nasa-wrap .nf-form-cont .listradio-container ul { display: flex; align-items: center; justify-content: space-between; }
body .nasa-wrap .nf-form-cont .listradio-container ul li input { height: auto; }
@media only screen and (min-width: 768px) {
body .nasa-wrap .nf-form-cont .nf-field-label { display: none; }
body .nasa-wrap .nf-form-cont .nf-field-container:not(.hidden-container) { margin-bottom: 15px; }
body .nasa-wrap .nf-form-cont .listradio-container ul li { margin-bottom: 0 !important; }
}
@media only screen and (max-width: 380px) {
body .nasa-wrap .nf-form-cont .nf-field-label { display: none; }
body .nasa-wrap .nf-form-cont .nf-field-container:not(.hidden-container) { margin-bottom: 15px; }
body .nasa-wrap .nf-form-cont .listradio-container ul li { margin-bottom: 0 !important; }
}