@charset "UTF-8";
/* button */
.tatsu-button,
.tatsu-button_light-bg,
.contact_submit,
.wp-block-search__button {
  background-color: unset;
  border-color: #7e2321;
  color: #7e2321;
  border-width: 2px;
  font-weight: 600;
}
.tatsu-button:hover,
.tatsu-button_light-bg:hover,
.contact_submit:hover,
.wp-block-search__button:hover {
  background-color: #7e2321;
  color: #fff;
}

.tatsu-button_dark-bg {
  background-color: unset;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
  transition: 500ms;
}
.tatsu-button_dark-bg:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgb(255, 255, 255) !important;
}

.wp-block-search__button,
.contact_submit {
  border-radius: 0;
}

.tatsu-text-inner p {
  /* BN2-T89 */
  margin-bottom: 20px !important;
}

.tatsu-list-inner {
  line-height: 20px !important;
}

h1, h2, h3, h4, h5 {
  overflow-wrap: normal !important;
}

@media only screen and (max-width: 480px) {
  .tatsu-text-inner h1, .tatsu-text-inner h2 {
    font-size: 3em !important;
  }
}

.menu ul li a:hover {
  color: #7e2321 !important;
}

/* Hide map */
.tatsu-HyZHBVNxLi .tatsu-code {
  overflow: hidden;
}
.tatsu-HyZHBVNxLi .tatsu-code iframe {
  margin-top: -67px;
  height: 469px;
}

.team-shortcode-wrap .designation {
  text-transform: none !important;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px !important;
    line-height: 45px !important;
  }

  .tatsu-row .tatsu-column-image-none {
    height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .tatsu-text-inner h1 {
    font-size: 1.4em !important;
    line-height: 1.15em !important;
  }
  .tatsu-text-inner h2 {
    font-size: 1.6em !important;
    line-height: 1.2em !important;
  }
  .tatsu-text-inner h3 {
    font-size: 1.2em !important;
    line-height: 1.3em !important;
  }

  .tatsu-section .tatsu-row-wrap:last-child > .tatsu-row > .tatsu-column {
    height: auto !important;
  }

  .tatsu-single-image-inner {
    height: 250px;
  }

  .special-heading h3.special-h-tag {
    font-size: 1.2em !important;
    line-height: 1.1em !important;
  }

  .accordion h3 {
    font-size: 0.9em !important;
    line-height: 1.2em !important;
  }

  .contact-us-3-bloc {
    height: auto !important;
  }

  .tatsu-row .tatsu-column-image-none {
    height: auto !important;
  }
}
/*override buddypress on tatsu*/
body.buddypress .buddypress-wrap h2 {
  margin: 0 !important;
}

input[type=submit],
input[type=reset],
button[type=submit] {
  border-radius: 0 !important;
  transition: all 0.3s linear;
  border: 2px solid #7e2321 !important;
  font-weight: 600 !important;
  text-transform: unset !important;
  padding: 12px 23px !important;
  font-size: 15px !important;
}
input[type=submit]:hover,
input[type=reset]:hover,
button[type=submit]:hover {
  background-color: unset !important;
  color: #7e2321;
  border: 2px solid #7e2321 !important;
}

.gen-form i {
  font-size: 16px;
  color: #8692a6;
  margin-left: -50px;
  cursor: pointer;
}

.checkbox-wrap {
  margin-bottom: 15px;
}

.bf2_gen-button {
  padding: 12px 23px !important;
  background-color: #7e2321 !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600 !important;
  border: 2px solid #7e2321 !important;
  transition: all 0.3s linear;
}
.bf2_gen-button:hover {
  background-color: unset !important;
  color: #7e2321 !important;
}
.bf2_gen-button:visited {
  background-color: #7e2321;
  color: #ffffff;
}
.bf2_gen-button:disabled {
  background-color: #efefef;
  color: #999;
  cursor: not-allowed;
}
@media only screen and (max-width: 480px) {
  .bf2_gen-button {
    display: block;
    width: 100%;
  }
}

