* {
  --color-primary: #D2232A;
  --color-primary-rgb: 210, 35, 42;
}

/* dark theme by default */
body {
  background-color: #000;
  font-size: 16px;
  line-height: 19px;
}

a {
  color: #fff;
}

/* new container width */
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
    width: auto;
  }
}

/* reset */
.close {
  color: inherit;
  text-shadow: none;
  filter: none;
  opacity: 1;
}

/* reset */
.close:focus,
.close:hover {
  color: inherit;
}

button.close {
  color: #fff;
}

.modal-content {
  background-color: #050505;
}

#header .header-right .join-us:hover::after {
  border-left: 5px solid #D2232A;
}

.userboards-option a .fa-comment:hover {
  color: inherit;
}

#mainNavigation {
  background: none;
}

.newsfeed-block,
.userboards-img {
  background: #000;
}

.userboards-option {
  background: #D2232A;
}

.userboards-detail::before {
  background: none;
}

.post-btn {
  background: #D2232A;
}

.profile-detail,
.profile-detail-inner {
  background: none;
}

.input-type-form select.txt-input {
  padding: 5px 15px;
}

.pink-btn,
.pink-btn:hover,
.submit-btn,
.submit-btn:hover {
  background: #D2232A;
}

#header .primary-button,
.primary-button,
.rightbar-wide .buy-button:hover {
  background: #D2232A;
}

#header .header-right .join-us:hover,
a.see-user-followers:hover {
  color: #D2232A;
}

.header-right .notification-popup .notification-btn button {
  background: #D2232A;
}

.new-category {
  background: #D2232A;
  cursor: default;
  padding: 2px 7px;
  right: 0;
  top: 0;

  /* new */
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 14px;
  border-radius: 8px;
  margin-top: -8px;
  margin-right: -4px;
}

.follow-post-btn {
  background: #D2232A;
}

.messanger-block .message-title {
  background: #D2232A;
}

.messanger-block .chat-button {
  background: #D2232A;
}

.profile-info-create-content span i.fa-comment {
  color: #D2232A;
}

@media (max-width:767px) {
  .mobile-menu span {
    background: #fff;
  }

  .mobile-menu span::after,
  .mobile-menu span::before {
    background: #fff;
  }

  .account-link .fa-user {
    color: #D2232A;
  }

  #header .fa-search {
    color: inherit;
  }

  #header .mob-search .fa-search {
    color: inherit;
  }

  .mob-search h3 {
    color: inherit;
  }

  .message-block-modal .join-us {
    background: #D2232A
  }

  .join-us:hover {
    color: inherit !important;
  }

  .change-pw-info .join-us {
    background: #D2232A
  }

  .mobile-view-menu {
    color: inherit;
  }

  .mobile-view-menu a {
    color: inherit;
  }

  .mobile-view-menu a:hover {
    color: inherit;
  }
}

.fa-inverse {
  color: inherit;
}

.fa-telegram:before {
  content: "\f2c6";
}

/* new */
.cover-image {
  background-color: #D2232A;
}

.dk-selected {
  background-color: #000;
}

.dk-select-options {
  background-color: #000;
}

.dk-option-selected {
  background-color: #D2232A;
}

.dk-select-options .dk-option-highlight {
  background-color: #D2232A;
}

.dk-select-open-up .dk-selected {
  border-color: #D2232A
}

.dk-select-open-down .dk-selected {
  border-color: #D2232A
}

.dk-select-open-down .dk-selected:before,
.dk-select-open-up .dk-selected:before {
  border-bottom-color: #D2232A
}

.dk-select-open-down .dk-selected:after,
.dk-select-open-up .dk-selected:after {
  border-left-color: #D2232A
}

.dk-select-multi:focus .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-open-up .dk-select-options {
  border-color: #D2232A
}

.dk-selected:focus,
.dk-selected:hover {
  border-color: #D2232A
}

.dk-selected:focus:before,
.dk-selected:hover:before {
  border-top-color: #D2232A
}

.dk-selected:focus:after,
.dk-selected:hover:after {
  border-left-color: #D2232A
}

div.tagsinput {
  padding: 9px 15px;
  width: auto;
  height: auto;

  /* new */
  border-radius: 30px;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 24px !important;
  line-height: 28px !important;
  min-height: 224px !important;
}

