/*
Theme Name: Shubham Netraseva Trust
Theme URI: 
Author: Chandni Patel
Author URI: http://chandnipatel.in/
Description: Shubham Netraseva Trust
Version: 1.0.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: shubham-netraseva-trust
*/

@import url('//fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('//fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,600&display=swap');
@import url('//fonts.googleapis.com/css2?family=Be+Vietnam+Pro&display=swap');
@import url('//fonts.googleapis.com/css2?family=Inter&display=swap');

*, ::after, ::before {
	box-sizing: border-box;
}

:root {
	--container-width: 1160px;
}


html {
	scroll-behavior: smooth;
	scroll-padding-top: 20px;
	margin: 0;
	padding: 0;
}

body {
	word-break: break-word;
}

h2 {
	font-size: var(--wp--preset--font-size--snst-large);
}

.button-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    min-width: 160px;
    border-radius: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--wp--preset--font-family--snst-cormorant-garamond);
    padding: 12px 15px;
    text-transform: capitalize;
    background: var(--wp--preset--color--snst-blue);
    color: var(--wp--preset--color--snst-white);
    transition: all 0.15s ease;
    border: 1px solid var(--wp--preset--color--snst-blue);
    text-align: center;
    cursor: pointer;
}

.button-blue:hover,
.button-blue:active {
    background-color: var(--wp--preset--color--snst-white);
    color: var(--wp--preset--color--snst-blue);
}

.button-white a,
.button-white:not(.wp-block-button) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    min-width: 160px;
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 300;
    font-family: var(--wp--preset--font-family--snst-poppins);
    padding: 11px 15px;
    text-transform: capitalize;
    background: var(--wp--preset--color--snst-white);
    color: var(--wp--preset--color--snst-black);
    transition: all 0.15s ease;
    border: 2px solid var(--wp--preset--color--snst-blue);
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
}

.button-white a:hover,
.button-white a:active,
.button-white:not(.wp-block-button):hover,
.button-white:not(.wp-block-button):active {
    background-color: var(--wp--preset--color--snst-blue);
    color: var(--wp--preset--color--snst-white);
}

.components-placeholder.components-placeholder {
	padding: 10px;
}

