/*!
Theme Name: Marketplace Base Theme
Theme URI: https://openchannel.io/
Author: OpenChannel
Author URI: https://openchannel.io/
Description: OpenChannel Markeptlace
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ocmp
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

OpenChannel Marketplace is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
# Accessibility
# Site
	## Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

hr {
	height: 1px;
	margin-bottom: 1.5em;
	border: 0;
	background-color: #eceff1;
}

img {
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	height: auto;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

table {
	width: 100%;
	margin: 0 0 1.5em;
}

caption {
	caption-side: inherit;
}

legend {
	font-size: 16px;
	font-size: 1rem;
}

::-webkit-input-placeholder {
	color: #aaa;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #aaa;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #aaa;
}

:-ms-input-placeholder {
	color: #aaa;
}

::-moz-selection {
	color: #fff;
	background: #444;
}

::selection {
	color: #fff;
	background: #444;
}

::-moz-selection {
	color: #fff;
	background: #444;
}

.table td, .table th {
	border-top:none;
    border-bottom: 1px solid #eceeef;
}

table.parameter .parameter-type{
    opacity:0.6;
}

table.parameter .parameter-meta{
    max-width:20%;
}

table.parameter .parameter-meta td{
    padding: .2rem;
}

table.parameter td{
    border-bottom: none;
}

table.parameter>tbody>tr {
    border-top: 1px solid #eceeef;
}

a {
	color: #364550;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:focus,
a:hover,
a:active {
	outline: 0;
    text-decoration: none;
    color: #ddd;
}

.method-example .token.property {
	color: #fff;
}

.method-example .token.tag,
.method-example .token.symbol,
.method-example .token.deleted {
	color: #5abaf0;
}
.method-example .token.boolean,
.method-example .token.number,
.method-example .token.constant {
	color: #deae7f;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #5abaf0;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #deae7f;
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #81bf04;
}

.token.function {
	color: #da4b69;
}

.token.regex,
.token.important,
.token.variable {
	color: #e09104;
}

/*--------------------------------------------------------------
## Forms and Fields
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="file"],
textarea {
	display: block;
	padding: 0.5rem 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	background-clip: padding-box;
	font-size: 1rem;
	line-height: 1.25;
}

label {
	font-size: 14px;
	font-size: 0.875rem;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 0.25rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

select,
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
pre {
	overflow: auto;
	max-width: 100%;
	margin-bottom: 1.6em;
	padding: 1.6em;
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
}

blockquote {
	margin: 0 1.5em;
	padding-left: 20px;
	border-left: 2px solid #eceff1;
	font-family: serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
	font-style: italic;
}

.menu-toggle:before,
.toggled .menu-toggle:before,
.sub-menu-toggle:before,
.social-links ul a:before,
#cancel-comment-reply-link:before,
.widget_latest_tweets_widget .widget-title:before,
.widget_recent_entries li:before,
.widget_archive li:before,
.widget_pages li:before,
.widget_recent_comments li:before,
.widget_categories li:before,
.widget-menu-toggle:before,
.wpcf7-mail-sent-ok:before,
.wpcf7-mail-sent-ng:before,
.wpcf7-spam-blocked:before,
.wpcf7-validation-errors:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5rem;
	text-align: center;
	vertical-align: top;
	text-decoration: inherit;
	text-transform: none;

	speak: none;
}

/*--------------------------------------------------------------
## WordPress Generated Classes
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/** Caption */
.aligncenter,
.alignleft,
.alignright {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.aligncenter img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/** Caption */
.wp-caption {
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 1.5em;
	padding: 0.5em;
	border: 1px solid #eceff1;
	background-color: #fff;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption > a {
	display: block;
}

.wp-caption > a img {
	vertical-align: middle;
}

.wp-caption > a:hover img,
.wp-caption > a:focus img {
	opacity: 0.5;
}

#tertiary .wp-caption {
	border-color: rgba(0, 0, 0, 0.2);
	background-color: rgba(0, 0, 0, 0.15);
}

.wp-caption-text {
	margin-bottom: 0;
	padding: 1em 1em 0.5em;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

/** Gallery */
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 4px 4px 0;
}

