.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-size: 1.0rem;
	line-height: 2.181818182;
	font-weight:normal;
	text-transform: uppercase;
	color: #636363;
}



/*WP-FORGE THEME: CHANGE HEIGHT OF HEADER*/
#header {
	padding:0.8rem 0;
}




/*WP-FORGE THEME: CHANGE PAGE HEADER (TITLE) SIZE*/
.entry-title {
		font-size: 1.2rem;
	}



/*TO UNDERLINE LINKS IN CONTENT*/
.entry-content a {
text-decoration: underline;
}




/*WP-FORGE THEME: CHANGE FONT OF CAPTIONS IN IMAGE GALLERIES*/
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: normal;
	font-size: 15.5px;
	line-height: 2;
	color: #444444;
}


/* WP-FORGE THEME: REMOVE SPACE BETWEEN HEADER IMAGE AND TOP MENU BAR*/
#header .row,
#header .columns {
   padding:0!important;
}
img.header-image {
   margin: 0!important;
}

/*REMOVE SITE SEARCH BUTTON TOP RIGHT*/
.search-toggle {
display: none;
}


/*move menu to the left*/
.primary-navigation {
		float: left;
		font-size: 11px;
		margin: 0 1px 0 200px;
		padding: 0;
		text-transform: uppercase;
	}





/*white space size between header and body*/
.content-area,
	.content-sidebar {
		padding-top: 30px;
	}


/*change page headings so they are not in CAPITAL letters*/
.entry-title {
    text-transform: none;
}



/*change menu, submenu and widget titles so they are not in CAPITAL letters*/
.content-sidebar .widget .widget-title {
 text-transform: none;
}
.widget .widget-title {
	text-transform: none;
}
.nav-menu a {
	text-transform: none;
}

div.entry-meta {
	text-transform: none;
}
span.cat-links a {
	text-transform: none;
}
#page div.sharedaddy h3.sd-title {
	text-transform: none;
}



/*change full page text wider with the max-width below*/
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content,
.post-navigation,
.image-navigation,
.comments-area {
max-width: 75%;
}


/* Strong Testimonials */
/* increase font-size */
.strong-view.default .testimonial-heading {
    font-size: 1.2em;