.components-placeholder.is-medium .components-placeholder__fieldset {
	color: var(--wp--preset--color--snst-black);
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-group strong {
	font-weight: 600;
}

/* Set maxwith */
.wp-block-post-content > *:not(.alignfull) {
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :not(.alignfull) {
	max-width: 1640px !important;
}

.camp-template-default.single .wp-block-group {
	max-width: 100%;
}

/* Header */
header .wp-block-group > * {
	max-width: 100% !important;
}

header .wp-block-site-logo {
	height: 55px;
}

header .wp-block-site-logo a {
	height: 100%;
}

header .wp-block-site-logo img {
	height: 100%;
}

header nav ul.wp-block-navigation__container {
	gap: 15px 45px;
}

header nav ul li.button-blue a.wp-block-navigation-item__content {
	padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

header nav li:active,
header nav li:hover,
header nav li.current-menu-item:not(.button-blue) {
	color: var(--wp--preset--color--snst-blue);
}

/* Footer */
footer .wp-block-columns {
	justify-content: space-between;
}

footer .wp-block-columns > .wp-block-column h4 {
	text-transform: capitalize;
}

footer .wp-block-columns .wp-block-column:nth-child(1) .wp-block-group {
	column-gap: 35px;
	margin: 0;
}

footer .wp-block-columns .wp-block-column:nth-child(1) .wp-block-group .wp-block-image {
	width: 152px;
	height: 152px;
}

footer .wp-block-columns .wp-block-column:nth-child(1) .wp-block-group .wp-block-image img {
	object-fit: contain;
}

footer .wp-block-image img {
    height: 100%;
}

footer .wp-block-social-links.is-style-logos-only .wp-social-link svg {
	stroke: var(--wp--preset--color--snst-black);
}

footer .wp-block-social-links {
	column-gap: 30px;
}

footer .wp-block-group .wp-block-separator {
	max-width: 1600px;
	height: 2px;
	color: var(--wp--preset--color--snst-gray);
}

footer .wp-block-column h4 {
	line-height: 32px;
}

footer .wp-block-columns > .wp-block-column:nth-child(1) h4 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	font-family: var(--wp--preset--font-family--snst-poppins);
}

footer .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-group {
	row-gap: 0;
}

footer .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-group h6 {
	color: var(--wp--preset--color--snst-black-09);
}

footer h6 strong {
	font-weight: 600;
	color: var(--wp--preset--color--snst-black-09);
}

footer .wp-block-group h6 {
	color: var(--wp--preset--color--snst-black-09);
}

footer .wp-block-columns > .wp-block-column:nth-child(4) h6 { 
	font-weight: 300;
	color: var(--wp--preset--color--snst-black-05);
}

footer .wp-social-link.wp-social-link-facebook svg {
	display: none;
}

footer .wp-social-link.wp-social-link-facebook a::before {
	content: "\f39e";
	-webkit-text-stroke: 1.5px var(--wp--preset--color--snst-black);
	font-family: "Font Awesome 6 Brands";
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	color: var(--wp--preset--color--snst-gray-04);
}

.wp-block-social-links.is-style-logos-only .wp-social-link:hover {
	transform: unset;
}

footer .wp-block-group .wp-block-columns .wp-block-column  .wp-block-columns {
	column-gap: 19px;
	max-width: 100%;
}

footer .wp-block-group .wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0;
}

footer .wp-block-column .wp-block-columns .wp-block-column:nth-child(1) {
	text-align: center;
}

footer .wp-block-column .wp-block-columns .wp-block-column h6 {
	color: var(--wp--preset--color--snst-black-09);
	max-width: 100%;
}

footer .wp-block-column .wp-block-columns .wp-block-column i:not(.fa-whatsapp)::before {
	-webkit-text-stroke: 1.5px var(--wp--preset--color--snst-black);
}

footer .wp-block-column .wp-block-columns .wp-block-column i:not(.fa-whatsapp) {
	color: var(--wp--preset--color--snst-gray-04);
}

footer .nf-form-content {
	padding: 0;
}

footer .nf-field-container {
	margin-bottom: 0;
}

.nf-form-content nf-field {
	line-height: 0;
}

footer .nf-field-container .nf-input-limit {
	margin: 0;
}

footer .nf-form-cont .nf-form-content .nf-field-container .button-blue {
	background-color: var(--wp--preset--color--snst-blue);
	height: 55px;
	min-height: unset;
	width: 90px;
	min-width: unset;
	padding: 0;
	border-radius: 6px;
	font-size: 0;
	line-height: 24px;
}

footer .nf-form-content input[type="submit"] {
	background: var(--wp--preset--color--snst-blue);
}

footer .nf-form-content input[type="submit"]:hover {
	background-color: var(--wp--preset--color--snst-white)!important;
	color: var(--wp--preset--color--snst-blue);
	border: 1px solid var(--wp--preset--color--snst-blue);
}

footer .fa-paper-plane::before {
	content: '\f1d8';
	display: block;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding: 0;
	color: var(--wp--preset--color--snst-blue);
	font-size: 22px;
	line-height: 22px;
	-webkit-text-stroke: 1px var(--wp--preset--color--snst-white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	pointer-events: none;
}

footer .nf-form-cont .nf-form-content nf-fields-wrap {
 	display: flex;
}

footer .nf-form-cont .nf-after-field {
	width: calc(100% + 90px);
}

footer .nf-form-cont .nf-form-content .nf-field-container .nf-field-label,
footer .nf-form-cont .nf-before-form-content,
footer .nf-error.field-wrap .nf-field-element::after,
footer .nf-pass.field-wrap .nf-field-element::after,
footer span.nf-form-title h3 {
	display: none;
}

footer .nf-form-cont .nf-form-content .nf-field-container input[type="email"] {
	max-width: 100%;
	border: 0;
	border-radius: 6px 0 0 6px;
	height: 55px;
	font-size: var(--wp--preset--font-size--snst-extra-small);
	line-height: 32px;
	font-weight: 300;
	font-family: var(--wp--preset--font-family--snst-poppins);
	color: var(--wp--preset--color--snst-black-05);
	opacity: 1;
	padding: 15px 17px;
	background: var(--wp--preset--color--snst-white);
}

footer .nf-form-cont .nf-form-content .nf-field-container input[type="email"]:-internal-autofill-selected {
	-webkit-box-shadow: 0 0 0 55px var(--wp--preset--color--snst-white) inset !important;
    -webkit-text-fill-color: var(--wp--preset--color--snst-black);
    caret-color: var(--wp--preset--color--snst-black) !important;
}

footer .nf-error .nf-error-msg,
footer .nf-after-form-content {
	font-size: var(--wp--preset--font-size--snst-extra-small);
	line-height: 32px;
	font-weight: 300;
}

footer .nf-error .nf-error-msg {
	margin-top: 10px
}

footer .nf-response-msg {
	color: var(--wp--preset--color--snst-black-05);
}

footer .wp-block-group h6.copyright-text a {
	color: var(--wp--preset--color--snst-black-09);
}

/* Contact Form */
.get-in-touch .wp-block-columns {
	gap: 0;
}

.get-in-touch h3 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	text-transform: capitalize;
}

.get-in-touch .nf-form-cont {
	max-width: 702px;
	margin: auto;
}

.get-in-touch .nf-form-cont .nf-form-title,
.get-in-touch .nf-form-cont .nf-form-wrap .nf-before-form-content,
.get-in-touch .nf-form-cont .nf-form-content .nf-field-container .nf-field-label,
.get-in-touch .nf-error.field-wrap .nf-field-element::after,
.get-in-touch .nf-pass.field-wrap .nf-field-element::after,
.get-in-touch .nf-form-cont .nf-form-content .nf-input-limit {
	display: none;
}

.get-in-touch .nf-form-cont .nf-form-content {
	padding: 0;
	max-width: 100%;
}

.get-in-touch .nf-form-cont .nf-form-content .nf-error .nf-error-msg,
.get-in-touch .nf-form-cont .nf-form-errors {
	font-size: 18px;
	line-height: 22px;
}

.get-in-touch .nf-form-cont .nf-form-content .nf-error,
.get-in-touch .nf-form-cont .nf-form-content .nf-after-form-content {
	margin-top: 10px;
}
 
.get-in-touch .nf-form-content input:not([type="submit"]) {
	font-size: var(--wp--preset--font-size--snst-small);
	line-height: 33px;
	font-weight: 400;
	font-family: var(--wp--preset--font-family--snst-poppins);
	color: var(--wp--preset--color--snst-black);
	background: var(--wp--preset--color--snst-white);
	border-bottom: 0px solid var(--wp--preset--color--snst-black-05)!important;
	border-top: unset;
	border-left: unset;
	border-right: unset;
	text-transform: capitalize;
	height: 33px;
	padding: 0;
}

.get-in-touch .nf-form-cont .nf-form-content .nf-field-container:not(.submit-container) .field-wrap .nf-field-element {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--wp--preset--color--snst-black-05)!important;
}

