/*------------- #VARIABLES --------------*/
/*------------- #PLUGINS --------------*/
/*------------- #VARIABLES --------------*/
/*------------- #BBPress --------------*/
body.olympus-theme div.bbp-template-notice.info {
  background-color: #fff;
  border-color: #e6ecf5; }

body.olympus-theme div.bbp-template-notice p {
  padding: 10px; }

body.olympus-theme #bbpress-forums p.bbp-topic-meta span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

body.olympus-theme .bbp-reply-header a.bbp-reply-permalink {
  color: #ff5e3a;
  color: var(--primary-accent-color); }

body.olympus-theme #bbpress-forums p.bbp-topic-meta img.avatar,
body.olympus-theme #bbpress-forums ul.bbp-reply-revision-log img.avatar,
body.olympus-theme #bbpress-forums ul.bbp-topic-revision-log img.avatar,
body.olympus-theme #bbpress-forums div.bbp-template-notice img.avatar,
body.olympus-theme #bbpress-forums .widget_display_topics img.avatar,
body.olympus-theme #bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: 0;
  border: none;
  border-radius: 100%; }

body.olympus-theme #bbpress-forums li.bbp-header {
  background-color: #38a9ff;
  background-color: var(--secondary-accent-color);
  color: #fff;
  border-top: none; }

body.olympus-theme #bbpress-forums .bbp-body li.bbp-forum-topic-count,
body.olympus-theme #bbpress-forums .bbp-body li.bbp-forum-reply-count,
body.olympus-theme #bbpress-forums .bbp-body li.bbp-topic-voice-count,
body.olympus-theme #bbpress-forums .bbp-body li.bbp-topic-reply-count {
  font-size: .875rem;
  color: #515365;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 700; }

body.olympus-theme #bbpress-forums .bbp-body li.bbp-forum-freshness > a,
body.olympus-theme #bbpress-forums .bbp-body li.bbp-topic-freshness > a {
  font-size: 11px;
  font-weight: 400;
  color: #888da8; }

body.olympus-theme #bbpress-forums ul.bbp-forums,
body.olympus-theme #bbpress-forums ul.bbp-topics,
body.olympus-theme #bbpress-forums ul.bbp-replies {
  border-radius: 5px;
  overflow: visible;
  border-color: #e6ecf5; }

body.olympus-theme #bbpress-forums li.bbp-header,
body.olympus-theme li.bbp-body div.hentry {
  padding: 15px 25px; }

body.olympus-theme #bbpress-forums li .bbp-forum-title,
body.olympus-theme #bbpress-forums li .bbp-topic-title a,
body.olympus-theme #bbpress-forums .bbp-body li.bbp-forum-freshness .bbp-author-name,
body.olympus-theme #bbpress-forums .bbp-body li.bbp-topic-freshness .bbp-author-name,
body.olympus-theme #bbpress-forums .bbp-body li.bbp-topic-freshness p.bbp-topic-meta a,
body.olympus-theme div.bbp-breadcrumb a,
body.olympus-theme #bbpress-forums div.bbp-reply-author a.bbp-author-name {
  font-size: .875rem;
  color: #515365;
  font-family: inherit;
  font-weight: 700;
  margin: 0; }
  body.olympus-theme #bbpress-forums li .bbp-forum-title:hover,
  body.olympus-theme #bbpress-forums li .bbp-topic-title a:hover,
  body.olympus-theme #bbpress-forums .bbp-body li.bbp-forum-freshness .bbp-author-name:hover,
  body.olympus-theme #bbpress-forums .bbp-body li.bbp-topic-freshness .bbp-author-name:hover,
  body.olympus-theme #bbpress-forums .bbp-body li.bbp-topic-freshness p.bbp-topic-meta a:hover,
  body.olympus-theme div.bbp-breadcrumb a:hover,
  body.olympus-theme #bbpress-forums div.bbp-reply-author a.bbp-author-name:hover {
    color: #ff5e3a;
    color: var(--primary-accent-color); }

