/*
Theme Name: New Estates Bg
Theme URI: https://newestates.bg
Author: ini web tech
Author URI: https://iniwebtech.com
Description: Custom developed theme specifically for the newestates.bg website.
Tags: new-estates-bg, new-estates-website, new-estates
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: new-estates-bg
*/

:root{
  --new-estates-blue: #0C485E;
  --new-estates-blue-darker: #002C3B;
  --new-estates-blue-light: #5693A1;
  --new-estates-blue-lightest: #C7DAE0;
  --new-estates-white: #FFFFFF;
  --new-estates-blue-darkest: #000F14;
  --secondary: #0c495f;
  --primary: #3df09c;
  --extra-dark: #01222E;
  /* Figma colors */
  --white: #ffffff;
  --blue-lightest: #C7DAE0;
  --blue-light: #5693A1;
  --blue: #0C485E;
  --blue-darker: #002C3B;
  --blue-darkest: #000F14;
  --green-lightest: #C0FFE9;
  --green-light: #00FFBD;
  --green: #42E196;
  --green-dark: #009B56;
  --green-darker: #00341D;
  --grey: #696969;
  --grey-light: #E6E9EC;
  --bg-color: #FFFFFF;
  --grey-mid: #AFAFAF;
}

/*
 * Needs to be fixed in overrides vars and re-compile bootstrap
*/
.placeholder{
    background-color: inherit;
}

.bg-extra-dark{
	background-color: var(--extra-dark);
}

.social-blue-light{
    color: var(--new-estates-blue-light)!important;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook],
.social a:not([class*=link-]):not(.btn-circle) .uil[class*=linkedin],
.social a:not([class*=link-]):not(.btn-circle) .uil[class*=youtube]{
    color: var(--new-estates-blue-light)!important;
}
.dropdown-toggle::after {
    color: #002c3b!important;
}

#eas-simplesearch-form > div:nth-child(1) > div > div.ss-single-selected > span.placeholder{
    cursor: pointer;
}

.footer-links:hover{
    color: #5693a1!important;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    appearance: none;
    box-shadow: none !important;
}

.new-estates-main-header--logo{
    min-height: 36px;
}

/* Back to top element */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
  
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: '↑';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #ecedf3;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: '↑';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--green-light), var(--new-estates-white));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path { 
  fill: none; 
}

.progress-wrap svg.progress-circle path {
  stroke: #ecedf3;
  stroke-width: 4;
  box-sizing:border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
div.progress-wrap{
  background: var(--blue-darker);
}
/* ./Back to top element */



/* .front-page-search--hero{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #adadad;
  background-blend-mode: multiply;
} */

.new-estates-features--image{
  max-width: 130px;
}

/* .new-estates-searchform--btn-container{
  margin-top: 22px;
} */


.call-me-maybe {
	position: fixed;
    left: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(255 255 255 / 90%);
    z-index: 10000;
    background: var(--bs-blue-darker);
    transition: all 200ms linear;
    text-align: center;
    line-height: 44px;
    color: var(--white);
}

#mega-menu-wrap-header-top-menu #mega-menu-header-top-menu > li.mega-accent-item > a.mega-menu-link,
#mega-menu-wrap-header-offcanvas-menu #mega-menu-header-offcanvas-menu > li.mega-accent-item > a.mega-menu-link {
		color: var(--green);
}
body > .modal {
	z-index: 10200;
}

/* Low-res fixes of post template */
@media screen and (max-width: 1370px){
  .single-post-main-title{
    font-size: 1.4rem;
  }
}

.nest-css-price{
  color: transparent;
  text-shadow: 0 0 8px #000;
  user-select: none;
}

.no-inq{
  pointer-events: none;
  filter: grayscale(1);
}

form.fluent_form_4 .ff-btn-submit{
  background-color: var(--green)!important;
  color: var(--blue)!important;
}