.get-in-touch .nf-form-content textarea.ninja-forms-field {
	font-size: var(--wp--preset--font-size--snst-small);
	line-height: 33px;
	font-weight: 400;
	font-family: var(--wp--preset--font-family--snst-poppins);
	color: var(--wp--preset--color--snst-black);
	background: var(--wp--preset--color--snst-white);
	border-bottom: 0px solid var(--wp--preset--color--snst-black-05);
	border-top: unset;
	border-left: unset;
	border-right: unset;
	resize: none;
	height: 110px;
	padding: 0;
}

.get-in-touch .nf-form-cont .nf-form-content input::placeholder,
.get-in-touch .nf-form-cont .nf-form-content textarea::placeholder {
	color: var(--wp--preset--color--snst-black);
	background: var(--wp--preset--color--snst-white);
	font-family: var(--wp--preset--font-family--snst-poppins);
	opacity: 1;
}
 
.get-in-touch .nf-form-content input:not([type="submit"]):focus, 
.get-in-touch .nf-form-content textarea:focus {
	color: var(--wp--preset--color--snst-black);
	background: var(--wp--preset--color--snst-white);
}

.get-in-touch .nf-form-content .nf-error .ninja-forms-field {
	border-bottom: 0px solid var(--wp--preset--color--snst-black-05)!important;
}