.title {
  color: #ababab;
  font-size: 24px;
  line-height: 40px;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}

input[type=submit]:disabled {
  background-color: #efefef;
  color: #999;
  cursor: not-allowed;
}

.buddypress-wrap form.bp-dir-search-form input[type=search] {
  width: 80% !important;
  padding: 0px 0 0px 10px !important;
}

.buddypress-wrap form.bp-dir-search-form button[type=submit] {
  float: right;
  color: #7e2321 !important;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  padding: 2px 0 5px 0 !important;
  text-align: center;
  text-transform: none;
  width: 20%;
  margin: 0;
  transition: all 0.3s linear;
}
.buddypress-wrap form.bp-dir-search-form button[type=submit]:hover {
  background-color: #7e2321 !important;
  color: #fff !important;
}

.buddypress .buddypress-wrap input[type=submit] {
  font-size: 12px !important;
  padding: 18px !important;
  background-color: #7e2321 !important;
  color: #ffffff !important;
  border: none !important;
}
.buddypress .buddypress-wrap input[type=submit]:hover {
  background-color: #7e2321 !important;
  color: #ffffff;
}

.buddypress-wrap .subnav-search {
  width: 260px;
}

@media screen and (min-width: 32em) {
  .buddypress-wrap .subnav-filters .bp-search, .buddypress-wrap .subnav-filters .dir-search {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .buddypress-wrap .subnav-search {
    width: 100% !important;
  }
}

.buddypress-wrap .select-wrap select {
  text-indent: 0 !important;
}
@media only screen and (max-width: 480px) {
  .buddypress-wrap .select-wrap select {
    width: 90% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }
}

.buddypress-wrap .select-wrap span.select-arrow {
  display: inline-block;
  position: relative;
  padding-right: 7px;
  z-index: 0;
}

.select-wrap select {
  display: inline-block;
}

/* Hides gravity forms form title */
body .gform_heading {
  display: none !important;
}

.badge-card-item {
  margin-bottom: 50px;
}
.badge-card-item .badge-card-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .badge-card-item .badge-card-content {
    flex-direction: column;
  }
}
.badge-card-item .badge-card-content .badge-card-image {
  width: 20%;
  text-align: left;
  padding-bottom: 1em;
}
.badge-card-item .badge-card-content .badge-card-image img {
  width: 70%;
  height: auto;
}
@media only screen and (max-width: 1279px) {
  .badge-card-item .badge-card-content .badge-card-image {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .badge-card-item .badge-card-content .badge-card-image {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}
.badge-card-item .badge-card-content .badge-card-description {
  position: relative;
  width: 80%;
}
@media only screen and (max-width: 1279px) {
  .badge-card-item .badge-card-content .badge-card-description {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .badge-card-item .badge-card-content .badge-card-description {
    width: 100%;
  }
}
.badge-card-item .badge-card-content .badge-card-description .badge-card-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.badge-card-item .badge-card-content .badge-card-description .badge-card-body a {
  color: #7e2321 !important;
}
.badge-card-item .badge-card-content .badge-card-description .badge-card-body a:hover {
  color: #7e2321 !important;
  text-decoration: underline;
}
.badge-card-item .badge-card-content .badge-card-description .badge-card-body h3 {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 500;
  color: #7e2321 !important;
}
.badge-card-item .badge-card-content .badge-card-description .badge-card-body h3:hover {
  color: #7e2321 !important;
}
.badge-card-item .badge-card-content .badge-card-description .badge-card-body p {
  margin: 0 0 1.2em 0;
}
@media only screen and (max-width: 480px) {
  .badge-card-item .badge-card-content .badge-card-description .badge-card-body {
    position: relative;
  }
}

.c-bf2__badge {
  --badge-border: 2px solid #eaeaea !important;
  --badge-border-radius: 15px !important;
}
.c-bf2__badge .c-bf2__badge__inner {
  padding: 1rem !important;
}
.c-bf2__badge .c-bf2__badge__inner .c-bf2__badge__title {
  font-size: 1.2rem !important;
  margin: 0 !important;
  line-height: 22px !important;
}
.c-bf2__badge .c-bf2__badge__inner .c-bf2__badge__image {
  margin-bottom: 0.5rem !important;
  max-width: 85% !important;
}

.message {
  padding: 1em;
  background-color: #efefef;
  border-top: 2px solid transparent;
  margin-bottom: 15px;
}
.message ul {
  margin-bottom: 0 !important;
}
.message ul li:last-child {
  margin-bottom: 0 !important;
}

.error {
  color: red;
  border-top: 2px solid red;
}

.success {
  color: green;
  border-top: 2px solid green;
}

.error_message {
  color: red;
}

.hide_message {
  display: none;
}

/** oshin override **/
#header-top-bar {
  font-weight: 600 !important;
  font-size: 16px;
}
#header-top-bar #header-top-bar-left a, #header-top-bar #topbar-menu a {
  color: #fff !important;
}
#header-top-bar #header-top-bar-left a:hover, #header-top-bar #topbar-menu a:hover {
  color: #7e2321 !important;
}

