.centered {
	text-align: center;
}

.feature-block {
	text-align: center;
}

/* Menu: Get the App Button */
.get-the-app a {
	background: var(--k-color-7);
	color: var(--k-color-2) !important;
	border-radius: 50px;
	padding: 4px 15px;
}

/* Menu: Get the App Button on Hover*/
.get-the-app a:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	transition: box-shadow all 300ms;
}

/* Menu: Get the App Button when sticky */
.site-header--sticky-active .get-the-app a {
	background: var(--k-color-6); 
	color: var(--k-color-7); 
}

/* Menu: Get the App Button Remove Underline */
.get-the-app a {
	--k-ls-enabled: var(--k-off);
}

/* Menu: Get the App Button Sticky Header */
.main-header.is-sticky.sticky-fixed .get-the-app a {
	background: var(--k-color-5);
}

/* Homepage: Overview Section */
#overview {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Homepage: Features section */
#features {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Homepage: Features section Title Spacing */
#features .section-title {
	padding: 20px 0px 40px 0px;
}

/* Homepage: Unique Icons section */
@media screen and (min-width: 991px) {
	.unique-icons-section-holder {
		padding-left: 100px !important;
	}
	
	/* Homepage: Features section Title Spacing */
	#features .section-title {
		margin-bottom: 0px;
	}

}

/* Homepage: Weather Icons */
.unique-icons-section-holder .wpb_wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Homepage: Weather Icons */
.weather-icons h3  {
	display: inline-flex;
	gap: 20px;
}

/* Homepage: Weather Icons */
.weather-icons h3 img {
	width: 44px;
	margin: 0px !important;
}

/* Homepage: Weather Icons */
#compatibility img.attachment-full {
	width: 50%;
}

/* Get a Copy section - Download buttons */
#get-a-copy {
	background-size: 142px;
}

/* Get a Copy section - Download buttons */
#get-a-copy .phones img {
	width: 423px;
	height: 485px;
}

/* Get a Copy section - Download buttons */
#get-a-copy .app-store img {
	width: auto;
	height: 53px !important;
	float: left;
	margin-right: 20px
}

/* Get a Copy section - App Store Padding */
.app-store {
	padding-top: 185px;
}


/* Footer: Row paragraph margin reset */
.lb-element-footer-container-row-1 .row p {
	margin: 0;
}


/* XS: Mobile devices */
@media screen and (max-width: 480px){
	.app-store {
		text-align: center;
		padding-top: 50px;
	}

	.phones {
		display: none;
	}

	#overview {
		padding: 20px 0;
	}

	#overview img {
		margin-top: 10px;
	}

	#overview .section-title {
		margin-bottom: 30px;
	}

	#features {
		padding: 20px 0;
	}
}

/* SM: Mobile and tablet devices */
@media screen and (min-width: 768px) {
	.devices {
		margin-top: 150px;
	}
}

/* MD: Tablet and desktop devices */
@media screen and (min-width: 992px) {
	.devices {
		margin-top: 70px;
	}
}

/* LG: Desktop devices */
@media screen and (min-width: 1200px) {
	.devices {
		margin-top: 70px;
	}
}