/* 
Theme Name:		 Hello Gutenkit Child
Theme URI:		 https://wpmet.com/
Description:	 Hello Gutenkit is a lightweight and minimalist WordPress theme designed to work seamlessly with the GutenKit plugin for the new WordPress block editor (Gutenberg). This theme is free, and perfect for users who want a flexible, easy-to-use, and customizable website.
Author:			 wpmet
Author URI:		 https://wpmet.com/
Template:		 hello-gutenkit
Version:		 1.0.0
Text Domain:	 hello-gutenkit-child
*/
/* @import url(./assets/css/style.css?ver=1706004710); */
/* @import url(./assets/css/header-footer.css?ver=1706004710); */
/* @import url(./assets/css/contact-form.css?ver=1706004710); */
/* @import url(./assets/css/better-docs.css?ver=1706004710); */
/* @import url(./assets/css/responsive.css?ver=1706004710); */

/* 
This code represents the selected portion of the CSS file.
It is responsible for styling a specific element or group of elements.
Please refer to the surrounding code for more context and usage details.
*/

/* Theme Name: Hello Gutenkit Child */
:where(body .is-layout-flow)>* {
	margin-block-start: 0rem;
	margin-block-end: 0;
}

/* About Page */
.hello-gutenkit-funfact .number-percentage {
	text-wrap: nowrap;
}

/* Single page banner */
.hello-gutenkit-post-banner h2.wp-block-query-title,
.hello-gutenkit-post-banner h2.wp-block-heading {
	color: #222;
	font-family: "Bai Jamjuree", Sans-serif;
	font-size: 42px;
	line-height: 48px;
	margin: 0px;
	font-weight: 700;
	text-transform: capitalize;
}

.hello-gutenkit-post-banner h3.wp-block-heading {
	margin: 0px;
	padding-top: 16px;
	color: rgba(34, 34, 34, .7);
	font-family: "Bai Jamjuree", Sans-serif;
	font-size: 18px;
	line-height: 24px;
}

/* Search Style */
.hello-gutenkit-post-banner .wp-block-search {
	width: 100%;
	max-width: 445px;
	background-color: #fff;
	box-shadow: 0 10px 40px rgba(0, 69, 206, .12);
	border-radius: 6px;
	

}

.hello-gutenkit-post-banner .wp-block-search input {
	padding: 18px 15px 18px 30px;
	color: #222;
	font-family: "Bai Jamjuree", Sans-serif;
	border-width: 0;
	font-size: 18px;
	line-height: 24px;
	border: 0px !important;
	border-radius: 6px !important;
}

.hello-gutenkit-post-banner .wp-block-search input:focus {
	outline: none;
}

.hello-gutenkit-post-banner .wp-block-search .wp-block-search__button {
	border-radius: 0px 6px 6px 0px !important;
	color: #000;
	background-color: #fff;
	border-width: 0 0 0 1px;
	border-left-color: rgba(0, 0, 0, .15);
	cursor: pointer;
}

/* categories style */
.hello-gutenkit-post-categories-list :is(.wp-block-navigation-item, .wp-block-navigation) {
	display: flex;
	flex-wrap: wrap;
}

.hello-gutenkit-post-categories-list :is(.wp-block-navigation-item, .wp-block-navigation li) {
	list-style: none;
}

.hello-gutenkit-post-categories-list :is(.wp-block-navigation-item, .wp-block-navigation li) a {
	color: inherit;
	font-size: 16px;
	line-height: 18px;
	padding: 21px 20px;
	text-decoration: none;
	font-family: "Bai Jamjuree", Sans-serif;
	transition: all .4s ease;
}

.hello-gutenkit-post-categories-list :is(.wp-block-navigation-item.current-menu-item, .wp-block-navigation li.current-menu-item) a {
	background: #e82935;
	color: #fff;
}

.hello-gutenkit-post-categories-list .wp-block-navigation-link.current-menu-item .wp-block-navigation-item__label {
	border-bottom: 0px !important;
}

/* blog page style */
.hello-gutenkit-post .wp-block-post-template {
	gap: 30px;
}

