/*
Theme Name: Budgyt Child Theme
Template: theme360
Version: 1.0
Author: Xander Marketing
Author URI: https://www.xandermarketing.com
Description: A Theme360 child theme for Budgyt
*/

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');

:root {
/* Fonts */
  --fnt_font-family: "Red Hat Display", sans-serif;
  --fnt_font-size: 19px;
  --fnt_line-height: 1.7em;
  --fnt_font-weight: 400;
  
  --cta_fnt_font-size: 1.1rem;
  --cta_fnt_line-height: 1.3rem;
  --cta_fnt_font-weight: 650;
  --cta_fnt_text-transform: none;
  
  --cta-txt_fnt_font-size: 0.9rem;
  --cta-txt_fnt_font-weight: 600;
  --cta-txt_fnt_text-transform: uppercase;

  --psh_fnt_font-size: 0.9rem;
  --psh_fnt_line-height: 1.2rem;
  --psh_fnt_font-weight: 600;
  
  --pre_fnt_font-size: 0.85rem;
  --pre_fnt_line-height: 1.2rem;
  --pre_fnt_font-weight: 650;
  --pre_fnt_letter-spacing: 0.2rem;
  
  --hed_fnt_font-weight: 700;
  --hed_fnt_letter-spacing: -0.04rem;
  
  --h1_fnt_font-size: 3.6rem;
  --h1_fnt_line-height: 4.4rem;
  
  --h2_fnt_font-size: 2.3rem;
  --h2_fnt_line-height: 2.9rem;

  --h3_fnt_font-size: 2rem;
  --h3_fnt_line-height: 2.4rem;

  --h4_fnt_font-size: 1.5rem;
  --h4_fnt_line-height: 1.9rem;

/* Colours */
  --clrshadow: 1px 4px 20px 1px rgba(46,128,255,0.15);
  --clrblack: #0E0F26;
  --clrblack_alt: #000;
  --clrwhite: #fff;
  --clrwhite_alt: #EFEFFB;
  --clrgrey: #EFEFFB;
  --clrgrey_alt: #DCDCF6;
  --clrgrey_dark: #9395b5;
  /* Navy */
  --clr1: #191B46;
  --clr1_alt: #12155F;
  --clr1_txt: #fff;
  /* Blue */
  --clr2: #87BBFD;
  --clr2_alt: #6BA8F6;
  --clr2_txt: #fff;
  /* Yellow */
  --clr3: #FFC226;
  --clr3_alt: #F4AB00;
  --clr3_txt: #0E0F26;
  /* Pink */
  --clr4: #FF00B2;
  --clr4_alt: #BE0085;
  --clr4_txt: #fff;
  /* White to Grey Gradient */ 
  --clr5: #EFEFFB;
  --clr5_alt: #DCDCF6;
  --clr5_txt: #0E0F26;
  /* Grey to White Gradient */ 
  --clr6: #EFEFFB;
  --clr6_alt: #DCDCF6;
  --clr6_txt: #0E0F26;
  /* Navy to Blue Gradient */ 
  --clr7: #191B46;
  --clr7_alt: #6BA8F6;
  --clr7_txt: #fff;
  /* Grey to Blue Gradient */ 
  --clr8: #EFEFFB;
  --clr8_alt: #DCDCF6;
  --clr8_txt: #0E0F26;

/* Corners */
  --radius_sm: 10px;
  --radius_md: 18px;
  --radius_cta: 10px;
  
/* Padding */
  --cntntpad: 80px;
  --cntntpad_slm: 40px;
  --ctapad: 13px 20px;
}