div.tagsinput span.tag {
  border-radius: 14px !important;
  font-size: 24px !important;
}

div.tagsinput span.tag a {
  font-size: 20px !important;
}

div.tagsinput input {
  min-width: 120px;
  color: #fff !important;

  /* new */
  font-size: 24px !important;
  line-height: 28px !important;
}

div.tagsinput input.not_valid {
  background-color: red !important;
}

body,
html {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}

.wrapper {
  margin-top: 298px;
}

.cms-homepage .wrapper {
  margin-top: 298px;
}

@media screen and (max-width: 767px) {
  .cms-homepage .wrapper {
    margin-top: 92px;
  }
}

/* a:focus,
a:hover {
  border: 0;
} */

#header {
  background: #35080B url('/2k16/images/flamengo/bg-header.png') center top;
  padding: 0;

  /* new */
  right: 0;
  min-height: 298px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding: 13px 0 0; */
}

/* new */
#header .header__content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  max-width: 1210px;
}

/* new */
#header .header__content>.row {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* new */
#header .header__content>.row>.logo-outer {
  position: relative;
  /* top: 20px; */
  z-index: 1;
}

.logo {
  /* display: inline-block;
  float: none;
  width: 129px; */
  width: 187px;
  height: 191px;
  margin: 0 auto -22px;
}

.middle-header-content {
  padding: 0;
}

.middle-header-content h3 {
  color: inherit;
  font-family: Oswald, Arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
  padding-bottom: 0;
  font-weight: bold;
  letter-spacing: -1.5%;
}

.middle-header-content h3 + * {
  margin-top: 10px;
}

.small-header .middle-header-content h3 {
  font-size: 22px;
  padding-bottom: 0;
}

.join-us {
  background: #D2232A;
}

#header .header-right .join-us {
  color: inherit;
}

.user-detail-box .control-label {
  color: #fff;
}

.form-control {
  color: #fff;

  /* new */
  background-color: #000;
}

.right-content .input-group .form-control,
.right-content .search-btn {
  /* border-color: #333; */
  /* border-image: none; */
  /* border-radius: 0; */
  /* box-shadow: none; */
  /* height: 30px */
}

.right-content .input-group .form-control {
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  padding: 8px 6px;

  /* new */
  border-color: #fff;
  line-height: 24px;
  letter-spacing: -1.5%;
  color: #fff;
  background: transparent;
}

/* new */
.right-content .input-group .form-control::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.right-content .search-btn {
  /* background: #fff 0 0;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  outline: 0;
  padding: 5px 9px */
}

.right-content .search-btn img {
  /* max-width: inherit */
}

.header-right ul li a {
  font-size: 22px;

  /* new */
  font-weight: 500;
  line-height: 32px;
  font-family: Oswald, Arial, sans-serif;
}

.header-right ul li a label {
  color: currentColor;
  cursor: pointer;
}

.header-right ul li .fa-comment {
  color: #fff;
}

.header-right .notification .notification-link {
  color: #fff;
}

.header-right ul li a:focus, .header-right ul li a:hover {
  color: #fff;
}

.header-right ul li a:hover label {
  color: currentColor;
}

.small-header #header {
  padding: 0;
}

.small-header .logo {
  width: auto;
}

.small-header #mainNavigation {
  margin-top: 0;
  box-shadow: none;
  min-height: 0;
}

.small-header nav li {
  padding: 0;
}

.more-profile-info h4 {
  font-family: inherit;
}

.links-block {
  background-color: #000;
}

#mainNavigation {
  background: black;
  margin: 0;
  min-height: 0;

  /* new */
  padding: 18px;
  color: #fff;
  font: 700 22px/32px Oswald, Arial, sans-serif;
  letter-spacing: -1.5%;
  font-size: 0;
}

.small-header .right-content {
  margin-top: 13px;
}

/* new */
#mainNavigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#mainNavigation ul li {
  margin: 0 25px;
}

/* new */
#mainNavigation li a {
  color: currentColor;
  transition: background-color .15s ease-in-out;
  padding: 4px 20px;
  border-radius: 5px;
  font-size: 22px;
  display: block;
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  #mainNavigation {
    font-size: 18px;
  }
  #mainNavigation li a {
    font-size: 18px;
    padding: 4px 10px;
  }
}

