/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.blue_bg :is(h1, h2, h3, h4, h5, h6)
{
    text-shadow: 0 0 2px rgba(29,96,145,0.6);
	letter-spacing:0.03em;
}

.white_bg :is(h1, h2, h3, h4, h5, h6)
{
    text-shadow: 0 0 2px rgba(0,0,0,0.3);
	letter-spacing:0.03em;
}

/* Site nou BGD */


.umbra-text{
	text-shadow: .8px 1.6px 2.4px rgba(19,104,167,0.95);
}
 .umbra-box {
	box-shadow: none;
	transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
	padding: 20px 15px 15px 20px;
}

.umbra-box:hover {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 		0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

#homeForm {
  width: 100%; 
}

#homeForm .input-abonare, #homeForm .js-cm-email-input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid white;
  color: white;
  display: block; 
  width: 75%; 
}

#homeForm .input-abonare::placeholder, #homeForm .js-cm-email-input::placeholder {
  color: white;
  opacity: 1;
  font-weight: 600;
  margin-left: 0;
}

#homeForm .input-abonare, #homeForm .js-cm-email-input {
  color: white;
	min-height:var(--inputs-height,2em);
	padding: 0 var(--inputs-padding,.6em);
}

#homeForm .input-abonare:focus, #homeForm .js-cm-email-input:focus {
  outline: none;
  border-bottom: 2px solid white;
  box-shadow: none;
}

#homeForm .input-abonare:focus{
	box-shadow: none;
	border-bottom: 2px solid white !important;
}
#homeForm .js-cm-email-input:focus{
	box-shadow: none;
	border-bottom: 2px solid white !important;
}
#homeForm div:first-child {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #homeForm .input-abonare, #homeForm .js-cm-email-input {
    width: 100%;
  }
}


.us-btn-style_12 .w-btn-label {
	font-family:NunitoAlpha;
	font-weight:600;
	position: absolute;
  	top: 22%;
}

.us-btn-style_15 .w-btn-label {
	font-family:NunitoAlpha;
	font-weight:600;
	position: absolute;
  	top: 22%;
}

.fa-bars {
	font-size: 1.3rem;
	font-weight:400;
	}

.underline li a {
  position: relative;
}

.underline li a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0; 
  width: 0;
  height: 2px;
  background-color: #d43859;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
  .underline li a:hover::before {
    width: 100%;
    right: auto; 
  }
}

.w-popup-box-h {
	box-shadow: rgba(0, 0, 0, 0.75) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.w-tabs.style_radio2>.w-tabs-list .w-tabs-list-h {
	background:#fcd2db;
}

.w-tabs.style_radio2>.w-tabs-list .w-tabs-item.active {
	background: #d43759;
	color: #ffffff;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
}
.w-tabs-item-title:hover {
	color:#ffffff;
}
.w-tabs-item .active span
.w-tabs.style_radio2>.w-tabs-list .w-tabs-list-h {
	background: #fcd2db;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
}
.cookie-link {
	text-decoration:underline;
}
.default-form input:hover,
.default-form textarea:hover,
.default-form select:hover { 
	background: #F4F9FC;
	border-radius: 7px;
}

.default-form input,
.default-form textarea,
.default-form select {
	border-radius: 7px;

}

.wraper-articol:hover{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
	transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;

}

.w-btn {
transition-property: background, border, box-shadow, color, opacity, transform;
    transition-duration: 0.3s;   
}

.pret-taiat {
	text-decoration: line-through;
}

.pret-oferta {
	display: inline-block;
    width: auto;
	height: 38px;
	background-color: #d43859;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	border-left: 1px solid #6ab070;
	margin-left: 30px;	
	position: relative;
	color: #ffffff;
	font-weight: 300;
	font-size: 22px;
	line-height: 42px;
	padding: 0 10px 0 10px;
}

.pret-oferta:before {
	content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #d43859;
}

.pret-oferta:after {
	content: "";
	background-color: white;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}

@media (max-width: 768px) {
  .pret-oferta {
    float: right;
    margin-left: 0; 
    margin-right: 10px; 
	margin-top: 10px;
  }
}
