/*
Theme Name: e3dplusvet
Theme URI: https://pristalica.com/
Author: Pristálica Studio
Author URI: https://pristalica.com/
Description: Theme for E3d+vet app based in WordPress.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: e3dplusvet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
header,
section,
article,
aside,
figure,
address,
time,
img,
p,
h1,
h2,
h3,
h4,
h5,
h6,
nav,
ul,
li,
blockquote,
label,
button,
input {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
body {
  background-color: #f2f2f2;
  color: #777;
  font-family: 'Titillium Web', sans-serif;
}
h1 {
  color: #dd5152;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 2rem;
}
h1 a {
  color: #dd5152;
}
p {
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 1rem;
}
a {
  color: #45a8b6;
}
ul {
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
.site-header {
  height: 90px;
  background-color: #45a8b6;
}
.header-container {
  max-width: 90%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-branding img {
  transition: all 0.3s ease;
}
.site-branding img:hover {
  transform: scale(1.05);
}
.main-navigation ul {
  list-style: none;
  display: flex;
}
.main-navigation ul li {
  padding-left: 1.5rem;
}
.main-navigation ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.main-navigation ul li a:hover {
  border-bottom: 3px solid #fff;
}
.mobile-menu,
.modal-menu-mobile {
  display: none;
}
.wpml-ls-current-language {
  position: relative;
}
.wpml-ls-current-language .sub-menu {
  position: absolute;
  display: none !important;
  top: 20px;
  padding-left: 15px;
  margin-left: -15px;
}
.wpml-ls-current-language .sub-menu li {
  padding-left: 0 !important;
  min-width: 150px;
}
.wpml-ls-current-language {
  display: flex;
  flex-direction: column;
}
.wpml-ls-current-language:hover > .sub-menu {
  display: block !important;
}
.sub-menu {
  background-color: #45a8b6;
  padding: 0.5rem 0;
}
.canvasio-container {
  position: relative;
}
.canvasio-icon-container {
  position: absolute;
  top: 0;
  right: 0;
}
.canvasio-icon-container img {
  width: 56px !important;
  height: auto !important;
  margin: 1rem;
}
@media (max-width: 700px) {
  .menu {
    display: none !important;
  }
  .mobile-menu {
    display: block;
    font-weight: bolder;
    color: #fff;
    font-size: 16px;
  }
  .modal-menu-mobile {
    position: fixed;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dd5152;
    z-index: 999;
    transition: all 0.3s ease;
  }
  .modal-menu-mobile-container {
    width: 100%;
    height: 100%;
  }
  .modal-menu-mobile-container .mobile-menu {
    list-style: none;
    display: flex;
    height: 100vh !important;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    padding-left: 3rem;
  }
  .modal-menu-mobile-container .mobile-menu li {
    padding: 0.5rem 0;
  }
  .modal-menu-mobile-container .mobile-menu li a {
    text-decoration: none;
    color: #fff;
  }
  .close-icon {
    color: #fff;
    position: absolute;
    top: 4%;
    left: 4%;
    text-decoration: none;
    cursor: pointer;
    font-size: 21px;
    font-weight: bolder;
  }
  .wpml-ls-current-language .sub-menu {
    display: block !important;
    position: relative !important;
    list-style: none;
  }
}
.home-hero {
  background: url("./assets/home-hero-bg.png") no-repeat center bottom 0px;
  background-size: cover;
  height: 300px;
  margin-bottom: 4rem;
}
.home-hero .facetwp-facet {
  width: 100%;
  display: grid;
  grid-template-columns: 4fr 1fr;
}
.home-hero .facetwp-facet input {
  height: 42px;
  border: none;
}
.home-hero .facetwp-facet input[type="search"] {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  font-weight: bold;
  padding-left: 1rem;
}
.home-hero .facetwp-facet input[type="button"] {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #dd5152;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.search-container-general .facetwp-facet {
  width: 50%;
  margin: 2rem auto 3rem auto;
  display: grid;
  grid-template-columns: 4fr 1fr;
}
.search-container-general .facetwp-facet input {
  height: 42px;
}
.search-container-general .facetwp-facet input[type="search"] {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: rgba(255,255,255,0.3);
  color: #45a8b6;
  font-weight: bold;
  padding-left: 1rem;
  border: 2px solid #45a8b6;
}
.search-container-general .facetwp-facet input[type="button"] {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #dd5152;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: none;
}
.home-hero-container {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-hero-container h1 {
  color: #fff;
  line-height: 48px;
}
.home-container {
  background-color: #f2f2f2;
  background: url("./assets/home-bg.png") no-repeat top center;
}
.home-title {
  font-size: 32px;
  color: #dd5152;
  margin-bottom: 2rem;
}
.home-red {
  background: url("./assets/home-red-bg.png") no-repeat center center;
  background-size: cover;
  height: 500px;
}
.home-red-container {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.home-red-container h2 {
  color: #fff;
  font-size: 32px;
}
@media (max-width: 700px) {
  .home-hero-container {
    max-width: 90%;
  }
  .home-red-container h2 {
    line-height: 36px;
  }
}
.site-footer {
  width: 100%;
  background-color: #c4dc1a;
  color: #fff;
  text-align: center;
  height: 400px;
}
.footer-mask {
  width: 100%;
  height: 100%;
  position: relative;
}
.footer-mask::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50%;
  top: -50px;
  left: 0;
  transform: skewY(3deg);
  background-color: #c4dc1a;
}
.logos-footer {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-footer img {
  padding: 0 1rem;
}
.footer-container {
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}
.disclaimer-footer p {
  font-size: 14px;
}
.footer-logos-disclaimer {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 700px) {
  .site-footer {
    height: auto;
  }
  .footer-container {
    padding: 1rem 0;
    height: auto;
  }
  .logos-footer {
    flex-direction: column;
  }
  .logos-footer img {
    margin: 1rem 0;
  }
}
.site-content {
  min-height: calc(100vh - 490px);
  padding-bottom: 4rem;
}
.content-area {
  max-width: 90%;
  margin: 0 auto;
  margin: 3rem auto;
}
@media (max-width: 700px) {
  .entry-title {
    line-height: 42px;
    margin-bottom: 1rem;
  }
}
.general-grid {
  width: 100%;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.two_cols {
  width: 100%;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 48% 48%;
}
.two_cols img {
  width: 100%;
  height: auto;
  display: block;
}
.two_cols_sheet {
  width: 100%;
  display: grid;
  grid-gap: 4%;
  grid-template-columns: 35% 61%;
  margin-bottom: 2rem;
}
.two_cols_sheet img {
  width: 100%;
  display: block;
  height: auto;
  margin: 1rem 0;
}
.one_col {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
.general-content {
  max-width: 90%;
  margin: 0 auto;
}
.single-content {
  max-width: 690px;
  margin: 0 auto;
}
.sheet-content {
  max-width: 1200px;
  margin: 0 auto;
}
.sheet-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #45a8b6;
  font-size: 32px;
}
.sheet-subtitle {
  color: #dd5152;
  font-size: 19px;
}
.underlined {
  display: block;
  height: 3px;
  width: 70px;
  background-color: #dd5152;
}
.center-cta {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}
.center-cta a {
  color: #fff;
  font-weight: bold;
  background-color: #45a8b6;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.center-cta a:hover {
  transform: scale(1.05);
}
table {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.17);
  padding: 24px;
}
table .wpv-loop {
  display: block;
  margin-bottom: 0;
}
th {
  text-align: left;
}
td {
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #f2f2f2;
}
.main-btn {
  color: #fff;
  text-decoration: none;
  background-color: #45a8b6;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 8px;
}
.outlined-btn,
.cred-edit-post {
  color: #45a8b6;
  border: 2px solid #45a8b6;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cred-edit-post:hover {
  background-color: #45a8b6;
  color: #fff;
}
.cred-refresh-after-delete,
.js-cred-delete-relationship {
  color: #dd5152;
  border: 2px solid #dd5152;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cred-refresh-after-delete {
  background-color: #dd5152;
  color: #fff;
}
.js-cred-delete-relationship:hover {
  background-color: #dd5152;
  color: #fff;
}
.model-image-mask {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.model-image-mask img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.models-container .wpv-loop {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, 150px);
  list-style: none;
  margin: 1rem 0;
  padding-left: 0 !important;
}
.models-container .wpv-loop img {
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.17);
  margin-bottom: 1rem;
}
.models-carousel {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, 30%);
  list-style: none;
  margin: 1rem 0;
  padding-left: 0 !important;
}
.models-carousel img {
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.17);
  margin-bottom: 1rem;
}
.links-list-container {
  margin-bottom: 2rem;
}
.links-list-container a {
  display: block;
}
.wpv-loop {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  list-style: none;
  margin-bottom: 2rem;
  padding-left: 0 !important;
}
.entry-header {
  display: flex;
  align-items: center;
}
.draft-tag {
  margin-bottom: 32px;
  padding-left: 0.5rem;
  font-weight: bold;
}
.canvasio3D {
  width: 100% !important;
  margin: 1rem 0 2rem 0;
}
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0.5rem 0;
}
.pagination li {
  padding-right: 0.5rem;
}
.report-content-link {
  color: #dd5152;
}
@media (max-width: 700px) {
  .sheet-title {
    line-height: 36px;
  }
  .two_cols,
  .two_cols_sheet {
    grid-template-columns: 1fr;
  }
  .models-carousel {
    grid-template-columns: 1fr;
  }
  .sheet-content {
    max-width: 100%;
  }
  table {
    overflow-x: auto;
    display: block;
  }
}
.request-account {
  max-width: 690px;
  margin: 0 auto;
}
.request-account-card {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.17);
  padding: 16px;
}
.card-title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.card-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-text {
  max-width: 65%;
}
.register-section {
  max-width: 690px;
  margin: 0 auto;
}
.register-card {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.17);
  padding: 24px;
}
.register-card-title {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
}
.table-card {
  width: 100%;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 28% 68%;
  grid-auto-rows: 42px;
  align-items: center;
  padding: 16px;
}
.table-label {
  color: #45a8b6;
  font-weight: bolder;
}
.general-card {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.17);
  padding: 24px;
}
.bbp-body {
  border: 1px solid #45a8b6;
}
.bbp-search-form #bbp_search {
  border: 1px solid #45a8b6;
  box-sizing: border-box;
  height: 38px;
  min-width: 300px;
  margin-right: 0.5rem;
}
.bbp-topic-form {
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.17);
}
.bbp-submit-wrapper .submit {
  background-color: #45a8b6;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.bbp-header {
  background-color: #45a8b6 !important;
  color: #fff;
}
.bbp-header a {
  color: #fff;
}
.mycred-history-wrapper td {
  min-width: 320px;
}
.mycred-my-balance-wrapper div {
  font-weight: bold;
  color: #45a8b6;
}
.myCRED-leaderboard li {
  display: flex !important;
  align-items: center;
}
.site-content .widecolumn {
  max-width: 690px;
  margin: 0 auto;
  margin: 2rem auto;
}
.site-content .view {
  text-align: center;
}
.my-exercises-list {
  list-style: none;
  background-color: #fff;
  padding: 2rem;
  margin: 2rem 0;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.17);
}
.my-exercises-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  height: 52px;
}
.my-exercises-list li a {
  flex: 0 0 60%;
}
#signup-welcome,
.lead-in {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.17);
  padding: 16px;
  margin: 2rem 0;
}
@media (max-width: 700px) {
  .request-account {
    max-width: 90%;
  }
  .card-container {
    flex-direction: column;
  }
  .card-container a {
    margin-bottom: 8px;
  }
  .card-text {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.btn-to-drafts,
input[type="submit"] {
  background-color: #45a8b6;
  color: #fff;
  font-weight: 800;
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}
.btn-to-drafts {
  min-width: 120px;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.btn-to-drafts:active {
  transform: scale(0.95);
}
input[type="text"],
input[type="email"],
input[type="password"] {
  background-color: #f2f2f2;
  border: none;
  height: 42px;
  padding-left: 16px;
  width: 100%;
}
textarea {
  border: none;
  background-color: #f2f2f2;
  padding: 16px;
}
label {
  font-size: 14px;
  color: $greyColor;
  font-weight: 400;
  display: block;
}
.wpt-repetitive {
  margin-bottom: 1rem;
}
.cred-user-form,
#loginform {
  max-width: 400px;
  margin: 2rem auto;
  padding: 0 24px;
}
.cred-user-form .form-group {
  padding-bottom: 0.5rem;
}
.gfield_required {
  display: none;
}
.lrm-switcher {
  display: none;
}
@media (max-width: 700px) {
  input[type="text"] {
    width: 100% !important;
  }
}
.exercise-single-header {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.exercise-meta {
  display: flex;
}
.exercise-meta-label {
  padding-right: 8px;
  font-weight: bold;
}
.exercise-tags-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.exercise-item {
  position: relative;
  height: 275px;
  background: url("./assets/placeholder-image-exercise.jpg") no-repeat center center;
  background-size: cover;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.17);
  overflow: hidden;
  transition: all 0.3s ease;
}
.exercise-item:hover {
  box-shadow: 0 4px 14px 0 rgba(0,0,0,0.27);
}
.exercise-item img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.exercise-item-link {
  width: 100%;
  height: 100%;
  display: block;
}
.exercise-footer {
  position: absolute;
  width: 100%;
  height: 70px;
  padding: 12px;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.exercise-footer a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  line-height: 19px;
}
.exercise-footer-left {
  display: flex;
  flex-direction: column;
}
.exercise-footer-right {
  text-align: right;
}
.exercise-author {
  font-size: 12px;
  color: #777;
}
.exercise-subject {
  color: #fff;
  background-color: #45a8b6;
  font-size: 12px;
  font-weight: bold;
  border-radius: 21px;
  padding: 8px;
  width: fit-content;
}
.model-item {
  position: relative;
  height: 275px;
  background: url("./assets/placeholder-image-model.jpg") no-repeat center center;
  background-size: cover;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.17);
  overflow: hidden;
  transition: all 0.3s ease;
}
.model-item:hover {
  box-shadow: 0 4px 14px 0 rgba(0,0,0,0.27);
}
.model-item img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.model-item-link {
  width: 100%;
  height: 100%;
  display: block;
}
.model-footer {
  position: absolute;
  width: 100%;
  height: 70px;
  padding: 12px;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model-footer a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  line-height: 19px;
}
.model-footer-left {
  display: flex;
  flex-direction: column;
}
.model-footer-right {
  text-align: right;
}
.model-author {
  font-size: 12px;
  color: #777;
}
.model-subject {
  color: #fff;
  background-color: #45a8b6;
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px;
  padding: 8px;
}
.share-link-container {
  display: flex;
  position: relative;
  min-width: 350px;
}
.share-link-container label {
  margin-left: 1rem;
}
.share-link-container p {
  margin-bottom: 0;
  margin-left: 1rem;
  color: #45a8b6;
  font-size: 12px;
  font-weight: bolder;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.share-link-container p:hover {
  text-decoration: underline;
}
.notification-copied {
  position: absolute;
  right: 0;
  top: -30px;
}
.provider-search-container {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.provider-search-container .facetwp-type-autocomplete input[type="search"] {
  width: 70%;
}
.provider-search-container .facetwp-type-autocomplete input[type="button"] {
  width: 30%;
}
.provider-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.provider-card {
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 7px 11px 0 rgba(0,0,0,0.08);
}
.provider-card-content {
  margin: 1rem 0;
}
.provider-card-item {
  margin-bottom: 1rem;
}
.provider-card-item strong {
  color: #45a8b6;
}
.provider-card-item a {
  word-wrap: break-word;
}
.facetwp-pager {
  margin: 2rem 0;
  text-align: center;
}
.facetwp-dropdown {
  width: 100%;
}
.favorites-exercise-container {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  background-color: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-width: 100px;
  padding: 0 1rem;
  height: 38px;
  cursor: pointer;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.favorites-exercise-container span {
  font-size: 12px;
  padding-left: 4px;
}
.favorites-exercise-container:hover {
  transform: scale(1.05);
}
.favorites-exercise-container-in-exercise {
  background-color: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100px;
  padding: 0 1rem;
  margin: 0.5rem 0;
  height: 38px;
  cursor: pointer;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.favorites-exercise-container-in-exercise span {
  font-size: 12px;
  padding-left: 4px;
}
.favorites-exercise-container-in-exercise:hover {
  transform: scale(1.05);
}
.simplefavorite-button {
  display: flex;
  align-items: center;
  border: none;
  font-size: 12px;
  cursor: pointer;
  background-color: transparent !important;
}
.favorites-list li {
  border-top: none !important;
  border-bottom: 1px solid #f2f2f2;
}
.sf-icon-star-empty:before {
  content: url("./assets/empty-star.svg") !important;
  padding-left: 6px;
}
.sf-icon-star-full:before {
  content: url("./assets/full-star.svg") !important;
  padding-left: 6px;
}
.simplefavorite-button.active {
  opacity: 1 !important;
}
.template span,
.template a {
  padding-right: 8px;
}
@media (max-width: 700px) {
  .exercise-single-header {
    margin-top: 0;
  }
  .provider-search-container {
    grid-template-columns: 1fr;
  }
}
#bbpress-forums hr {
  margin: 0 0 24px 0;
}
#bbpress-forums {
  background: transparent;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 12px;
}
#bbpress-forums div.bbp-search-form {
  float: right;
  margin-bottom: 10px;
}
label.screen-reader-text {
  position: relative !important;
}
#bbp-search-index-form label.screen-reader-text {
  position: relative !important;
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: #f9fafa;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background-color: #f4f5f6;
}
#bbpress-forums div.reply {
  height: auto;
}
#bbpress-forums .bbp-replies div.bbp-topic-header,
#bbpress-forums .bbp-replies div.bbp-reply-header,
#bbpress-forums .bbp-replies .bbp-forum-header {
  background-color: #edf0f0;
}
#bbpress-forums .bbp-replies div.topic,
#bbpress-forums .bbp-replies div.reply {
  margin-bottom: 20px;
  padding: 8px 12px;
  overflow: hidden;
}
#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
  background-color: #fee;
}
#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
  background-color: #fdd;
}
#bbpress-forums ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bbpress-forums li {
  margin: 0;
  list-style: none;
}
#bbpress-forums ul.bbp-threaded-replies {
  margin-left: 27px; /* indent threaded replies */
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies {
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  clear: both;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer {
  clear: both;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  font-weight: 600;
  padding: 8px 12px;
  text-align: left;
  font-size: 13px;
  background-color: #eaecec;
}
#bbpress-forums li.bbp-footer {
  display: none; /* it's usually empty and looks odd */
}
#bbpress-forums .bbp-replies li.bbp-header,
#bbpress-forums .bbp-replies li.bbp-footer {
  margin-bottom: 20px;
}
#bbpress-forums li.bbp-header ul {
  overflow: hidden;
}
#bbpress-forums .bbp-forums-list {
  margin: 4px 0 4px 5px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
}
#bbpress-forums .bbp-forums-list li {
  display: inline;
  font-size: 11px;
}
#bbpress-forums li.bbp-footer p {
  margin: 0;
  line-height: 1em;
}
#bbpress-forums .bbp-topic-content img,
#bbpress-forums .bbp-reply-content img {
  max-width: 100%;
}
#bbpress-forums .bbp-topic-content ul,
#bbpress-forums .bbp-reply-content ul,
#bbpress-forums .bbp-topic-content ol,
#bbpress-forums .bbp-reply-content ol {
  padding-left: 25px;
}
#bbpress-forums .bbp-topic-content ul li,
#bbpress-forums .bbp-reply-content ul li {
  list-style-type: disc;
}
#bbpress-forums .bbp-topic-content ol li,
#bbpress-forums .bbp-reply-content ol li {
  list-style-type: decimal;
}
#bbpress-forums .bbp-forum-content p {
  margin: 5px 0 0;
  font-style: italic;
}
li.bbp-forum-info,
li.bbp-topic-title {
  float: left;
  text-align: left;
  width: 48%;
}
li.bbp-forum-info a.bbp-forum-title,
li.bbp-topic-title a.bbp-topic-permalink {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
}
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
  float: left;
  text-align: left;
  width: 10%;
}
li.bbp-body li.bbp-forum-topic-count,
li.bbp-body li.bbp-topic-voice-count,
li.bbp-body li.bbp-forum-reply-count,
li.bbp-body li.bbp-topic-reply-count {
  font-size: 13px;
}
li.bbp-forum-freshness,
li.bbp-topic-freshness {
  text-align: left;
  float: left;
  width: 32%;
}
.bbp-topic-freshness-author {
  font-weight: 600;
  font-size: 12px;
}
.bbp-topic-freshness-link a {
  color: #999;
  font-size: 11px;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  overflow: hidden;
  padding: 8px 12px;
}
#bbpress-forums li.bbp-body ul.forum div.bbp-forum-info-content {
  padding-right: 20px;
}
#bbpress-forums li.bbp-body ul.bbp-forum-status-closed div.bbp-forum-info-content:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  text-decoration: inherit;
  speak: none;
  float: left;
  font-size: 1.6em;
  width: 1.1em;
  display: block;
  line-height: 1;
  content: "\f023";
  -webkit-font-smoothing: antialiased;
  color: #aaa;
}
#bbpress-forums li.bbp-body ul.bbp-forum-status-closed a {
  color: #bbb;
}
#bbpress-forums li.bbp-body ul.topic div.bbp-topic-title-content {
  padding-right: 35px;
  word-wrap: break-word;
}
#bbpress-forums li.bbp-body ul.topic div.bbp-topic-title-content p:last-child {
  margin-bottom: 0;
}
li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
  float: right;
}
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
  float: left;
  text-align: center;
  width: 115px;
  margin-bottom: 8px;
}
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  max-width: 50px;
  height: auto;
  padding: 0;
  margin: 12px auto 0 auto;
  float: none;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  clear: both;
  line-height: 1.5;
  text-align: center;
  word-wrap: break-word;
}
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
  font-size: 11px;
  font-style: italic;
}
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-left: 140px;
  padding: 12px 12px 12px 0;
  text-align: left;
}
#bbpress-forums div.bbp-reply-content p {
  margin-bottom: 24px;
}
#bbpress-forums div.bbp-topic-content blockquote,
#bbpress-forums div.bbp-reply-content blockquote {
  border: 1px solid #dfe2e2;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
  float: left;
  margin: 0;
  padding: 0;
  width: 120px;
}
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content {
  margin-left: 140px;
  padding: 0;
  text-align: left;
}
div.bbp-topic-header,
div.bbp-reply-header,
div.bbp-forum-header {
  margin-bottom: 0;
  overflow: hidden;
  padding: 8px 12px;
}
div.bbp-topic-header,
div.bbp-reply-header,
div.bbp-forum-header {
  clear: both;
}
span.bbp-author-ip {
  font-size: 11px;
  font-weight: 600;
  color: #aaa;
}
div.bbp-breadcrumb {
  float: left;
  font-size: 16px;
  font-weight: 600;
}
div.bbp-topic-tags {
  font-size: 12px;
  float: right;
  margin-top: 4px;
}
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
  margin-bottom: 10px;
}
#bbpress-forums > #subscription-toggle {
  clear: left;
  float: left;
  margin: 0 0 10px;
}
#bbpress-forums > #subscription-toggle a.subscription-toggle {
  padding: 4px 8px;
  background-color: #eef1f1;
  color: #888;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#bbpress-forums > #subscription-toggle a.subscription-toggle:hover {
  background-color: #e1e5e6;
}
#bbpress-forums > .bbp-replies #subscription-toggle,
#bbpress-forums > .bbp-replies #favorite-toggle {
  float: right;
  color: #ddd;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
}
span.bbp-admin-links {
  float: right;
  color: #ddd;
}
span.bbp-admin-links a {
  color: #aaa;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
span.bbp-admin-links a:hover {
  color: #555;
}
fieldset span.bbp-admin-links {
  float: left;
}
tr td span.bbp-admin-links a:hover {
  color: #ff4b33;
}
td.bbp-topic-admin-links,
td.bbp-topic-counts {
  width: 50%;
}
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink,
.bbp-forum-header a.bbp-forum-permalink {
  float: right;
  margin-left: 10px;
  color: #ccc;
}
.bbp-topic-action #favorite-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: 600;
  font-size: 13px;
}
.bbp-topic-action #favorite-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb;
}
.bbp-topic-action #favorite-toggle span.is-favorite a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
}
.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}
.bbp-topic-action #subscription-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: 600;
  font-size: 13px;
}
.bbp-topic-action #subscription-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb;
}
.bbp-topic-action #subscription-toggle span.is-subscribed a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
}
.bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}
#bbpress-forums li.bbp-forum-freshness img.avatar,
#bbpress-forums li.bbp-topic-freshness img.avatar {
  float: left;
  margin-right: 7px;
  box-shadow: none;
}
#bbpress-forums li.bbp-forum-freshness p.bbp-topic-meta,
#bbpress-forums li.bbp-topic-freshness p.bbp-topic-meta {
  line-height: 1.6;
  margin: 0;
  float: left;
  width: 70%;
}
#bbpress-forums .bbp-forum-title-content p.bbp-topic-meta,
#bbpress-forums .bbp-topic-title-content p.bbp-topic-meta {
  margin: 5px 0 0;
}
#bbpress-forums li.bbp-body ul.topic div.bbp-topic-title-content p.bbp-topic-meta {
  margin: 0;
}
.bbp-pagination {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.bbp-pagination-count {
  float: left;
}
.bbp-pagination-links {
  float: right;
  font-size: 11px;
  line-height: 13px;
}
.bbp-topic-pagination {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
}
.bbp-topic-pagination a {
  font-size: 10px;
  line-height: 10px;
  padding: 1px 3px;
  border: 1px solid #ddd;
  text-decoration: none;
}
#bbpress-forums fieldset.bbp-form {
  clear: left;
  border: none;
}
#bbpress-forums fieldset.bbp-form legend {
  padding: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  word-break: break-all;
}
#bbpress-forums fieldset.bbp-form label {
  margin: 0;
  display: inline-block;
}
#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
  width: 100px;
}
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
  margin: 0 0 8px;
  font-size: inherit;
}
textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
  width: 97%;
  box-sizing: border-box;
}
textarea#bbp_forum_content {
  height: 210px;
}
#bbpress-forums fieldset.bbp-forum-form-attributes {
  width: 200px;
  float: right;
  clear: none;
  margin-left: 25px;
}
#bbpress-forums fieldset select#bbp_forum_id {
  max-width: 200px; /* Fix for too-long forum names, usually from conversion */
}
.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
  clear: left;
  background-color: #f9fafa;
  padding: 20px 20px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
  margin-right: 0;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 0;
  background-color: #efefef;
}
body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
  font-size: 11px;
  background-color: #f6f7f8;
  border: 1px solid #e4e4e4;
  display: block;
  padding: 8px;
  margin-top: 5px;
  max-width: 369px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#merge_tag,