.gallery-item img {
	vertical-align: middle;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	max-height: 50%;
	margin: 0;
	padding: 6px 8px;
	opacity: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

.gallery-caption:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 49px;
	content: "";
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	line-height: 1.25;
}
  h1,h2,h3,h4{
  	margin-top:30px;
  }

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.result-row {
	padding: 1.5rem 0 1.5rem 0;
	border-bottom: 1px solid #eceff1;
}

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.container:before,
.container:after,
.main-navigation:before,
.main-navigation:after,
.entry:before,
.entry:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.posts-navigation:before,
.posts-navigation:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	display: table;
	table-layout: fixed;
	content: "";
}

.clear:after,
.container:after,
.main-navigation:after,
.entry:after,
.entry-content:after,
.comment-content:after,
.posts-navigation:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
}

.screen-reader-text:focus {
	display: block;
	clip: auto !important;
	z-index: 100000;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	border-radius: 3px;
	color: #21759b;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* Twitter Bootstrap Override Style */
.nav-list > li > a,
.nav-list .nav-header {
	margin: 0;
}

/* Twitter Bootstrap Override Style */
.nav-list > li > a {
	padding: 5px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
	color: #fff;
	background-color: #08c;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
## Modal Dialog
--------------------------------------------------------------*/
.modal-dialog {
	position: relative;
	width: auto;
	margin: 50px 10px 10px 10px;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 100px auto;
	}
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.menu-toggle,
.sub-menu-toggle {
	overflow: hidden;
	width: 58px;
	height: 58px;
	padding: 0;
	border: none;
	border-radius: 0;
	color: #fff;
	background-color: transparent;
	box-shadow: none;
	font-weight: bold;
	line-height: 58px;
	text-align: center;
	text-align: left;
	text-transform: uppercase;
}

.menu-toggle:before,
.sub-menu-toggle:before {
	font-size: 21px;
	line-height: 58px;
	content: "\f0c9";
}

.toggled .menu-toggle:before,
.toggled
  .sub-menu-toggle:before {
	font-size: 21px;
	line-height: 58px;
	content: "\f00d";
}

.sub-menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
	border: none;
	color: #fff;
	line-height: 54px;
}

.toggled .sub-menu-toggle:before,
.sub-menu-toggle:before {
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 14px;
	line-height: 54px;
	content: "\f078";
}

.sub-menu-toggle.toggled:before {
	font-size: 14px;
	line-height: 54px;
	content: "\f077";
}

.main-navigation {
	display: block;
	clear: both;
	z-index: 5;
	color: #fff;
}

.main-navigation > .container {
	padding: 0;
}

.main-navigation .fa,
.main-navigation ul.menu {
	display: none;
}

.main-navigation.toggled > .wrap,
.main-navigation.toggled ul.menu {
	display: block;
}

.main-navigation .sub-menu {
	display: none;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}

.main-navigation ul li {
	position: relative;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-navigation ul li:first-child {
	border-top: 0;
}

.main-navigation ul ul {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(0, 0, 0, 0.25);
}

.main-navigation ul ul a {
	padding: 1rem;
}

.main-navigation a {
	display: block;
	padding: 1rem 0;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: none;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul > :hover > a,
.main-navigation ul > .focus > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
	opacity: 1;
	color: #fff;
}

.main-navigation .menu-toggle {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	text-align: center;
}

.posts-navigation {
	border: 1px solid #eceff1;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	clear: both;
}

.site-main .comment-navigation,
.site-main
  .posts-navigation,
.site-main
  .post-navigation {
	overflow: hidden;
	margin: 0 0 1.5em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a {
	display: block;
	color: #444;
	background-color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
}

.comment-navigation a span,
.posts-navigation a span,
.post-navigation a span {
	display: block;
	opacity: 0.75;
	color: #444;
	text-transform: lowercase;
}

.comment-navigation a:hover,
.comment-navigation a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.post-navigation a:hover,
.post-navigation a:focus {
	color: #ddd;
}

.comment-navigation a:hover span,
.comment-navigation a:focus span,
.posts-navigation a:hover span,
.posts-navigation a:focus span,
.post-navigation a:hover span,
.post-navigation a:focus span {
	color: #ddd;
}

.nav-links {
	display: block;
}

.comment-navigation {
	border-top: 1px solid #eceff1;
	border-bottom: 1px solid #eceff1;
}

.site-main .comment-navigation {
	margin-bottom: 0;
}

.navigation {
	margin-bottom: 1.5rem;
}

.pagination {
	display: block;
	position: relative;
	margin-top: -1px;
	border-radius: 0;
	font-size: 0;
	text-align: center;
}

.page-numbers {
	display: none;
	padding: 1rem 1.4rem;
	border: 1px solid #eceff1;
	background-color: #fff;
	font-size: 16px;
	font-size: 1rem;
}

.page-numbers.current {
	display: inline-block;
	color: #444;
}

.page-numbers.current .screen-reader-text {
	overflow: auto;
	clip: auto;
	position: relative !important;
	width: auto;
	height: auto;
}

.page-numbers.next,
.page-numbers.prev {
	display: block;
	position: absolute;
	top: 0;
	margin: 0;
}

.page-numbers.next {
	right: 0;
}

.page-numbers.prev {
	left: 0;
}

.page-numbers:hover:not(.current),
.page-numbers:focus:not(.current) {
	color: #fff;
	background-color: #ddd;
}

.page-numbers.dots:hover,
.page-numbers.dots:focus {
	color: inherit;
	background-color: inherit;
}

/*--------------------------------------------------------------
## Main
--------------------------------------------------------------*/
/** Site Header */
.site-header {
	position: relative;
	z-index: 5;
	color: #fff;
	background-color: #364550;
}

.site-branding {
	float: left;
	padding: 1rem 0;
}

.site-branding a {
	color: #fff;
}

.site-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
}

.site-title,
.site-description {
	margin: 0;
	line-height: 1;
}

.site-description {
	margin-top: 0.5rem;
	opacity: 0.5;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
}

.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

a.custom-logo-link {
	display: block;
	max-width: 250px;
	height: 52px;
}

img.custom-logo {
	display: block;
	width: auto;
	height: 100%;
}

.footer-widgets {
	padding: 3rem 0 1.5rem;
	color: #b5c0cb;
	background-color: #364550;
}

.footer-widgets a {
	color: #fff;
}

/** Site Footer */
.site-footer {
	padding: 1.5rem 0;
	color: #5a5a5a;
	background-color: #222;
	text-align: center;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #364550;
}

/** Return Top */
.return-to-top {
	position: fixed;
	z-index: 5;
	right: 0;
	bottom: 50px;
	padding: 12px 16px;
	border-radius: 3px;
	opacity: 0;
	color: #fff;
	background-color: #ccc;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 21px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.return-to-top:hover,
.return-to-top:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}

.return-to-top.off {
	right: -60px;
	opacity: 0;
}

.return-to-top.on {
	right: 20px;
	opacity: 1;
}

/*--------------------------------------------------------------
## Post and Pages
--------------------------------------------------------------*/
.entry {
	padding: 2rem 0;
}

.blog .site-content .entry {
	border-bottom: 1px solid #eceff1;
}

.post .entry-header {
	text-align: center;
}

.updated:not(.published) {
	display: none;
}

.entry-title {
	position: relative;
}

.entry-content {
	padding-bottom: 40px;
}

.post-thumbnail {
	display: block;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.post-thumbnail a {
	display: inline-block;
}

.entry-meta,
.entry-footer {
	margin-bottom: 1.5rem;
	color: #b5c0cb;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.entry-meta {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #eceff1;
	letter-spacing: 0.1rem;
}

.blog .entry-meta {
	padding-bottom: 0;
	border-bottom-width: 0;
}

.entry-footer {
	position: relative;
	padding-top: 1rem;
	border-top: 1px solid #eceff1;
	text-transform: inherit;
}

.cat-links,
.tag-links {
	display: block;
	margin-bottom: 0.5rem;
}

.more-link-wrap {
	display: block;
	clear: both;
	text-align: right;
}

a.more-link {
	display: inline-block;
	font-weight: bold;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	padding: 1.5em 0;
	background-color: #fff;
}

.comments-area label {
	display: block;
}

.comments-title,
.comment-reply-title {
	margin-bottom: 1.5rem;
	font-size: 20px;
	font-size: 1.25rem;
}

.comments-title {
	padding: 0 1rem;
}

.comment-list {
	margin: 0;
	padding: 0;
	border: 1px solid #eceff1;
	list-style-type: none;
}

.comment-list .comment {
	margin-top: -1px;
	padding: 0 1.5rem 0;
}

.comment-list .comment .children {
	margin: 0;
	margin-right: -1.5em;
	padding-left: 0;
	list-style-type: none;
}

.comment-list .comment .children .comment {
	margin-right: -1px;
	margin-bottom: -1px;
	border: 1px solid #eceff1;
	border-top-width: 0;
}

.comment-list .comment .avatar {
	display: block;
	float: left;
	margin-right: 1rem;
	border-radius: 64px;
	vertical-align: top;
}

.comment-list .pingback {
	margin-top: -1px;
	padding: 1em 1.5em 1rem;
	border-top: 1px solid #eceff1;
	border-bottom: 1px solid #eceff1;
}

.comment-list .comment-respond {
	position: relative;
	margin-bottom: 1.5rem;
	padding: 0;
	border: none;
}

.comment-respond {
	margin-top: -1px;
	padding: 1.5em;
	border: 1px solid #eceff1;
}

.no-comments {
	margin-bottom: 0;
	padding: 1rem 1.5rem 0;
}

.comment-meta {
	overflow: hidden;
	position: relative;
	margin-right: -1.5rem;
	margin-left: -1.5rem;
	padding: 1em 1.5em;
	border-top: 1px solid #eceff1;
	border-bottom: 1px solid #eceff1;
}

.comment-meta a {
	color: #364550;
	font-weight: bold;
}

.comment-meta a:hover,
.comment-meta a:focus {
	color: #ddd;
}

.comment-meta .fn {
	font-style: normal;
}

.comment-awaiting-moderation {
	margin-bottom: 0;
}

.bypostauthor > .comment-body > .comment-meta {
	border-bottom-color: #444;
	color: #fff;
	background-color: #444;
}

.bypostauthor > .comment-body > .comment-meta a {
	color: #fff;
}

.bypostauthor > .comment-body > .comment-meta a:hover,
.bypostauthor > .comment-body > .comment-meta a:focus {
	color: #ddd;
}

.comment-metadata {
	margin-top: 0.25em;
	font-size: 12px;
	font-size: 0.75rem;
}

.comment-content {
	padding-top: 1.5em;
	word-wrap: break-word;
}

.comment-form .submit {
	width: 100%;
}

.comment-body {
	word-wrap: break-word;
}

.comment-body > .reply a {
	display: inline-block;
	margin-bottom: 1.5rem;
	padding: 0.25rem 1rem;
	border: 1px solid #444;
	border-radius: 5px;
	color: #444;
	background-color: #fff;
}

.comment-body > .reply a:hover {
	border-color: #ddd;
	color: #fff;
	background-color: #ddd;
}

#cancel-comment-reply-link {
	display: block;
	overflow: hidden;
	position: absolute;
	top: -2px;
	right: 0;
	width: 32px;
	height: 32px;
	text-align: center;
}

#cancel-comment-reply-link:before {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	color: #fff;
	background-color: #364550;
	line-height: 32px;
	text-align: center;
	vertical-align: top;
	text-decoration: inherit;
	text-transform: none;
	content: "\f00d";

	speak: none;
}

#cancel-comment-reply-link:hover:before,
#cancel-comment-reply-link:focus:before {
	background-color: #ddd;
}

