/*
	Theme Name:Kenwood Mortgage
	Theme URI: http://neighbrly.com/
	Author: Neighbrly
	Author URI: http://neighbrly.com/
	Description: Customize Theme for Kenwood Mortgage
	Template: general-parent
	Version: 1.0
*/

:root {
	--color-primary: #163059;
	--color-secondary: #59C1E8;
	--color-ltblue: #C5E8F6;
	--color-grey: #E1E1E1; 
	--color-gradient-start: #163059;
	--color-gradient-stop: #59C1E8;
	--color-link: #59C1E8;
	--color-secondary-overlay: #59C1E8F0;
	--color-primary-overlay: #163059CC;
	--color-secondary-overlay-darker: #59C1E8FA;
	--color-primary-overlay-darker: #163059F2;
	--color-secondary-overlay-nt-darker: #59C1E8;
	--color-primary-overlay-nt-darker: #163059;
}

body {
	color: #262C2D;
	font-family: 'Open Sauce Sans', sans-serif;
}

#content {
    background-image: url(images/bg.png);
}

.clip-svg {
	background-position: -830% -20% !important;
}

.text-secondary {
	color: var(--color-secondary) !important;
}

.text-primary {
	color: var(--color-primary) !important;
}

.text-ltblue {
	color: var(--color-ltblue) !important;
}

.star-rating {
	color: #f1da21;
}

.bg-primary {
	background-color: var(--color-primary) !important;
}

.bg-secondary {
	background-color: var(--color-secondary) !important;
}

.bg-grey {
	background-color: var(--color-grey) !important;
}

.input-bg-grey input,
.input-bg-grey textarea,
.input-bg-grey .ginput_container_select .ui-selectmenu-button {
	background-color: #ededed;
	color: #151515;
}

.text-black {
	color: #151515;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 .h6 {
    color: #151515;
}

/* Fonts & Headings */

.bg-charcoal h1,
.bg-charcoal h2,
.bg-charcoal h3,
.bg-charcoal h4,
.bg-charcoal h5,
.bg-charcoal h6 {
	color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	color: #262C2D;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
}

