/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Transparent Header section */
/* error404 Pagina 404 */
/* postid-274 - Pagina articol */
body:not(.single-post):not(.postid-274):not(.error404)
  .section-header:not(.elementor-sticky--effects) {
  background: transparent !important;
  box-shadow: none !important;
}

.section-header .logo-white,
body:not(.single-post):not(.postid-274):not(.error404)
  .section-header:not(.elementor-sticky--effects)
  .logo-dark {
  display: none;
}

body:not(.single-post):not(.postid-274):not(.error404)
  .section-header:not(.elementor-sticky--effects)
  .logo-white {
  display: block;
}

body:not(.single-post):not(.postid-274):not(.error404)
  .section-header:not(.elementor-sticky--effects)
  .section-header_menu
  .elementor-nav-menu--main
  .menu-item:not(.current-menu-item)
  .elementor-item:not(:hover),
body:not(.single-post):not(.postid-274)
  .section-header:not(.elementor-sticky--effects)
  .section-header_menu
  .elementor-menu-toggle {
  color: #fff !important;
}

body
  .section-header
  .section-header_menu
  .elementor-nav-menu--main
  .elementor-item:hover {
  color: var(--e-global-color-accent);
  fill: var(--e-global-color-accent);
}

/* GDPR pages */
#cmplz-document {
  max-width: 100% !important;
}

.elementor-slideshow__title {
  display: none !important;
}

.wp-google-place.wp-place-center * {
  color: #ddd !important;
}

.wp-google-powered img {
  filter: contrast(10%);
}

/* TODO: Review after redesign - apply to main .wp-gr */
.wp-gr--light {
  .wp-google-place.wp-place-center * {
    color: #000 !important;
  }
}

.wp-gr .rpi-dot.active {
  background-color: #000 !important;
}

.wp-google-left a.wp-google-name,
.wp-gr.wpac a.wp-google-name {
  pointer-events: none !important;
  color: #5d747e !important;
}

/* formular cere oferta */

.elementor-field-group-locatie_showroom {
  width: 100% !important;
}

.elementor-field-subgroup.elementor-subgroup-inline_OFF {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between !important;
}

.elementor-field-group-locatie_showroom .elementor-field-option {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  width: 50%;
}

.elementor-field-group-locatie_showroom .elementor-field-option:first-child {
  padding-right: 5px;
}

.elementor-field-group-locatie_showroom .elementor-field-option:nth-child(2) {
  padding-left: 5px;
}

/* .elementor-field-group-locatie_showroom .elementor-field-option input[type="radio"]{
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	accent-color: #737373 !important; 
	width: 14px !important;
	height: 14px !important;
} */

/* Ascundem butonul radio nativ */
.elementor-field-group-locatie_showroom
  .elementor-field-option
  input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* Adăugăm cercul vizibil înainte de text */
.elementor-field-group-locatie_showroom .elementor-field-option label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #737373;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
  vertical-align: middle;
}

/* Stil pentru buton bifat */
.elementor-field-group-locatie_showroom
  .elementor-field-option
  input[type="radio"]:checked
  + label::before {
  background-color: #737373;
  border-color: #fff;
}

.elementor-field-group-locatie_showroom .elementor-field-option label {
  background-color: #e6e6e6;
  border-radius: 10px;
  padding-left: 30px;
  display: inline-block !important;
  flex-grow: 2;
  padding: 15px 15px 15px 35px;
}

.elementor-field-group-locatie_showroom
  .elementor-field-option
  input[type="radio"]:checked
  + label {
  background: #737373 !important;
  color: #fff !important;
}

@media (max-width: 1024px) {
  .elementor-field-group-locatie_showroom .elementor-field-option {
    width: 100%;
  }
}

/* MESAJ CONFRMARE CONTACT FORM */
.elementor-message.elementor-message-success:before {
  color: #fff !important;
  background: #3aac5b !important;
  padding: 2px 6px !important;
  border-radius: 50px !important;
  margin-inline-end: 15px !important;
  margin-bottom: 2px !important;
}

.elementor-message.elementor-message-success {
  background-color: #dff1e4 !important;
  padding: 20px !important;
  border-radius: 20px !important;
  color: #111 !important;
  font-weight: bold !important;
  margin-top: 25px !important;
}

footer div.elementor-widget-icon-box.elementor-element {
  @media (max-width: 767px) {
    width: 55px !important;
    height: 55px !important;
    padding: 0 !important;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

footer .elementor-icon-box-content {
  line-height: 1;
}
