/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.docs h1.entry-title {
	display: none;
}

.eclipseEnlighterJS span {
	font-size: 16px;
}

span.eclipseEnlighterJS {
	line-height: 3;
	padding: 10px 5px;
}

.docs ol, .docs ul {
	line-height: 3;
}

.jp-relatedposts {
	float: none !important;
}

.bbp-forum-title {
	font-size: 14px;
}

.home-desc {
	text-align: center;
	margin-bottom: 40px;
	font-size: 1em;
}

.text-blue {
	color: #0495ff;
}

.text-grey {
	color: #646464;
}

.text-thin {
	font-weight: 400px;
	font-size: .6em;
}

.sb-green-button, .sb-green-button:hover {
	background-color: #57C670;
	color: #fff;
	padding: 7px 20px;
}

.sb-blue-button, .sb-blue-button:hover {
	background-color: #0495ff;
	padding: 7px 20px;
	color: #fff;
	margin-left: 10px;
}

.sb-green-button img, .sb-blue-button img, .sb-white-button img {
	height: 16px;
	margin-right: 10px;
}

.sb-white-button, .sb-white-button:hover {
	background-color: #fff;
	padding: 7px 20px;
	color: #069BD5 !important;
	margin-left: 10px;
}

.sb-orange-button {
	background-color: #FFB056;
	padding: 7px 20px;
	color: #fff;
	margin-left: 10px;
}

.button-group {
	text-align: center;
}

.home-small-icon {
	float: left;
	width: 10%;
}

.feature-desc {
	float: right;
	width: 85%;
	margin-bottom: 30px !important;
}

.feature-desc h5 {
	margin-bottom: 10px;
}

.feature-desc p, .text-fade {
	color: #666;
}

.wpb_content_element {
	clear: both;
}

.hidden {
	display: none;
}

.logged-in .bbp-logged-in {
	background: #3863C1;
	color: #fff;
	padding: 15px;
}

.logged-in .bbp_widget_login h2 {
	display: none;
}

.logged-in .bbp_widget_login a {
	color: #fff;
}

.logged-in .bbp_widget_login a.button.logout-link {
	display: block;
	background: #fff;
	margin-left: -15px;
	border: none;
	color: #444;
	margin-bottom: -15px;
	margin-top: 30px;
	margin-right: -15px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

//added by sekander

.vc_gitem-link .vc_general .vc_btn3 .vc_btn3-size-md .vc_btn3-shape-square .vc_btn3-style-outline .vc_btn3-color-blue {
	border-bottom: 2px solid;
}

.bbp-replies .hentry div.bbp-reply-content {
    font-size: 14px;
}