/* new */
#mainNavigation li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

nav li {
  margin: 0;
  padding: 0;
}

nav li a {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

#mainNavigation::after {
  width: auto;

  /* new */
  box-shadow: 0 5px 15px #D2232A;
  height: 10px;
  left: -18px;
  right: -18px;
  opacity: 0.2;
}

.arrow-sidebar {
  float: none;
  left: 0;
  margin-left: 0;
  top: 0;
}

.modal-backdrop {
  background-color: #000;
}

.sidebar h3,
.sidebar h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.sidebar h4 {
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.trending-content ul li a {
  background: #D2232A;
  color: #fff;
}

.profile-content ul li a {
  color: #fff;
}

.post-content ul li a:hover,
.profile-content ul li a:hover {
  color: inherit;
}

.post-content ul li a {
  color: #fff;
}

.nav-content {
  text-align: left;

  /* new */
  padding: 10px;
}

.nav-content ul li a {
  color: #fff;
  display: inline;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 0 0 40px;

  /* new */
  position: relative;
}

/* new */
.nav-content ul li a .fa {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(-50%, -50%);
}

/* new */
.nav-content ul li+li {
  margin-top: 10px;
}

.nav-content ul li a:hover,
.userboards-post h3 a:hover {
  color: #D2232A;
}

.newsfeed-block {
  background-color: #000;
}

.userboards-option {
  background: #D2232A;
}

.userboards-option a.act,
.userboards-option a.act i,
.userboards-option a.active i,
.userboards-option a:hover i {
  color: inherit;
}

.userboards-post p {
  color: #fff;
}

.userboards-detail {
  font-size: 14px;
  line-height: 17px;

  /* new */
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  max-width: 215px;
  margin: 0 auto;
}

.userboards-post {
  padding: 15px 0 20px;
}

.userboards-post h3 {
  color: #fff;
  font-size: 27px;
  line-height: 32px;

  /* new */
  font-family: 'Roboto Flex', Roboto, Arial, Helvetica, sans-serif;
}

.userboards-post h3 a {
  color: #fff;
}

.profile-info {
  font-family: Oswald, Arial, sans-serif;
}

.profile-info span i.fa-heart,
.userboards-option a .fa-ellipsis-h:hover,
.userboards-option a .fa-share-alt:hover {
  color: inherit;
}

.userboards-detail::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.post-btn {
  background: #D2232A;
}

.login-link:focus,
.login-link:hover {
  color: #D2232A
}

.user-profile-block a {
  color: #D2232A;
}

.profile-detail {
  background: none;
}

.profile-detail-inner {
  background: #000;
}

.text-muted {
  color: #fff;
}

.profile-info span i.fa-comment {
  color: #D2232A;
}

.profile-detail-inner .timeline-content span {
  color: #fff;
}

.more-profile-center p {
  font-family: inherit;
}

.profile-detail-inner .timeline-content em {
  color: #fff;
}

.more-profile-info h4, .more-profile-right p {
  color: #fff;
}

.share-popup .modal-title {
  color: #fff;
}

.form-data .input-type-form label {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;

  /* new */
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}

.input-type-form .txt-input {
  border-color: #fff;
  color: #fff;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-size: 24px;
  height: 49px;
  line-height: 25px;
  padding: 11px 15px;

  /* new */
  background-color: #000;
  border-radius: 24px;
}

.login-block a {
  color: #D2232A;
}

.rightbar-wide .buy-button:hover {
  background: #D2232A;
}

.bootstrap-tagsinput input,
.change-pw-info .input-type-form .txt-input {
  font-size: 24px;
  font-weight: 300;
}

.select-box .txt-input {
  color: inherit;
}

.progress_bar {
  background-color: #D2232A;
}

.upload_assets {
  color: #D2232A !important;
}

.collapsed-link li a.active {
  background: #D2232A;
}

.userboards-post p a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: unset;

  /* new */
  line-height: 20px;
  font-family: 'Roboto Flex', Robot, Arial, Helvetica, sans-serif;
}

.actions a {
  color: #D2232A;
}

.share-count {
  color: #D2232A;
}

.notification-block .userboards-post p {
  color: #D2232A;
}

