/*
Theme Name:     NLU3A, 2018
Theme URI:      https://arcticonline.com
Description:    Custom Divi Child Theme For NLU3A
Author:         Arctic Online
Author URI:     https://arcticonline.com
Template:       Divi
Version:        1.1

License: GNU General Public License
License URI: license.txt
*/


/*******************************************
** COLOURS
********************************************
* WHITE		-	#ffffff
* RED		-	#e02b20
*/ 

/*******************************************
** HEADER + FOOTER
********************************************/
#main-header ul.et_mobile_menu { /* changes default colour for mobile menu dropdown */
    background-color: rgba(0,0,0,0.9) !important;
}

.mobile_menu_bar::before {
	color: #e02b20 !important;
}

.logged-in #menu-item-9944 {
	display: none; /* hide login link if logged in */
}

/*******************************************
** GENERAL
********************************************/
/* default page template page titles */

.page-template h1.entry-title,
.page-template-default h1.entry-title,
.single-post p.post-meta,
.group-template-default h1.entry-title,
.location-template-default h1.entry-title,
.event-template-default h1.entry-title {
	border-bottom: 1px solid #3a3a3a;
	padding-bottom: 20px;
}
		
	.single-post p.post-meta {
		margin-bottom: 25px;
	}

/* sidebar tweaks */

h4.widgettitle {
	background-color: #12876f;
	color: #FFF;
	padding: 10px 10px;
}

#sidebar .et_pb_widget {
	font-size: 0.9em;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

#sidebar .et_pb_widget a {
	color: #e02b20;
}

/* nl subscribe, trade contact form adjustments */

.et_pb_newsletter .et_pb_newsletter_field,
.gecko .et_pb_newsletter .et_pb_newsletter_field,
#et_pb_contact_form_0 .et_pb_contact_field {
	padding-left: 0 !important;
	margin-bottom: 5px;
}

/* call to action button */

body #page-container #nl-cta-button .et_pb_promo_button.et_pb_button:hover {
    color: #FFF !important;
}

/*******************************************
** BLOG
********************************************/

/* post navigation */

.wp-post-navigation-pre, .wp-post-navigation-next {
	display: flex !important;	
}

.wp-post-navigation {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 4px solid #efefef;
}

.wp-post-navigation a {
	font-weight: 600;
	margin: auto 0;
	padding-top: 6px;
	width: 100%;
}

/*******************************************
** GROUPS
********************************************/
/*  open or closed groups mike 2021-07-04 */
.group-open, .group-open a {
	color: #00a800;
}
.group-closed, .group-closed a {
	color: #e60000;
}

/*******************************************
** EVENTS
********************************************/
.location-template-default .post-meta,
.event-template-default .post-meta {
	display: none;
}

.event-template-default .et_post_meta_wrapper img {
	margin-top: 20px;
}

@media only screen and (min-width: 980px) { 
	#content-area table th {
		min-width: 265px;
	}
}
/** END **/