h1.sc,h2.sc,h3.sc,h4.sc,h5.sc,h6.sc {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.font-size-90 {
	font-size: 90px;
}

.font-size-29 {
	font-size: 29px;
}


.bg-charcoal {
	background-color: #191919;
}

.bg-ebony-clay {
    background: #151515 !important;
}

.overlay-gradient {
	background: linear-gradient(323deg, var(--color-secondary-overlay) -10%, var(--color-primary-overlay) 53%);
}

.overlay-gradient-darker {
	background: linear-gradient(323deg, var(--color-secondary-overlay-darker) -10%, var(--color-primary-overlay-darker) 53%);
}

.overlay-gradient-darker-nt {
	background: linear-gradient(323deg, var(--color-secondary-overlay-nt-darker) -10%, var(--color-primary-overlay-nt-darker) 53%);
}

.notification-bar {
	background: #118fbf;
	text-align: center;
	padding: 15px;
	font-weight: bold;
	font-size: 18px;
}

.notification-bar a {
	color: #fff;
}

.notification-bar a:hover {
	opacity: .8;
}

.notification-bar img {
	max-width: 50px;
}

.main-nav > li > a {
	color: #fff;
}

.main-nav > li.is-active > a, 
.main-nav > li.current-menu-item > a, 
.main-nav > li:hover > a, 
.main-nav > li > a:hover {
    color: var(--color-secondary)
}

.main-nav .children, .nav-item-children {
	top: 70%;
}

.navbar-brand img {
	max-height: 70px;
}

.is-stuck .navbar-brand .logo-default {
	display: none;
}

.is-stuck .navbar-brand img.logo-sticky {
	max-height: 30px !important;
}

.testimonial-item p.testimonial:before {
	left: -20px;
	top: 0;
}

p.testimonial::before {
	content: "“";
	font-size: 50px;
	position: absolute;
	left: -20px;
	top: -20px;
	opacity: 0.35;
}


@media screen and (max-width: 1199px) {
	[data-mobile-header-scheme=dark] .navbar-header {
		background-color: #163059b0;
	}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 1199px) {
	[data-mobile-nav-style=modern]:before {
    	background-image: -webkit-gradient(linear, right bottom, left top, from(#59C1E8), to(#163059)) !important;
		background-image: linear-gradient(to top left, #59C1E8 0%, #163059 100%) !important;
    }
	
	.collapse.in .nav-item-children {
		display: block !important;
		opacity: 1 !important;
	}
	
	[data-mobile-nav-style=modern] .navbar-collapse-clone {
		top: 1vh;
	}
	
	[data-mobile-nav-style=modern] .navbar-collapse-clone .nav-trigger {
		top: 10px;
	}
	body.blog #content {
    	padding-top: 0px;
    }
    
    .community-intro {
	    text-align: center;
	    padding-right: 0px;
	    margin-bottom: 40px;
    }
    
    .community-intro h6,
    .community-intro h2,
    .community-intro p {
		padding-right: 0px !important;
		margin-right: 0px !important;   
	}
	
	#testimonials .carousel-item {
		padding-top: 100px;
		padding-bottom: 40px;
	}
	
	#testimonials {
		margin-bottom: 100px;
	}
	
	
	
	.lqd-parallax-team-members .liquid-img-group-container:first-child,
	.lqd-parallax-team-members .liquid-img-group-container:last-child {
	    left: -30%;
	}
	
	
	.lqd-parallax-team-members .liquid-img-group-container:first-child {
		top: -200px;
	}
	
	.lqd-parallax-team-members .liquid-img-group-container:last-child {
		margin-top: -200px;
	}

}

@media screen and (max-width: 1450px) {
	
	.lqd-parallax-team-members .liquid-img-group-container:first-child,
	.lqd-parallax-team-members .liquid-img-group-container:last-child {
	    left: -50%;
	}
	
	
	.lqd-parallax-team-members .liquid-img-group-container:first-child {
		top: -100px;
	}

}

@media screen and (max-width: 992px) {

	.home-intro {
		text-align: center;
	}

	.titlebar-inner {
		padding-bottom: 75px !important;
	}
}

.stock.out-of-stock {
	visibility: hidden;	
}

.home .ld-masked-image {
	z-index: 5;
}

.lqd-modal-inner.modal-sm {
	max-width: 40%;
	width: 40%;
	margin: 0% 30%;
	position: relative;
}

@media (min-width: 768px) {
	.custom-modal-width .lqd-modal-inner {
		max-width: 70%;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.custom-modal-width .lqd-modal-inner {
		max-width: 50%;
		margin: 0 auto;
	}
}

.lqd-parallax-team-members .liquid-img-group-container:last-child {
    left: -25% !important;
}

.lqd-parallax-team-members .liquid-img-group-container:first-child {
    left: -30% !important;
}

.lqd-parallax-team-members .liquid-img-group-container:first-child {
	top: -175px;
}

.mainbar-wrap.is-stuck .logo-wrap {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.mainbar-wrap.is-stuck .btn {
	background-color: var(--color-secondary);
	color: #fff !important;
}

.btn-solid {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.logo-sticky,
.logo-dark {
	max-height: 80px;
}

.btn-solid {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-solid:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.lqd-h-sep-inner {
    background-color: var(--color-secondary);
}

.iconbox-blue {
	background-color: #006e97;
}

.iconbox-blue .contents {
	color: #fff;
}

.iconbox-blue2 {
	background-color: #009ad3;
}

.iconbox-blue2 .contents {
	color: #fff;
}

.iconbox-blue3 {
	background-color: var(--color-primary);
}

.iconbox-blue3 .contents {
	color: #fff;
}

.lqd-iconbox-stack .iconbox-blue {
    top: 15%;
}

.lqd-iconbox-stack .iconbox-blue2 {
    margin-top: 7vw;
}

.lqd-iconbox-stack .iconbox-blue3 {
    top: 15%;
}

.btn-icon-solid .btn-icon {
	background-color: var(--color-secondary);
}

.border-color-primary {
    border-color: var(--color-primary);
}

.star-reviews {
	max-width: 150px;
	margin-left: auto;
	margin-top: -8px;
}

.post-grid {
	border-top: 1px solid #e4e4e4;
}

.main-footer {
	border-top: 1px solid #e4e4e4;
}

h4.liquid-lp-title:hover a {
	color: var(--color-secondary);
}

.main-footer .social-icon a {
    color: var(--color-primary);
}

.main-footer h3.widget-title a {
	letter-spacing: 0.2em !important;
	text-transform: uppercase !important;
	color: #000;
}

.blog-post-excerpt-wrap {
	min-height: 350px;
}

.titlebar:before,
.blog-single-cover.is-in-view .blog-single-media:after {
    opacity: 1 !important;
    visibility: visible !important;
    background: -webkit-gradient(linear, left top, right top, from(#0079a6b0), to(#163059b0)) !important;
    background: linear-gradient(to right, #0079a6b0 0%, #163059b0 100%) !important;
    background-color: #163059b0 !important;
    z-index: 1;
}

.blog-single a {
	color: var(--color-primary);
}

.blog-single-cover[data-fullheight=true] {
	height: 57vh;
}

.liquid-blog-posts .row {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}

.lqd-column {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.masonry-grid {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}

.masonry-item {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Preloader styles */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff; /* Change to match your background color */
	display: flex;
	justify-content: center;
	align-items: center;
}

#preloader .spinner {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #3498db;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
}

/* Spin animation */
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.page-template-page-community .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-contact .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-single-location .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-careers .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-default .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-membership .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-get-free-wash .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-manage-membership .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-buy-membership .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-cancel-membership .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-update-cc .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-get-free-wash-ppc .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-buy-membership-test .mainbar-wrap.is-stuck .main-nav > li > a,
.woocommerce .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-locations .mainbar-wrap.is-stuck .main-nav > li > a,
.category .mainbar-wrap .main-nav > li > a,
.single .mainbar-wrap .main-nav > li > a {
	color: inherit;
}

.page-template-page-community .mainbar-wrap .main-nav > li > a,
.page-template-page-contact .mainbar-wrap .main-nav > li > a,
.page-template-page-single-location .mainbar-wrap .main-nav > li > a,
.page-template-page-careers .mainbar-wrap .main-nav > li > a,
.page-template-default .mainbar-wrap .main-nav > li > a,
.page-template-page-membership .mainbar-wrap .main-nav > li > a,
.page-template-page-manage-membership .mainbar-wrap .main-nav > li > a,
.page-template-page-buy-membership .mainbar-wrap .main-nav > li > a,
.page-template-page-buy-membership-test .mainbar-wrap .main-nav > li > a,
.page-template-page-get-free-wash .mainbar-wrap .main-nav > li > a,
.page-template-page-cancel-membership .mainbar-wrap .main-nav > li > a,
.page-template-page-update-cc .mainbar-wrap .main-nav > li > a,
.page-template-page-get-free-wash-ppc .mainbar-wrap .main-nav > li > a,
.woocommerce .mainbar-wrap .main-nav > li > a,
.page-template-page-locations .mainbar-wrap .main-nav > li > a,
.category .mainbar-wrap .main-nav > li > a,
.single .mainbar-wrap .main-nav > li > a {
	color: #fff;
}

.cta-blue-overlay {
	background-size: cover;	
}

.cta-blue-overlay:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important;
    visibility: visible !important;
    background: -webkit-gradient(linear, left top, right top, from(#2E5DEDb0), to(#2E5DEDb0)) !important;
    background: linear-gradient(to right, #2E5DEDb0 0%, #2E5DEDb0 100%) !important;
    background-color: #2E5DEDb0 !important;
    z-index: 1;	
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(grayscale.svg); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg-gradient-secondary-lr {
	background: -webkit-gradient(linear, left top, right top, from(#59c1e8F0), to(#59c1e8CC)) !important;
	background: linear-gradient(to right, #59c1e8F0 0%, #59c1e8CC 100%) !important;
}

.bg-cover.bg-overlay:before {
	background-color: #163059CC !important;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.location-promise {
	z-index: 2;
	position: relative;
}

.locations-blocks .liquid-lp-sp-block {
	padding-bottom: 90%;
}

.hours p {
	font-size: 14px;
	margin-bottom: 0px;
}


.mt-n10 {
	margin-top: -10px;
}

.mt-n20 {
	margin-top: -20px;
}

.mt-n30 {
	margin-top: -30px;
}

.mt-n40 {
	margin-top: -40px;
}

.mt-n50 {
	margin-top: -50px;
}

.anime-background .shape-main.right {
	-webkit-transform: skew(0deg,-2deg);
	transform: skew(0deg,-2deg);
	background-image: linear-gradient(-45deg,#d9e2ef 0,#f1f4f8 35%,#f9fbfd 100%);
}

.anime-background .shape-main.left {
	-webkit-transform: skew(0deg,2deg);
	transform: skew(0deg,2deg);
	background-image: linear-gradient(45deg,#d9e2ef 0,#f1f4f8 35%,#f9fbfd 100%);
}

.anime-background .shape-main.navy.right {
	-webkit-transform: skew(0deg,-2deg);
	transform: skew(0deg,-2deg);
	background-image: linear-gradient(-45deg,#394459 0,#1f2322 100%);
}

.anime-background .shape-main.navy.left {
	-webkit-transform: skew(0deg,2deg);
	transform: skew(0deg,2deg);
	background-image: linear-gradient(45deg,#394459 0,#1f2322 100%);
}

.anime-background .shape-main.white.right {
	-webkit-transform: skew(0deg,-2deg);
	transform: skew(0deg,-2deg);
	background-image: linear-gradient(-45deg,#fff 0,#fff 100%);
}

.anime-background .shape-main.white.left {
	-webkit-transform: skew(0deg,2deg);
	transform: skew(0deg,2deg);
	background-image: linear-gradient(45deg,#fff 0,#fff 100%);
}

.anime-background .shape-main.grey.right {
	-webkit-transform: skew(0deg,-2deg);
	transform: skew(0deg,-2deg);
	background-image: linear-gradient(-45deg,#f4f5f8 0,#f4f5f8 100%);
}

.anime-background .shape-main.grey.left {
	-webkit-transform: skew(0deg,2deg);
	transform: skew(0deg,2deg);
	background-image: linear-gradient(45deg,#f4f5f8 0,#f4f5f8 100%);
}

.anime-background .shape-main.warmgrey.right {
	-webkit-transform: skew(0deg,-2deg);
	transform: skew(0deg,-2deg);
	background-image: linear-gradient(-45deg,#cac5be 0,#cac5be1a 100%);
}

.anime-background .shape-main.warmgrey.left {
	-webkit-transform: skew(0deg,2deg);
	transform: skew(0deg,2deg);
	background-image: linear-gradient(45deg,#cac5be 0,#cac5be 100%);
}

.anime-background .shape-main {
	position: absolute!important;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.anime-background .container {
	z-index: 2;
	position: relative;
}

.z-m1 {
	z-index: -1;
}

.z-p1 {
	z-index: 1;
}

.z-p2 {
	z-index: 2;
	position: relative;
}

.z-p2:hover {
	z-index: 2;
	position: relative;
}

/*
.iconbox-filled-hover.iconbox-light-onhover:hover h3,
.iconbox-filled-hover.iconbox-light-onhover h3 {
    color: #151515 !important;
}

.iconbox-filled-hover.iconbox-light-onhover:hover,
.iconbox-filled-hover.iconbox-light-onhover {
    color: #151515 !important;
}

.iconbox-filled-hover.iconbox-light-onhover:hover .iconbox-icon-container,
.iconbox-filled-hover.iconbox-light-onhover .iconbox-icon-container {
    color: var(--color-secondary) !important;
}
*/

.home-value-stack .iconbox p {
	font-size: 14px;
}

.map-icon small {
	color: #000;
}

.final-cta {
	z-index: 1;
}

.contact-form input[type=submit], .contact-form button[type=submit] {
	background: var(--color-secondary);
    text-transform: uppercase;
    padding: 1.15em 2.1em !important;
    border: none;
    height: inherit !important;
    font-weight: 600;
    font-size: 12px !important;
    letter-spacing: 1px;
}

.ld-tm-circ-inner .ld-tm-bg {
    opacity: 0.4;
}

.ld-tm-circ-middle .ld-tm-bg {
    opacity: 0.3;
}

.ld-tm-circ-outer .ld-tm-bg {
    opacity: 0.2;
}

html, body {
	font-family: Roboto, sans-serif;
	min-height: 100%;
	height: 100%;
	margin: 0px;
}

.wrapper {
	width:100%;
	min-height:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	box-sizing:border-box;
	padding:16px;
	position:relative;
}

.wrapper > * {
	max-width:640px;
}

.content {
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
	width:100%;
}

.content > *{ 
	margin-bottom:16px;
}

.header-wrap { 
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	margin-bottom:32px;
}

.header-image {
	border-radius:8px;
	max-width:100%;
	height:200px;
	object-fit:cover;
}

.header {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-top:-50px;
}

@media screen and (max-width: 1199px) {
	.mobile-logo-default {
		display: none;
	}
	
	.navbar-brand .logo-sticky {
		display: block !important; 
	}
}

.logo {
	border-radius:100%;
	width:100px;
	height:100px;
	object-fit:contain;
}

.header h1,
.header p {
	color: white;
	/*mix-blend-mode: difference;*/
	text-align: center;
}

.link-btn a {
	border-radius:20px;
	color:#FFFFFF;
	font-family:Inter,sans-serif;
	padding:24px;
	width:100%;
	overflow:hidden;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	box-sizing:border-box;
	-webkit-text-decoration:none;
	text-decoration:none;
	width:100%;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	font-size:16px;
	line-height:24px;
	font-weight:400;
}

.social-links-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.footer {
	width:100%;
	font-size:12px;
	-webkit-text-decoration:none;
	text-decoration:none;
	text-align:center;
	margin-top:16px;
	color: #ffffff !important;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}


.footer:link,
.footer:focus,
.footer:visited,
.footer:hover,
.footer:active {
	color:#636363;
}

.footer span {
	display: inline-block;
	vertical-align: top;
}

.neighbrly-logo {
	width: 50px;
} 

.blacknwhite {
	filter: grayscale(1);
}

@media screen and (max-width: 1199px) {
	.footer-seal-logo img {
		width: 30%;
	}
	
	.footer-logo img {
		width: 50% !important;
		margin: auto;
		text-align: center;
		display: block;
	}
}

/***** Offer Landing Page ******/

.coupon {
	border-radius: 8px;
	border-width: 5px; 
	border-style: dashed;
	padding: .5rem;
	margin: .5rem;
}

.coupon .coupon-wrapper {
	border-radius: 4px;
	padding: 1rem;
	background: #ffffff;
}

.coupon .coupon-wrapper .top small {
	text-transform: uppercase;
}

.coupon .coupon-wrapper .center {
	text-transform: uppercase;
	padding: 1rem 0 ;
}

.coupon .coupon-wrapper .center .big {
	font-size: 84px;
	font-weight: 900;
	line-height: 1;
}

.coupon .coupon-wrapper .center .small {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 300;
}

.coupon .coupon-wrapper .bottom {
	text-transform: uppercase;
}

.coupon .coupon-wrapper .bottom .promo-title {
	text-transform: uppercase;
}

.coupon .coupon-wrapper .bottom .promo-code { 
	color: white; 
	display: inline-block; 
	padding: 3px 6px; 
	border-radius: 4px;
}

.coupon {
	
}

.flex-vertical {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.padding-1 {
	padding: 1rem;
}

/* Timer */

.time-container {
	background-color: red;
	width: 25%;
	float: left;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative; /* If you want text inside of it */
}

/* If you want text inside of the container */
.time-text {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#timer {

}
#timer span {
  font-size: 60px;
  margin: 0 3px 0 15px;
}
#timer span:first-child {
  margin-left: 0;
}
  
.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
	transform: translateY(0);
  }
  40% {
	transform: translateY(-30px);
  }
  60% {
	transform: translateY(-15px);
  }
}