/*
	Theme Name:     Lamont's Theme
	Theme URI:      http://digitalsince99.com/
	Description:    A custom child theme for my site.
	Author:         Lamont
	Author URI:     https://digitalsince99.com/
	Template:       marketers-delight
	Version:        1.1
*/
a, a:hover { color: #000080; }
.logo { text-align: left; }
.logo a { color: #000080; }
.links-main a { border-bottom: 1px solid #000080; }
.menu-main .menu-item-title { color: #000080; }
.header { background-color: #000080; }
.button, a.button, .button a, [class*="links-"] button, [class*="links-"] .button, input[type="submit"], button { background-color: #000080; }
input[type="submit"]:hover, button:hover, button:hover, .button:hover, .button a:hover, [class*="links-"] button:hover, [class*="links-"] .button:hover { background-color: #000080; }
#main-menu { background-color: #fff; }
.footer { background-color: #FFF; }
#header .logo a img { max-width: 300px; }
.links-sec a { color: #000080; }


/* Main font */

body {
	font-weight: bold;
}




@media all and (max-width: 700px) {
	
	.funnel-lead.image-overlay { background-size: contain; background-repeat: no-repeat; background-position: inherit; }
}


@media (min-width: 1118px) {
	.menu > .menu-item.current-menu-item:not(.button) a { border-bottom: none; }
	.menu-main > .current-menu-item:not(.button) > a { background-color: #f0f0f0; margin-bottom: -2px; }
	.menu > .menu-item.current-menu-item:not(.button) a:hover { border-bottom: none; }
}