.get-in-touch .nf-form-content .nf-field-container {
	margin-bottom: 50px;
}

.get-in-touch .nf-form-content .nf-field-container.textarea-container {
	margin-bottom: 58px;
}

.get-in-touch .nf-form-content .nf-field-container.submit-container .nf-field-element {
	text-align: center;
}

.get-in-touch .nf-form-content input[type="submit"] {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    min-width: 160px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--wp--preset--font-family--snst-poppins);
    padding: 12px 15px;
    text-transform: capitalize;
    background: var(--wp--preset--color--snst-blue);
    color: var(--wp--preset--color--snst-white);
    transition: all 0.15s ease;
    border: 1px solid var(--wp--preset--color--snst-blue);
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}

.get-in-touch .nf-form-content input[type="submit"]:hover,
.get-in-touch .nf-form-content input[type="submit"]:active {
    background-color: var(--wp--preset--color--snst-white);
    color: var(--wp--preset--color--snst-blue);
}

.get-in-touch .nf-form-content .nf-field-container.submit-container {
	margin-bottom: 5px;
}

.get-in-touch .nf-form-cont .nf-form-wrap .nf-response-msg {
	text-align: center;
}

.get-in-touch .wp_mapit_multipin_map.leaflet-container {
	height: 780px !important;
}

.get-in-touch .wp_mapit_multipin_map.leaflet-container {
	width: 100% !important;
	z-index: 0;
}

.get-in-touch .nf-form-content input:-internal-autofill-selected {
	-webkit-box-shadow: 0 0 0 44px var(--wp--preset--color--snst-white) inset !important;
    -webkit-text-fill-color: var(--wp--preset--color--snst-black);
    caret-color: var(--wp--preset--color--snst-black) !important;
}

/* Join With Us */
.join-with-us .wp-block-columns {
	gap: 0;
}

.join-with-us .wp-block-columns .wp-block-group > *:last-child {
	margin-bottom: 0;
}

.join-with-us .wp-block-columns .wp-block-column .wp-block-image {
	line-height: 0;
	margin-bottom: 0;
	height: 100%;
}

.join-with-us .wp-block-columns .wp-block-column .wp-block-image img {
	width: 100%;
	height: 700px;
	min-height: 100%;
	object-fit: cover;
}

/* About Us Content */
.about-us-content .wp-block-columns {
	column-gap: 54px;
}

.about-us-content .wp-block-columns .wp-block-column li:before {
	content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  	margin-right: 33px;
    font-size: 25px;
    line-height: 25px;
    -webkit-text-stroke: 1px var(--wp--preset--color--snst-white);
    position: relative;
    top: 3px;
}

.about-us-content .wp-block-columns .wp-block-column ul {
	padding: 0;
	list-style-type: none;
}

.about-us-content .wp-block-columns .wp-block-column ul li {
	margin-bottom: 20px;
	display: flex;
	align-items: baseline;
}

.about-us-content .wp-block-columns .wp-block-buttons:hover a {
	background-color: var(--wp--preset--color--snst-blue)!important; 
	color: 	var(--wp--preset--color--snst-white)!important; 
}

/* Privacy Policy Page */
.privacy-policy .wp-block-post-content p.bold-heading strong {
	font-weight: 600;
	font-size: 24px;
	font-family: var(--wp--preset--font-family--snst-cormorant-garamond);
	color: var(--wp--preset--color--snst-black);
}

.privacy-policy .wp-block-post-content .wp-block-group ol,
.privacy-policy .wp-block-post-content .wp-block-group ul {
	padding-left: 23px;
}

.privacy-policy .wp-block-post-content .wp-block-group ol li {
	padding-left: 5px;
	margin-bottom: 14px;
}

.privacy-policy .wp-block-post-content .wp-block-group ul li {
	margin-bottom: 18px;
}


.privacy-policy .wp-block-post-content .wp-block-group ul.list-checkmark {
	padding-left: 0;
}

.privacy-policy .wp-block-post-content .wp-block-group ul.list-checkmark li:before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	-webkit-text-stroke: 1px var(--wp--preset--color--snst-white);
	color: var(--wp--preset--color--snst-black);
}