.setting-tab {
  background: none;
}

.setting-tab .sidebar ul li a {
  /* new */
  color: #fff;
}

.setting-tab .sidebar ul li a:hover,
.setting-tab .sidebar ul li.active a {
  background: #D2232A;
}

.comment-info a {
  color: #D2232A;
}

.comment-info a i {
  color: #D2232A;
}

.input-group {
  width: 234px;
  max-width: none;
}

.video-post {
  border-top-color: #D2232A;
}

.profile-pic .choose_photo {
  color: #fff;
}

.cover-image .choose_image:hover,
.profile-pic .choose_photo:hover {
  color: #D2232A;
}

.cover-image .choose_image:hover:after,
.profile-pic .choose_photo:hover:after {
  border-left-color: #D2232A
}

.user-detail-box .animate {
  display: none;
}

.user-detail-box .user-detail-process .tab-7.bgChange {
  background: #D2232A;
}

.user-detail-box h3 {
  color: #D2232A;
  font-family: Oswald, Arial, Helvetica, sans-serif;
}

.fill-detail-notice p {
  color: #D2232A;
}

.primary-button {
  background: #D2232A;
}

.likes-inner-block i.fa-comment {
  color: #D2232A;
}

.bootstrap-tagsinput .tag {
  background: #D2232A
}

.related-posts {
  background: #000;
}

.related-posts h4 {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.cms-blog a:hover {
  color: #D2232A;
}

.menu-fixed {
  width: 243px;
}

.about-grid a:hover {
  color: #D2232A;
}

.fp-bottom-block .send-email a:focus,
.fp-bottom-block .send-email a:hover {
  color: #D2232A;
}

.fix-top-up-button {
  background: #D2232A;
}

.btn-upload-share {
  background: #D2232A;
}

.header-right .notification .notification-link:hover,
.header-right .notification.active .notification-link,
.user-name-link:hover {
  color: #D2232A;
}

.followers-blk .follow-btn .pink-btn {
  background: #D2232A;
}

.buy-product-link {
  background: #D2232A;
}

.help-block .linking-list li a:focus,
.help-block .linking-list li a:hover,
.userboards-post-comment .see-more-comments:focus,
.userboards-post-comment .see-more-comments:hover {
  color: #D2232A;
}

.social-login-page .social-login-content h2 {
  color: #D2232A;
}

.social-login-page .social-login-content h3 {
  color: #D2232A;
}

.popup_comment_details .profile-block-content a {
  color: #D2232A'

}

@media (max-width:767px) {
  .login-popup .join-us {
    background: #D2232A;
  }

  .login-page-modal.login-popup .join-us {
    background: #D2232A;
  }
}

@media (min-width:768px) {
  .user-detail-box .user-detail-process .tab-7 {
    background: #D2232A;
  }
}

@media (max-width:767px) {
  .mobile-menu span {
    background: #fff;
  }

  .mobile-menu span::after,
  .mobile-menu span::before {
    background: #fff;
  }

  .account-link .fa-user {
    color: #D2232A;
  }

  #header .fa-search {
    color: inherit;
  }

  #header .mob-search .fa-search {
    color: inherit;
  }

  .message-block-modal .join-us {
    background: #D2232A;
  }

  .change-pw-info .join-us {
    background: #D2232A;
  }
}

@media (min-width:768px) {
  .user-detail-box .user-detail-process .tab-7 {
    background: #D2232A;
  }
}

.profile_btn {
  background: #D2232A;
}

@media (min-width:360px) {
  .user-detail-box .user-detail-process .tab-7 {
    background: #D2232A
  }
}

.sign-up .sign-up {
  color: #D2232A;
}

.sign-up .sign-up:before {
  background: #D2232A;
}

.savedraft_btn {
  background: #D2232A;
}

.form-data .input-type-form textarea.txt-input {
  line-height: 25px;
}

.share-popup .share-option a {
  color: #fff;
  display: inline-block;
  margin-right: 15px;

  /* new */
  vertical-align: middle;
}

/* new */
.share-popup .share-option {
  gap: 15px;
}

.review-title {
  background: #000;
  color: #fff;
}

/* new */
.profile-pic {
  background-color: var(--color-primary);
  /* color: #000; */
}