.style1 .be-wrap #header-controls-right {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .style1 .be-wrap #header-controls-right {
    display: block;
  }
}

#topbar-menu li:last-child #navigation ul li:last-child,
#navigation ul li:last-child a {
  padding-right: 0 !important;
}

.header-band-title {
  display: flex;
  height: 105px;
  align-items: center;
  background-color: #7e2321;
}
.header-band-title h4 {
  color: #fff;
}

.header-band-image {
  height: 400px;
  background-image: url(/wp-content/themes/cipp/dist/images/header-bgv2.png?29a1c698e1bf1e27cf8caac47596e361);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.menu a:hover, #topbar-menu a:hover {
  color: #05c3de !important;
}

.page-title-module-custom {
  padding: 30px 0 3px 0 !important;
}

.page-title-module-custom .page-title-custom {
  font-weight: 300;
  font-size: 28px !important;
  line-height: 42px !important;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 30px;
}

#topbar-menu > li:after {
  display: none;
}

#header-top-bar-right {
  display: flex;
  justify-content: space-between;
}

/* user menu */
.topbar-menu-container ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.topbar-menu-container ul li {
  margin-bottom: 0 !important;
}
.topbar-menu-container .bf2-user-menu::after {
  content: "|";
  color: #fff;
}
.topbar-menu-container li {
  color: #fff;
  display: block;
  float: left;
  padding: 0 1rem;
  position: relative;
  transition-duration: 0.5s;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.topbar-menu-container li:last-child {
  padding-right: 0 !important;
  border-right: none !important;
}
.topbar-menu-container li li {
  padding: 0.5rem 1rem !important;
  border-right: none !important;
}
.topbar-menu-container li img {
  width: 24px;
  height: auto;
  border: 1px solid #7e2321;
  border-radius: 24px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-top: -2px;
}
.topbar-menu-container li a {
  color: #fff;
}
.topbar-menu-container li:hover {
  cursor: pointer;
}
.topbar-menu-container ul li ul {
  background: #000;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  right: 0;
  display: none;
  width: 200px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
}
.topbar-menu-container ul li:hover > ul,
.topbar-menu-container ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.topbar-menu-container ul li ul li {
  clear: both;
  width: 100%;
}

.sub-menu li {
  padding-top: 0.5em;
  padding-bottom: 0.5em !important;
}
.sub-menu li.current-menu-item a {
  color: #f5f5f5 !important;
}

.footer-left-area p {
  margin-top: 10px;
}
.footer-left-area a {
  color: #fff;
}
.footer-left-area a:hover {
  color: #fff;
  text-decoration: underline;
}

#bottom-widgets-wrap {
  font-size: 16px;
}
#bottom-widgets-wrap .one-fourth:nth-child(2) {
  margin-left: 9% !important;
}
@media only screen and (max-width: 480px) {
  #bottom-widgets-wrap .one-fourth:nth-child(2) {
    margin-left: 0 !important;
  }
}
#bottom-widgets-wrap .one-fourth:nth-child(3) {
  margin-left: 8% !important;
  width: 14.25% !important;
  /* 21.25% */
}
@media only screen and (max-width: 480px) {
  #bottom-widgets-wrap .one-fourth:nth-child(3) {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
#bottom-widgets-wrap .textwidget a:hover {
  color: #fff !important;
}
#bottom-widgets-wrap .widget_nav_menu a:hover {
  color: #fff !important;
}

