/*
Theme Name: Bauen Child
Theme URL: https://themeforest.net/item/bauen-architecture-interior-wordpress-theme/34326026?ref=webRedox
Description: Child theme of Bauen
Author: webRedox WordPress Team
Author URI: http://webredox.net/
Template: bauen
Version: 1.0
Text Domain: bauen-child
*/
/*******Add Your Css Below This Line*********/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body,
p {
	font-family: "Open Sans", sans-serif !important;
}


.hotline-bar > a span {
  display: block;
}

#jq-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9998;
}

#jq-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 25px;
  max-width: 800px;
  width: 90%;
  z-index: 9999;
  display: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#jq-popup h3 {
	font-size: 26px;
    font-weight: 500;
    line-height: 1.2em;
    color: #0c0c0c; 
	text-align: center;
}

#jq-popup .wpcf7-form p {
	width: 100%;
}

#jq-popup .wpcf7-form input,
#jq-popup .wpcf7-form select {
	background-color: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
    padding: 10px !important;
    font-size: 16px !important;
	margin-bottom: 30px;
	color: #0c0c0c;
}

#jq-popup .wpcf7-form-control button {
	width: 100%;
}

#jq-popup .butn-dark a {
	background-color: #0c0c0c;
    color: #fff;
    width: 100%;
    display: block;
}

#jq-popup .close-popup {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