body.olympus-theme #bbpress-forums li.bbp-body ul.topic {
  position: relative; }
  body.olympus-theme #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title a.favorite-toggle,
  body.olympus-theme #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title a.subscription-toggle {
    position: absolute;
    padding: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #9a9fbf;
    display: block;
    margin-bottom: 6px;
    margin-right: 0;
    width: 34px;
    height: 34px;
    line-height: 36px;
    background-image: url("../../svg-icons/remove-fav-page.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: none;
    background-size: 100%;
    border-radius: 100%;
    text-indent: 100%;
    overflow: hidden; }

body.olympus-theme #bbpress-forums .bbp-forum-info .bbp-forum-content {
  font-size: 13px;
  margin: 0; }

body.olympus-theme #bbpress-forums li.bbp-body ul.forum,
body.olympus-theme #bbpress-forums li.bbp-body ul.topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 25px; }

body.olympus-theme #bbpress-forums li.bbp-footer {
  background-color: transparent;
  border-color: #e6ecf5; }

body.olympus-theme div.bbp-template-notice,
body.olympus-theme div.indicator-hint {
  color: #888da8; }

body.olympus-theme #bbpress-forums div.bbp-the-content-wrapper input {
  width: auto; }

body.olympus-theme #bbpress-forums fieldset.bbp-form {
  padding: 24px 23px 23px; }

body.olympus-theme #bbpress-forums fieldset.bbp-form input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin-right: 5px; }

body.olympus-theme #bbpress-forums fieldset.bbp-form legend {
  font-size: .875rem;
  padding: 23px 25px 18px;
  border-radius: 5px;
  border: 1px solid #e6ecf5;
  margin-bottom: 0; }

body.olympus-theme .bbp-submit-wrapper {
  float: left; }

body.olympus-theme .bbp-submit-wrapper button {
  background-color: #38a9ff;
  background-color: var(--secondary-accent-color);
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: .812rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }

body.olympus-theme #bbpress-forums .bbp-forums-list li {
  display: block; }

body.olympus-theme #bbpress-forums .bbp-forums-list li a {
  font-size: 12px;
  padding: 5px 13px;
  display: inline-block;
  margin-bottom: 0;
  color: #515365;
  font-family: inherit;
  font-weight: 700; }
  body.olympus-theme #bbpress-forums .bbp-forums-list li a:hover {
    color: #ff5e3a;
    color: var(--primary-accent-color); }

body.olympus-theme #bbpress-forums .bbp-forums-list {
  margin-bottom: 0;
  padding: 5px 0;
  margin-top: 15px;
  display: inline-block;
  border-color: #e6ecf5; }

body.olympus-theme #bbpress-forums div.bbp-reply-author img.avatar {
  border-radius: 100%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-bottom: 20px; }

body.olympus-theme #bbpress-forums div.bbp-reply-header {
  padding: 10px 23px;
  background-color: #fafbfd;
  font-size: 11px;
  border-top: 1px solid #e6ecf5;
  border-bottom: 1px solid #e6ecf5; }

body.olympus-theme #bbpress-forums div.bbp-topic-content a,
body.olympus-theme #bbpress-forums div.bbp-reply-content a {
  color: #fff; }

body.olympus-theme #bbpress-forums div.odd,
body.olympus-theme #bbpress-forums ul.odd {
  background-color: #fff; }

body.olympus-theme #bbpress-forums .bbp-body div.bbp-reply-content {
  padding: 12px; }

body.olympus-theme span.bbp-admin-links a {
  font-size: 11px;
  font-weight: normal;
  text-transform: none;
  color: #ff5e3a;
  color: var(--primary-accent-color); }

body.olympus-theme #bbpress-forums li.bbp-footer .bbp-reply-author,
body.olympus-theme #bbpress-forums li.bbp-footer .bbp-reply-content {
  color: #fff; }

body.olympus-theme #bbpress-forums {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e6ecf5;
  margin-bottom: 15px;
  padding: 24px 23px 23px; }
  body.olympus-theme #bbpress-forums .entry-title {
    font-size: 1.4rem;
    font-weight: 500; }

