/**
Theme Name: Real Estate
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: real-estate
Template: astra
*/

/* styling translate */
select.gt_selector.notranslate {
	background-color: #000000 !important;
	border: none !important;
	width: 100% !important;
	color: #ffffff !important;
}
select.gt_selector.notranslate {
  -webkit-appearance: none;
}

/* styling author name  */
.post-author-name {
    font-family: 'Inter', sans-serif;
	  color:#ffffff !important;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
}

/* Remove link of author name on blogs page */
.eael-posted-by a {
    pointer-events: none;
    cursor: default;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;	  
}

.eael-author-avatar a {
	  pointer-events: none;
    cursor: default;
}

.eael-author-avatar {
	padding-top: 8px;
}


/* styling author avatar  */
.author-avatar-circle {
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
}

/* customize filter */
.searchandfilter {
  text-align: center;
}
/* Search button */
.searchandfilter input[type="submit"] {
	background: #000000;
	border-style: solid;
	border-width: 1px;
	border-radius: 0;
  border-color: #ffffff;
	margin-top: 2rem;
	padding-left: 40px;
	padding-right: 40px;
}
/* styling the whole search block on the properties pages */
.searchandfilter ul {
    display: inline-block;
    margin: 0;
    width: 100%;
}

@media (min-width: 768px){
	.searchandfilter li {
	width: 25% !important;
}
}
/* customize the search block for mobile version  */
@media (max-width: 767px){
	.searchandfilter li {
	width: 100% !important;
}
}

.searchandfilter h4 {
	text-align: left;
	color: #818181;
}

.searchandfilter select {
	background: #000000;
	color: #ffffff;
	border-radius: 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-color: #C4A46A;	
}

.searchandfilter input {
	background: #000000 !important;
	color: #ffffff !important;
	border-radius: 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-color: #C4A46A;	
}

.searchandfilter input[type="text"]:focus {
	background: #000000 !important;
	color: #ffffff !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-top: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
	border-color: #C4A46A !important;
}
/*
.searchandfilter input[type="text"]::placeholder {
    color: #ffffff !important;
}
*/
/* customize the search block for mobile version and desktop version */
/* hidden the filter button on the desktop version
@media (min-width: 769px){
	.e-n-accordion-item-title {
		display:none !important;
	}
}	
*/
@media (min-width: 769px){
	.e-n-accordion-item-title {
		width: 180px;
		margin-left: auto;
		margin-right: 10px;
		margin-bottom:auto;
		border-width: 1px;
		border-color: #C4A46A !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}	
	
	.e-n-accordion-item-title-text {
    padding-right: 20px !important;
    }
	
}

@media (max-width: 768px){
	.e-n-accordion-item-title {
		width: 100px;
		margin-left: auto;
		margin-right: 10px;
		margin-bottom:10px;
		border-width: 1px;
		border-color: #C4A46A !important;
	}	
	
	.e-n-accordion-item-title-text {
    padding-right: 20px !important;
    }
	
}





/* styling casual aspect ratio */

.fixed-16by9-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.fixed-16by9-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/* styling search results  */
/* title  */
section.ast-archive-description {
    max-width: none !important;
    text-align: center !important;
    background: #000000 !important;
}
h1.page-title.ast-archive-title {
    color: #ffffff !important;
}
/* no found page  */
section.no-results.not-found {
    background: #000000 !important;
    color: #ffffff !important;
}
/* search results list */
/*
.ast-post-format-.blog-layout-4.ast-article-inner {
    background: #000000;
    margin-left: 10px;
    margin-right: 10px;
	  border: solid;
	  border-width:1px;
	  border-radius:none !important;
	  border-color: #C4A46A;
}
*/
.archive .ast-article-post .ast-article-inner{
    background: #000000;
    margin-left: 10px;
    margin-right: 10px;
	border: solid;
	border-width:1px;
	border-radius:0px !important;
	border-color: #C4A46A;
}
.blog .ast-article-post .ast-article-inner{
	background:#000000;
	margin-left: 10px;
    margin-right: 10px;
	border: solid;
	border-width:1px;
	border-radius:0px !important;
	border-color: #C4A46A;	
}
.ast-row {
    padding-left: 50px;
    padding-right: 50px;
}
.entry-title a {
    color: #ffffff !important;
}
.entry-meta {
    display: none !important;
}
.ast-excerpt-container.ast-blog-single-element {
    color: #ffffff !important;
}
/* background of some search result pages  */
.ast-article-inner {
	background: #000 !important;
	border: 1px solid #C4A46A !important;
	border-radius: 0px !important;
}
/* styling the forms  */
/* add border for submit button, center the button */
button.forminator-button.forminator-button-submit {
	 background-color: #000000 !important;
   color: #ffffff !important;
   border: solid !important;
   border-width: 1px !important;
   padding-left: 40px !important;
   padding-right: 40px !important;
	 display:block !important;
	 margin: 0 auto !important;
	 margin-top: 50px !important;
}	
/* make placeholder above the textarea  */
.forminator-ui.forminator-custom-form[data-design=material] .forminator-textarea--wrap {
    position: relative;
    top: 6px;
}
/* styling the response message  */
.forminator-response-message.forminator-show.forminator-success {
	background: #000000 !important;	
}
/* styling the ast-scroll-top image  */
#ast-scroll-top {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #000000 !important;
    font-size: 15px;
    border: solid !important;
    border-color: #C4A46A !important;
	border-width: 1px !important;
    border-radius: 50% !important;
    width: 4.2em !important;
    height: 4.2em !important;	
}