#delete_tag {
  display: inline;
}
div.bbp-submit-wrapper {
  float: right;
  clear: both;
}
div.bbp-submit-wrapper button {
  padding: 8px 20px;
  font-size: 13px;
}
p.form-allowed-tags {
  width: 462px;
}
#bbpress-forums div.bbp-the-content-wrapper {
  margin-bottom: 10px;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  width: 100%;
  margin: 0;
  font-size: 12px;
}
#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  line-height: 1em;
}
#bbpress-forums div.bbp-the-content-wrapper input {
  font-size: 12px;
  padding: 5px;
  margin: 3px 0 0;
  line-height: 1em;
  margin: 0;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  padding: 5px;
  min-height: 26px;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
  padding: 4px 4px 8px;
}
#bbpress-forums div.wp-editor-container {
  margin: 0;
  padding: 0;
  line-height: 0;
  background-color: #fff;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
  line-height: 16px;
}
#bbpress-forums #bbp-your-profile fieldset {
  padding: 20px 20px 0 20px;
}
#bbpress-forums #bbp-your-profile fieldset div {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: left;
}
#bbpress-forums #bbp-your-profile fieldset select {
  margin-bottom: 0;
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
  margin-bottom: 0;
  width: 60%;
  background: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 5px 8px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  outline-color: rgba(240,255,240,0.1);
}
#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
  width: auto;
}
#bbpress-forums #bbp-your-profile fieldset legend {
  display: none;
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
  float: left;
  width: 20%;
  padding: 5px 20px 5px 0;
  text-align: right;
  cursor: pointer;
}
#bbpress-forums #bbp-your-profile fieldset dl label[for] {
  text-align: left;
  width: 60%;
}
#bbpress-forums #bbp-your-profile fieldset span.description {
  margin: 5px 0 0 20%;
  font-size: 12px;
  font-style: italic;
  float: left;
  clear: left;
  width: 60%;
  padding: 5px 8px;
  border: #cee1ef 1px solid;
  background-color: #f0f8ff;
}
#bbpress-forums #bbp-your-profile fieldset fieldset {
  margin: 0;
  border: none;
  padding: 0;
  clear: none;
  float: none;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
  width: 60%;
  display: inline;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
  width: 100%;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
  margin: 0;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
  margin-left: 0;
  margin-bottom: 20px;
}
#bbpress-forums #bbp-your-profile fieldset.submit button {
  float: right;
}
div.bbp-template-notice,
div.indicator-hint {
  padding: 10px 14px;
  margin: 5px 0 15px;
  font-size: 13px;
  clear: both;
  background-color: #f1ebd3;
  color: #78735e;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.bbp-template-notice a {
  text-decoration: none;
}
div.bbp-template-notice a:hover {
  color: #555;
  text-decoration: underline;
}
div.bbp-template-notice.info {
  background-color: #d7e7f1;
}
div.bbp-template-notice.info,
div.bbp-template-notice.info a {
  color: #4d7190;
}
div.bbp-template-notice.important {
  background-color: #d7f1d9;
  color: #67ab6a;
}
div.bbp-template-notice.important,
div.bbp-template-notice.important a {
  color: #67ab6a;
}
div.bbp-template-notice.error,
div.bbp-template-notice.warning {
  background-color: #f9f2f4;
}
div.bbp-template-notice.error,
div.bbp-template-notice.error a,
div.bbp-template-notice.warning,
div.bbp-template-notice.warning a {
  color: #b25551;
}
div.bbp-template-notice p,
div.indicator-hint p {
  margin: 0 !important;
}
.bbp-topics-front ul.super-sticky div.bbp-topic-title-content:before,
.bbp-topics ul.super-sticky div.bbp-topic-title-content:before,
.bbp-topics ul.sticky div.bbp-topic-title-content:before,
.bbp-forum-content ul.sticky:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  text-decoration: inherit;
  speak: none;
  float: left;
  font-size: 1.6em;
  width: 1.1em;
  display: block;
  line-height: 1;
  content: "\f08d";
  -webkit-font-smoothing: antialiased;
  color: #1db4da;
}
#bbpress-forums .bbp-topic-revision-log,
#bbpress-forums .bbp-reply-revision-log {
  border-top: 1px dotted #ddd;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 11px;
  color: #aaa;
}
.bbp-login-form fieldset legend {
  display: none;
}
.bbp-login-form label {
  width: 140px;
  display: inline-block;
}
#sidebar .bbp-login-form label {
  width: 70px;
}
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
  margin-top: 10px;
}
.bbp-login-form .bbp-submit-wrapper {
  text-align: right;
}
.bbp-login-form .bbp-login-links a {
  float: left;
  clear: left;
}
.bbp-logged-in {
  overflow: hidden;
  min-height: 40px;
  position: relative;
}
.bbp-logged-in img.avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.bbp-logged-in h4,
.bbp-logged-in a.button {
  float: left;
  word-wrap: break-word;
  margin-left: 57px;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.bbp-logged-in h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  clear: none;
  width: 55%;
}
.bbp-logged-in a.button {
  clear: left;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums .bbp-topic-started-by img.avatar {
  float: none;
  margin-bottom: -4px;
  border: 1px solid #999;
  box-shadow: none;
}
fieldset div.avatar {
  float: right;
}
.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
  border-left: 2px solid #eaeaea;
  margin-left: 5px;
  padding-left: 10px;
}
#bbpress-forums h1 {
  clear: none;
  font-size: 1.8em;
  line-height: 1em;
  padding-bottom: 10px;
}
#bbpress-forums #bbp-user-wrapper {
  float: left;
  width: 100%;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.4em;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 0;
  clear: none;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
  clear: none;
}
#bbpress-forums #bbp-single-user-details {
  margin: 0;
  width: 150px;
  float: left;
  overflow: hidden;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  margin: 0;
  width: 150px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  border: none;
  height: 150px;
  padding: 0;
  margin: 0 0 20px 0;
  width: 150px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-description {
  float: none;
  margin-left: 180px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
  float: none;
  margin: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  margin: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  padding: 5px 8px;
  display: block;
  border: 1px solid transparent;
  text-decoration: none;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: #eee;
  opacity: 0.8;
}
#bbpress-forums #bbp-user-body {
  margin-left: 180px;
}
body.my-account #bbpress-forums {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
}
#bbpress-forums dl.bbp-user-capabilities {
  display: inline-block;
  vertical-align: top;
}
#bbpress-forums dl.bbp-user-capabilities dt {
  margin: 0 0 10px;
  text-transform: capitalize;
}
#bbpress-forums dl.bbp-user-capabilities dd {
  margin: 0;
  padding: 0;
}
#bbpress-forums div.row-actions {
  font-size: 11px;
  visibility: hidden;
}
#bbpress-forums li:hover > div.row-actions {
  visibility: visible;
}
#bbp-search-results .bbp-forum-title h3,
#bbp-search-results .bbp-reply-title h3,
#bbp-search-results .bbp-topic-title h3 {
  font-size: 15px;
  margin: 3px 0 0;
}
#bbp-search-results .bbp-forum-title .bbp-forum-title-meta,
#bbp-search-results .bbp-reply-title .bbp-reply-title-meta,
#bbp-search-results .bbp-topic-title .bbp-topic-title-meta,
#bbp-search-results .bbp-search-author {
  display: none;
}
body.bbp-search #bbp-search-index-form {
  clear: left;
}
#bbpress-forums ul#bbp-search-results {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  clear: left;
}
@media screen and (max-width: 720px) {
  p.form-allowed-tags,
  div.bbp-submit-wrapper {
    width: 100%;
  }
  .bbp-topic-form,
  .bbp-reply-form,
  .bbp-topic-tag-form {
    overflow: hidden;
  }
  .bbp-topic-form,
  .bbp-reply-form,
  .bbp-topic-tag-form {
    padding: 15px 15px 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  input[type=text]:not(.ed_button),
  input[type=textarea]:not(.ed_button) {
    width: 91%;
  }
  #bbpress-forums ul.bbp-threaded-replies {
    margin-left: 12px; /* indent threaded replies less on mobile */
  }
  #bbpress-forums li.bbp-body ul.forum,
  #bbpress-forums li.bbp-body ul.topic {
    padding: 12px 15px;
  }
  #bbpress-forums li.bbp-body ul.topic div.bbp-topic-title-content,
  #bbpress-forums li.bbp-body ul.forum div.bbp-forum-info-content {
    padding: 0;
    margin-bottom: 11px;
  }
  #bbpress-forums .bbp-forums-list {
    margin-bottom: 15px;
  }
  #bbpress-forums li.bbp-header,
  #bbpress-forums li.bbp-footer,
  span.bbp-admin-links {
    display: none; /* too much info for cramped mobile space */
  }
  li.bbp-forum-info,
  li.bbp-topic-title,
  li.bbp-forum-freshness,
  li.bbp-topic-freshness {
    width: 100% !important;
  }
  li.bbp-forum-topic-count,
  li.bbp-topic-voice-count,
  li.bbp-forum-reply-count,
  li.bbp-topic-reply-count {
    display: none;
  }
  li.bbp-forum-info a.bbp-forum-title,
  li.bbp-topic-title a.bbp-topic-permalink {
    line-height: 110%;
  }
  .bbp-forum-content {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #bbpress-forums div.bbp-search-form input[type=text],
  #bbpress-forums form#bbp-search-index-form input[type=text] {
    float: left;
  }
  #bbpress-forums div.bbp-search-form a#clear-input,
  #bbpress-forums form#bbp-search-index-form a#clear-input {
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    position: absolute;
    text-decoration: none;
    right: 0;
    top: 0;
  }
  #bbpress-forums div.bbp-search-form a#clear-input:before,
  #bbpress-forums form#bbp-search-index-form a#clear-input:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    text-decoration: inherit;
    speak: none;
    display: inline-block;
    line-height: 37px;
    content: "\f00d";
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    color: #ccc;
  }
  #bbpress-forums div.bbp-search-form input[type=submit],
  #bbpress-forums form#bbp-search-index-form input[type=submit] {
    display: none;
  }
  #bbpress-forums div.bbp-search-form,
  #bbpress-forums form#bbp-search-index-form {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
  }
  #bbpress-forums div.bbp-search-form input,
  #bbpress-forums form#bbp-search-index-form input {
    width: 92% !important;
    padding: 0 4% !important;
    height: 37px !important;
  }
  div.bbp-breadcrumb {
    clear: both;
    float: none;
  }
  div.bbp-topic-header,
  div.bbp-reply-header,
  div.bbp-forum-header,
  li.bbp-body div.hentry {
    padding: 10px 20px;
  }
  #bbpress-forums li.bbp-header .bbp-topic-author,
  #bbpress-forums li.bbp-footer .bbp-topic-author,
  #bbpress-forums li.bbp-header .bbp-reply-author,
  #bbpress-forums li.bbp-footer .bbp-reply-author,
  li.bbp-body .bb-reply-author {
    width: 100%;
  }
  #bbpress-forums div.bbp-topic-author,
  #bbpress-forums div.bbp-reply-author {
    float: left;
    position: relative;
    margin: 0 0 8px;
  }
  #bbpress-forums div.bbp-topic-author img.avatar,
  #bbpress-forums div.bbp-reply-author img.avatar {
    float: left;
    display: block;
  }
  #bbpress-forums li.bbp-header .bbp-topic-content,
  #bbpress-forums li.bbp-footer .bbp-topic-content,
  #bbpress-forums li.bbp-header .bbp-reply-content,
  #bbpress-forums li.bbp-footer .bbp-reply-content,
  #bbpress-forums div.bbp-topic-content,
  #bbpress-forums div.bbp-reply-content,
  #bbpress-forums li.bbp-header div.bbp-search-content {
    clear: left;
    margin: 0;
    padding: 5px 0;
    font-size: 15px;
    display: block;
  }
  .bbp-topic-content p:last-child,
  .bbp-reply-content p:last-child {
    margin-bottom: 0;
  }
  #bbpress-forums div.bbp-topic-author a.bbp-author-name,
  #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    position: absolute;
    font-weight: 600;
    left: 65px;
    top: 18px;
    min-width: 250px;
    margin: 0;
    text-align: left;
  }
  #bbpress-forums div.bbp-topic-author .bbp-author-role,
  #bbpress-forums div.bbp-reply-author .bbp-author-role {
    position: absolute;
    left: 65px;
    top: 38px;
  }
  #bbpress-forums div.bbp-topic-author div.bbp-reply-ip,
  #bbpress-forums div.bbp-reply-author div.bbp-reply-ip {
    display: none;
  }
  #bbpress-forums li.bbp-header div.bbp-search-content {
    text-align: left;
  }
  #bbpress-forums li.bbp-header div.bbp-search-author {
    width: 100%;
    float: left;
  }
  span.bbp-admin-links {
    float: left;
  }
  span.bbp-admin-links a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) and (min-width: 380px) {
  #bbpress-forums li.bbp-forum-freshness p.bbp-topic-meta,
  #bbpress-forums li.bbp-topic-freshness p.bbp-topic-meta {
    width: 85%;
  }
}
@media screen and (max-width: 380px) {
  li.bbp-forum-info,
  li.bbp-topic-title {
    width: 30%;
  }
  li.bbp-forum-freshness,
  li.bbp-topic-freshness {
    width: 24%;
  }
  li.bbp-forum-topic-count,
  li.bbp-topic-voice-count {
    width: 20%;
  }
  li.bbp-forum-reply-count,
  li.bbp-topic-reply-count {
    width: 20%;
  }
}
.bbp-body {
  background-color: #fff;
}

.custom-agree label{
    margin-left: 23px;
    margin-top: -21px;
}