.privacy-policy .wp-block-post-content .wp-block-group ul.list-checkmark li {
	list-style: none;
	display: flex;
	column-gap: 26px;
	padding-left: 0;
	margin-bottom: 34px;
}

.privacy-policy .wp-block-post-content .wp-block-group ul.list-checkmark li:last-child,
.privacy-policy .wp-block-post-content .wp-block-group ul li:last-child,
.privacy-policy .wp-block-post-content .wp-block-group ol li:last-child {
	margin-bottom: 0;
}

.privacy-policy .wp-block-post-content .wp-block-group ul li::marker {
	color: var(--wp--preset--color--snst-black) !important;
}

.privacy-policy .wp-block-post-content .wp-block-group .wp-block-columns h4,
.privacy-policy .wp-block-post-content .wp-block-group .wp-block-columns .wp-block-image {
	margin-bottom: 0px !important; 
}

/* Responsive Style */
@media screen and (max-width: 1600px) {

	/* Footer */
	footer .wp-block-group {
		max-width: 100%!important;
	}

	footer .wp-block-group .wp-block-columns {
		max-width: calc(100% - 100px);
	}

	footer .wp-block-group .wp-block-separator { 
		max-width: calc(100% - 200px);
	}

	/* About Us Content */
	.about-us-content .wp-block-columns {
		max-width: calc(100% - 100px);
	}

	.wp-block-group:not(.alignfull) {
		max-width: calc(100% - 100px);
		margin: auto;
	}

	/* Privacy Policy Page */
	.privacy-policy .wp-block-post-content .wp-block-group .wp-block-separator {
		margin-left: 0 !important;
		width: calc( 100% - 100px );
	}

	.wp-block-post-content > *:not(.alignfull) {
		max-width: calc(100% - 100px);
	}

	/* Donation Detail Page */
	.donation-detail-page.alignfull {
		max-width: calc(100% - 100px);
		margin: auto;
	}
}

@media screen and (max-width: 1441px) {

	/* Header */
	header {
		position: relative;
		z-index: 1;
	}

	header > .wp-block-group {
		padding: 20px 30px !important;
		max-width: 100%;
	}

	header .wp-block-group {
		margin: 0 !important;
	}

	header nav.wp-block-navigation {
		position: unset;
	}

	header .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 30px;
	}

	.has-modal-open header .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none;
	}

	header .wp-block-navigation__responsive-container-close {
		top: 31px;
		position: fixed;
		right: 25px;	
		z-index: 9999;
	}

	header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: none;
	}

	header .wp-block-navigation__responsive-container {
		background-color: var(--wp--preset--color--snst-light-gray) !important;
		top: 95px;
	}

	header .wp-block-navigation__responsive-container-open svg {
		transform: scale(1.5);
	}

	header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
		gap: 30px;
		justify-content: center;
	}

	header .wp-block-navigation__responsive-container.is-menu-open {
		padding: 50px 30px 50px;
		animation: unset;
	}

	header .wp-block-navigation__responsive-close {
		margin: auto;
	}

	header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		padding-top: 0;
	}

	header .wp-block-navigation__responsive-container .button-blue.wp-block-navigation-link {
		background: var(--wp--preset--color--snst-blue) !important;
		color: var(--wp--preset--color--snst-white) !important;
	}

	header .wp-block-navigation__responsive-container .button-blue.wp-block-navigation-link:hover,
	header .wp-block-navigation__responsive-container .button-blue.wp-block-navigation-link:active {
	    background-color: var(--wp--preset--color--snst-white) !important;
	    color: var(--wp--preset--color--snst-blue) !important;
	}

	header .wp-block-navigation__responsive-container-close svg {
		width: 33px;
		height: 33px;
	}

	/* Join With US */
	.join-with-us .wp-block-columns .wp-block-column:nth-child(2) {
		flex-basis: 100%!important;
		max-width: 45%;
	}

	.join-with-us .wp-block-columns .wp-block-column .wp-block-image {
		width: 100%;
	}

	.join-with-us .wp-block-columns .wp-block-column:nth-child(1) {
		flex-basis: 100%!important;
		max-width: 55%;
	}

	.join-with-us .wp-block-columns .wp-block-group {
		margin: 0 auto;
		max-width: calc(100% - 150px);
		padding-left: 0!important;
	}
}

