/*
 Theme Name:     myQI
 Theme URI:      https://myqi.app/
 Description:    A Divi Child Theme
 Author:         Tom Fadial
 Author URI:     https://fadial.com/
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* myQI
------------------------------------------------------- */
body {
	background-color: #F5F4F0 !important;
}

/* Navigation */
@media (max-width: 980px) {
    .et_pb_menu__wrap {
        justify-content: center !important;
    }
}

/* Links */
#page-container a {}
#page-container a:hover {
	color: #E55D5D;
}

/* Buttons */
#page-container .et_pb_button { font-weight: normal }

/* Post Content Background */
#page-container .et_pb_section { background-color: transparent; }

/* Post Content Full Width */
.et-db #et-boc .et-l .et-l--post .et_builder_inner_content .et_pb_row {
	width: 100%;
}

/* Vertically align column content */
.vertical-align-center {
	margin: auto;
}