body.olympus-theme #bbpress-forums li.bbp-topic-freshness {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  body.olympus-theme #bbpress-forums li.bbp-topic-freshness p.bbp-topic-meta a {
    display: block;
    font-weight: 700;
    color: #515365;
    margin-bottom: 5px; }
    body.olympus-theme #bbpress-forums li.bbp-topic-freshness p.bbp-topic-meta a:hover {
      color: #ff5e3a;
      color: var(--primary-accent-color); }
    body.olympus-theme #bbpress-forums li.bbp-topic-freshness p.bbp-topic-meta a img.avatar {
      width: 26px;
      height: 26px; }

body.olympus-theme #bbpress-forums p.bbp-topic-meta {
  margin: 0; }

body.olympus-theme #bbpress-forums div.bbp-topic-tags {
  float: none;
  text-align: right; }
  body.olympus-theme #bbpress-forums div.bbp-topic-tags p {
    margin-bottom: 20px; }

body.olympus-theme #bbpress-forums li.bbp-body ul.topic,
body.olympus-theme #bbpress-forums .bbp-user-section {
  overflow: visible; }

body.olympus-theme div.bbp-template-notice p a {
  font-weight: 700;
  color: #515365; }
  body.olympus-theme div.bbp-template-notice p a:hover {
    color: #ff5e3a;
    color: var(--primary-accent-color); }

body.olympus-theme .activity-list li.bbp_topic_create .activity-content .activity-inner,
body.olympus-theme .activity-list li.bbp_reply_create .activity-content .activity-inner {
  border-left: 2px solid #e6ecf5; }

body.olympus-theme .bbp-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body.olympus-theme .bbp-pagination .bbp-pagination-links .page-numbers {
    display: block;
    padding: .9rem 1.2rem;
    line-height: 1.25;
    color: #515365;
    background-color: #fff;
    border: 1px solid #e6ecf5;
    margin: 10px 4px;
    border-radius: 5px; }
    body.olympus-theme .bbp-pagination .bbp-pagination-links .page-numbers.current {
      color: #fff;
      pointer-events: none;
      cursor: auto;
      background-color: #ff5e3a;
      background-color: var(--primary-accent-color);
      border-color: transparent; }
    body.olympus-theme .bbp-pagination .bbp-pagination-links .page-numbers:hover {
      color: #fff;
      text-decoration: none;
      background-color: #ff5e3a;
      background-color: var(--primary-accent-color);
      border-color: #dee2e6;
      font-weight: 400; }

body.olympus-theme #bbpress-forums div.bbp-search-form {
  margin-bottom: 20px; }

body.olympus-theme input.button {
  width: auto; }

body.olympus-theme input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin-right: 8px; }

body.olympus-theme input[type="button"] {
  border: 1px solid #ccc;
  color: #767676;
  font-size: small;
  cursor: pointer;
  outline: 0;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none; }

body.olympus-theme #bbpress-forums fieldset.bbp-form label {
  color: #888da8;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px; }

body.olympus-theme .subscription-toggle {
  content: '';
  font-size: inherit;
  text-rendering: auto;
  font-weight: 700;
  color: #fff;
  line-height: 18px;
  margin-left: 10px;
  border-radius: 2px;
  padding: 2px 8px 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #38a9ff;
  background-color: var(--secondary-accent-color); }
  body.olympus-theme .subscription-toggle:before {
    content: '';
    display: inline-block;
    background-image: url("../svg-icons/star-icon-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    vertical-align: sub;
    margin-right: 3px; }

body.olympus-theme .wp-editor-container {
  border: none; }

body.olympus-theme #bbpress-forums fieldset.bbp-form p {
  margin-bottom: 20px; }