.comment-meta .edit-link {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
}

/*--------------------------------------------------------------
## Page Templates
--------------------------------------------------------------*/
.section-hero {
	padding: 3rem 0;
	color: #fff;
	background-color: #364550;
	background-repeat: repeat;
	background-position: center center;
}

.hero-title {
	margin-bottom: 1.5rem;
	color: #fff;
	line-height: 1;
}

.hero-subtitle {
	margin-bottom: 1.5rem;
}

.hkb-site-search {
	position: relative;
}

.hkb-site-search .form-control {
	height: 52px;
	padding: 6px 50px 6px 54px;
	border: none;
	border-radius: 52px;
	font-size: 16px;
}

.hkb-site-search .fa {
	position: absolute;
	top: 11px;
	left: 14px;
	color: #ddd;
	font-size: 28px;
}

.hkb-site-search .search-clear span {
	right: 14px;
	left: inherit;
	width: 28px;
	height: 28px;
	border: 2px solid #ccc;
	border-radius: 100px;
	color: #ccc;
	font-size: 14px;
	font-weight: 100;
	line-height: 24px;
}

.section-features {
	padding: 3rem 0 1.5rem;
	background-color: #f1f1f1;
}

.section-features .card {
	margin-bottom: 1.5rem;
}

.card-icon {
	font-size: 80px;
}

