/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 




/***Pop up FORM***/
div#af-form-1628694265 {
    border: none !important;
}
#af-form-1628694265 .af-body label.previewLabel{width:100% !important;}

#af-form-1628694265 .buttonContainer input.submit {
    width: 100% !important;
    height: 34px !important;
    padding: 20px 40px !important;
    padding-bottom: 40px!important;
}

.contact #af-form-1628694265 .af-body textarea, .contact #af-form-1628694265 .af-body input.text {
    font-size: 14px !important;
    color: #808080 !important;
    font-weight: normal !important;
}

.column {float: left;}
.column2 {width: 55%!important;}
.column1 {width: 45%!important; padding-top: 15px;}

/*Aweber*/
#af-form-207825019 .af-body .af-element .submit {
    width: 100%;
    background: #f0be0f;
    padding: 10px !important;
}
#af-form-207825019 .af-body .af-element .submit:hover {
    background-color: #5271ff;
}
div#af-form-207825019 {
    border: none !important;
}

@media(max-width:600px){
	.column1, .column2 {width: 100%!important;}
	.column1 {
    text-align: center !important;
	}
	.column2 h3, .column2 p{
		text-align:center;
	}
	.alignnone.size-medium.wp-image-307 {
    	margin: 0 !important;
		width:65%!important;
	}
	.pum-theme-759 .pum-container, .pum-theme-lightbox .pum-container{
		padding:10px!important;
	}
	#popmake-1806{
		width: 75%!important;
		left: 50px!important;
	}
}
@media(max-width:375px){
	#popmake-1806{
		width: 85%!important;
		left: 25px!important;
	}
}

/***Contact Form***/
#af-form-817928719 {
    box-shadow: none!important;
}
#af-form-817928719 .buttonContainer input.submit {
    padding: 15px 0!important;
}
#af-form-817928719 .af-body label.previewLabel,#af-form-817928719 .buttonContainer input.submit {
    font-weight: 400!important;
    font-family: "Source Sans Pro",sans-serif!important;
    font-size: 17px!important;
}