/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/
body { overflow-x: hidden; }
.font-me { font-family: "mrs-eaves", serif; font-weight: 400; font-style: normal; }
.font-me-b { font-family: "mrs-eaves", serif; font-weight: 700; font-style: normal; }
.font-me-sc { font-family: "mrs-eaves-roman-all-small-ca", serif; font-weight: 400; font-style: normal; letter-spacing: 0.08em; }
.font-me-b .et_pb_module_heading { font-family: inherit !important; }
.align-middle { align-items: center; }

#main-header { position: absolute; left: 0; top: 0; width: 100%; }
#main-header .et_pb_menu__menu li { padding: 0 40px;}
#mobile-header img { height: 50px; width: auto !important; }
.et_pb_module .et_pb_button { font-family: "mrs-eaves-roman-all-small-ca", serif !important; font-weight: 400; font-style: normal; letter-spacing: 0.08em; line-height: 1em !important; padding: 0 !important;  }
.et_pb_module .et_pb_button:before { content: ">"; display: block; color: #ffffff; font-size: inherit; position: absolute; right: -30px; opacity: 1; }
.et_pb_module .et_pb_button:hover { padding: 0 !important; background: none !important; letter-spacing: 6px;}

@media screen and (max-width: 980px) {
	body, body p { font-size: 18px !important; line-height: 28px !important; }
	h2 { font-size: 26px !important; letter-spacing: 6px !important; }
}

@media screen and (min-width: 981px) { #mobile-header { display: none !important; } }