.card-shadow {
	border: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-summary {
	font-size: 14px;
	font-size: 0.875rem;
}

.homepage-widget {
	margin: 0;
	padding: 0;
	border-width: 0;
}

.homepage-widget .widget {
	margin: 0;
	padding: 0;
}

.page:not(.page-template-full-width-no-hero) .site-main .page .entry-title, #content-title {
    border-bottom: 1px solid #ddd;
    margin: 10px 0px 30px;
    padding-bottom: 10px;
	color: #000;
}
.buddypress .entry-header{display: block;}
#buddypress .standard-form legend{font-size: 0.875rem;}
.buddypress #profile-personal-li #profile {display:none}
.buddypress .field-visibility-settings-notoggle {display:none}
.buddypress.bp-user select#notification-select {
    width: calc(100% - 100px);
    display: inline-block;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5rem;
}

.widget_calendar table {
	margin-bottom: 0;
}

.widget_tag_cloud a,
.widget_product_tag_cloud a {
	display: inline-block;
	zoom: 1;
	position: relative;
	margin: 2px 0;
	padding: 5px 10px;
	border: 1px solid #b5c0cb;
	border-radius: 0.25rem;
	color: #b5c0cb;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_product_tag_cloud a:hover,
.widget_product_tag_cloud a:focus {
	border-color: #ddd;
	color: #fff !important;
	background-color: #ddd;
	text-decoration: none;
}

.widget_recent_entries ul,
.widget_archive ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_categories ul,
.widget_display_replies ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget_recent_entries li,
.widget_archive li,
.widget_pages li,
.widget_recent_comments li,
.widget_categories li,
.widget_display_replies li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.widget_display_replies div {
	font-size: 14px;
	font-size: 0.875rem;
}

.widget_recent_entries li:before {
	margin-right: 0.5rem;
	content: "\f0f6";
}

.widget_archive li:before {
	margin-right: 0.5rem;
	content: "\f133";
}

.widget_categories li::before {
	margin-right: 0.5rem;
	content: "\f114";
}

.widget_pages li::before {
	margin-right: 0.5rem;
	content: "\f016";
}

.widget_recent_comments li::before {
	margin-right: 0.5rem;
	content: "\f0e5";
}

.widget_archive span,
.widget_categories span {
	float: right;
}

.widget_nav_menu ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}

