/*navigation menu colour and colour when hovering*/
.main-navigation .nav-menu li:hover > a, 
.main-navigation .nav-menu li.current-menu-item > a, 
.main-navigation .nav-menu li.current_page_item > a {
	color: #999;
} 

/*highlight text colour*/

section[class*="-section"] .widget-title:after, 
.section-title span:after {
	content: "";
	background: #f5f5f5;
	width: 100%;
	height: 40%;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: -1;
}

/*read more hover colour*/

.btn-readmore:hover {
	background: #f5f5f5;
	color: #fff !important;
}
/*page width of posts*/
.tc-wrapper {
	width: 90%;
	margin: 10 auto;
}

.widget_rrtc_icon_text_widget .text-holder .content {
	font-size: 0.9em;
	color: #676767;
}

/*category text colour portfolio post*/
a {
	color: #999;
	text-decoration: none;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}

/*potfolio post page header colour*/
.page-header .page-title span:before {
	content: "";
	background: #f5f5f5;
	width: 100%;
	height: 40%;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

/*portfolio typography*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #1c1b1b;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
}

/*text hover colour category*/
.text-holder span.sub-title a:hover{
	color: #e5e5e5;
}
.text-holder .gal-title a:hover {
	color: #999;
}
.text-holder span.sub-title a:hover{
	color: #999;
}

/*homepage width*/

	
/*category buttons*/
	.filter-button-group button {
	text-transform: capitalize;
	font-weight: 100;
	letter-spacing: 0;
	font-size: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #f8f8f8;
	border: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 40px;
}

/*post-thumbnail alignment*/
.post-thumbnail {
    text-align: center;
}

/*blog posts alignment and padding*/
.rightsidebar #primary {
	float: left;
	width: 70%;
	padding-right: 70px;
	padding-left: 70px;
}
/*logo size*/
.site-logo{

width: 60px;

}

/*blog post titles on home page*/
.article-block header.entry-header {
	text-align: center;
}

	