.ast-arrow-svg {
    height: 1.2em !important;
}

/* styling the select2 dropdown  */
.select2-container .select2-dropdown {
   background-color: #000; 
   border: 1px solid #C4A46A;
   border-radius: 0px;	
}
.select2-container .select2-results__option {
    color: #fff;
    padding: 8px 12px;
}
.select2-container--default .select2-results__option--highlighted {
	background: #C4A46A !important;
}
/*
.select2-container {
	border-bottom:1px solid #C4A46A;
}
*/
.select2-container .select2-selection--single {
    background-color: #000000 !important;
	border: 0px !important;
    border-bottom: 1px solid #C4A46A !important;
    border-radius: 0px !important;
    height: 37px !important;
    display: flex !important;
    align-items: center !important;
}
.select2-container .select2-selection__rendered {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 37px;
    padding-left: 16px !important;
	padding-bottom: 2px !important;
}

/* customize the width of gallery items */
@media (max-width: 768px){
	figure.gallery-item {
		max-width: 50% !important;
	}
}


/* customize smart slider bullet */
@media (max-width: 767px) {
.n2-bullet {
	  background: #C4A46A !important;
	  opacity: 1;
    padding: 1px 12px 1px 12px !important;
    margin: 1px 10px !important;
}
.n2-bullet.n2-active {
		background:#ffffff !important;
	}
}
@media (min-width: 768px) {
.n2-bullet {
	  background: #C4A46A !important;
	  opacity: 1;
    padding: 1px 23px 1px 23px !important;
    margin: 2px 15px !important;
 }
.n2-bullet.n2-active {
		background:#ffffff !important;
	}
}
/* customize button color in slider */
a.n2-ow:hover{
	background:#000000 !important;
}


/* customize mobile menu  */
.translate-icon-layer {
  pointer-events: none; /* make clicks pass through */
  z-index: 2; /* keep it visible above shortcode */
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -41%);  /* shifts it back by half its own size */

}

.translate-shortcode-layer {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.eael-simple-menu-container .eael-simple-menu li a {
	font-family: Crimson Text !important;
	font-weight: 400 !important;
	font-style: regular !important;
	font-size: 20px !important;	
}


/* define the position of dropdown menu */
@media (min-width: 768px) {
	ul#menu-main-menu-2 {
    width: 240px;
    left: -50px;
}
}
@media (max-width: 767px) {
ul#menu-main-menu-3 {
    width: 280px !important;
    left: -180px !important;
}
}
/* define the position of button on the slider   */
@media (max-width: 767px) {
.homepage-slider-button {
    top: 3rem !important;
}
}


/* set font for search */
input[type="submit"] {
	font-family: "Playfair Display", Sans-serif !important;
}

a.eael-grid-post-link {
	font-family: "Playfair Display", Sans-serif !important;
}

/* keep the header on the top */
.boostify-site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
}


/* hide the trail for the search result page */
.trail-items {
    display: none !important; 
}