#footer {
  font-size: 16px !important;
}

#footer-wrap.style1 .footer-left-area {
  flex: 1 1 66% !important;
}

a {
  font-weight: 400;
}

#assertion_visibility_toggle {
  text-align: center;
  font-size: larger;
}
#assertion_visibility_toggle:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06e";
}

.visibility-updating:before {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.visibility-private:before {
  content: "\f070" !important;
}

/* New user profile design */
.bp-user-profile-wrap {
  position: relative;
}
.bp-user-profile-wrap .bp-user-profile-cover {
  height: 275px;
  background-color: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .bp-user-profile-wrap .bp-user-profile-cover {
    height: 120px;
  }
}
.bp-user-profile-wrap .bp-user-profile-features {
  position: relative;
  display: flex;
  justify-content: center;
  height: 120px;
}
@media only screen and (max-width: 480px) {
  .bp-user-profile-wrap .bp-user-profile-features {
    flex-direction: column;
    margin-bottom: 30px;
    height: auto;
  }
}
.bp-user-profile-wrap .bp-user-profile-features .bp-user-profile-feature {
  flex-grow: 1;
  flex-basis: 0;
  padding-top: 40px;
}
.bp-user-profile-wrap .bp-user-profile-features .bp-user-profile-feature:nth-child(1) {
  padding-top: 20px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .bp-user-profile-wrap .bp-user-profile-features .bp-user-profile-feature:nth-child(1) {
    padding-top: 70px;
    text-align: center;
  }
}
.bp-user-profile-wrap .bp-user-profile-features .bp-user-profile-feature:nth-child(2) {
  padding-top: 0px;
  text-align: center;
}
.bp-user-profile-wrap .bp-user-profile-features .bp-user-profile-feature:nth-child(2) h4 {
  margin: 10px 0;
}
.bp-user-profile-wrap .bp-user-profile-features .bp-user-profile-feature:nth-child(3) {
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .bp-user-profile-wrap .bp-user-profile-features .bp-user-profile-feature:nth-child(3) {
    padding-top: 10px;
    text-align: center;
  }
}
.bp-user-profile-wrap .bp-user-profile-features .bp-user-profile-feature .bp-user-profile-photo {
  width: 170px;
  height: 170px;
  border: 3px solid #fff;
  border-radius: 170px 170px !important;
  background-color: aqua;
  margin: -140px auto 0 auto;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .bp-user-profile-wrap .bp-user-profile-features .bp-user-profile-feature .bp-user-profile-photo {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -85px;
  }
}
@media only screen and (max-width: 480px) {
  .bp-user-profile-wrap .bp-user-profile-bio {
    text-align: justify;
  }
}

/* Hides user profile subnav when user is not connected */
.unlogged-user-nav {
  display: none;
}

.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) {
  border-bottom: 0px solid #eee !important;
  border-top: 0px solid #eee !important;
  box-shadow: none !important;
}

.archive-taxonomy-content {
  margin-bottom: 60px;
}
.archive-taxonomy-content h2 {
  font-weight: 600;
}

/* Hides "Dispaly" menu item */
ul.subnav li:nth-child(1) {
  display: none;
}