.widget_nav_menu ul li {
	position: relative;
	padding: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.widget_nav_menu ul li:first-child {
	border-top: 0;
}

.widget_nav_menu ul ul {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.widget_nav_menu a {
	display: block;
	padding: 0.5rem;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.widget_nav_menu ul ul a {
	font-weight: inherit;
	text-transform: inherit;
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .fa {
	display: none;
}

.widget-menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	color: #364550;
	background-color: transparent;
}

.toggled .widget-menu-toggle:before,
.widget-menu-toggle:before {
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 40px;
	content: "\f078";
}

.widget-menu-toggle.toggled:before {
	line-height: 40px;
	content: "\f077";
}

.widget-menu-toggle:hover,
.widget-menu-toggle:focus {
	color: #ddd;
}

#tertiary .widget-menu-toggle {
	color: #fff;
}

.nav-tabs-wrapper .tab-content > .tab-pane, .nav-tabs-wrapper .tab-content > .tab-pane.active{
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 10px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
section.no-results, section.error-404{padding: 40px 0;}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Tablet
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.site-branding {
		padding: 1rem 0;
	}

	.section-hero {
		padding: 2.5rem 0;
	}

	.page-template-front-page .section-hero {
		padding: 7.5rem 0;
	}

	#secondary {
		z-index: 1;
	}

	#secondary .widget {
		padding: 0 1.5rem 1.5rem;
	}

	#secondary.homepage-widget .widget {
		margin: 0;
		padding: 0;
	}

	.post .entry-header {
		text-align: left;
	}

	.comments-area {
		margin-right: -1rem;
	}

	.post-template-sidebar-content .comments-area,
	.page-template-sidebar-content .comments-area {
		margin-right: 0;
		margin-left: -1rem;
	}

	.post-template-full-width .comments-area,
	.page-template-full-width .comments-area,
	.page-template-full-width-no-hero .comments-area {
		margin-right: 0;
	}

	.alignleft {
		display: inline;
		float: left;
		clear: none;
		margin-right: 1.5em;
	}

	.alignright {
		display: inline;
		float: right;
		clear: none;
		margin-left: 1.5em;
	}
}

