/*
* Theme Name: Uphome (Child Theme)
* Theme URI: https://wp-uphome.astroon.pro/
* Author: Astroon
* Author URI: https://www.facebook.com/AstroonTeam/
* Description: UpHome is a modern multi-functional responsive WordPress theme designed for companies involved in the sale and rental of apartments. The theme was created using the latest WordPress technology.
* Version: 1.0.0
* License: Envato licence agreement - https://themeforest.net/licenses/terms/regular
* License URI: https://themeforest.net/licenses
* Tags: Real Estate, modern, interior, apartments, home, hotel, rental of premises,  advanced search, agency, rent, responsive, listing
* Text Domain: uphome
* Template: uphome
*/

.cookies-policy {
  position: fixed;
  z-index: 100;
  width: 96%;
  left: 2%;
  bottom: 22%;
  border: 1px solid #fff;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.1);
  box-shadow: 10px 20px 64px 0 rgba(0,0,0,0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: none;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.875rem;
}

.cookies-policy.visible-cookies {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookies-policy__header {
  letter-spacing: 2.5px;
  line-height: 1;
  padding-bottom: 1rem;
  position: relative;
} 

.cookies-policy__header::after {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.cookies-policy__text {
  margin-right: 1rem;
  font-size: 1rem;
  margin-top: 0.5rem;
  position: relative;
}

.cookies-policy__text strong {
  font-weight: 900;
}

.cookies-policy__accept {
  background-color: transparent !important;
  border-color: #fff;
  outline: none !important;
  box-shadow: none !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5rem;
  padding: 8px 24px !important;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.cookies-policy__accept::before {
  display: none;
}

.cookies-policy__accept:hover {
  border-color: var(--theme-color);
}

@media (min-width: 768px) {
  .cookies-policy {
    padding: 1.5rem;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .cookies-policy {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 1.5rem;
    bottom: 7.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }  
  
  .cookies-policy__text {
    margin-right: 1.5rem;
  }
}