@media screen and (max-width: 1280px) {
	/* Footer */
	footer .wp-block-group .wp-block-columns {
		max-width: calc(100% - 200px);
		flex-wrap: wrap!important;
		row-gap: 50px;
		column-gap: 0;
	}

	footer .wp-block-columns .wp-block-column > * {
		max-width: calc(100% - 100px);
	}

	footer .wp-block-columns .wp-block-column:nth-child(1) .wp-block-group {
		column-gap: 20px;
		flex-direction: column;
		align-items: baseline;
	}

	footer .wp-block-columns > .wp-block-column:nth-child(1) h4 {
		width: 100%;
	}

	footer .wp-block-group .wp-block-column {
		flex-basis: unset!important;
		width: 50%;
	}

	footer .wp-block-columns .wp-block-column:nth-child(1) {
		order: 1;
	}

	footer .wp-block-columns .wp-block-column:nth-child(2) {
		order: 3;
	}

	footer .wp-block-columns .wp-block-column:nth-child(3) {
		order: 2;
	}

	footer .wp-block-columns .wp-block-column:nth-child(4) {
		order: 4;
	}

	footer .wp-block-group h6.copyright-text {
		max-width: calc(100% - 200px);
		margin: auto;
	}

	footer .wp-block-columns .wp-block-column:nth-child(3) > *,
	footer .wp-block-columns .wp-block-column:nth-child(4) > * {
		margin-left: auto;
		margin-right: 0;
	}

	footer .wp-block-columns > .wp-block-column h4,
	footer .wp-block-columns > .wp-block-column:nth-child(4) h6,
	footer .wp-block-group .wp-block-columns .wp-block-column .wp-block-social-links,
	footer .wp-block-columns > .wp-block-column:nth-child(4) .nf-form-cont, {
		max-width: 71%;
	}

	footer .wp-block-columns .wp-block-column .wp-block-columns {
		flex-wrap: unset!important;
	}

	footer .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column:nth-child(1)  {
		flex-basis: 6%!important;
	}

	footer .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column:nth-child(2)  {
		flex-basis: 94%!important;
	}

	footer .wp-block-columns .wp-block-column .nf-form-cont {
		width: 100%;
	}
}

@media screen and (max-width: 1195px) {

	:root {
		--container-width: calc(100% - 100px);
	}

	/* Footer */
	footer .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-group h6 {
		font-size: 18px;
	}

	footer .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-group h6::before {
		padding-right: 12px!important;
	}

	/* Join With US */
	.join-with-us .wp-block-columns .wp-block-group h2 {
		font-size: 50px;
		line-height: 48px;
	}
}

@media screen and (max-width: 1025px) {

	/* Footer */
	footer .wp-block-group .wp-block-columns {
		max-width: calc(100% - 100px);
	}
}

