/*
Theme Name: Breakdance Zero Child
Theme URI: https://breakdance.com/
Version: 1.0
Description: Child Theme of Breakdance Zero
Author: Matt Swetnam
Template: breakdance-zero-theme-master
*/
@import url("../breakdance-zero-theme-master/style.css");

/* Header Styles */
.csa-dni.seg-header-phone a{
	display:block;
	background-color:#ed2e2f;
	color: #FFF;
	font-family: proxima-nova;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.25px;
	box-shadow: -4px 4px 0px 0px #721111;
	padding:10px 24px;
	white-space:nowrap;
	border: 1px solid #204695;
	border-radius:8px 8px 8px 0px;
	transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration:300ms;
}
.csa-dni.seg-header-phone a:hover{
	background-color:#FFF;
	color:#ed2e2f;
}
@media screen and (max-width: 600px){
	.csa-dni.seg-header-phone a{
		width:100%;
	}
}
/* Home Styles */
.csa-dni.seg-home-cta-btn-phone a{
	display:block;
	background-color:#ed2e2f;
	color: #FFF;
	font-family: proxima-nova;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.25px;
	box-shadow: -4px 4px 0px 0px #721111;
	padding:20px 48px;
	white-space:nowrap;
	border: 1px solid #204695;
	border-radius:8px 8px 8px 0px;
	transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration:300ms;
}
.csa-dni.seg-home-cta-btn-phone a:hover{
	background-color:#FFF;
	color:#ed2e2f;
} 
.csa-dni.seg-front-cta-red a, .csa-dni.seg-front-cta-red a:hover {
	color:#FFF;
}
/* CTA Styles */
.csa-dni.seg-cta-btn-phone a{
	display:block;
	background-color:#ed2e2f;
	color: #FFF;
	font-family: proxima-nova;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.25px;
	box-shadow: -4px 4px 0px 0px #721111;
	padding:10px 24px;
	white-space:nowrap;
	border: 1px solid #204695;
	border-radius:8px 8px 8px 0px;
	transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration:300ms;
}
.csa-dni.seg-cta-btn-phone a:hover{
	background-color:#FFF;
	color:#ed2e2f;
} 
div[id^='wufoo-']{
	width:100%;
}
/* Coupon Styles */
html .offer-items .offer-item .wrapper-content .background-border{
	border: none !important;
	border-radius: 20px;
	box-shadow: 2px 2px 10px rgba(23, 25, 28, .5);
}
html .offer-items .offer-item .wrapper-content .text-wrapper{
	padding: 0px !important;
}
html .offer-items .offer-item .wrapper-content .text-wrapper .logo,
html .offer-items .offer-item .wrapper-content .text-wrapper .title,
html .offer-items .offer-item .wrapper-content .text-wrapper .subtitle,
html .offer-items .offer-item .wrapper-content .text-wrapper .content,
html .offer-items .offer-item .wrapper-content .text-wrapper .disclaimer{
	color: #ed2e2f;
	line-height: 1.25;
	padding: 20px;
}
html .offer-items .offer-item .wrapper-content .text-wrapper .content{
	padding-bottom: 100px;
}
html .offer-items .offer-item .wrapper-content .text-wrapper .disclaimer{
	position: absolute;
	bottom: 0px;
	color: #fff;
	background: #ed2e2f;
	border-radius: 0px 0px 20px 20px;
	width: 100%;
}
.offer-carousel-wrapper .offer-item.wrapper-outter .background-image{
	border-radius:20px;
}
.offer-carousel-wrapper .offer-item.wrapper-outter{
	margin:20px 10px 20px 10px !important;
}
/* Landing Layout */
.ol-coupon-wrapper > figure{
    text-align: center;
}
.ol-cols{
    display: flex;
    align-items: stretch;
    margin-top:20px;
}
.ol-cols .ol-coupon-wrapper{
    height:100%;
}
.ol-cols .ol-form-wrapper .olf-description a{
    color:#ffffff;
}
/* Misc */
.csa-dni.seg-contact-cta-red a {
	color:#ed2e2f;
}