
/*-----------------------------------------------------------------
 Output Custom CSS from Theme Options Panel
---------------------------------------------------------------- */

.wpcf7-quiz-label  {
    display:block !important;
}

.slicknav_btn  {
   z-index: 9999999;
}

@media screen and (max-width:768px) {
.logo  {
width: 60px;
height: auto;

}



.column img  {
    max-width:100%;
}

#hero h1  {
    text-transform:lowercase !important;
}

.download-button  {
    width:100%;
    height:auto;
    display:block;
    background:#ffcc00;
    text-align:center;
    font-size:3rem;
    font-weight:bold;
    border-radius:10px;
    border:2px solid #fff;
    padding:2rem 0;
    text-decoration:none !important;
    box-shadow:0 0 8px 8px #eee;
    margin-top:45px;
}
.cta-button  {
    width:100%;
    height:auto;
    display:block;
    background:#ffcc00;
    text-align:center;
    font-size:1.8rem;
    line-height: 120%;
    font-weight:bold;
    border-radius:10px;
    border:2px solid #fff;
    padding:1.5rem 0;
    text-decoration:none !important;
    box-shadow:0 0 8px 8px #eee;
}

.content-grey  {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 1rem 1.8rem;
}


.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.download-item  {
	width:30%;
	float:left;
        padding-right:1px;
	margin-bottom:6px;
}