/* Profile sections */
.bp-member-profile-section {
  border: 1px solid #ababab;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.bp-member-profile-section header {
  border-bottom: 1px solid #ababab;
  margin-bottom: 20px;
}
.bp-member-profile-section header h3 {
  margin: 0 0 !important;
  font-size: 25px;
}
.bp-member-profile-section .section-row {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .bp-member-profile-section .section-row {
    flex-direction: column;
  }
}
.bp-member-profile-section .section-row .section-col {
  margin-bottom: 15px;
}
.bp-member-profile-section .section-row .section-col:nth-child(1) {
  width: 25%;
  color: #ababab;
}
@media only screen and (max-width: 480px) {
  .bp-member-profile-section .section-row .section-col:nth-child(1) {
    width: 100%;
  }
}
.bp-member-profile-section .section-row .section-col:nth-child(2) {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .bp-member-profile-section .section-row .section-col:nth-child(2) {
    width: 100%;
  }
}

.badge-page-warp {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .badge-page-warp {
    flex-direction: column;
  }
}
.badge-page-warp .badge-page-sidebar {
  width: 35%;
}
@media only screen and (max-width: 480px) {
  .badge-page-warp .badge-page-sidebar {
    width: 100%;
    margin-bottom: 20px;
  }
}
.badge-page-warp .badge-page-sidebar .sidebar-box {
  text-align: center;
  width: 80%;
}
.badge-page-warp .badge-page-sidebar .sidebar-box img {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.badge-page-warp .badge-page-sidebar .sidebar-box .badge-page-actions a.badge-page-login {
  display: block;
  margin-top: 20px;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
}
.badge-page-warp .badge-page-sidebar .sidebar-box .badge-page-actions a.badge-page-login:hover {
  text-decoration: underline;
}
.badge-page-warp .badge-page-content {
  width: 65%;
}
.badge-page-warp .badge-page-content h3 {
  font-size: 24px;
}
.badge-page-warp .badge-page-content p {
  line-height: 1.3em;
  margin-bottom: 1em;
}
.badge-page-warp .badge-page-content ul, .badge-page-warp .badge-page-content ol {
  margin-bottom: 1em;
}
.badge-page-warp .badge-page-content ul li, .badge-page-warp .badge-page-content ol li {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .badge-page-warp .badge-page-content {
    width: 100%;
  }
}

/* member list */
.single-badge-footer {
  padding: 80px 0;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .single-badge-footer {
    padding: 30px 0;
  }
}
.single-badge-footer .badge-members {
  text-align: center;
}
.single-badge-footer .badge-members .badge-members-heading {
  text-align: center;
  width: 100%;
}
.single-badge-footer .badge-members .badge-members-heading h3 {
  font-size: 22px;
  color: #ababab;
}
.single-badge-footer .badge-members .badge-members-heading h3 a {
  color: #ababab;
  border-bottom: 4px solid #7e2321;
  text-decoration: none;
}
.single-badge-footer .badge-members .badge-members-heading h3 span {
  border-bottom: 4px solid #c3c6c5;
}
.single-badge-footer .badge-members .badge-page-member-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.single-badge-footer .badge-members .badge-page-member-list .badge-page-member-list-card {
  width: 200px;
  padding: 30px;
  background: #fff;
  margin: 0 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  color: #737373;
  margin-bottom: 30px;
}
.single-badge-footer .badge-members .badge-page-member-list .badge-page-member-list-card img {
  width: 96px;
  height: 96px;
  margin-bottom: 15px;
}
.single-badge-footer .badge-members .badge-page-member-list .badge-page-member-list-card a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #252b42;
  text-decoration: none;
}

/* formation reliée*/
.cipp_formation_body {
  margin-top: 20px;
}
.cipp_formation_body .c-bf2__section {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 1024px) {
  .cipp_formation_body .c-bf2__section .c-bf2__list__item {
    flex-basis: calc(155% / var(--items-per-line-desktop));
  }
}