@media screen and (max-width: 951px) {

	:root {
		--container-width: calc(100% - 60px);
	}

	h1 {
		--wp--preset--font-size--snst-large: 45px;
		line-height: 50px;
		margin-bottom: 50px !important;
		margin-top: 20px;
    }

    h2 {
		--wp--preset--font-size--snst-large: 40px;
		line-height: 50px !important;
    }

	/* Header */
	header .wp-block-site-logo {
		width: 360px;
		height: 50px;
		margin: 0 auto 0 0;
	}

	header .wp-block-navigation__responsive-container {
		top: 90px;
	}

	header .wp-block-navigation__responsive-container-close {
		top: 28px;
	}

	/* Footer */
	footer .wp-block-group .wp-block-column {
		flex-basis: 100%!important;
	}

	footer .wp-block-columns .wp-block-column > * {
		max-width: 100%;
	}

	footer .wp-block-columns .wp-block-column:nth-child(1) .wp-block-group {
		max-width: 500px;
	}

	footer .wp-block-columns .wp-block-column > *,
	footer .wp-block-columns .wp-block-column:nth-child(3) > *,
	footer .wp-block-columns .wp-block-column:nth-child(4) > * {
		margin: unset;
	}

	footer .wp-block-group .wp-block-columns .wp-block-column .wp-block-columns {
		margin-bottom: 30px;
	}

	footer .wp-block-group .wp-block-columns .wp-block-column .wp-block-columns:last-child {
		margin-bottom: 0;
	}

	footer .wp-block-group h6.copyright-text {
		margin: unset;
		padding: 0 50px;
		max-width: 100%;
	}

	footer .wp-block-group .wp-block-separator {
		max-width: 100%;
		margin-left: 50px!important;
		margin-right: 50px!important;
	}

	footer .wp-block-columns > .wp-block-column h4,
	footer .wp-block-columns > .wp-block-column:nth-child(4) h6,
	footer .wp-block-group .wp-block-columns .wp-block-column .wp-block-social-links {
		max-width: 100%;
	}

	footer .wp-block-columns .wp-block-column .nf-form-cont {
		width: 100%;
	}

	/* Contact Form */
	.get-in-touch {
		max-width: calc(100% - 100px);
		margin: auto;
	}

	.get-in-touch .wp-block-columns {
		flex-direction: column;
		gap: 50px;
	}

	.get-in-touch .wp-block-columns .wp-block-column:nth-child(1) {
		padding: 0 !important;
		max-width: 100%;
		flex-basis: 100%!important;
	}

	.get-in-touch h3 {
		margin-bottom: 60px!important;
	}

	.get-in-touch .nf-form-cont {
		max-width: 100%;
	}

	.get-in-touch .nf-form-content .nf-field-container {
		margin-bottom: 40px;
	}

	.get-in-touch .nf-form-content .nf-field-container.textarea-container {
		margin-bottom: 35px;
	}

	.get-in-touch .nf-form-content textarea.ninja-forms-field {
		height: 125px;		
	}

	.get-in-touch .wp_mapit_multipin_map.leaflet-container {
		height: 600px!important;
	}

	.get-in-touch .wp-block-columns .wp-block-column:nth-child(2) { 
		flex-basis: 0!important;
	}

	/* Join With US */
	.join-with-us {
		max-width: calc(100% - 100px);
		margin: 0 auto 70px!important;
	}

	.join-with-us .wp-block-columns {
		flex-direction: column;
		row-gap: 50px;
	}

	.join-with-us .wp-block-columns .wp-block-column:nth-child(1) {
		max-width: 100%;
	}

	.join-with-us .wp-block-columns .wp-block-column:nth-child(2) {
		max-width: 100%;
	}

	.join-with-us .wp-block-columns .wp-block-column .wp-block-image {
		width: 100%;
		margin: auto;
		padding-bottom: 0;
	}

	.join-with-us .wp-block-columns .wp-block-group {
		max-width: 100%;
		margin: auto;
		padding: 0 !important;
	}

	.join-with-us .wp-block-columns .wp-block-group h5 {
		margin-bottom: 40px!important;
	}

	.join-with-us .wp-block-columns .wp-block-group h6:not(:last-child) {
		margin-bottom: 40px!important;
	}

	.join-with-us .wp-block-columns .wp-block-column .wp-block-image img {
		height: 550px;
	}

	.join-with-us .wp-block-columns .wp-block-group h2 {
		font-size: 40px;
		margin-bottom: 30px!important;
	}

	.join-with-us .wp-block-column p,
	.join-with-us .wp-block-column ul li {
		font-size: 20px;
	}

	/* About Us Content */
	.about-us-content {
		margin-bottom: 80px!important;
	}

	.about-us-content .wp-block-columns {
		flex-direction: column;
		row-gap: 40px;
	}

	.about-us-content .wp-block-columns .wp-block-column {
		flex-basis: 100%!important;
	}

	.about-us-content .wp-block-columns .wp-block-column p {
		font-size: var(--wp--preset--font-size--snst-extra-small)!important;
	}

	.about-us-content .wp-block-columns .wp-block-column ul li {
		font-size: var(--wp--preset--font-size--snst-small)!important;
	}

	/* Privacy Policy Page*/
	.privacy-policy .wp-block-post-content .wp-block-group ol li,
	.privacy-policy .wp-block-post-content .wp-block-group p,
	.privacy-policy .wp-block-post-content .wp-block-group ul li {
		font-size: 16px !important;
		line-height: 28px;
	}

	.privacy-policy .wp-block-post-content p.bold-heading strong {
		font-size: 22px;
		line-height: 30px;
	}

	.privacy-policy .wp-block-post-content .wp-block-group .wp-block-columns .wp-block-image {
		width: 35px;
		height: 35px;
	}
}

