/***************************************
HEADER
***************************************/
header {
    width: 100%;
    padding-block: 44px 39px;
    box-shadow: 0 5px 45px 10px rgba(0, 0, 0, 0.5);
    background-color: var(--wp-white);
    position: sticky;
    top: 0;
    z-index: 9;
	transition: all 0.3s;
}
header .header-logo{
    display: flex;
    flex-wrap: wrap;
}
header .main-logo{
    max-width: 250px;
}
header .header-logo img,
header .main-logo img{
	width: 100% !important;
}
header .header-row .network-logo{
    border-left: 1px solid #b3b3b3;
    margin-left: 45px;
    padding-left: 45px;
	display: flex;
	align-items: center;
}
header .header-row .network-logo img{
    max-width: 180px !important;
}
/*sticky header*/
header.sticky{
	padding-block: 20px 20px;
	position: fixed;
}
header .main-logo img, header .header-row .network-logo img{
	transition: all 0.3s;
}
header.sticky .main-logo img, header.sticky .header-row .network-logo img{
    max-height: 100px;
}
@media screen and (max-width:1280px) {
	header {
		padding-block: 30px 30px;
	}
	header .main-logo {
		max-width: 180px;
	}
	header .header-row .network-logo img {
		max-width: 140px !important;
	}
	header .header-row .network-logo {
		margin-left: 30px;
		padding-left: 30px;
	}
}
@media screen and (max-width:767px) {
	header {
		padding-block: 25px 25px;
	}
	header .main-logo {
		max-width: 140px;
	}
	header .header-row .network-logo img {
		max-width: 100px !important;
	}
	header .header-row .network-logo {
		margin-left: 30px;
		padding-left: 30px;
	}
}
@media screen and (max-width:480px) {
	header .main-logo {
		max-width: 120px;
	}
	header .header-row .network-logo img {
		max-width: 80px !important;
	}
	header .header-row .network-logo {
		margin-left: 15px;
		padding-left: 15px;
	}
}
/***************************************
HOME PAGE HEADER BANNER
***************************************/
.header-block{
	display: flex;
    justify-content: space-between;
	padding-top: 100px;
	padding-bottom: 95px;
	color: var(--wp-white);
	background-color: var(--wp-green);
    padding-inline: var(--container-spacing);
}
.header-block .text-block {
    width: calc(100% - 580px + 200px);
    max-width: 980px;
}
.header-block .field_header_image{
    width: 580px;
    max-width: 580px;
    margin-left: -200px;
    margin-block: auto 0;
}
.header-block .field_header_title{
    font-size: var(--h1);
	line-height: var(--h1-leading);
	font-weight: var(--h1-weight);
    letter-spacing: var(--h1-ls);
}
.header-block .field_header_subtitle{
    margin-top: 30px;
    font-size: var(--h3);
	line-height: var(--h3-leading);
	font-weight: var(--h3-weight);
	letter-spacing: var(--h3-ls);
}
@media screen and (max-width:1480px) {
	.header-block .text-block {
		width: calc(100% - 500px + 100px);
	}
	.header-block .field_header_image {
		width: 500px;
		max-width: 500px;
		margin-left: -100px;
	}
}
@media screen and (max-width:1280px) {
	.header-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.header-block .field_header_subtitle{
		margin-top: 10px;
	}
}
@media screen and (max-width:1080px) {
	.header-block .text-block {
		width: calc(100% - 400px + 100px);
	}
	.header-block .field_header_image {
		width: 400px;
		max-width: 400px;
		margin-left: -100px;
	}
}
@media screen and (max-width:991px) {
	.header-block .text-block {
		width: calc(100% - 300px);
		padding-right: 15px;
	}
	.header-block .field_header_image {
		width: 300px;
		max-width: 300px;
		margin-left: 0;
	}
}
@media screen and (max-width:767px) {
	.header-block {
		padding-top: 25px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width:640px) {
	.header-block .text-block {
		width: calc(100% - 200px);
		padding-right: 15px;
	}
	.header-block .field_header_image {
		width: 200px;
		max-width: 200px;
	}
}
@media screen and (max-width:439px) {
	.header-block{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.header-block .text-block {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.header-block .field_header_image {
		width: 100%;
		max-width: 180px;
		margin-bottom: 15px;
		margin-inline: auto;
	}
}
/***************************************
BODY AREA1
***************************************/
.body-area-block .field_body_image{
	padding-inline: var(--container-spacing);
}
.body-area-block .field_body_image img{
    width: 100%;
    max-width: 1091px;
    margin-inline: auto;
}
.body-area-block .text-block{
    margin-top: 50px;
    background-color: var(--light-grey);
    padding-block: 65px 90px;
    padding-inline: var(--container-spacing);
}
.body-area-block .heading-with-logo{
    justify-content: center;
}
.body-area-block .text-block .body{
    margin-top: 70px;
}
.body-area-block .text-block .body ul{
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
	-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    grid-gap: 5px 70px;
}
.body-area-block .text-block .body ul li{
    margin-bottom: 5px;
}
@media screen and (max-width:1280px) {
	.body-area-block .text-block {
		margin-top: 30px;
		padding-block: 40px 40px;
	}
	.body-area-block .text-block .body ul {
		grid-gap: 5px 30px;
	}
}
@media screen and (max-width:767px) {
	.body-area-block .text-block .body {
		margin-top: 30px;
	}
	.body-area-block .text-block .body ul{
		/* grid-template-columns: repeat(1, 1fr); */
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}
/***************************************
CTA
***************************************/
:where(.field_cta, .field_cta2, .field_cta_3){
	padding-block: 32px;
	background-color:var(--wp-grey);
    font-size: var(--h3);
	line-height: var(--h3-leading);
	font-weight: var(--h3-weight);
	letter-spacing: var(--h3-ls);
	color: var(--wp-white);
	text-align: center;
}
.field_cta2{
    background-color: var(--wp-green);
}
:where(.field_cta, .field_cta2, .field_cta_3) a{
	color: var(--wp-green);
	text-decoration: none;
	transition: all 0.3s;
}
:where(.field_cta, .field_cta2, .field_cta_3) a:hover{
	color: var(--wp-white);
}
@media screen and (max-width:1080px) {
	:where(.field_cta, .field_cta2, .field_cta_3){
		padding-block: 20px;
	}
	/* :where(.field_cta, .field_cta2, .field_cta_3){
		max-width: 345px;
		margin-inline: auto;
	} */
	:where(.field_cta, .field_cta2, .field_cta_3){
		font-size: 18px !important;
		line-height: 28px !important;
	}
}
@media screen and (max-width:767px) {
	:where(.field_cta, .field_cta2, .field_cta_3){
		padding-block: 10px;
	}
	/* .field_cta > div,
	.field_cta2 > div,
	.field_cta_2 > div{
		max-width: 230px;
		margin-inline: auto;
	} */
	:where(.field_cta, .field_cta2, .field_cta_3){
		font-size: 12px !important;
		line-height: 17px !important;
	}
}
/***************************************
BODY AREA2
***************************************/
.body-2-area-block{
    background-color:#e6e6e6;
    padding-block: 65px 90px;
    padding-inline: var(--container-spacing);
    display: flex;
    flex-wrap: wrap;
}
.body-2-area-block .left-block{
	width:50%;
	padding-right: 70px;
}
.body-2-area-block .right-block{
	width:50%;
	padding-top: 87px;
}
.body-2-area-block .field_body2_title {
    font-size: var(--h2);
    line-height: var(--h2-leading);
    font-weight: var(--h2-weight);
    letter-spacing: var(--h2-ls);
}
.body-2-area-block .field_body2_body {
    margin-top: 30px;
}
.body-2-area-block .field_body2_body p:not(:first-child) {
    margin-top: 30px;
}
.body-2-area-block .field_body2_strapline {
    font-size: var(--h5);
    line-height: 36px;
    font-weight: 500;
    letter-spacing: var(--h4-ls);
    max-width: 475px;
}
.body-2-area-block .field_body2_image_upload {
    max-width: 482px;
    margin-top: -96px;
    margin-inline: auto 0;
}
@media screen and (max-width:1080px) {
	.body-2-area-block .field_body2_strapline{
    	line-height: 30px;
	}
	.body-2-area-block .field_body2_image_upload {
		max-width: 270px;
		margin-top: -76px;
	}
}
@media screen and (max-width:991px) {
	.body-2-area-block {
		padding-block: 40px 40px;
	}
	.body-2-area-block .left-block {
		width: 100%;
		padding-right: 0;
	}
	.body-2-area-block .field_body2_body {
		margin-top: 18px;
	}
	.body-2-area-block .right-block {
		width: 100%;
		max-width: 445px;
		padding-top: 40px;
	}
}
@media screen and (max-width:767px) {
	.body-2-area-block .field_body2_body {
		margin-top: 9px;
	}
	.body-2-area-block .field_body2_strapline {
        line-height: 26px;
    }
}
@media screen and (max-width:480px) {
	.body-2-area-block .field_body2_image_upload {
        max-width: 270px;
        margin-top: 10px;
    }
}
/***************************************
FOOTER
***************************************/
footer{
	background-color: var(--wp-grey);
	color:var(--wp-white);
	display:flex;
	flex-wrap:wrap;
	padding-block:30px 40px;
	text-align: center;
	padding-inline: var(--container-spacing);
}
footer .awards .award-top-section{
	font-size: 10px;
	font-weight: 300;
	text-align: center;
}
footer .awards .award-bottom-section{
	display: flex;
	display: flex;
	grid-gap: 0 5px;
}
footer .awards .footer-logo{
	width:64px;
}
footer .wrapperInner{
	width:calc(100% - 134px);
	text-align:center;
	padding-top: 25px;
	margin-inline: auto;
}
/**/
footer .copyright{
	margin-top: 15px;
}
footer .copyright :where(span, a){
	font-size: 14px;
    line-height: 16px;
	color:var(--wp-white);
	text-decoration:none;
}
footer .copyright b{
	font-weight:normal;
	display:inline-block;
	margin:0 10px;
}
/**/
footer .social{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	grid-gap:15px 25px;
}
footer .social a{
	display:flex;
	width:26px;
	height:26px;
	background-color:var(--wp-white);
	border-radius:50%;
	justify-content:center;
	align-items:center;
	color:var(--wp-grey);
	transition:all 0.3s;
	text-decoration: none;
}
footer .social a:hover{
	background-color:var(--wp-green);
	color:var(--wp-white) !important;
	text-decoration: none;
}
footer .social a :where(span, svg){
	position: relative;
}
footer .social a svg.fa-linkedin-in {
    left: 0.5px;
    top: 1px;
}
footer .social a svg.fa-instagram {
    left: 0.5px;
    top: 0.5px;
}
footer .social a .fa-x-twitter {
    top: 1px;
}
footer .social a .fa-medium {
    top: 0.5px;
}
/*footer menu*/
footer .footer-menu-wrapper {
    margin-top: 25px;
}
footer .footer-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    grid-gap: 15px 25px;
}
footer .footer-menu-wrapper ul li a {
    font-size: 14px;
    line-height: 16px;
    color: var(--wp-white);
    text-decoration: none;
}
footer a{
	transition: all 0.3s;
}
footer a:hover{
	color: var(--wp-green) !important;
}
@media screen and (max-width:1080px){
	footer{
		flex-direction: row-reverse;
		justify-content: flex-end;
		padding-block: 55px 40px;
	}
	footer .wrapperInner {
		display: flex;
		flex-direction: column;
		text-align: left;
		padding-top: 0;
	}
	footer .footer-menu-wrapper{
		margin-top: 0;
	}
	footer .social {
		margin-top: 30px;
		min-width: unset;
		/* min-width: calc(100vw - 80px); */
		justify-content: flex-start;
		order: 2;
	}
	footer .footerInfo {
		min-width: unset;
		/* min-width: calc(100vw - 80px); */
		margin-top: 30px;
		order: 3;
	}
	footer .footerInfo :where(span, a){
		font-size: 16px;
		line-height: initial;
	}
	/**/
	footer .footer-menu-wrapper ul {
		justify-content: flex-start;
	}
	footer .footer-menu-wrapper ul li {
		width: 100%;
	}
	footer .footer-menu-wrapper ul li a{
		font-size: 16px;
		line-height: initial;
	}
}
@media screen and (max-width:767px){
	footer .footer-menu-wrapper ul li a {
		font-size: 14px;
	}
	footer .footerInfo :where(span, a) {
		font-size: 12px;
		line-height: 21px;
	}
	footer .footerInfo span{
		display: block;
	}
	footer .footerInfo b{
		display: none;
	}
}
@media screen and (max-width:640px){
	footer .wrapperInner{
		width: 100%;
	}
	footer .awards .footer-logo{
		width: 50px;
		margin-bottom: 15px;
	}
}
/***************************************
BODY3
***************************************/
.body-3-area-block{
    display: flex;
	flex-wrap: wrap;
    padding-block: 70px;
    padding-inline: var(--container-spacing);
    background-color: #e6e6e6;
}
.body-3-area-block .left-block {
    width: 50%;
    text-align: center;
	padding-right: 15px;
}
.body-3-area-block .right-block {
    width: 50%;
	display: flex;
	align-items: center;
}
.body-3-area-block .field_body3_title {
    font-size: var(--h2);
    line-height: var(--h2-leading);
    font-weight: var(--h2-weight);
    letter-spacing: var(--h2-ls);
}
.body-3-area-block .field_body_3_image {
    max-width: 550px;
    margin-block: 50px 0;
    margin-inline: auto;
}
.body-3-area-block .field_body_3_strapline {
    font-size: var(--h5);
    line-height: 36px;
    font-weight: 500;
    letter-spacing: var(--h4-ls);
    max-width: 510px;
	margin-block: 30px 0;
	margin-inline: auto;
}
@media screen and (max-width:767px) {
	.body-3-area-block{
		flex-wrap: wrap;
		padding-block: 40px;
	}
	.body-3-area-block .field_body_3_image {
		margin-block: 30px 0;
	}
	.body-3-area-block .left-block {
		width: 100%;
		padding-right: 0;
	}
	.body-3-area-block .right-block {
		margin-top: 40px;
		width: 100%;
	}
	.body-3-area-block .field_body_3_strapline{
		line-height: normal;
	}
}
@media screen and (max-width:439px) {
	.body-3-area-block .field_body_3_image {
	    max-width: 200px;
	}
	.body-3-area-block .field_body_3_strapline{
		font-size: 12px;
		line-height: 1.5;
	}
}
/***************************************
WEBSITE PACKAGES BLOCK
***************************************/
.field_website_packages,
.field_packages_website{
	width: var(--container);
	padding-block: 60px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 50px 110px;
	text-align: center;
}
@media screen and (max-width:1580px) {
	.field_website_packages,
	.field_packages_website{
		grid-gap: 50px 70px;
	}
}
@media screen and (max-width:1439px) {
	.field_website_packages,
	.field_packages_website{
		grid-gap: 50px 30px;
	}
}
@media screen and (max-width:1280px) {
	.field_website_packages,
	.field_packages_website{
		max-width: 500px;
		grid-template-columns: repeat(1, 1fr);
	}
}
/***************************************
WBPRO THEME CARD
***************************************/
.field_network_theme,
.field_networktheme{
	text-align: center;
	padding-block: 0 30px;
}
.field_network_theme h2,
.field_networktheme h2{
	display: none;
}
.field_network_theme_title {
    font-size: var(--h4);
    line-height: var(--h4-leading);
    font-weight: var(--h4-weight);
    letter-spacing: var(--h4-ls);
	text-transform: uppercase;
    margin-top: 24px;
}
.field_network_theme_image_upload{
	margin-top: 27px;
}
.field_network_theme_logo_upload img {
    max-width: 44px;
    margin-inline: auto;
}
.field_network_theme_image_upload img{
	max-width: 274px;
	margin-inline: auto;
}
.field_network_theme .body,
.field_networktheme .body{
	max-width: 440px;
	margin-inline: auto;
}
.field_network_theme h6,
.field_networktheme h6 {
    margin-top: 30px;
}
.field_network_theme .field_one_off_fee,
.field_networktheme .field_one_off_fee{
    margin-top: 4px;
	font-size: var(--h2);
	line-height: var(--h2-leading);
	font-weight: var(--h2-weight);
	letter-spacing: var(--h2-ls);
}
.field_network_theme p,
.field_networktheme p{
	margin-top: 3px;
}
.field_network_theme .field_monthly_fee,
.field_networktheme .field_monthly_fee{
    font-size: var(--h4);
    line-height: var(--h4-leading);
    font-weight: 500;
    letter-spacing: var(--h4-ls);
}
/***************************************
WEBSITE PACKAGES CARD
***************************************/
.website-package-card{
    background-color: var(--website-package-color);
    color: #fff;
    padding-block: 30px;
    padding-inline: 30px;
}
.website-package-card .field_background_colour,
.website-package-card .field_backgroundcolour{
	display: none;
}
.website-package-card .field_package_one_off_fee,
.website-package-card .field_one_offfee{
	margin-top: 10px;
    font-size: var(--h2);
	line-height: var(--h2-leading);
	font-weight: var(--h2-weight);
	letter-spacing: var(--h2-ls);
}
.website-package-card .field_package_monthly_fee,
.website-package-card .field_monthlyfee{
    font-size: var(--h3);
	line-height: var(--h3-leading);
	font-weight: var(--h3-weight);
	letter-spacing: var(--h3-ls);
}
.website-package-card .h7{
	margin-top: 4px;
}
.website-package-card h5{
	margin-top: 24px;
}
.website-package-card .field_discount_code,
.website-package-card .field_discountcode{
	margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    font-size: 25px;
    letter-spacing: 0.32px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    padding-block: 15px;
    padding-inline: 15px;
}
.website-packages-block .field_link_button a,
.website-packages-block .field_linkbutton a{
	margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75px;
    font-size: 19px;
    letter-spacing: 0.25px;
    text-decoration: none;
    color: #fff;
	text-transform: uppercase;
    background-color: var(--website-package-color);
	border: 1px solid var(--website-package-color);
    padding-block: 15px;
    padding-inline: 15px;
	transition: all 0.3s;
}
.field_website_packages .field_link_button a:hover,
.website-packages-block .field_linkbutton a:hover{
	background-color: var(--wp-white);
	color: var(--website-package-color);
	border-color: var(--website-package-color);
}
@media screen and (max-width:1280px) {
	.website-package-card .field_discount_code,
	.website-package-card .field_discountcode{
		min-height: 50px;
		font-size: 20px;
	}
	.website-packages-block .field_link_button a,
	.website-packages-block .field_linkbutton a{
		min-height: 60px;
		font-size: 16px;
	}
}
/***************************************
TESTIMONIAL
***************************************/
#block-webpro-network-webpronetworktestimonialwidgetblock {
    padding-block: 70px 67px;
}
#block-webpro-network-webpronetworktestimonialwidgetblock .heading-with-logo{
	justify-content: center;
	padding-inline: var(--container-spacing);
	margin-bottom: 70px;
}
#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-widget-details{
	display:flex;
	justify-content:center;
	align-items: flex-end;
	padding-inline: var(--container-spacing);
}
#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-widget-details .left-img-details{
	position:relative;
	right:-30px;
	z-index:1;
}
#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-widget-details .right-img-details{
	position:relative;
	left:-30px;
	z-index:1;
}
#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-widget-details :where(.left-img-details, .right-img-details){
	max-width:244px;
}
#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content {
    border: 1px solid var(--wp-grey);
	width: 100%;
    max-width: 920px;
    text-align: center;
    position: relative;
    padding: 61px 30px 36px;
}
#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content .testimonial-md-img{
	display: none;
}
#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-slider:not(.owl-theme) > .testimonial-item:not(:first-child){
	display: none;
}
#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content .testimonial-body{
	max-width: 785px;
	margin: 0 auto;
}
#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content .testimonial-body p{
	font-size: 16px !important;
	line-height: 27px;
}
#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content :where(.testimonial-contact-name, .testimonial-company-name){
	font-size: 17px;
	line-height: 23px;
	font-weight: 600;
}
#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content .testimonial-contact-name {
    margin-top: 26px;
	color: var(--wp-green);
}
#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content .wp-logo-icon{
	width: 48px;
	height: 48px;
	border-radius: 50%;
    border: 1px solid var(--wp-grey);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    inset-inline: 0;
    margin: 0 auto;
    background-color: #fff;
}
#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content .wp-logo-icon img{
	max-width: 30px;
	align-self: center;
}
/* review widget */
#block-webpro-network-webpronetworktestimonialwidgetblock .google-reviews-widget{
	text-align: center;
}
#block-webpro-network-webpronetworktestimonialwidgetblock .google-reviews-widget h3 {
    margin-block: 53px 27px;
    font-size: var(--h6) !important;
    line-height: var(--h6-leading);
    font-weight: 600 !important;
}
@media screen and (max-width:1280px){
	#block-webpro-network-webpronetworktestimonialwidgetblock {
		padding-block: 70px 28px;
	}
	#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content .testimonial-contact-name {
		margin-top: 15px;
	}
	#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content .testimonial-body p {
		font-size: 14px !important;
		line-height: 25px;
	}
	#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content :where(.testimonial-contact-name, .testimonial-company-name) {
		font-size: 14px;
		line-height: 25px;
	}
	#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content .testimonial-company-name {
		margin-top: 0;
	}
	#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content .testimonial-md-img {
		display: block;
		margin: 0 auto 19px;
		max-width: 180px;
	}
	#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-widget-details :where(.left-img-details, .right-img-details){
		display: none;
	}
	/**/
	#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content{
		width: max(calc(100% - 230px), 580px);
    	margin-inline: auto;
	}
	#block-webpro-network-webpronetworktestimonialwidgetblock .google-reviews-widget h3 {
		margin-block: 36px 19px;
	}
	/**/
	.testimonial-slider.owl-theme .owl-nav{
		inset-inline: calc(-54px - 30px);
		top: calc(50% - 100px);
	}
}
@media screen and (max-width:767px){
	#block-webpro-network-webpronetworktestimonialwidgetblock {
		padding-block: 67px 47px;
	}
	#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content {
		padding: 61px 30px 26px;
	}
	#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content .testimonial-contact-name {
		margin-top: 15px;
	}
	#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content .testimonial-body p {
		font-size: 12px !important;
		line-height: 21px;
	}
	#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content :where(.testimonial-contact-name, .testimonial-company-name) {
		font-size: 14px;
		line-height: 22px;
	}
	#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content .testimonial-md-img{
		max-width: 165px;
		margin: 0 auto 32px;
	}
	/**/
	#block-webpro-network-webpronetworktestimonialwidgetblock .google-reviews-widget h3 {
		max-width: 330px;
		margin-block: 36px 8px;
		margin-inline: auto;
	}
	/**/
	#block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-widget-details :where(.left-img-details, .right-img-details){
		display: none;
	}
	/* #block-webpro-network-webpronetworktestimonialwidgetblock .testimonial-content{
		width: min(calc(100% - 60px), 580px);
	} */
	.testimonial-slider.owl-theme .owl-nav{
		inset-inline: calc(-40px - 30px);
	}
}
/***************************************
Quilter offers
***************************************/
.quilter-offers-block{
    width: var(--container);
    padding-block: 70px 70px;
    margin-inline: auto;
    text-align: center;
}
.quilter-offers-block .heading-with-logo{
	justify-content: center;
	margin-block: 0 calc(63px + 145px);
}
.package-area-block{
    display: flex;
    grid-gap: 50px 110px;
}
.quilter_package{
    flex: 1;
    text-align: center;
    background-color: var(--quilter-card-color);
    color: #fff;
	padding-block: 0 30px;
	padding-inline: 30px;
}
.quilter_package .network-theme-image{
    max-width: 274px;
    margin-inline: auto;
    margin-top: -145px;
}
.quilter_package .discount-code{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    font-size: 25px;
    letter-spacing: 0.32px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    padding-block: 15px;
    padding-inline: 15px;
}
.quilter_package .setup-fee{
    margin-top: 15px;
    display: flex;
	grid-gap: 15px 5px;
}
.quilter_package .setup-fee > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*BOTTOM*/
.quilter-offers-block .field_quilter_offers_subtitle{
	margin-top: 78px;
	font-size: var(--h3);
	line-height: var(--h3-leading);
	font-weight: 600;
	letter-spacing: var(--h3-ls);
}
.quilter-offers-block .field_quilter_offers_body p{
	margin-top: 15px;
	font-size: var(--h5);
	line-height: var(--h5-leading);
	font-weight: var(--h5-weight);
	letter-spacing: var(--h4-ls);
}
.quilter-offers-block .field_quilter_offers_link_button{
	margin-top: 30px;
}
.quilter-offers-block .field_quilter_offers_link_button a{
	width: 100%;
	max-width: 247px;
	margin-inline: auto;
    background-color: var(--wp-green);
    color: var(--wp-white);
}
.quilter-offers-block .field_quilter_offers_link_button a:hover{
	background-color: var(--wp-grey);
	color: var(--wp-white);
	border-color: var(--wp-grey);
}
@media screen and (max-width:1580px) {
	.package-area-block {
		grid-gap: 50px 70px;
	}
}
@media screen and (max-width:1439px) {
	.package-area-block {
		grid-gap: 50px 30px;
	}
}
@media screen and (max-width:1280px){
	.quilter_package .discount-code{
		min-height: 50px;
        font-size: 20px;
	}
}
@media screen and (max-width:1279px){
	.package-area-block{
		flex-direction: column;
	}
	.package-area-block > div{
		width: 100%;
		max-width: 720px;
		margin-inline: auto;
	}
	.quilter-offers-block .heading-with-logo{
		margin-block: 0 calc(40px + 145px);
	}
}
@media screen and (max-width:1279px){
	.quilter-offers-block {
		padding-block: 40px 40px;
	}
	.field_website_packages{
		flex-direction: column;
	}
	.quilter_package{
		width: 100%;
		max-width: 720px;
		margin-inline: auto;
	}
	.quilter_package:not(:first-child){
		margin-top: 145px;
	}
}
/***************************************
FORM
***************************************/
:root{
	--form-width:496px;
	--form-contact-width:500px;
}
@media screen and (max-width:1080px) {
	:root{
		--form-width:400px;
		--form-contact-width:400px;
	}
}
#block-webpro-network-webform{
	background-color: var(--wp-green);
	padding-block: 60px;
	padding-inline: var(--container-spacing);
}
#block-webpro-network-webform .heading-with-logo{
	justify-content: center;
}
#block-webpro-network-webform .heading-with-logo h2{
	color: var(--wp-white);
}
#block-webpro-network-webform fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
#block-webpro-network-webform form .form-item{
	margin-bottom: 20px;
}
.form-widget #edit-form-top{
	grid-area: header;
	text-align: center;
	margin-bottom: 30px !important;
}
.form-widget #edit-form-top h5{
	color: var(--wp-white);
}
.form-widget #edit-form-bottom{
	grid-area: left;
	width: 100%;
	width: var(--form-width);
}
.form-widget .form-widget-info {
    padding-left: 60px;
	grid-area: right;
	width: var(--form-contact-width);
}
.form-widget .form-actions{
	grid-area: action;
}
.form-widget {
    display: grid;
	grid-template-areas: 'header header'
	                     'left right' 
						 'action action';
	max-width: 1020px;
	margin-inline: auto;
}
#block-webpro-network-webform form .button{
	width: 100%;
	max-width: 230px;
	font-weight: 400 !important;
}
#block-webpro-network-webform form .form-actions{
	display: none;
}
/*CAPTCHA*/
#block-webpro-network-webform form .captcha{
	container-type: inline-size;
	container-name: captcha;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	grid-gap: 15px 20px;
}
#block-webpro-network-webform form .captcha .captcha__title{
	display: none;
}
#block-webpro-network-webform form .captcha__element {
    transform: scale(76%);
    transform-origin: top left;
    width: 230px;
    height: 60px;
}
@container captcha (max-width:490px){
	#block-webpro-network-webform form .captcha__element {
		width: 149px;
        height: 40px;
        transform: scale(48%);
	}
	#block-webpro-network-webform form .button {
		font-size: 14px;
		min-height: 40px;
		padding-block: 10px;
		line-height: normal;
	}
}
@container captcha (max-width:280px){
	#block-webpro-network-webform form .captcha__element {
		width: 140px;
		height: 34px;
		transform: scale(41%);
	}
}
@media screen and (min-width:1081px) {
	.form-widget #edit-form-bottom{
		margin-left: calc((1020px - var(--form-width) - var(--form-contact-width)) / 2);
	}
	.form-widget .form-actions{
		padding-left: calc((1020px - var(--form-width) - var(--form-contact-width)));
	}
}
@media screen and (max-width:360px) {
	#block-webpro-network-webform form .captcha{
		grid-gap: 15px 10px;
		align-items: center;
	}
}
/*CONTACT INFO*/
.contact-item {
    display: flex;
    align-items: flex-start;
}
.contact-item:not(:last-child){
	margin-bottom: 20px;
}
/* .contact-item:nth-child(3){
	align-items: baseline;
} */
.contact-item a{
    font-size: var(--h5);
    line-height: var(--h5-leading);
    font-weight: 400;
    letter-spacing: var(--h5-ls);
    color: var(--wp-white);
    text-decoration: none;
	transition: all 0.3s;
}
.contact-item > div > span{
	font-size: var(--h5);
    line-height: var(--h5-leading);
    font-weight: 400;
    letter-spacing: var(--h5-ls);
}
.contact-item a:hover{
	color: var(--wp-grey);
}
.contact-item span{
    font-size: var(--h6);
    line-height: var(--h6-leading);
    font-weight: 400;
    letter-spacing: var(--h6-ls);
    color: var(--wp-white);
}
.contact-item > :where(a, span, div){
    flex: 1;
    padding-left: 30px;
}
.contact-item  i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: 1px solid var(--wp-white);
    border-radius: 50%;
    font-size: 20px;
    color: var(--wp-white);
}
@media screen and (max-width:1280px) {
	.form-widget .form-widget-info {
		padding-left: 30px;
	}
}
@media screen and (max-width:1080px) {
	.form-widget {
		display: grid;
		grid-template-areas:
			'header header'
			'left left'
			'right right'
			'action action';
		max-width: 1020px;
		margin-inline: auto;
	}
	.form-widget #edit-form-bottom{
		width: 100%;
		max-width: 580px;
		margin-inline: auto;
	}
	.form-widget .form-widget-info{
		margin-top: 30px;
		margin-inline: auto;
		width: 100%;
		max-width: 580px;
		padding-left: 0;
	}
	#block-webpro-network-webform form .captcha{
		justify-content: flex-end;
	}
}
@media screen and (max-width:767px) {
	.form-widget #edit-form-bottom{
		max-width: unset;
	}
	.form-widget .form-widget-info {
        padding-left: 0;
    }
	/*CONTACT*/
	.contact-item:not(:last-child) {
		margin-bottom: 15px;
	}
	.contact-item i {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
	.contact-item > :where(a, span, div) {
		padding-left: 15px;
	}
}
/***************************************
THANK YOU
***************************************/
.thankyou-message-wrap{
	background-color: var(--wp-green);
	padding-block: 130px;
	padding-inline: var(--container-spacing);
	text-align: center;
	color: var(--wp-white);
}
.thankyou-message-wrap .logo-symbol{
	width: 100%;
	max-width: 67px;
	margin-inline: auto;
}
.thankyou-message-wrap .logo-symbol img{
	width: 100%;
}
.thankyou-message-wrap h2{
	margin-top: 30px;
}
.thankyou-message-wrap h5{
	max-width: 1130px;
	margin-top: 50px;
	margin-inline: auto;
}
.thankyou-message-wrap .phone-number{
	margin-top: 50px;
	font-size: 33px;
	color: var(--wp-white);
}
.thankyou-message-wrap .phone-number a{
	color: var(--wp-white);
	text-decoration: none;
	transition: all 0.3s;
}
.thankyou-message-wrap .phone-number a:hover{
	color: var(--wp-grey);
}
@media screen and (max-width:1280px) {
	.thankyou-message-wrap{
		padding-block: 70px;
	}
	.thankyou-message-wrap .logo-symbol{
		max-width: 37px;
	}
	.thankyou-message-wrap h5{
		margin-top: 30px;
	}
	.thankyou-message-wrap .phone-number {
		margin-top: 30px;
		font-size: 24px;
	}
}
@media screen and (max-width:1280px) {
	.thankyou-message-wrap .logo-symbol{
		max-width: 27px;
	}
	.thankyou-message-wrap{
		padding-block: 40px;
	}
}
/*error*/
.error-custom, .capchaErrorShow {
    width: 100%;
    font-size: 14px;
    color: #a11c1c;
    font-weight: 500;
}
.capchaErrorShow {
    position: absolute;
    bottom: -30px;
}
/*Cookie panel*/
#ccc-content {
    background-color: #373e49 !important;
}
#ccc .checkbox-toggle--dark .checkbox-toggle-toggle {
    background-color: #fff !important;
}
#ccc .checkbox-toggle--slider.checkbox-toggle--dark {
    background-color: #009f99 !important;
    border-color: #009f99 !important;
}
#ccc-icon.ccc-icon--dark {
    fill:#009f99 !important;
}