.badge-list-wrapper {
  width: 100%;
}

.assertion-page-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .assertion-page-wrap {
    flex-direction: column;
  }
}
.assertion-page-wrap .assertion-page-sidebar {
  width: 35%;
}
@media only screen and (max-width: 480px) {
  .assertion-page-wrap .assertion-page-sidebar {
    width: 100%;
  }
}
.assertion-page-wrap .assertion-page-sidebar .sidebar-box {
  width: 90%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .assertion-page-wrap .assertion-page-sidebar .sidebar-box {
    width: 100%;
  }
}
.assertion-page-wrap .assertion-page-sidebar .sidebar-box img {
  width: 80%;
  height: auto;
  margin-bottom: 2em;
}
.assertion-page-wrap .assertion-page-sidebar .sidebar-box div {
  margin-top: 15px;
  text-align: center;
}
.assertion-page-wrap .assertion-page-sidebar .sidebar-box .badges-unique-granted-date {
  font-size: 15px;
}
.assertion-page-wrap .assertion-page-content {
  width: 65%;
}
.assertion-page-wrap .assertion-page-content h3 {
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  .assertion-page-wrap .assertion-page-content {
    width: 100%;
  }
}
.assertion-page-wrap .assertion-page-content .options-partage {
  margin-top: 20px;
}
.assertion-page-wrap .assertion-page-content .block-social-networks {
  margin-top: 15px;
}
.assertion-page-wrap .assertion-page-content .block-social-networks .share-buttons {
  padding-top: 15px;
}
.assertion-page-wrap .assertion-page-content .block-social-networks .share-buttons i, .assertion-page-wrap .assertion-page-content .block-social-networks .share-buttons a {
  display: inline-block;
  font-size: 2em;
  color: #7e2321;
}
.assertion-page-wrap .assertion-page-content .block-social-networks .share-buttons i {
  margin-top: 10px;
  cursor: pointer;
}
.assertion-page-wrap .assertion-page-content .block-social-networks .share-buttons i:hover {
  color: #7e2321;
}
.assertion-page-wrap .assertion-page-content .block-social-networks .share-buttons a {
  margin-right: 5px;
  margin-bottom: 15px;
}
.assertion-page-wrap .assertion-page-content .block-social-networks .share-buttons a::before {
  font-family: FontAwesome;
}
.assertion-page-wrap .assertion-page-content .block-social-networks .share-buttons a.share_facebook::before {
  content: "\f082";
}
.assertion-page-wrap .assertion-page-content .block-social-networks .share-buttons a.share_twitter::before {
  content: "\f081";
}
.assertion-page-wrap .assertion-page-content .block-social-networks .share-buttons a.share_linkedin::before {
  content: "\f08c";
}
.assertion-page-wrap .assertion-page-content .block-social-networks .share-buttons button.has_privacy_flag:disabled {
  background-color: #efefef;
  color: #aaa;
  cursor: not-allowed;
}
.assertion-page-wrap .assertion-page-content .block-social-networks .share-buttons #assertion_privacy_btn_confirm {
  margin: 0 auto;
}
.assertion-page-wrap .assertion-page-content .clear {
  clear: both;
}

.connection-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.connection-wrap .connection-content {
  width: 50%;
}

.registration-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.registration-wrap .registration-content {
  width: 50%;
}
.registration-wrap .registration-content h3 {
  margin-top: 0 !important;
}
@media only screen and (max-width: 480px) {
  .registration-wrap .registration-content {
    width: 100%;
  }
}
.registration-wrap .registration-content .cipp-page-description p:last-child {
  margin-bottom: 2em !important;
}
.registration-wrap .registration-content .form-row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .registration-wrap .registration-content .form-row {
    flex-direction: column;
  }
}
.registration-wrap .registration-content .form-row div {
  width: 48%;
}
@media only screen and (max-width: 480px) {
  .registration-wrap .registration-content .form-row div {
    width: 100%;
  }
}
.registration-wrap .registration-content .register-action i {
  margin-left: 0;
  margin-right: 10px;
}
.registration-wrap .registration-content span {
  display: block;
}

