/*
 Theme Name:   YPC - Divi
 Description:  Child of Divi
 Author:       YPC
 Author URI:   http://www.ypcmedia.com/
 Template:     Divi
 Version:      1.0.0
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
}

.error_page {
    height: 52vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.error_page .et_pb_button {
    display: inline-block;
    margin-top: 20px;	
}

div#gform_fields_2 {
    text-align: left;
    margin-top: 30px;
}

@media only screen and (max-width: 767px){
	#copyright { text-align: center; font-size: 15px; line-height: 1.5em; }
	span.hide { display: none; }
	span.phone { display: block; }
}