@media screen and (max-width: 569px) {

	:root {
		--container-width: calc(100% - 40px);
	}

	/* Header */
	header > .wp-block-group {
		padding: 15px !important;
	}

	header .wp-block-site-logo {
		width: 280px;
		height: 38px;
	}

	header .wp-block-navigation__responsive-container {
		top: 68px;
	}

	header .wp-block-navigation__responsive-container-open svg {
		transform: unset;
	}

	header .wp-block-navigation__responsive-container-open:not(.always-shown) {
		right: 11px;
	}

	header .wp-block-navigation__responsive-container-close {
		right: 11px;
		top: 23px;
	}

	header .wp-block-navigation__responsive-container-close svg {
		width: 22px;
		height: 22px;
	}

	/* Footer */
	footer .wp-block-group .wp-block-columns {
		max-width: calc(100% - 60px);
	}

	footer .wp-block-columns .wp-block-column:nth-child(1) .wp-block-group {
		column-gap: 20px;
	}

	footer .wp-block-columns .wp-block-column:nth-child(1) .wp-block-group .wp-block-image {
		width: 100px;
		height: 100px;
	}

	footer .wp-block-columns > .wp-block-column:nth-child(1) h4 {
		width: 100%;
	}

	footer .wp-block-group h6.copyright-text {		
		padding: 0 20px;
	}

	footer .wp-block-group .wp-block-separator {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.wp-block-group:not(.alignfull) {
		max-width: calc(100% - 40px);
	}

	.wp-block-post-content > *:not(.alignfull) {
		max-width: calc(100% - 40px);
	}

	/* Join With US */
	.join-with-us {
		max-width: calc(100% - 40px);
	}

	/* Contact Form */
	.get-in-touch {
		max-width: calc(100% - 40px);
		margin: auto;
	}

	footer .nf-form-cont .nf-form-content .nf-field-container input[type="email"] {
		padding: 15px 10px;
	}
}

@media screen and (max-width: 481px) {

	/* Join With US */
	.join-with-us .wp-block-columns .contents h2 {
		font-size: var(--wp--preset--font-size--snst-medium);
	}

	.get-in-touch .wp_mapit_multipin_map.leaflet-container {
		height: 450px !important;
	}

	/* About Us Content */
	.about-us-content .wp-block-columns {
		max-width: calc(100% - 40px);
	}

	footer .nf-form-cont .nf-form-content nf-fields-wrap {
		width: 100%;
	}

	.donation-detail-page.alignfull {
		max-width: calc(100% - 40px);
	}
}

@media screen and (max-width: 391px) {

	/* Footer */
	footer .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-group h6 {
		padding-right: 10px;
	}

	footer .nf-error .nf-error-msg, 
	footer .nf-after-form-content {
		font-size: 18px;
		line-height: 30px;
	}

	footer .nf-form-cont .nf-form-content .nf-field-container .button-blue {
		width: 60px;
	}

	footer .nf-form-cont .nf-after-field {
		width: calc(100% + 60px);
	}

	/* Contact Form */
	.get-in-touch .wp-block-columns .wp-block-column:nth-child(2) .leaflet-container {
		min-width: 100%!important;
	}
}

@media screen and (max-width: 361px) {
	footer .wp-block-group .wp-block-columns {
		max-width: calc(100% - 40px);
	}
}

@media screen and (max-width: 321px) {

	/* Header */
	header .wp-block-site-logo {
		width: 230px;
		height: 32px;
	}

	header .wp-block-navigation__responsive-container {
		top: 62px;
	}

	header .wp-block-navigation__responsive-container-close {
		top: 20px;
	}

	footer .nf-form-cont .nf-form-content .nf-field-container input[type="email"] {
		font-size: 16px;
	}
}