/*
Theme Name:   Divi Child Theme
Theme URI:    https://devtest99.com
Description:  Child theme, based on Divi
Author:       Steve
Author URI:   https://ffcdi.org
Template:     Divi
*/

/* v1.0 */
/* This is a duplicate of what is in the Divi Options CSS since     */
/* CSS functionality placed in the child theme seems to NOT be  */
/* working properly, even when "!important" is used. It all does    */
/* seem to work properly when placed here in the Theme Options.     */
/* So what is in the Child theme can merely be considered a backup copy */

/* The following hides the standard Divi footer */
#footer-bottom {display: none;}

/* Adjust the colors of the capcha and warning text in the contact form */
/* .et_pb_contact {color:#000;}  */             /* Black */
   .et-pb-contact-message {color:#fff;}         /* White */  

/* Set the colors of links that are on a blue background to white so they can be seen better */
.whiteLink a { color: #fff; }
.whiteLink a:hover { border-bottom: 2px dashed; }

@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;} }

.et_mobile_menu {
    overflow: scroll !important;
    max-height: 60vh !important;
}

/* Adjust size of Featured Image in posts to be smaller, and center them */
.et_post_meta_wrapper > img {
	height: 300px; 
	width: auto;
    display: block;
    margin: 0 auto; }