.hello-gutenkit-post .wp-block-query ul.wp-block-post-template {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

/* Post Meta */
.hello-gutenkit-post .wp-block-post-template .wp-block-group {
	gap: 0px;
}

.hello-gutenkit-post .wp-block-post-template li .taxonomy-category a {
	text-decoration: none;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-size: 0 100%;
	background-position: left;
	transition: all .4s ease;
	background-repeat: no-repeat;
}

.hello-gutenkit-post .wp-block-post-template li .taxonomy-category a:hover {
	background-size: 100% 100%;
	color: #206AE6;
}

.hello-gutenkit-post .wp-block-post-template li .taxonomy-category,

.hello-gutenkit-post .wp-block-post-template li .wp-block-post-time-to-read {
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	color: #333;
	text-transform: capitalize;
	margin: 14px 20px 0px 20px;
}

.hello-gutenkit-post .wp-block-post-template li .taxonomy-category::before {
	content: url(https://wpmet.com/wp-content/themes/hello-gutenkit-child/assets/svg/tag.svg);
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}

.hello-gutenkit-post .wp-block-post-template li .wp-block-post-time-to-read::before {
	content: url(https://wpmet.com/wp-content/themes/hello-gutenkit-child/assets/svg/timer.svg);
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}

/* Post Title */
.hello-gutenkit-post .wp-block-post-template li .wp-block-post-title {
	margin-top: 9px;
	text-transform: capitalize;
	font-weight: 700;
	color: #313636;
}

.hello-gutenkit-post .wp-block-post-template li .wp-block-post-title a {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	color: #222;
	text-decoration: none;
	transition: all .4s ease;
}

.hello-gutenkit-post .wp-block-post-template li .wp-block-post-title a:hover {
	color: #e82935;
}

/*pagination */
.hello-gutenkit-post .wp-block-query-pagination {
	margin-top: 50px;
	align-items: baseline;
	gap: 0px;
}

.hello-gutenkit-post .wp-block-query-pagination .wp-block-query-pagination-numbers {
	margin-right: 7px;
}

.hello-gutenkit-post .wp-block-query-pagination .page-numbers {
	height: 40px;
	min-width: 40px;
	color: #222;
	padding: 0 5px;
	display: inline-block;
	line-height: 38px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #f1f1f1 !important;
	margin: 3px;
	transition: all .4s ease;
}

.hello-gutenkit-post .wp-block-query-pagination .page-numbers.current {
	color: #fff;
	background: #e82935;
	border: 1px solid #e82935;
}

.hello-gutenkit-post .wp-block-query-pagination-previous,
.hello-gutenkit-post .wp-block-query-pagination-next {
	height: 40px;
	min-width: 40px;
	color: #222;
	line-height: 38px;
	border-radius: 3px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #f1f1f1 !important;
}

.hello-gutenkit-post .wp-block-query-pagination-previous:hover,
.hello-gutenkit-post .wp-block-query-pagination-next:hover,
.hello-gutenkit-post .wp-block-query-pagination .page-numbers:hover {
	color: #fff;
	background: #e82935;
	border: 1px solid #e82935;
	transition: all .4s ease;
}

.hello-gutenkit-post .wp-block-query-pagination-previous-arrow,
.hello-gutenkit-post .wp-block-query-pagination-next-arrow {
	margin: 0px;
	margin-bottom: 4px;
}

/* Single Post Page */
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
	opacity: 0;
}

.hello-gutenkit-single-post-page .wp-block-image {
	box-shadow: 0px 4px 30px -3px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
}

.hello-gutenkit-single-post-page .wp-block-image img {
	border-radius: 15px;
}

:where(body .is-layout-constrained)>* {
	margin-block-start: revert;
}

.hello-gutenkit-single-post-page {
	padding: 50px 40px;
}

.hello-gutenkit-single-post-page .wp-block-post-content {
	max-width: 800px;
	margin: 40px auto 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;
	line-height: 33px;
}

/* Single Post title */
.hello-gutenkit-single-post-page .wp-block-post-title {
	font-size: 48px;
	line-height: 56px;
	font-weight: 900;
	margin-bottom: 1.875rem;
	margin-top: 0;
	font-family: source sans pro, sans-serif;
	color: #313636;
}

.hello-gutenkit-single-post-page h2.wp-block-heading {
	color: #222;
	font-weight: 700;
	line-height: 1.2;
	font-size: 34px;
	margin: 15px 0px
}

.hello-gutenkit-single-post-page h3.wp-block-heading {
	color: #222;
	font-weight: 700;
	line-height: 1.2;
	font-size: 24px;
	margin: 15px 0px
}

.hello-gutenkit-single-post-page .wp-block-post-content p{
	font-weight: 400;
	line-height: 33px;
	color: #222;
	font-size: 20px;
	margin-bottom: 2rem;
}
.hello-gutenkit-single-post-page .wp-block-post-content ol li, 
.hello-gutenkit-single-post-page .wp-block-post-content ul li {
	font-weight: 400;
	line-height: 33px;
	color: #222;
	font-size: 20px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
/* social share */
.hello-gutenkit-single-post-page .hello-gutenkit-single-post-comment .hello-social-share .wp-block-heading {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	text-transform: capitalize;

}

/* Single Post Comment */
.hello-gutenkit-single-post-page .hello-gutenkit-single-post-comment {
	max-width: 800px;
	margin: 40px auto 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;

}

.hello-gutenkit-single-post-page .hello-gutenkit-single-post-comment .comment-form-cookies-consent {
	align-items: baseline;
}

.hello-gutenkit-single-post-page .hello-gutenkit-single-post-comment .form-submit input[type="submit"] {
	height: auto;
	line-height: 1;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	margin-top: 40px;
	box-shadow: none;
	font-weight: 500;
	padding: 14px 40px 16px;
	border: 2px solid #e82935;
	background: #e82935;
	border-radius: 6px;
	transition: all .2s ease;
}

.hello-gutenkit-single-post-page .hello-gutenkit-single-post-comment .form-submit input[type="submit"]:hover {
	background: #fff;
	color: #e82935;
	border-color: #e82935;
}

.hello-gutenkit-single-post-page .hello-gutenkit-single-post-comment .hello-pagination {
	padding: 25px;
	border-radius: 5px;
	border: 1px solid #ced4da;
}

.hello-gutenkit-single-post-page .hello-gutenkit-single-post-comment :where(.post-navigation-link-previous, .post-navigation-link-next) {
	width: 50%;
	border-left: 0 none;
	border-right: 0 none;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

.hello-gutenkit-single-post-page .hello-gutenkit-single-post-comment :where(.post-navigation-link-previous) {
	padding: 0 40px 0 0;
	text-align: left;
}

.hello-gutenkit-single-post-page .hello-gutenkit-single-post-comment :where(.post-navigation-link-next) {
	padding: 0 0 0 40px;
	text-align: right;
	border-left: 1px solid #ced4da;
}

/* Blog Post Page post navigation*/
.hello-gutenkit-single-post-page .post-navigation-link-previous,
.hello-gutenkit-single-post-page .post-navigation-link-next {
	font-size: 18px;
	line-height: 24px;
	margin: 5px 0;
	word-wrap: break-word;
	color: #222;
	font-weight: 400;
}

.hello-gutenkit-single-post-page .post-navigation-link__label {
	color: #222;
	font-weight: 600;
}

.hello-gutenkit-single-post-page .post-navigation-link-previous a,
.hello-gutenkit-single-post-page .post-navigation-link-next a {
	text-decoration: none;
	transition: all .2s ease;
}

.hello-gutenkit-single-post-page .post-navigation-link-previous a:hover,
.hello-gutenkit-single-post-page .post-navigation-link-next a:hover {
	color: #e82935;
}

/*Single Post Comment */
.hello-gutenkit-single-post-comment .wp-block-comment-author-name {
	font-weight: 700;
	font-size: 22px;
	color: #222;
	font-style: normal;
}

.hello-gutenkit-single-post-comment .wp-block-comment-reply-link a {
	color: #e82935;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}

.hello-gutenkit-single-post-comment .wp-block-comment-date time {
	color: #222;
	font-size: 16px;
}

.hello-gutenkit-single-post-comment .wp-block-comment-edit-link a {
	color: #007bff;
	font-size: 16px;
	text-decoration: none;
	margin-left: 10px;
}

.hello-gutenkit-single-post-comment .wp-block-comment-date a {
	text-decoration: none;
}

.hello-gutenkit-single-post-comment .wp-block-comment-content p {
	font-weight: 400;
	line-height: 1.8125;
	color: #222;
	font-size: 18px;
}

.hello-gutenkit-single-post-comment .comment-reply-title {
	font-size: 28px;
	font-weight: 800;
	color: #222;
}

.hello-gutenkit-single-post-comment .comment-notes,
.hello-gutenkit-single-post-comment .comment-form .logged-in-as{
	font-size: 18px;
	font-weight: 400;
	color: #222;
}
.hello-gutenkit-single-post-comment .comment-form .logged-in-as{
	margin: 8px 0px;
}
.hello-gutenkit-single-post-comment .comment-form .logged-in-as a {
	color: #007bff;
	text-decoration: none;
}
.hello-gutenkit-single-post-comment .comment-form-comment,
.hello-gutenkit-single-post-comment .comment-form-author,
.hello-gutenkit-single-post-comment .comment-form-email,
.hello-gutenkit-single-post-comment .comment-form-url {
	flex-wrap: wrap;
	font-weight: 400;
    line-height: 1.8125;
    color: #222;
	font-size: 18px;
}
.hello-gutenkit-single-post-comment .comment-form-comment textarea,
.hello-gutenkit-single-post-comment .comment-form-author input,
.hello-gutenkit-single-post-comment .comment-form-email input,
.hello-gutenkit-single-post-comment .comment-form-url input{
	margin: 10px 0px;
	font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 6px;
    padding: 16px 20px;
	color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.hello-gutenkit-single-post-comment .comment-form-cookies-consent{
	align-items: baseline;
	font-weight: 400;
    line-height: 1.8125;
    color: #222;
	font-size: 18px;
}
/* 	Single Post Meta */
.hello-gutenkit-single-post-page .single-post-meta {
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 38px;
}

.hello-gutenkit-single-post-page .single-post-meta .wp-block-post-author {
	align-items: center;
}

.hello-gutenkit-single-post-page .single-post-meta :where(.wp-block-post-time-to-read, .wp-block-post-date, .taxonomy-category, .wp-block-post-author__name) {
	color: #333;
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: capitalize;
	position: relative;
}

.hello-gutenkit-single-post-page .single-post-meta :where(.taxonomy-category a, .wp-block-post-author__name a) {
	text-decoration: none;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-size: 0 100%;
	background-position: left;
	transition: all .4s ease;
	background-repeat: no-repeat;
}

.hello-gutenkit-single-post-page .single-post-meta :where(.taxonomy-category a, .wp-block-post-author__name a):hover {
	background-size: 100% 100%;
	color: #206AE6;
}

.hello-gutenkit-single-post-page .single-post-meta :where(.wp-block-post-time-to-read, .wp-block-post-date, .taxonomy-category)::before {
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}

.hello-gutenkit-single-post-page .single-post-meta .wp-block-post-time-to-read::before {
	content: url(https://wpmet.com/wp-content/themes/hello-gutenkit-child/assets/svg/timer.svg);
}

.hello-gutenkit-single-post-page .single-post-meta .wp-block-post-date::before {
	content: url(https://wpmet.com/wp-content/themes/hello-gutenkit-child/assets/svg/calendar.svg);
}

.hello-gutenkit-single-post-page .single-post-meta .taxonomy-category::before {
	content: url(https://wpmet.com/wp-content/themes/hello-gutenkit-child/assets/svg/tag.svg);
}

/* No Search Result */
.hello-gutenkit-post .wp-block-query-no-results .has-text-align-center {
	padding-top: 16px;
	color: rgba(34, 34, 34, .7);
	font-family: bai jamjuree, Sans-serif;
	font-size: 50px;
	line-height: 60px;
}

.hello-gutenkit-post .wp-block-query-no-results :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 0px solid #949494;
}

.hello-gutenkit-post .wp-block-query-no-results .wp-block-search {
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 10px 40px rgba(0, 69, 206, .12);
	border-radius: 6px;
	margin-top: 30px
}

.hello-gutenkit-post .wp-block-query-no-results .wp-block-search input {
	padding: 18px 15px 18px 30px;
	color: #222;
	font-family: "Bai Jamjuree", Sans-serif;
	border-width: 0;
	font-size: 18px;
	line-height: 24px;
	border: 0px !important;
	border-radius: 6px !important;
}

.hello-gutenkit-post .wp-block-query-no-results .wp-block-search input:focus {
	outline: none;
}

.hello-gutenkit-post .wp-block-query-no-results .wp-block-search .wp-block-search__button {
	border-radius: 0px 6px 6px 0px !important;
	color: #000;
	background-color: #fff;
	border-width: 0 0 0 1px;
	border-left-color: rgba(0, 0, 0, .15);
	cursor: pointer;
}

/* About Us content */

.hello-gutenkit-about-us-paragraph p {
	color: #171313;
	font-family: "Manrope", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	max-width: 816px;
}

/* for support form */
.support--form {
	min-height: 1190px;
}

/* #start TO DO --  this css deleted 2025 */
.xs-apps--iconlist .elementor-icon-list-icon {
	width: 22px;
	height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff;
	border-radius: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(16, 57, 164, 0.40);
	box-shadow: 0px 1px 1px 0px rgba(16, 57, 164, 0.40);
	background: -webkit-gradient(linear, left top, left bottom, from(#5A87FE), to(#1A4AC6));
	background: -o-linear-gradient(top, #5A87FE 0%, #1A4AC6 100%);
	background: linear-gradient(180deg, #5A87FE 0%, #1A4AC6 100%);
}

/* #end TO DO --  this css deleted 2025 */


/* 
This code represents the selected CSS styles.
Please refer to the comments within the code for specific details on each style.
*/

/* CONTACT form for footer*/

.wpmet-inline-link a {
	text-decoration: none;
}

.wpmet-input-form .wpmet-subscribe-form {
    position: relative;
    width: 100%;
}

.wpmet-input-form .wpmet-subscribe-form .input-field .form-control {
    color: #000;
    font-family: manrope,Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    border: 1px solid #eff3f7 !important;
    border-color: #eff3f7 !important;
    outline: none;
    padding: 16px 24px;
    border-radius: 8px;
    background: #fff;
    width: 100%;
}

.wpmet-input-form .wpmet-subscribe-form .submit-btn-wrap {
    position: absolute;
    top: 7px;
    right: 10px;
}
.wpmet-input-form .wpmet-subscribe-form .submit-btn-wrap p{
	margin: 0px
}

.wpmet-input-form .wpmet-subscribe-form .submit-btn-wrap .submit-btn {
    padding: 13px 24px;
    font-family: manrope,Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    word-spacing: 5px;
    color: #fff;
    background: #e82935;
    border-style: none;
    border-radius: 6px;
    box-shadow: 0 0 0 0 rgba(25,29.999999999999986,43,.3);
}

.wpmet-input-form span.wpcf7-spinner {
    display: none;
}

/**
 * Styles for the contact form.
 *
 * This CSS file contains styles for a contact form.
 * It includes styles for the form container, form inputs, form titles, form descriptions, and form submit button.
 *
 */

.mpmet-contact-form {
	padding: 50px;
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 1px 1px 0px rgba(25, 29.000000000000007, 43, 0.2);
}

.mpmet-contact-form .form-input {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(490px, 1fr));
	grid-column-gap: 30px;
	grid-row-gap: 0px;
}

.mpmet-contact-form .form-content {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 11px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #e9e9e9;
}

.mpmet-contact-form .form-title {
	color: #101010;
	font-family: "Helvetica", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 21px;
	margin: 0 0 10px 0;
}

.mpmet-contact-form h3.form-title {
	margin-top: 20px;
}

.mpmet-contact-form .form-description {
	color: #999999;
	font-family: "Helvetica", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
}

.mpmet-contact-form .form-input label,
.mpmet-contact-form .form-text-field label {
	color: #101010;
	font-family: "Helvetica", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	margin: 0px 0px 5px 0px;
}

.mpmet-contact-form .form-input label .required,
.mpmet-contact-form .form-text-field label .required {
	color: #ff0000;
}

.mpmet-contact-form .form-input input,
.mpmet-contact-form .form-text-field textarea {
	font-size: 16px;
	-webkit-appearance: none;
	width: 100%;
	font-family: "Helvetica", Sans-serif;
	font-weight: 400;
	line-height: 15px;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: #DEE1EA80 !important;
	padding: 15px 25px 15px 25px;
	margin-top: 5px;
	border-radius: 5px;
	background-color: #EAEEF480;
}

.mpmet-contact-form .form-input input:focus,
.mpmet-contact-form .form-input input:focus-visible,
.mpmet-contact-form .form-text-field textarea:focus,
.mpmet-contact-form .form-text-field textarea:focus-visible {
	border-color: #80bdff !important;
	box-shadow: 0px 0px 0px 3px rgba(0, 123, 255, .25) !important;
	outline: none;
}

.mpmet-contact-form .form-text-field input[type="submit"] {
	cursor: pointer;
	padding: 15px 24px 15px 24px;
	font-family: "Manrope", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #ffffff;
	background-color: #4285f4;
	border-style: none;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 0px 0px rgba(66, 133, 244, 0.3);
}

/**
 * 
 * This CSS file contains responsive styles for the hello-gutenkit-child theme.
 * It includes media queries targeting different screen sizes to adjust the padding of the .wp-block-query element within .hello-gutenkit-post.
 * 
 * Media Queries:
 * - @media (max-width: 767px)
 * - @media (min-width: 768px) and (max-width: 1023px)
 * - @media (min-width: 1024px)
 */
@media (max-width: 767px) {
	/* Nav menu gkit */
	.wp-block-gutenkit-nav-menu .gkit-nav-menu-wrapper{
		max-width: 350px;
	}
	/* blog qury	 */
	.hello-gutenkit-post .wp-block-query {
		padding: 50px 30px 80px 30px;
	}

	.hello-gutenkit-single-post-page .single-post-meta {
		justify-content: center;
	}

	.hello-gutenkit-single-post-page {
		padding: 50px 15px !important;
	}

	.mpmet-contact-form {
		padding: 20px;
	}

	.mpmet-contact-form .form-input {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	}

	/* No Search Result */
	.hello-gutenkit-post .wp-block-query-no-results .has-text-align-center {
		font-size: 30px;
		line-height: 40px;
	}
}
/* Single Blog Post Responsive CSS */
@media (min-width: 320px) and (max-width: 820px){
	.hello-gutenkit-single-post-page .single-post-meta{
		justify-content: center;
		padding: 0px 20px 0px 20px;
	}
	.hello-gutenkit-single-post-page .wp-block-post-title{
		line-height: 46px;
		font-size: 34px;
		text-align: center;
	}
}
@media (max-width: 554px){
	.hello-gutenkit-single-post-page .hello-gutenkit-single-post-comment :where(.post-navigation-link-next),
	.hello-gutenkit-single-post-page .hello-gutenkit-single-post-comment :where(.post-navigation-link-previous){
		padding: 0 0 0 0px;
	}
	.hello-gutenkit-single-post-comment .comment-form-comment,
	.hello-gutenkit-single-post-comment .comment-form-author,
	.hello-gutenkit-single-post-comment .comment-form-email,
	.hello-gutenkit-single-post-comment .comment-form-url {
		flex-wrap: wrap;
	}
}

/* Single Blog Post Responsive CSS  END*/

@media (min-width: 768px) and (max-width: 1023px) {
	.hello-gutenkit-post .wp-block-query {
		padding: 0px 45px 80px 45px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.mpmet-contact-form .form-input {
		grid-template-columns: repeat(2, minmax(300px, 1fr));
	}
}

@media (min-width: 1024px) {
	.hello-gutenkit-post .wp-block-query {
		padding: 0px 45px 80px 45px;
	}
}