/*
 Theme Name:	Astra Child
 Theme URI:		https://Dorneka.ir/
 Description:	اجرا شده توسط آژانس دیجیتال مارکتینگ درنیتو
 Author:		Dornito
 Author URI:	https://Dorneka.ir/
 License:		GNU General Public License v2 or later
 License URI:	http://www.gnu.org/licenses/gpl-2.0.html
 text-domain:	astra-child
 Template:		astra
 Version:		3.9.2
*/

/* = Theme customization starts below here = is blocked by functions.php
------------------------------------------------------------------------ */
#podcast-popup-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 9998;
}
#podcast-popup {
	position: fixed;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
	background: #d2f0ff;
	z-index: 9999;
	width: 90%;
	max-width: 600px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	border-radius: 10px;
}
.popup-inner {
	position: relative;
}
.popup-close ,
.popup-close:hover {
	position: absolute;
	top: -70px;
	right: -45px;
	background: transparent;
	border: none;
	font-size: 24px;
	cursor: pointer;
	padding: 26px;
	border-radius: 50px;
}
.popup-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.popup-container .popup-container-form #gform_wrapper_1 {
	display: block !important;
}
.popup-container .popup-container-form .gform-theme--foundation .gform_fields {
  row-gap:10px;
}

.popup-container .popup-container-form .gform_title {
  font-size: 20px;
  direction: rtl;
}
.popup-container .popup-container-form .gform-theme--framework .gform_validation_errors {
	display:  none;
}
.popup-container .popup-container-form .ginput_container_verfication {
    display: flex;
    gap: 10px;
}
.popup-container .popup-container-form .gform_required_legend {
	display:none;
}
.popup-container-img {
  width: 40%;
}
body.popup-open {
	overflow: hidden;
}

@media (max-width:  767px) {
	.popup-container {
		flex-direction: column-reverse;
	}
}