/*--------------------------------------------------------------
## Desktop
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
	#content > .container {
		min-height: 600px;
	}

	body.register #content > .container,
	body.page-template-full-width-no-hero #content > .container {
		min-height: 800px;
	}

	body.page-template-front-page #content #primary {
		min-height: 600px;
	}
	/* Small menu */
	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		cursor: pointer;
	}

	.main-navigation {
		float: right;
		clear: none;
		margin-bottom: 0;
		color: #444;
		background-color: transparent;
	}

	.main-navigation > .container {
		display: block;
		clear: none;
		width: auto;
		margin-right: 0;
		margin-left: 0;
		background-color: transparent;
		box-shadow: none;
	}

	.main-navigation ul {
		display: block;
		padding: 0;
	}

	.main-navigation ul li {
		border-top-width: 0;
	}

	.main-navigation .fa {
		display: block;
		position: absolute;
		top: 50%;
		right: 7px;
		margin-top: -7px;
		font-size: 14px;
	}

	.main-navigation ul.menu {
		display: block;
		float: left;
		width: 100%;
		color: #444;
		line-height: 1.5;
	}

	.ie8 .main-navigation ul.menu .menu-item {
		float: left;
	}

	.main-navigation ul.menu .menu-item {
		display: inline-block;
		float: left;
		position: relative;
		border: none;
		text-align: left;
	}

	.main-navigation ul.menu .menu-item:hover,
	.main-navigation ul.menu .menu-item.focus {
		position: static;
	}

	.main-navigation ul.menu .menu-item:hover a,
	.main-navigation ul.menu .menu-item.focus a {
		text-decoration: none;
	}

	.main-navigation ul.menu .menu-item:hover > .sub-menu,
	.main-navigation ul.menu .menu-item.focus > .sub-menu {
		left: auto;
		opacity: 1;
	}

	.main-navigation ul.menu a {
		display: block;
		position: relative;
		padding: 1.9rem 0.5rem;
		color: #ddd;
		font-size: 14px;
		font-size: 0.875rem;
	}

	.main-navigation ul.menu a i {
		padding: 0 5px;
		font-size: 14px;
	}

	.main-navigation ul.menu > .menu-item > a {
		margin: 0 14px;
		border-top: 2px solid transparent;
	}

	.main-navigation ul.menu > .menu-item > a .fa {
		right: 0;
	}

	.main-navigation ul.menu > .menu-item-has-children > a {
		padding-right: 18px;
	}

	.main-navigation ul.menu a:hover,
	.main-navigation ul.menu .menu-item:hover > a,
	.main-navigation ul.menu .current-menu-item > a,
	.main-navigation ul.menu li.current_page_item > a,
	.main-navigation ul.menu li.current-menu-item > a,
	.main-navigation ul.menu li.current_page_ancestor > a,
	.main-navigation ul.menu li.current-menu-ancestor > a {
		border-color: #fff;
		color: #fff;
	}

	.main-navigation ul.menu .sub-menu {
		display: block !important;
		position: absolute;
		z-index: 9999;
		left: -9999px;
		width: 220px;
		height: auto;
		margin: 0;
		padding: 6px 0;
		border: none;
		border-radius: 6px;
		opacity: 0;
		background-color: #fff;
		box-shadow: 0 16px 16px -6px rgba(0, 0, 0, 0.25);
	}

	.main-navigation ul.menu .sub-menu a {
		position: relative;
		z-index: 0;
		width: 220px;
		height: auto;
		padding: 0.875rem;
		border-bottom: 1px solid #f7f7f7;
		color: #666;
		font-size: 12px;
		font-size: 0.75rem;
		font-weight: normal;
		line-height: 1rem;
		text-transform: none;
	}

	.main-navigation ul.menu .sub-menu .sub-menu {
		margin: -52px 0 0 220px;
	}

	.main-navigation ul.menu .menu-item:hover > .sub-menu a{
		color: #666;
	}

	.main-navigation ul.menu .sub-menu a:hover,
	.main-navigation ul.menu .sub-menu a:focus {
		background-color: #f7f7f7;
	}

	.archive-pagination li {
		display: inline-block;
	}

	.archive-pagination li.active .screen-reader-text {
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		width: 1px;
		height: 1px;
	}

	.pagination {
		text-align: left;
	}

	.page-numbers {
		display: inline-block;
		margin-left: -1px;
	}

	.page-numbers.current {
		color: #fff;
		background-color: #444;
	}

	.page-numbers.current .screen-reader-text {
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		width: 1px;
		height: 1px;
	}

	.page-numbers.next,
	.page-numbers.prev {
		display: inline-block;
		position: relative;
	}

	.page-numbers.next {
		right: auto;
	}

	.page-numbers.prev {
		left: auto;
	}
}