/*------------- #FORUMS --------------*/
/*.forums-table {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;

  thead {
  background-color: $blue;
	background-color: var(--secondary-accent-color);

	th {
	  font-size: 12px;
	  font-weight: 700;
	  padding: 15px 25px;
	  color: $white-color;
	  text-align: center;

	  &.forum {
		text-align: left;
	  }
	}
  }

  td {
	padding: 35px 25px;
	text-align: center;

	&.forum {
	  text-align: left;
	}
  }

  tr {
	border-bottom: 1px solid $border-color;
	border-top: 1px solid $border-color;

	&:last-child {
	  border-bottom: none;
	}
  }

  .count {
	font-size: 12px;

	&:hover {
	  color: $primary-color;
	  color: var(--primary-accent-color);
	}
  }
}

.forum-item {
  img {
	float: left;
	margin-right: 15px;
  }

  .content {
	overflow: hidden;
  }

  .title {
	&:hover {
	  color: $primary-color;
	  color: var(--primary-accent-color);
	}
  }

  .text {
	margin-bottom: 0;
	font-size: 13px;
  }

  .icon {
	font-size: 15px;
	color: $yellow;
	margin-right: 10px;
	float: left;
  }
}

.author-freshness {
  .author-thumb {
	display: block;
	margin-bottom: 10px;

	img {
	  width: 26px;
	  height: 26px;
	}
  }

  .title {
	display: block;
	font-size: 12px;
	margin-bottom: 0;

	&:hover {
   	  color: $primary-color;
	  color: var(--primary-accent-color);
	}
  }

  time {
	font-size: 11px;
  }
}

.sub-forums {
  margin-bottom: 0;
  padding: 5px 0;
  margin-top: 15px;
  display: inline-block;

  a {
	font-size: 12px;
	padding: 5px 13px;
	display: block;
	margin-bottom: 0;

	&:hover {
	  color: $primary-color;
	  color: var(--primary-accent-color);
	}
  }

  border-left: 1px solid $border-color;
}

.author-started {
  display: flex;
  align-items: center;
  margin-top: 10px;

  & > * + * {
	margin-left: 8px;
  }

  span {
	font-size: 12px;
  }

  .title {
	margin-bottom: 0;
	font-size: 12px;
  }

  .author-thumb img {
	width: 18px;
	height: 18px;
	margin-right: 0;
  }
}*/
/*================= Widgets For BBP  ============*/
/*.widget_display_search {
  .w-search {
	padding: 24px 23px 23px;

	input {
	  border: 1px solid $border-color;
	}
  }
}

.widget_display_forums {
  ul {
	li {
	  position: relative;
	  display: block;
	  padding: 12px 25px;
	  margin-bottom: -1px;
	  border-bottom: 1px solid $border-color;
	  border-radius: 0;

	  &:last-child {
		border-bottom: none;
	  }

	  a {
		color: $body-font-color;
		font-weight: 700;
		font-size: 12px;

		&:hover {
		  color: $primary-color;
		  color: var(--primary-accent-color);
		}
	  }
	}
  }
}

.bbp_widget_login {
  .bbp-logged-in {
	padding: 24px 23px 23px;

	img.avatar {
		border-radius: 100%;
	}

	h4 {
	  margin-bottom: 0;
	  font-size: 12px;

	  a {
		display: block;
	  }
	}

	a {
	  color: $secondary-color;
	  font-weight: 700;

	  &:hover {
	  color: $primary-color;
		color: var(--primary-accent-color);
	  }

	  &.logout-link {
		padding: 3px 10px;
		background-color: $primary-color;
		background-color: var(--primary-accent-color);
		color: $white-color;
		font-size: 10px;
		border-radius: 3px;
	  }
	}
  }

  & > form {
	padding: 24px 23px 23px;

	input[type="checkbox"] {
	  width: auto;
	  display: inline-block;
	}

	label {
	  margin-bottom: 10px;
	}
  }

  .bbp-login-form .bbp-username,
  .bbp-login-form .bbp-submit-wrapper {
	margin-top: 0;
  }
}

.widget_display_replies,
.widget_display_topics {
  ul {

	img.avatar {
	  border-radius: 100%;
	  overflow: hidden;
	}

	.bbp-author-name,
	.bbp-reply-topic-title,
	.bbp-forum-title {
	  color: $body-font-color;
	  font-weight: 700;
	  font-size: 12px;

	  &:hover {
	  color: $primary-color;
		color: var(--primary-accent-color);
	  }
	}

	li {
	  position: relative;
	  display: block;
	  padding: 12px 25px;
	  margin-bottom: -1px;
	  border-bottom: 1px solid $border-color;
	  border-radius: 0;

	  &:last-child {
		border-bottom: none;
	  }
	}
  }
}

.widget_display_stats {
  dl {

	dt {
	  padding: 10px 23px 0 23px;
	  color: $body-font-color;
	  font-size: 12px;
	}

	dd {
	  padding: 0 23px 10px 23px;
	  border-bottom: 1px solid $border-color;
	  font-size: 10px;

	  &:last-child {
		border-bottom: none;
	  }
	}
  }
}

.widget_display_views {
  ul {
	padding-left: 0;
  }

  li {
	position: relative;
	display: block;
	padding: 12px 25px;
	margin-bottom: -1px;
	border-bottom: 1px solid $border-color;
	border-radius: 0;

	&:last-child {
	  border-bottom: none;
	}

	a {
	  color: $body-font-color;
	  font-weight: 700;
	  font-size: 12px;

	  &:hover {
	  color: $primary-color;
		color: var(--primary-accent-color);
	  }
	}
  }
}*/
/*================= Responsive Mode ============*/
/*
@media (max-width: 1024px) {
  body.olympus-theme #bbpress-forums li.bbp-body ul.forum, body.olympus-theme #bbpress-forums li.bbp-body ul.topic {
	display: flex;
	align-items: center;
	padding: 15px;
  }

  body.olympus-theme #bbpress-forums li.bbp-header,
  body.olympus-theme li.bbp-body div.hentry {
	padding: 15px;
  }
}

@media (max-width: 768px) {
  body.olympus-theme .bbp-pagination .bbp-pagination-links .page-numbers {
	padding: .35rem .68rem;
  }
}

@media (max-width: 560px) {
  .forum-item  {
	text-align: center;

	img {
	  float: none;
	  margin-right: 0;
	  margin-bottom: 15px;
	}
  }

  .forums-table thead th,
  .forums-table td {
	padding: 5px;
  }
}

@media (max-width: 540px) {
  body.olympus-theme #bbpress-forums li.bbp-body ul.forum,
  body.olympus-theme #bbpress-forums li.bbp-body ul.topic {
	flex-direction: column;
  }

  li.bbp-forum-info,
  li.bbp-topic-title {
	text-align: center;
	width: 100%;
  }

  li.bbp-forum-topic-count,
  li.bbp-forum-reply-count,
  li.bbp-topic-voice-count,
  li.bbp-topic-reply-count {
	width: 100%;
  }

  li.bbp-forum-freshness,
  li.bbp-topic-freshness {
	width: 100%;
  }

  body.olympus-theme #bbpress-forums div.bbp-reply-header {
	padding: 10px;
  }
}

@media (max-width: 480px) {
  body.olympus-theme #bbpress-forums div.bbp-reply-author img.avatar {
	width: 40px;
	height: 40px;
  }

  body.olympus-theme #bbpress-forums .bbp-body div.bbp-reply-author {
	padding-left: 50px;
	min-height: unset;
	margin: -15px 10px 20px;
  }

  body.olympus-theme #bbpress-forums .bbp-body div.bbp-reply-content {
	padding: 0;
	margin: 0 10px;
  }
}

@media (max-width: 320px) {
  #bbpress-forums li.bbp-header li.bbp-forum-info,
  #bbpress-forums li.bbp-body li.bbp-forum-info,
  #bbpress-forums li.bbp-header li.bbp-topic-title,
  #bbpress-forums li.bbp-body li.bbp-topic-title {
	width: auto;
  }

  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness {
	width: auto;
  }
}*/
