@charset "UTF-8";
/*
Theme Name: MCE 2019
Theme URI: https://www.mced.biz/
Author: Pemaquid
Author URI: https://pemaquid.com
Description: Presenting a new WordPress theme for the Maine Center for Entrepreneurs
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mce_2019
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.


*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/



@import url("css/screen.css");


/* 
Additions below were not included in SASS compiler.
They should be included at a future date.
*/


h4 { margin-bottom:.5em; }


/* for custom page banners */
.banner_w_background .wrapper * {
	color:#00334a !important;
}

/* WPform buttons */
.wpforms-submit {
	background-color:#329AB7 !important;
	color:#fff !important;
	border-radius: 4px !important;
	font-family:Montserrat, sans-serif;
	text-transform: uppercase !important;
}

.wpforms-submit:hover {
	background-color:#40adcb !important;
}

/* post stylings */
.display-posts-listing, .display-posts-listing li {
	margin:0 !important;
	padding:0 !important;
	list-style-type: none !important;
}

.display-posts-listing li {
	padding:.5em 0 !important;
}

#sidebar .display-posts-listing li a {color:#329AB7;}


.entry-meta {
	margin-bottom:.5em;
	font-size:90%;
	font-style: italic;
	color:#999;
}

/* #content updates */
#content h1 {
	font-size:2em;
}


/* for video embeds in sidebar */
#sidebar iframe {
	max-width:100%;
	max-height:220px;
}


/* adjustment to nav after adding Events link */
@media (max-width: 1099px) {
  
#homelink, #hamburger {
	display:block;
	}


#nav {
	position:absolute;
	top:75px;
	left:0;
	z-index:7780;

	width:100%;
	float:none;
	padding:0;

	}	

#nav li {
	float:none;	
	display:none;
	background: rgba(0, 50, 75, 0.8);
	}  
  
#nav li a {
	margin-top:0;
	text-align: center;
	font-size:120%;
	border-top:1px solid #777;
	padding:.4em .5em;
	margin:0;
	font-weight:normal;
	color:#fff;
	}  
  
#nav li .subnav {
	position:relative;
	}  
  
#nav li .subnav li {
	width:100%;
	}  
  
#nav li .subnav li a {
	font-size:90% !important;
	}  
}
