/* Adjust body font */

body{
	font-family: 'Proxima Nova2', Georgia, sans-serif !important;
	font-size: 15px;
}

/*Adjust Logo Size */

.site-branding img {
 max-width: 240px;   
}

/*Hero Image: Overlay Opacity*/

#hero.has-background .overlay {
    opacity: .25;
}


/*Hero Image: Text Centered*/

.home #hero .entry-content {
  width: 100%;
  max-width: 100%;
}

/*Spacing on the Homepage*/

.homepage-widgets .widget {
padding: 30px 0;}

/*Button Dropshadow Color*/
.hentry .entry-content a:not(.primary-button) {
    border-bottom: 2px solid white;
}

/*underline all links, except site navigation*/
#page a {
  text-decoration-line: none;
}
#page a:hover {
	text-decoration-line: underline
}

nav#site-navigation a,
a#header-search-button {
	text-decoration-line: none;
}
nav#site-navigation a:hover,
a:hover#header-search-button {
	text-decoration-line: none;
}

/* Change widget title color */
.widget.front-recent-posts h4.widget-title, .widget.front-testimonials h4.widget-title{
color: #5d0a8b;
}

/*Homepage Featured Image Full Width - for Featured Page Two*/

.home .featured-page-two .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.home .featured-page-two .container img {
    width: 100%;
}

.home .featured-page-two .container h4,
.home .featured-page-two .container .entry-content {
    max-width: 1100px;
    max-height: 350px; 
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

/*Homepage Featured Image Headline to Violet - for Featured Page Two*/
.homepage-widgets .widget .widget-title {
    color: #5d0e8b;
}

/* change menu hover color */
#site-navigation ul ul {
	background: #5c0f8d;
}
#site-navigation li:hover > a {
	color: #5c0f8d;
}
#site-navigation .current_page_item > a,
#site-navigation .current-menu-item > a,
#site-navigation .current_page_ancestor > a,
#site-navigation .current_page_item > a:hover,
#site-navigation .current-menu-item > a:hover,
#site-navigation .current_page_ancestor > a:hover,
#site-navigation ul:not(.sub-menu) > .menu-item-has-children:hover > a:hover,
#site-navigation ul:not(.sub-menu) > .menu-item-has-children:hover > a {
	background: #5c0f8d;
}

/*Breadcrumbs*/
.breadcrumbs {
 color: #454646;
 margin-bottom: 0px;
 border-bottom: 1px solid #ebecee;
 padding: 13px 0;
	font-size: 12px;
 text-transform: uppercase;
 line-height: 1.2;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.breadcrumbs .current-item{
	font-weight: bold;
}

.breadcrumbs span{
	margin-right: 4px;
	margin-left: 4px
}

.breadcrumbs span:first-child{
	margin-left: 0;
}

/*Removing bullets from list*/
ul.circle {
    list-style: none;
}


/* --- Adding a circle as the first character of each list item --- */
ul.circle li::before {
    content: "•";
    color: #5c0f8d;
    float: left;
    font-size: 30px;
    line-height: 12px;
    margin:0 10px 0 -20px;
}

/*Remove from Posts Byline, Date + Leave Comment Line*/
.entry-meta {
	display: none;
}

/* BIO SECTION --- Remove the image from the header on the team member pages is*/
.single-modernteammembers #hero.has-background, #primary-header.has-featured-image, .page-header.has-featured-image {
background-image: none !important;
}

/*Remove the image itself from the body of the page*/
.single-modernteammembers .entry-thumb { 
display: none;
}

/*Remove the date from the bio pages*/
.single-modernteamshowcases .posted-on {
display: none;
}


/*Bio Page: Job Titles Size & Color*/
.wmts_member .wmts_job_title {
	      font-size: 12px!important;
	      line-height: 1.2em!important;
	      color: #777777!important;
	      font-weight: normal;
	    }



/* Bio Page Background */
body.single-modernteammembers #main > article .entry-content{
 background-image: url('http://34.215.58.10/wp-content/uploads/2018/01/grid-city.png');
 background-position: bottom center;
 background-repeat: no-repeat;
 background-size: 100%;
 padding-bottom: 150px;
}

/* Bio Date */
body.single-modernteammembers #primary-header .entry-meta{
 display: none;
}

/* Bio Header Background */
body.single-modernteammembers #primary-header .overlay{
 background-color: #f1f1f1;
}

/* Bio - Remove Byline */
.container .entry-meta {
	display: none;
}

/* Bio - Remove Byline */
 .wmts_member {
	        min-height: 230px;
	    }

/* Bio - change color of text in  header area to purple */
#primary-header.has-featured-image .entry-title, #primary-header.has-featured-image .entry-meta, #primary-header.has-featured-image .entry-meta a, .page-header.has-featured-image .page-title, .page-header.has-featured-image .taxonomy-description {
	color: #5c0f8d;
}


/* Bio - Removes the "Next Entry" at the bottoms of the Bio content and individual pages */

nav.navigation.post-navigation {
    display: none;
}


/* Bio - Pop-Up Box, Removes Location Drop-Pin, so it just lists their specialty, like "Transportation, Etc." */
i.fa.fa-map-marker {
    display: none;
}

/* Post Feature Image Overlay Adjust */
#hero.has-background .overlay, #primary-header .overlay, .page-header.has-featured-image .overlay {
	background: rgba(0,0,0,0.02);
}

/* Post Headline Color Adjust */
#primary-header.has-featured-image .entry-title, #primary-header.has-featured-image .entry-meta, #primary-header.has-featured-image .entry-meta a, .page-header.has-featured-image .page-title, .page-header.has-featured-image .taxonomy-description {
	color: #929394;
}

/* Change background and text color of share buttons */
.share-icon, .share-icon::before, .share-icon span {
    background-color: #ffffff !important;
    color: #4d4d4d !important;
}

/* change color of tag and category links */
span.links-title {
    color: #4d4d4d !important;
}

.cat-links a, .tags-links a {
    color: #4d4d4d !important;
}
.sd-title {
    color: #4d4d4d !important;
}

#primary-header.has-featured-image .entry-title{color: #595959;
} 

/* change nav font */
#site-navigation a {
	font-size: 14px;
	font-weight: bold;
}