.profile-pic img {
  display: flex;
  border: none;
  text-align: center;
}

.profile-pic .choose_photo:after {
  border-left-color: currentColor;
}

.add-more-link:hover,
.link:hover,
.notification-block .userboards-post em:hover,
.remove-link:hover {
  color: #fff;
}

.main-title h5 {
  color: #fff;
}

.tooltip-inner {
  background-color: #333;
}

.post-detail-column,
.rightbar-wide h4 {
  color: #fff;
}

.heading {
  font-family: Oswald, Arial, sans-serif;
}

.notification-post {
  background: none;
}

.notification-post:hover {
  background-color: #111;
}

#overlay {
  background: rgba(0, 0, 0, .9);
}

.product-review-top {
  padding-bottom: 20px;
}

.profile-content ul li {
  min-height: 72px;
  margin-bottom: 26px;
}

.profile-content ul li i {
  width: 72px;
  height: 72px;

  /* new */
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

/* new */
.profile-content ul li i img {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.share-popup label {
  display: inline;
}

.userboards-post p a {
  color: #fff;
}

#header .input-group {
  width: 234px;
}

.login-link {
  color: #fff;
}

/* ==================== MOVED FROM INLINE STYLES ================== */

.post-title h1 {
  color: #fff;
  font-size: 53px;
  font-style: italic;
  font-weight: 400;
  line-height: 55px;
  padding: 9px 0 13px;
  text-align: center;
  word-wrap: break-word;
}

/* ==================== NEW ELEMENTS ===================== */
.btn-fl-default {
  min-width: 118px;
  --color-bg: #D2232A;
  --color-text: #fff;
  --color-border: var(--color-text);
  cursor: pointer;
  background-color: var(--color-bg);
  color: var(--color-text);
  transition: all .15s ease-in-out;
  transition-property: background-color, color;
  font: 500 20px/23px Oswald, Helvetica, sans-serif;
  border: 0 solid transparent;
  padding: 8px 14px 9px;
  letter-spacing: -1.5%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.button-block .btn-fl-default {
  min-width: 0;
}

.btn-fl-default:focus {
  outline: 1px dashed white;
  outline-offset: 2px;
  color: var(--color-text);
}

.btn-fl-default:active {
  top: 2px;
}

.btn-fl-default.is-wide {
  display: block;
  width: 100%;
  text-align: center;
}

.btn-fl-default:hover,
.btn-fl-default.active {
  --color-bg: #212121;
}

.btn-fl-default.is-rounded {
  border-radius: 20px;
}

.btn-fl-default.is-large.is-rounded {
  border-radius: 23px;
}

.btn-fl-default.is-large {
  line-height: calc(23px + 6px);
}

.btn-fl-default.is-small {
  line-height: calc(23px - 6px);
}

.btn-fl-default.is-inverted {
  --color-bg: #fff;
  --color-text: #D2232A;
}

.btn-fl-default.is-inverted:hover,
.btn-fl-default.is-inverted:active {
  --color-bg: #212121;
  --color-text: #fff;
}

.btn-fl-default.is-bordered {
  border: 1px solid var(--color-border);
  padding: 7px 13px 8px;
}

.btn-fl-default.is-transparent {
  --color-bg: transparent;
  --color-text: #fff;
}

.btn-fl-default.is-transparent:hover {
  --color-bg: #fff;
  --color-text: #212121;
}

.btn-fl-default.with-plus,
.btn-fl-default.with-arrow {
  position: relative;
  padding-right: 33px;
}

.btn-fl-default.with-plus:after,
.btn-fl-default.with-arrow:after {
  content: '+';
  position: absolute;
  font: 500 20px Oswald, Arial, sans-serif;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  margin-top: -2px;
}

.btn-fl-default.with-arrow:after {
  content: '>';
}

.text-uppercase {
  text-transform: uppercase;
}

.is-hidden {
  display: none !important;
}

/* === */

.login-popup .modal-header .modal-title {
  font-family: Oswald, Arial, Helvetica, sans-serif;
}

.login-block a:hover {
  color: #fff;
}

.main-title .form-group .normal_select .dk-selected {
  background-color: #fff;
  color: #000;
}

.header-right ul li a.account-link::after {
  border-top-color: #fff;
}

.main-title .form-group .normal_select .dk-select-options .dk-option {
  color: #000;
  background-color: #b2b2b2;
}

.main-title .form-group .normal_select .dk-select-options .dk-option:hover {
  background-color: #D2232A;
  color: #fff;
}

.main-title .form-group .normal_select .dk-selected::before {
  border-top-color: #000;
}

.main-title .form-group .normal_select.dk-select-open-down .dk-selected::before {
  border-bottom-color: #000;
}

.profile-timeline-block {
  margin-top: 0;
}

.cover-image .choose_image {
  padding: 10px 25px 10px 15px;
  right: 0;
  bottom: 0;
  background-color: #D2232A;
}

.cover-image .choose_image:hover {
  background-color: #fff;
}

.cover-image .choose_image::after {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: border-color .3s ease;
}

.profile-info .control-label {
  color: #fff;
}

.profile-info span {
  color: #fff;
}

.profile-pic .choose_photo {
  bottom: 0;
  padding: 5px 10px;
  background: #D2232A;
}

.profile-pic .choose_photo::after {
  top: 50%;
  transform: translateY(-50%);
}

.profile-pic .choose_photo:hover {
  background: #fff;
  color: #D2232A;
}

.profile-right h6 {
  background-color: #D2232A;
  color: #fff;
}

/*
@media (min-width: 768px) {
  .container {
    width: auto;
  }
} */

.add-comment .form-actions {
  padding-top: 15px;
  text-align: right;
}

.login-popup .close {
  color: #fff !important;
}

.post-block h4 {
  font-family: Oswald, Arial, sans-serif;
  color: #fff;
}

.post-block p {
  color: #fff;
}

.more-profile-right > h2.favorite-heading {
  font-family: Oswald, Arial, sans-serif !important;
  color: #fff !important;
}

.product-slider-a:hover {
  color: var(--color-primary) !important;
}

.profile-cover-link {
  display: block;
  aspect-ratio: 757 / 288;
}

.divider-or-block {
  text-align: center;
  position: relative;
}

.divider-or-block span:before,
.divider-or-block span:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  display: block;
  background: #bfbfbf;
}

.divider-or-block span:before {
  left: auto;
  right: 100%;
  width: 100%;
  margin-right: 5px;
}

.divider-or-block span:after {
  right: auto;
  left: 100%;
  width: 100%;
  margin-left: 5px;
}

.divider-or-block span {
  display: inline;
}

.input-type-form select option {
  font-size: 15px;
  color: #fff;
}

.create-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

@media screen and (max-width: 480px) {
  .create-actions {
    gap: 10px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  #header {
    min-height: 0;
    height: 92px;
  }

  #header .logo {
    width: 90px;
    height: auto;
    margin-bottom: 0;
    margin-top: 0px;
  }

  #header .header__content > .row > .col-sm-4:last-child {
    order: 6;
    width: 35px;
  }
  #header .header__content > .row > .col-sm-4:first-child {
    order: 5;
    margin-right: 10px;
  }


  #header .fa-search {
    position: static;
  }

  #header .header__content {
    width: 100%;
  }

  #header .sign-up {
    position: relative;
    color: #fff;
  }

  .sign-up .log-out {
    filter: invert(100%) brightness(600%) contrast(100%) saturate(0);
  }

  #header .sign-up #join-us {
    white-space: nowrap;
  }

  #header .logo img { display: block; }

  .wrapper {
    margin-top: 92px;
  }

  #mainNavigation ul {
    display: block;
    margin-bottom: 10px;
  }

  #mainNavigation ul li a {
    padding: 0 10px;
  }

  #mainNavigation ul li a:hover {
    color: currentColor;
  }

  #mainNavigation .mobile-view-menu {
    display: flex !important;
    font-size: 14px;
    line-height: 16px;
  }
  .small-header .mobile-menu {
    top: 30px;
  }
}

.nav-content ul li a,
.userboards-post h3 a {
  font-family: 'Roboto Flex', Roboto, Arial, Helvetica, sans-serif;
}

.more-profile-info {
  margin-top: 100px;
}

.uppercase {
  text-transform: uppercase;
}

.sticky-footer {
  background-color: #C3281E;
  padding-top: 6px;
  padding-bottom: 15px;
}
