/*
Theme Name: SLFD Wiki
Theme URI: https://mywebman.com
Author: Alex Geeves
Author URI: http://mywebman.com
Description: MyWebMan designed theme for SLFD Wiki, based on the AccessPress theme.
Template: accesspress-pro
Version: 1.0.2
Text Domain: accesspress_pro

*/
@import url("../accesspress-pro/style.css");
/*Header*/
#main-header{
	padding: 10px 0px 0px 0px !important;
	border-bottom: 5px solid #333333 !important;
}
#site-navigation {
    margin-top: 30px;
	border:none !important;
}
.top-header a:hover{
	color: #ffffff;
	text-decoration: underline;
}
/*Footer*/
.site-footer #bottom-footer{
	background:#0073ea !important;
}
.site-footer #bottom-footer a, .site-footer #bottom-footer{
	color:#ffffff !important;
}
/*Side Bar*/
.textwidget input, .textwidget textarea{
	width:100%;
}
.page-id-30 #text-3{
	display:none !important;
}
/*Home Page*/
#welcome-text h1{
	display:none;
}
#top-section{
	margin-bottom: 0;
	padding-bottom: 0;	
}
/*Slider*/
.bx-wrapper .slider-caption .caption-title{
	text-transform:none !important;
	font-size:30px !important;
}
.bx-wrapper .slider-caption .caption-description{
	font-size:18px !important;
}
.slider-caption {
    bottom: 0% !important;
    top: auto !important;
	background: rgba(0, 0, 0, 0.5) !important;
}
/*Project Page*/
.project-table td, .project-table tr{
	border:none;
	padding-bottom: 10px;
}
.project-image-cell{
	width:300px;
	padding:0px;
}
.project-text-cell{
	vertical-align:top;
}
.project-table h3{
	color:#f00 !important;
}

.user-projects-title{
	font-size:18px;
	display:block;
}
.user-projects-date{
	display:none;
}
.user-projects img{
	float:left;
	margin-right:20px;
}
.user-projects p{
	min-height:200px;
	position:relative
}
.user-projects-read-more{
	position:absolute;
	bottom:17px;
	left:170px;
}
/* Site Map */
.site-map-contain{
	border-right:solid thin #2d2b26;
	border-left:solid thin #2d2b26;
	background-color:#F6F6F6;
}
.site-map-contain h3{
	text-align:center;
}
.site-map-contain a:hover{
	color:#0073ea;
}
.site-map-title{
	text-align:center;
}
.panel-grid-cell{
	margin-bottom:0px !important;
}
.site-map-contain .textwidget{
	padding-right: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
li.categories{
	text-align: center;
	list-style:none;
	font-size: 0px;
}
.categories li.cat-item{
	text-align: left;
	list-style:circle;
	font-size: 15px;
}