/* Less than Medium */		
@media screen and (max-width: 64em) { 
	:root {
	/* Fonts */
	  --fnt_font-size: 17px;
	  --fnt_line-height: 1.7em;
  
	  --cta_fnt_font-size: 0.95rem;
	  --cta_fnt_line-height: 1.2rem;
  
	  --h1_fnt_font-size: 2.2rem;
	  --h1_fnt_line-height: 3rem;
  
	  --h2_fnt_font-size: 2.2rem;
	  --h2_fnt_line-height: 3rem;

	  --h3_fnt_font-size: 1.6rem;
	  --h3_fnt_line-height: 2rem;

	  --h4_fnt_font-size: 1.4rem;
	  --h4_fnt_line-height: 1.8rem;

  
	/* Padding */
	  --cntntpad: 40px;
	  --cntntpad_slm: 30px;
	  --ctapad: 12px 16px;
	}
}


/* -- Overrides -- */
	.banner .large-container, .media .large-container, .all-badges .large-container {
		max-width: 1500px;
	}
	
	.small-container, .banner.text-center .large-container {
		max-width: 1000px;
	}
	
	.content-titles {
		padding: 0 0 50px;
	}

	.content-row {
		padding-top: 40px;
	}
	
	/* General */
	span.pre-title, legend, span.post-meta {
		color: var(--clrgrey_dark);
	}
	
	/* Backgrounds */
	.clr1-bg {
		background-color: var(--clrblack) !important;
	}
	
		.clr1-bg span.pre-title, .clr1-bg legend, .clr1-bg span.post-meta, .clr7-bg span.pre-title, .clr7-bg legend, .clr7-bg span.post-meta {
			color: var(--clr3);
		}
	
	.clr5-bg {
		background: #EFEFFB;
		background: -webkit-linear-gradient(180deg,rgba(239, 239, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
		background: -moz-linear-gradient(180deg,rgba(239, 239, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(180deg,rgba(239, 239, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(
		  startColorstr="#EFEFFB",
		  endColorstr="#FFFFFF",
		  GradientType=0
		);
		color: var(--clr5_txt);
	}
	
	.clr6-bg {
		background: #EFEFFB;
		background: -webkit-linear-gradient(0deg,rgba(239, 239, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
		background: -moz-linear-gradient(0deg,rgba(239, 239, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(0deg,rgba(239, 239, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(
		  startColorstr="#EFEFFB",
		  endColorstr="#FFFFFF",
		  GradientType=0
		);
		color: var(--clr6_txt);
	}
	
	.clr7-bg {
		background: #87BBFD;
		background: -webkit-linear-gradient(0deg,rgba(135, 187, 253, 1) 0%, rgba(14, 15, 38, 1) 90%);
		background: -moz-linear-gradient(0deg,rgba(135, 187, 253, 1) 0%, rgba(14, 15, 38, 1) 90%);
		background: linear-gradient(0deg,rgba(135, 187, 253, 1) 0%, rgba(14, 15, 38, 1) 90%);
		filter: progid:DXImageTransform.Microsoft.gradient(
		  startColorstr="#87BBFD",
		  endColorstr="#0E0F26",
		  GradientType=0
		);
		color: var(--clr7_txt);
	}
	
	.clr8-bg {
		background: #EFEFFB;
		background: -webkit-linear-gradient(0deg,rgba(135, 187, 253, 1) 0%, rgba(239, 239, 251, 1) 100%);
		background: -moz-linear-gradient(0deg,rgba(135, 187, 253, 1) 0%, rgba(239, 239, 251, 1) 100%);
		background: linear-gradient(0deg,rgba(135, 187, 253, 1) 0%, rgba(239, 239, 251, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(
		  startColorstr="#87BBFD",
		  endColorstr="#EFEFFB",
		  GradientType=0
		);
		color: var(--clr8_txt);
	}
	
	/* Headings */
	h1, h2, h3, h4 {
		font-family: "Roboto Serif", serif;
		font-weight: 350;
		margin: 1.8rem 0;
	}
	
	
	h2.h1 {
		font-size: 3.2rem;
 		line-height: 4rem;
 	}
 	
	
	/* CTAs */
	a.cta.sm {
		padding: 10px 18px;
		min-width: 0;
		font-size: 0.98rem;
	}
	
a.cta-text:link, a.cta-text:visited, a.cta-text:active {
    text-transform: var(--cta-txt_fnt_text-transform);
    color: var(--clr1);
}
	
	/* Override Primary CTA */
	a.cta.primary, a.cta.primary:link, a.cta.primary:active, a.cta.primary:visited {
		background: var(--clr1);
		border: solid 3px var(--clr1);
		color: var(--clr1_txt);
	}

		a.cta.primary:hover {
			background: var(--clr1_alt);
			border-color: var(--clr1_alt);
		}
		
	.clr1-bg a.cta.primary, .clr1-bg a.cta.primary:link, .clr1-bg a.cta.primary:visited, .clr1-bg a.cta.primary:active {
		background: var(--clr2);
		border-color: var(--clr2);
		color: var(--clr2_txt);
	}
	
		.clr1-bg a.cta.primary:hover {
			background: var(--clr2_alt);
			border-color: var(--clr2_alt);
			color: var(--clr2_txt);
		}
		
	.clr7-bg a.cta.primary, .clr7-bg a.cta.primary:link, .clr7-bg a.cta.primary:visited, .clr7-bg a.cta.primary:active {
		background: var(--clrwhite);
		border-color: var(--clrwhite);
		color: var(--clrblack);
	}
	
		.clr7-bg a.cta.primary:hover {
			background: var(--clrwhite_alt);
			border-color: var(--clrwhite_alt);
			color: var(--clrblack);
		}
		
	/* Override Secondary CTA */
	a.cta.secondary, a.cta.secondary:link, a.cta.secondary:active, a.cta.secondary:visited {
		background: var(--clr3);
		border: solid 3px var(--clr3);
		color: var(--clr3_txt);
	}

		a.cta.secondary:hover {
			background: var(--clr3_alt);
			border-color: var(--clr3_alt);
		}
		
	.clr3-bg a.cta.secondary, .clr3-bg a.cta.secondary:link, .clr3-bg a.cta.secondary:visited, .clr3-bg a.cta.secondary:active {
		background: var(--clrwhite);
		border-color: var(--clrwhite);
		color: var(--clrblack);
	}
	
		.clr3-bg a.cta.secondary:hover {
			background: var(--clrwhite_alt);
			border-color: var(--clrwhite_alt);
			color: var(--clrblack);
		}
		
	/* Circle Check List */
	ul.list-checks li::before {
		content: "";
		display: inline-block;
		width: 0.9em;
		height: 0.9em;
		background-color: var(--clr2);
		position: absolute;
		left: 0px;
		top: 0.3em;
		mask: url(images/circle-check.svg);
	}
	
	/* Function */
	span.function {
		display: inline-block;
		border-radius: 0.25em;
		padding: 0px 10px 0px;
		margin: 0 2px;
		border: solid 1px var(--clr4);
		color: var(--clr4);
		text-transform: uppercase;
		background: #fff;
		box-sizing: border-box;
		font-size: 0.9em;
	}
	
/* Top Bar */
.top-bar {
	padding: 15px 0;
	background: var(--clrblack);
	color: var(--clrwhite);
}

	.top-bar a {
		color: var(--clrwhite);
		font-size: 1rem;
	}
	
		.top-bar a:hover {
			color: var(--clr3);
		}
	
	.top-bar a svg {
		color: var(--clr3);
	}
	
/* Header */
header {
  padding: 21px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: var(--clrshadow);
  z-index: 999;
}

.top-bar-true header {
  top: 45px;
  position: absolute;
}

.top-bar-true.scroll-true header {
  top: 0px;
  position: fixed;
}

#row-1:first-of-type,
.archive {
  margin-top: 90px;
}

.header-container {
	gap: 75px;
}

.header-container .logo img {
	width: 175px;
}

.header-container .ctas a.login {
	font-weight: 700;
	font-size: 0.7rem;
}

	.header-container .ctas a.login svg {
		color: var(--clrgrey_dark);
		font-size: 1rem;
	}

.header-container .nav .primary-menu {
	font-size: 0.98rem;
}
	
.header-container .nav .primary-menu li a {
	font-weight: 500;
	position: relative;
	z-index: 9;
}	

.header-container .nav .primary-menu > li {
	position: relative;
	z-index: 9;
					-webkit-transition: all 0.5s;
					-moz-transition: all 0.5s;
					-ms-transition: all 0.5s;
					-o-transition: all 0.5s;
					transition: all 0.5s;
}	

.header-container .nav .primary-menu > li:before {
	opacity: 0;
		content: "";
		background: var(--clrgrey);
		height: 100%;
		width: 100%;
		padding: 0 8px;
		position: absolute;
		top: 0;
		left: -8px;
		border-radius: 8px;
		z-index: 0;
					-webkit-transition: all 0.5s;
					-moz-transition: all 0.5s;
					-ms-transition: all 0.5s;
					-o-transition: all 0.5s;
					transition: all 0.5s;
}

	.header-container .nav .primary-menu > li:hover:before {
		opacity: 1;
	}

	.header-container .nav .primary-menu ul li a:hover {
		color: var(--clr2);
	}	

.header-container .nav .primary-menu {
	gap: 45px;
}

.header-container .nav .primary-menu .mega > ul > li > a {
	font-size: 0.9rem;
	color: var(--clr1);
	display: block;
	border-bottom: solid 1px var(--clrwhite_alt);
	padding-bottom: 8px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.header-container .nav .primary-menu .mega > ul ul.sub-menu {
	padding: 0;
}

.header-container .nav .primary-menu a[href="#"]:hover {
	cursor: default;
}

.nav-mobile .nav-container {
	background: var(--clr1);
}

.nav-mobile {
	position: fixed;
}

.nav-mobile ul {
	max-height: calc(100vh - 100px);
}

.nav-mobile .nav-container a.mob-menu-item {
	background: var(--clr2);
}

.nav-mobile ul li.cta a {
	background: var(--clr2);
}

.nav-mobile ul > li > ul.sub-menu, .nav-mobile ul ul.sub-menu ul.sub-menu li:first-of-type {
	background: var(--clr1);
	border-top: solid 1px rgba(255,255,255,0.1);
}

	.nav-mobile ul ul.sub-menu > li a {
		padding-left: 25px;
	}
	
	.nav-mobile ul ul.sub-menu ul.sub-menu li a {
		color: var(--clrwhite);
		font-size: 14px;
		padding-left: 35px;
	}


/* Featured / Trusted Logos */
div.featured-logos {
	gap: 40px 60px;
}
.featured-logos span.pre-title {
	color: var(--clrblack);
}

.clr7-bg.featured-logos span.pre-title {
	color: var(--clr3);
}

.featured-logos .featured-logos {
	margin: 20px 0 0;
}

.featured-logos .content-titles {
	padding: 0 0 30px;
}

.featured-logos.logo-links .featured-logos {
	display: grid;
	grid-template-columns: repeat(5, 1fr); /* 5 equal columns */
	gap: 20px; /* optional spacing between columns */
	align-items: center;
}

.featured-logos.logo-links .featured-logos a {
	box-shadow: var(--clrshadow);
	border-radius: var(--radius_md);
	background: var(--clrwhite);
	padding: 30px;
  display: flex;         /* make each child a flex container */
  align-items: center;   /* center its content vertically */
  justify-content: center; /* (optional) center horizontally */
  height: 100%;  
  box-sizing: border-box;
}

.featured-logos.logo-links .featured-logos img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    max-height: 100px;
}

/* Pricing Calculator */
.calc-card.pricing-calculator {
	margin: 0 auto;
	border-radius: 12px;
	box-shadow: var(--clrshadow);
	border-radius: var(--radius_md);
	background: var(--clr1);
	color: var(--clr1_txt);
	overflow: hidden;
}

.pricing-calculator .calc-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px dashed var(--clrgrey_alt);
	padding: 15px 30px;
}

	.pricing-calculator .calc-row.blue {
		background: var(--clr2);
		color: var(--clrblack);
}

	.pricing-calculator .calc-row.blue .calc-label {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}

	
	
	.pricing-calculator #annualTotal {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	
	.pricing-calculator .calc-row.grey {
		background: var(--clrwhite);
		color: var(--clrgrey_dark);
		border-bottom: 0;
	}

	.pricing-calculator .calc-row.grey, .pricing-calculator .calc-row.grey .calc-label {
		font-size: 1.2rem;
		line-height: 2rem;
	}


.pricing-calculator .calc-row:last-child {
	border-bottom: 0;
}

.pricing-calculator .calc-label {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2rem;
}

.pricing-calculator .calc-label.blue {
	color: var(--clr2);
}

.pricing-calculator .calc-help {
	font-size: 0.8rem;
	line-height: 1.2rem;
	opacity: 0.8;
	margin: 0 0 10px;
}

.pricing-calculator .calc-row.text-center {
	display: block;
}

.pricing-calculator input[type="number"] {
    width: 120px;
    padding: 8px 10px;
    border: 1px solid var(--clr2);
    border-radius: 8px;
    margin: 10px auto;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    padding: 0;
}

.pricing-calculator .calc-toggles {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 6px 0 10px;
}

.pricing-calculator .calc-toggles {
	display: block;
}

.pricing-calculator .toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 0;
	border-top: 1px dashed var(--clr2);
	justify-content: space-between;
}

.pricing-calculator .toggle:last-of-type {
	border-bottom: 1px dashed var(--clr2);
}

.pricing-calculator .toggle input {
	margin: 0 10px 0 0;
}

.pricing-calculator .price-pill {
	font-weight: 700;
	color: var(--clr3);
}

.pricing-calculator .calc-total {
	font-weight: 800;
	font-size: 18px;
}

.pricing-calculator .muted {
	opacity: 0.7;
}

/* Two Column */
.content-two-column .content-container p:first-of-type {
	margin-top: 0;
	padding-top: 0;
}

/* Box */
.content-container.box {
	border: solid 2px var(--clr3);
	padding: 35px 40px;
}

.grid-container.box-true {
	align-items: center;
}

/* Media */
.media .large-container .content-container {
	line-height: 0;
}

/* Features */
.feature {
	font-size: 1.1rem;
}

.feature svg {
	color: var(--clr2);
}

.box-in .content-container {
	background: var(--clrwhite);
	color: var(--clrblack);
}

	.clr1-bg .box-in .content-container {
		background: var(--clr1);
		color: var(--clr1_txt);
		box-shadow: none;
	}

.grid-container.box-in .content-container.feature.no-box {
	box-shadow: none;
	padding: 0;
	line-height: 0;
}

.grid-container.box-in .content-container.feature.no-box img {
	margin: 0;
	padding: 0;
}

.box-icons .feature svg {
	position: relative;
	background: var(--clrblack);
	border-radius: var(--radius_sm);
	width: 85px;
	height: 85px;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	left: -30px;
	top: -15px;
	z-index: 99;
}

.box-icons .feature svg path {
	position: absolute;
}

.box-icons .feature.content-container {
	background: var(--clrgrey);
	border-radius: var(--radius_sm);
	padding: 30px 30px 30px 75px;
	margin: 15px 0 0 30px;
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.clrgrey-bg.box-icons .feature.content-container {
	background: var(--clrwhite);
}

.box-icons .feature.content-container h3 {
	font-size: 1.7rem;
	line-height: 2.2rem;
}

.content-two-column.clrgrey-bg .content-container.box {
	background: var(--clrwhite);
}

.content-two-column.match-height .grid-container.grid-2-col {
	align-items: stretch;
}

/* Testimonials */
.testimonials .clr1-bg {
	background: var(--clr1) !important;
	color: var(--clrwhite);
	font-size: 1.1rem;
}

.testimonials .testimonial {
	position: relative;
}

.testimonials .testimonial svg.fa-quote-left {
	color: var(--clr2);
	font-size: 65px;
	position: absolute;
	top: -40px;
}

.testimonials.clr2-bg .testimonial svg.fa-quote-left {
	color: var(--clr3);
}

	.testimonials .testimonial .name {
		color: var(--clr2);
		font-size: 0.75rem;
		line-height: 1.3rem;
		text-transform: uppercase;
		letter-spacing: 0.2em;
	}
	
.content-container.testimonial .content blockquote {
	padding: 0 0 10px;
}

.content-container.testimonial svg.fa-star, .content-container.testimonial svg.fa-star-half-alt {
	color: var(--clr3);
	font-size: 1.3rem;
	margin: 0 4px 0 0;
}
	
.content-container.testimonial .content .bio .profile-icon {
	min-width: 70px;
	width: 70px;
}

.content-container.testimonial .content .bio .logo {
	max-width: 120px;
}

.content-container.testimonial .content .name {
	margin: 5px 0 0;
}

/* Content Rows */
.content-rows .content-container .box {
	box-shadow: none;
	margin: 30px 0 0;
	padding: 1px 30px 10px;
}

/* Stats */
.stats .stat .number {
	font-size: 4.2rem;
	line-height: 4.8rem;
	font-weight: 600;
}

.stats .stat p {
	margin: 0;
	padding: 0;
}

	.stats.clr8-bg .stat .number {
		color: #fff;
	}
	
/* Form */
.form-container h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Table */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 16px;
  border-radius: var(--radius_sm);
  overflow: hidden;
  box-shadow: var(--clrshadow);
  border-collapse:collapse;
}

th, td {
  padding: 10px 12px;
  text-align: left;
  line-height: 1.4rem;
}

th {
  background-color: var(--clr1);
  font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.6rem;
  color: var(--clr1_txt);
}

tr:nth-child(even) {
  background-color: var(--clrgrey);
}

table.features-table tr.sub-header {
	font-weight: bold;
	background: var(--clr2);
	color: var(--clr2_txt);
	font-size: 1.2rem;
	line-height: 1.6rem;
}

table.features-table td:first-of-type {
	font-weight: bold;
}

table.features-table span.label {
	font-size: 0.8rem;
	line-height: 1.1rem;
	display: block;
}

table.features-table svg {
	padding-right: 5px;
}

table.features-table svg.fa-circle-check {
	color: #96e82a;
}

table.features-table svg.fa-times {
	color: #e8432a;
}

/* mobile */
@media (max-width: 640px) {
	.features-table thead {
		display: list-item;
		text-align: center;
	}
  .features-table thead th:nth-of-type(2), .features-table thead th:nth-of-type(3) { display: none; }           /* hide header */
	.features-table thead th:first-of-type {
		display: block;
		text-align: center;
	}
  .features-table, 
  .features-table tbody, 
  .features-table tr, 
  .features-table td { display: block; width: 100%; text-align: center; }
  .features-table td {
    display: block;
    grid-template-columns: 140px 1fr;                  /* label + value */
    gap: 8px;
    border: none;   
    box-sizing: border-box;     
    font-size: 0.9rem;     
	  text-align: center;/* clean card look */
  }
  .features-table td:last-child { border-bottom: 0; }
  .features-table td::before {
    content: attr(data-label);
    font-weight: 700;
    font-size: 0.9rem;
	  display: block;
	  margin: 0 0 5px;
  }
  .features-table tr.sub-header td:nth-of-type(2), .features-table tr.sub-header td:nth-of-type(3), .features-table tr.sub-header td:nth-of-type(4), .features-table tr.sub-header td:nth-of-type(5) {
  	display: none;
  }
  .features-table tr.sub-header td:nth-of-type(1) {
    	grid-template-columns: 100%;
    	text-align: center;
  }
  .features-table tr.sub-header td:nth-of-type(1):before {
  	display: none;
  }
  .features-table tr.basic td:nth-of-type(1) {
    	grid-template-columns: 100%;
    	text-align: center;
    	font-weight: bold;
    	font-size: 1rem;
  }
  .features-table tr.basic td:nth-of-type(1) span.label {
  	font-weight: normal;}
  .features-table tr.basic td:nth-of-type(1):before {
  	display: none;
  }
  .features-table tr.basic td:nth-of-type(2), .features-table tr.basic td:nth-of-type(3), .features-table tr.basic td:nth-of-type(4), .features-table tr.basic td:nth-of-type(5) {
  	text-align: center;
  }
}

/* Videos */
.videos .feature.video h3 {
	margin-top: 15px !important;
}

/* Conversion Page */
.conversion-nav-override #row-1 .valign-center, .conversion-banner .valign-center {
    align-items: start;
    -webkit-align-items: start;
    -moz-box-align: start;
}
	
/* Footer */
footer#main h4 {
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.4rem;
	letter-spacing: 0.1em;
}

/* Demo */
body.page-id-589 .banner-with-form .form-container.clrwhite-bg {
	background: var(--clrblack) !important;
	color: var(--clrwhite);
}

@media screen and (max-width: 1395px) {
	header a.cta.secondary {
		display: none;
	}
}

@media screen and (max-width: 1295px) {
	.header-container .nav .primary-menu {
		gap: 35px;
	}
}

@media screen and (max-width: 1155px) {
	.header-container {
		gap: 50px;
	}
	
	.header-container .logo img {
		max-width: 145px;
	}
	
	#row-1:first-of-type,
	.archive {
	  margin-top: 86px;
	}
}

@media screen and (max-width: 1075px) {
	.header-container {
		gap: 30px;
	}
	
	.header-container .logo img {
		max-width: 125px;
	}
}

			
/* Less than Medium */		
@media screen and (max-width: 64em) {
	    .conversion-nav-override #row-1 .box.form-container {
        padding: 0;
    }

    .conversion-nav-override #row-1 .box.form-container h4 {
        padding: 25px 25px 0;
		text-align: center;
    }
	
.featured-logos.logo-links .featured-logos {
	grid-template-columns: repeat(3, 1fr); /* 5 equal columns */
}

#row-1:first-of-type,
.archive {
  margin-top: 74px;
}
	
	header a.cta.secondary {
		display: none;
	}
	
	.content-titles {
		padding: 0 0 30px;
	}

	p {
		margin: 1rem 0 0;
	}
	
	.top-bar {
		padding: 10px 0;
	}
	
		.top-bar a {
			font-size: 0.9rem;
		}
	
	header {
		padding: 15px 0;
	}
	
	.header-container .logo img {
		width: 125px;
	}
	
	h2.h1 {
		font-size: 2.2rem;
 		line-height: 3rem;
 	}
 	
	 .content-container.box {
		padding: 20px 25px;
	}
	
    .grid-container.box-in .content-container {
        padding: 20px 20px 25px;
    }
	
		.content-container.box h2 {
			font-size: 2rem;
			line-height: 2.8rem;
			margin: 1rem 0;
		}
		
    .content-container.feature .content > svg {
        font-size: 1.8rem;
    }
    
	.box-icons .feature svg {
		width: 60px;
		height: 60px;
		padding: 15px;
	}
	
	.box-icons .feature.content-container {
		padding: 20px 20px 20px 50px;
	}
	
	.stats .stat .number {
		font-size: 3rem;
		line-height: 3.4rem;
	}
	
    .content-container.feature .content, .banner {
        font-size: inherit;
        line-height: inherit;
    }
	
	div.featured-logos {
			gap: 20px;
	}
	
	.featured-logos img {
		max-height: 70px;
		max-width: 125px;
	}
}

/* Less than Small */	
@media screen and (max-width: 48em) { 
.featured-logos.logo-links .featured-logos {
	grid-template-columns: repeat(2, 1fr); /* 5 equal columns */
}
#row-1:first-of-type,
.archive {
  margin-top: 60px;
}
.pricing-calculator .calc-toggles {
	grid-template-columns: 1fr;
}
.pricing-calculator .calc-row {
	padding: 15px 20px;
	display: block;
}
}