/*
Theme Name: Divi Child 01
Theme URI: 
Description: Child 01 theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 3.0.12
*/

@import url('../Divi/style.css');

/* adjust minimum height so the footer is at the bottom of the viewport.  idea taken from https://www.elegantthemes.com/forum/viewtopic.php?f=187&t=644487&p=3547376&hilit=footer+bottom+window#p3547376.  94vh was suggested but 73vh looks better */
#main-content {
min-height: 73vh;
}

/* visited link color for text modules */
.et_pb_text a:visited {
color: #693A77;
}

/* width of flyout menu; see https://www.elegantthemes.com/forum/viewtopic.php?f=187&t=662106&hilit=dropdown+menu+width&p=3647297#p3647297 */
.nav li ul {
width: 300px;
}
#top-menu li li a {
width: 280px;
}

/* minimum height of pricing tables content */
/* see https://www.elegantthemes.com/forum/viewtopic.php?f=187&t=686627&hilit=pricing+tables+height&p=3777165#p3777165 */
.SponsorshipsPricing .et_pb_pricing_content {
min-height: 700px;
}

/* align tagline to left of large screen. from https://yatesdesign.com.au/divi-secondary-menu-customisations/ */
@media (min-width: 980px) {
#top-header .container {padding: 0 !important;}
#et-secondary-menu {float: none;}
#et-secondary-nav li {margin-right: 0;}
#et-secondary-nav li a {padding: 0.75em 0 0.75em 1em;}
#et-secondary-nav {width: 100%;text-align: right;}
#et-secondary-nav li.tagline {float: left;}
#et-secondary-nav li.tagline a {padding-left: 0.75em;}

/* hide hyperlink on tagline since it's not a link. see https://www.tutorialrepublic.com/faq/how-to-disable-a-link-using-only-css.php */
.tagline a {
cursor: default;
pointer-events: none;        
text-decoration: none;
}
}
/* if not on large screen, don't display tagline */
.tagline {
display: none;
}
	
