/*
Theme Name: Network Solutions
Theme URI: https://www.networksolutions.com/blog
Template: twentytwentyfour
Author: APAC Titans
Author URI: https://newfold.com
Description: Theme build by APAC Titans and used for only Network Solutions
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.3.6
*/
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

footer.wp-block-template-part {
	-webkit-margin-before: 0;
	margin-block-start: 0;
}

.wp-block-apac-titans-at-testimonial-slider ul li p:first-child {
	min-height: 124px;
}

.wb-style-checkmark li {
	list-style: none;
	position: relative;
	padding-left: 32px !important;
}

.wb-style-checkmark {
	padding-left: 0;
}

.footer-menu-items li.wp-block-navigation-item.wp-block-navigation-link {
	display: inline-block;
	height: 15px;
	border-right: 1.5px;
	border-color: #fff;
	border-width: 2px;
	border-right-style: solid;
	padding-right: 8px;
	line-height: 15px;
}

.footer-menu-items ul li:last-child {
	border-right: 0px !important;
}

.footer-menu-items a span {
	font-size: 15px !important;
}

.footer-menu-items ul {
	gap: 8px;
}

.footer-web-logo img {
	vertical-align: top;
}

.footer-menu-items li,
.footer-copyright-block {
	opacity: 0.6;
}

.wp-block-button .wp-block-button__link:hover {
	background-color: #55585a !important;
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color, .has-background):hover {
	background-color: #d4dbe0 !important;
	color: #000000;
	border-color: #d4dbe0 !important;
}

.wb-style-checkmark li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M9.37149 16.5273L5.20149 12.3573L3.78149 13.7673L9.37149 19.3573L21.3715 7.35727L19.9615 5.94727L9.37149 16.5273Z" fill="white"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}

.wb-style-checkmark-dark li:before {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.at-accordian-item-fe:first-child h3 {
	padding-top: 0 !important;
}

:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}



@media (min-width: 900px) {
	.header-right-menu figure.header-right-menu-login-icon {
		display: none;
	}
}

@media (min-width: 1400px) {
	:root {
		--wp--style--global--wide-size: 1440px;
	}
}

@media (max-width: 1024px) {
	:root :where(body) {
		font-size: 16px !important;
	}

	h2 {
		font-size: 32px !important;
		line-height: 42px !important;
	}

	.wp-block-column h3.wp-block-heading:not(.wp-block-apac-titans-at-accordion-item h3.wp-block-heading) {
		font-size: 18px;
		line-height: 26px;
	}

	.wb-group-buttons a.wp-block-button__link.wp-element-button {
		padding: 12px 21px !important;
	}

	.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
		font-size: 18px;
		line-height: 26px;
	}

	.wb-phone-number-diff-color,
	.wb-phone-number-diff-color a {
		font-size: 24px;
		line-height: 35px;
	}

	a.wp-block-button__link.wp-element-button {
		padding: 12px 48px !important;
	}

	h3.wb-client-text {
		font-size: 24px !important;
		line-height: 35px !important;
	}
}

@media (max-width: 900px) {
	.header-right-menu nav {
		display: none;
	}
}

@media (max-width: 500px) {
	.wp-block-button {
		width: 100%;
		display: block !important;
		margin: auto !important;
		text-align: center;
	}

	.wp-block-button a.wp-block-button__link.wp-element-button {
		width: 100%;
	}

	.wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-18.wp-block-group-is-layout-flex {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0;
		display: block;
	}

	.wb-hero {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		min-height: 100% !important;
		background: -webkit-gradient(linear,
				left top, left bottom,
				color-stop(64%, rgb(74, 117, 252)),
				color-stop(64%, #4a75fc)) !important;
		background: -o-linear-gradient(top,
				rgb(74, 117, 252) 64%,
				#4a75fc 64%) !important;
		background: linear-gradient(180deg,
				rgb(74, 117, 252) 64%,
				#4a75fc 64%) !important;
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.wp-block-group.alignfull {
		padding: 40px 18px !important;
	}



	.wb-marketing-tools>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}


	/* ------------ */

	.client-image-gallery {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.client-image-gallery figure {
		width: calc(50% - 20px);
	}


	:root :where(body) {
		font-size: 14px;
		line-height: 21px;
	}

	h2 {
		font-size: 24px;
		line-height: 35px;
	}

	.wp-block-column h3.wp-block-heading:not(.wp-block-apac-titans-at-accordion-item h3.wp-block-heading) {
		font-size: 16px;
		line-height: 24px
	}

	.wb-group-buttons a.wp-block-button__link.wp-element-button {
		padding: 12px 48px !important;
	}

	.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
		font-size: 16px;
		line-height: 24px;
	}

	.wb-phone-number-diff-color,
	.wb-phone-number-diff-color a {
		font-size: 21px;
		line-height: 31px;
	}

	a.wp-block-button__link.wp-element-button {
		padding: 12px 48px !important;
	}

	h3.wb-client-text {
		font-size: 21px;
		line-height: 31px;
	}
}


@media (max-width: 500px) {
	.wb-hero-desktop-image {
		display: none !important;
	}
}

@media (min-width: 500px) {
	.wb-hero-mobile-image {
		display: none !important;
	}
}


.wp-block-apac-titans-at-testimonial-slider ul li p:first-child {
	min-height: 150px !important;
}