/* tpl-hero.css */

section.full-width {
	width: 100% !important;
}

section.landing-page-hero {
	position: relative;
}

section.landing-page-hero > img {
	object-fit: cover;
    width: 100%;
}

section.landing-page-hero .lp-container {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 4em;
}

section.landing-page-hero .lp-container .li-title {
	color: #FFFFFF;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 53px;
    /*
    padding-top: 3em;
    padding-bottom: 3em;
    */
    margin: 0 auto;
}

a.google-play-btn, a.apple-btn {
	display: inline-flex;
	align-items: center;
}

.ct-landing-page-hero .ct-landing-page-hero__heading.purple-text {
	color: #624c68;
}

a.google-play-btn svg, a.apple-btn svg {
	width: 30px;
	margin-left: -1rem;
    margin-right: 10px;
}
a.apple-btn svg {
	height: 30px;
}
a.google-play-btn svg {
    height: 26px;
    margin-top: 2px;
    margin-bottom: 2px;
}

a.google-play-btn path, a.apple-btn path {
	fill: #FFFFFF;	
}
a.google-play-btn:hover path, a.google-play-btn:focus path, a.google-play-btn:active path, a.apple-btn:hover path, a.apple-btn:focus path, a.apple-btn:active path {
	fill: #624c68;
}
