<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 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_legacy_markup_wrapper .gform_footer input[type=submit] {
	cursor: pointer;
}
.et_pb_code_inner .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover {
	background: #fff !important;
	color: #b9195e !important;
}

.et_mobile_menu li.current-menu-item &gt; a {
    background: #b9195e;
    color: #fff;
}

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

@media only screen and (max-width: 480px){
	#copyright {  text-align: center; }
	span.phone { display: block; }
	span.hide {  display: none; }
}</pre></body></html>