.profile-members-heading .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .profile-members-heading .row {
    flex-direction: column;
  }
}
.profile-members-heading .row .profile-user-image-container {
  padding-right: 30px;
  flex: 0 0 230px;
}
@media only screen and (max-width: 480px) {
  .profile-members-heading .row .profile-user-image-container {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
  }
}
.profile-members-heading .row .profile-user-image-container figure img {
  width: 200px !important;
}
@media only screen and (max-width: 480px) {
  .profile-members-heading .row .profile-user-image-container figure img {
    margin: 0 auto !important;
  }
}
.profile-members-heading .row .profile-user-image-container .profile-member-social-container {
  display: flex;
  justify-content: center;
  margin: 25px 0 0 0;
}
.profile-members-heading .row .profile-user-image-container .profile-member-social-container a {
  color: #7e2321 !important;
  font-size: 1.2em;
}
.profile-members-heading .row .profile-user-image-container .profile-member-social-container a:hover, .profile-members-heading .row .profile-user-image-container .profile-member-social-container a:active, .profile-members-heading .row .profile-user-image-container .profile-member-social-container a:focus, .profile-members-heading .row .profile-user-image-container .profile-member-social-container a:hover:active, .profile-members-heading .row .profile-user-image-container .profile-member-social-container a:active:focus, .profile-members-heading .row .profile-user-image-container .profile-member-social-container a:focus:active {
  color: #333 !important;
}
.profile-members-heading .row .profile-detail-container {
  flex-grow: 1;
}
.profile-members-heading .row .profile-detail-container dt, .profile-members-heading .row .profile-detail-container dd {
  border-top: 1px solid rgb(119, 119, 119);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.profile-members-heading .row .profile-detail-container dt {
  float: left;
  text-align: left;
  width: 180px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .profile-members-heading .row .profile-detail-container dt {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
}
.profile-members-heading .row .profile-detail-container dd {
  margin-left: 180px;
}
.profile-members-heading .row .profile-detail-container dd::before {
  content: " ";
  display: table;
}
.profile-members-heading .row .profile-detail-container dd::after {
  content: " ";
  clear: both;
}
@media only screen and (max-width: 480px) {
  .profile-members-heading .row .profile-detail-container dd {
    border-top: none;
    margin-left: 0;
  }
}
.profile-members-heading .row .profile-detail-container .profile-members-content p {
  margin-bottom: 1em;
}
.profile-members-heading .row .profile-detail-container .profile-members-content p:last-child {
  margin-bottom: 2em;
}
@media only screen and (max-width: 480px) {
  .profile-members-heading .row .profile-detail-container {
    width: 100%;
  }
}

.main-navs li.selected a, .subnav li.selected a {
  color: #fff !important;
}

ul#members-list {
  display: flex;
  flex-wrap: wrap;
}

#buddypress ul#members-list li.item-entry {
  width: 32%;
  margin-right: 1%;
}
@media only screen and (max-width: 1024px) {
  #buddypress ul#members-list li.item-entry {
    width: 49%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 480px) {
  #buddypress ul#members-list li.item-entry {
    width: 100%;
    margin-right: 0;
  }
}

.list-wrap .item-block {
  width: 80% !important;
}
.list-wrap .item-block h2 {
  overflow-wrap: normal !important;
}
@media only screen and (max-width: 480px) {
  .list-wrap .item-block {
    width: 100% !important;
  }
}
.list-wrap .item-avatar img {
  width: 150px !important;
}

.item-meta.last-activity {
  display: none;
}

.buddypress-wrap .bp-navs li.selected a {
  background-color: #7e2321 !important;
}

.main-navs.dir-navs {
  margin-top: 20px !important;
}
