/*
Theme Name: Pajill
Theme URI: https://expertapps.com.sa/
Author: Expert Apps
Author URI: https://expertapps.com.sa/
Description: Pajill Theme
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Pajill Theme
Tags: None

Pajill Theme, (C) 2023 expertapps.com.sa
Pajill Theme is distributed under the terms of the GNU GPL.
*/
.row.container{
	margin-right: auto !important;
	margin-left: auto !important;
}

@media (max-width: 768px){
	.row.container{
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
.white_space{
	white-space: pre-line;
	/*line-height: 1.4rem !important;*/
}
form.mc4wp-form input[type="submit"] {
    display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #000;
}