/* =========================================================
   Footer 2 Widget Styles
   ========================================================= */
   .cd-ostn-footer2-wrapper {
	 justify-content: space-between;
   }


/* =========================================================
   Newsletter Form Wrapper
   ========================================================= */

.cd-ostn-newsletter-submit-btn-wrapper p {
	display: flex;
	flex-direction: column;
}


/* =========================================================
   Newsletter Email Input Field
   ========================================================= */

.cd-ostn-newletter-email {
	width: 392px !important;
	background: transparent;
	border: none;
	border-bottom: 1px solid #828282 !important;
	border-radius: 0 !important;
	padding-left: 0 !important;
	outline: none;
}


/* =========================================================
   Newsletter Submit Button
   ========================================================= */

.cd-ostn-newsletter-submit-btn-wrapper .cd-ost-newletter-submit-btn {
	width: 157px !important;
	padding: 12px 16px;
	border-radius: 56px;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	border: none;
	cursor: pointer;
}


/* =========================================================
   Newsletter Wrapper Layout
   ========================================================= */

.cd-ostn-newsletter-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 55px;
}


/* =========================================================
   Large Tablet & Small Desktop Styles
   Screen Size: 1200px and below
   ========================================================= */

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

	.cd-ostn-footer2-wrapper {
		justify-content: space-between;
		gap: 4em 50px !important;
	}

	.cd-footer2-quick-links {
		gap: 2em 70px !important;
		justify-content: space-between;
	}

	.cd-ostn-newsletter-wrapper {
		gap: 40px !important;
	}
}


@media screen and (max-width: 1080px) {
	.cd-footer2-quick-links {
		gap: 2em 55px !important;
		justify-content: space-between;
	}
}


/* =========================================================
   Tablet Styles
   Screen Size: 1024px and below
   ========================================================= */

@media screen and (max-width: 1024px) {
	.cd-ostn-footer2-wrapper {
		flex-direction: column;
	}

	/* Footer columns full width */
	.cd-ostn-footer2-col1,
	.cd-ostn-footer2-col2 {
		width: 100%;
	}

	/* Newsletter email wrapper */
	.cd-ostn-newsletter-email-wrapper {
		flex-basis: 70%;
	}

	/* Newsletter button wrapper */
	.cd-ostn-newsletter-submit-btn-wrapper {
		flex-basis: 15%;
	}

	/* Responsive email field */
	.cd-ostn-newletter-email {
		width: 100% !important;
	}
}


/* =========================================================
   Tablet & Mobile Styles
   Screen Size: 768px and below
   ========================================================= */

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

	/* Button auto width */
	.cd-ostn-newsletter-submit-btn-wrapper .cd-ost-newletter-submit-btn {
		width: auto !important;
	}

	/* Footer columns full width */
	.cd-ostn-footer2-col1,
	.cd-ostn-footer2-col2 {
		width: 100%;
		flex-basis: 100% !important;
	}

	/* Follow us section */
	.cd-footer2-follow-us-wrapper {
		width: 100%;
		flex-basis: 100%;
		flex-wrap: wrap !important;
	}

	/* Remove quick links gap */
	.cd-footer2-quick-links {
		gap: 0 !important;
	}
}


/* =========================================================
   Small Mobile Devices
   Screen Size: 425px and below
   ========================================================= */

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

	/* Stack newsletter items vertically */
	.cd-ostn-newsletter-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px !important;
	}

	/* Full width wrappers */
	.cd-ostn-newsletter-email-wrapper,
	.cd-ostn-newsletter-submit-btn-wrapper {
		width: 100%;
		flex-basis: 100%;
	}

	/* Full width email input */
	.cd-ostn-newletter-email {
		width: 100% !important;
	}
	
	.cd-footer2-follow-us-wrapper {
		justify-content: center !important;
	}

	/* Smaller heading size */
/* 	.cd-subscribe-newsletter-heading,
	.cd-follow-us-heading {
		font-size: 18px !important;
	} */

	/* Full width submit button */
	.cd-ostn-newsletter-submit-btn-wrapper .cd-ost-newletter-submit-btn {
		width: 100% !important;
		text-align: center;
	}
}

/*
==========================================
Footer 2 Styles
==========================================*/

.cd-footer1-col2-quick-links {
	display: none !important;
}

.cd-footer1-quick-links {
	display: flex !important;
}

.cd-footer1-top-col {
	justify-content: space-between;
	align-items: start !important;
}

@media screen and (max-width: 480px) {
	.cd-footer1-quick-links {
		display: none !important;
	}
	.cd-footer1-col2-quick-links {
		display: flex !important;
		justify-content: start !important;
		align-items: start !important;
	}
	
	.cd-footer1-top-col {
		flex-direction: column;
		gap: 48px;
	}
	
	.cd-footer1-seperator {
		display: none;
	}
}


/*
=========================================
Footer 4 Styles
==========================================*/

.cd_footer4_section_1 .wp-block-column:last-child {
	width: unset !important;
}

.cd-footer4-col1-qiuck-links {
	display: flex;
	column-gap: 64px;
}

.cd-footer4-col2-quick-links {
	display: none !important;
}

@media screen and (max-width: 680px) {
.cd_footer4_section_1 .wp-block-column:last-child {
		width: 100% !important;
	}
	.cd-footer-row1-col1,
	.cd-footer-row1-col2 {
		width: 100% !important;
	}
}

@media screen and (max-width: 425px) {
	.cd-footer-row1-col1 {
		display: none !important;
	}
	
.cd-footer4-col2-quick-links {
	display: flex !important;
	margin-top: 45px;
	margin-bottom: 45px;
}
	
	.cd_ostn_footer4_sections > ul > li > .wp-block-columns {
		row-gap: unset !important;
	}
}


/* Footer 3 Styles */

.cd-footer3-main-content {
	justify-content: space-between;
	flex-wrap: wrap !important;
}

.cd-footer3-copyright-content {
	justify-content: space-between;
	flex-wrap: wrap !important;
}

.cd-footer3-related-post-wrap,
.cd-footer3-post-achieve-wrapper
{
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.cd-footer4-row1 {
	justify-content: space-between;
	align-items: start !important;
}