/*
 Theme Name:     NMELC Child Theme
 Author:         Garret P Vreeland
 Author URI:     http://arraydesignstudio.com
 Template:       Divi
 Version:        V1.0
 Description:    A Child Theme built using the elegantmarketplace.com Child theme maker for NMELC
 Wordpress Version: 4.7.5
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */


@import url('https://fonts.googleapis.com/css?family=Dancing+Script');

/* h2 h3 styles */

.et_pb_post h2 a, .et_pb_portfolio_item h3 a {
    text-decoration: none;
    color: #004f2e;
}

/* green italic links */

/* .et_pb_text_inner a, .et_pb_text_inner a:hover {
	font-style:italic;
	font-weight:bold;
} */

/* .et_pb_posts a, .et_pb_posts a:hover {
	font-style:italic;
	font-weight:bold;
} */

/* video page date line-height, padding */

.et_pb_post .post-meta {
line-height:1.3em;
margin-top:-5px;
font-size: 90% !important;
color: #999999 !important;
}


/* navigation pulldowns */

#top-menu li li a {
    padding: 6px 20px;
    width: 200px;
    font-size: 18px;
    letter-spacing:0.5px;
}


/* Footer titles */


h4.title {
	font-family: 'Oswald' !important;
	font-weight: normal;
	font-size: 0.8em;
}

.et_pb_text_inner li {line-height: 1.3em; padding-bottom:0.7em;}



/* Press Release - in fact, all sidebars - line between entries! */

 .widget_recent_entries.et_pb_widget ul li  {
	border-bottom: 1px solid #e3e3e3;
    margin-bottom: .5em;
    padding-bottom: .5em;
    line-height: 1.4em;
} 

/* remove bullets from footer */


/* hide bullets in the footer menus */
.footer-widget li:before { display: none;}

#footer-widgets .footer-widget li {
    position: inherit;
    padding-left: 0;
}


/* bold, italic links */

/* posts first */

.post .et_pb_text_inner a {
	font-weight:bold;
	font-style:italic;
}

/* pages next */

.type-page .et_pb_text_inner p a {
	font-weight:bold;
	font-style:italic;
}





/* donate nav item, change color */

#top-menu li.menu-item-2443 a {
	color: #004f2f !important;
	font-weight:bold;
}



/* old, less specific 
	
	#top-menu li:nth-child(5) a {
	color: #004f2f !important;
	font-weight:bold;
}

*/




/* border around DONATE button - NOT USED YET*/


#top-header .container {padding-top: 0.4em !important;}


#et-secondary-nav > li:last-child {
    margin-right: 20px;
}

.nmelc-button-shim {padding-top: 0.3em !important;}


.nmelc-button-border {}

.nmelc-button-border a {
-moz-osx-font-smoothing: grayscale;
background: #f7931e none repeat scroll 0 0;
/* border: 2px solid; */
border-radius: 4px;
color: #ffffff !important;
cursor: pointer;
line-height: 1.7em;
margin: 0px auto;
padding: 0 8px !important;
transition: all 0.2s ease 0s;
}

.nmelc-button-border a:hover{
background-color:#f49331;
}

