/*
Theme Name: boredgamer
Theme URI: https://boredgamer.ie
Description: Minimal Theme
Version: 1.1
Author: Burkie
Author URI: https://boredgamer.ie
Tags: clean
*/

@view-transition {
    navigation: none;
}

.view {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
    
}

::focus,
::outline {
    outline: none;
}

::-webkit-input-placeholder {
    color: #d7d7d7;
}

:-moz-placeholder {
   color: #d7d7d7;
   opacity: 1;
}

::-moz-placeholder { 
   color: #d7d7d7;
   opacity: 1;
}

:-ms-input-placeholder {
   color: #d7d7d7;
}

::focus,
:focus {
    outline: none !important;
}

input:focus {
    outline: none;
}

body {
    background: #f4f4f0;
}

.dark {
  background-color: #074f57; 
  position: relative;
}

.dark::after {
    content: '';
    position: absolute;
    bottom: -49px;
    left: 0;
    width: 100%;
    top: inherit;
    height: 50px;
    background-image: url('svg/wave.svg');
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 100%;
    z-index: 1;
}

.soft {
  background: #fff;
  position: relative;
  padding: 50px 0 5px;
  margin: 0 0 80px 0;
}

.soft::after {
    content: '';
    position: absolute;
    bottom: -49px;
    left: 0;
    width: 100%;
    top: inherit;
    height: 50px;
    background-image: url('svg/wave-light.svg');
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 100%;
    z-index: 1;
}

.greyed {
    background: #f4f4f0;
    position: relative;
    padding: 50px 0 5px;
    margin: 0 auto 80px;
}

.greyed.nopad {
    padding: 0 0 5px 0;
}

.greyed::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    top: inherit;
    height: 50px;
    background: #f4f4f0 url('svg/wave-light.svg');
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 100%;
    z-index: 1;
    transform: rotate(-180deg);
}

.grey {
  position: relative;
}

.grey::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    top: inherit;
    height: 50px;
    background: #abd1c6 url(svg/wave-grey.svg);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 100%;
    z-index: 1;
}

.acf-icon.grey::after {
    display: none;
}

.white {
  position: relative;
}

.white::after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    top: inherit;
    height: 50px;
    background: #fff url(svg/wave-grey.svg);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 100%;
    z-index: 1;
}

section#search {
    position: relative;
}

section#search::after {
    content: '';
    position: absolute;
     bottom: -50px;
    left: 0;
    width: 100%;
    top: inherit;
    height: 50px;
    background-image: url('svg/wave-mint.svg');
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 100%;
    z-index: 1;
}

.white {
    
}

.dark section {
    padding: 0 0 55px 0;
    padding: 0 0 30px 0;
    margin: 0px auto 80px;
}

.dark p,
.dark ol li,
.dark ul li,{
    color: #e4c5af;
    font-weight: 400;
}

.dark strong {
    display: block;
    line-height: 1.2;
}

.dark b {
    font-weight: 700;
    color: #fff;
}

.profile-gallery-form p,
#message p {
    font-weight: 700;
    padding: 10px 10px 10px 20px;
}

body,
input,
button,
code,
select,
textarea,
ul.token-input-list-facebook {
    font-family: "bricolage-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #077187; 
    font-size: 100%;
    font-size: 18px;
    line-height: 1.2;
}

body.darker .dark {
   // background: #18181d;
   // transition: all 0.3s ease-in;
}

.dark dl.colosmall dt {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    margin: 0 10px 0 0;
}

.dark dl.colosmall dd {
    text-box: trim-both ex alphabetic;
    margin: 3px 0 0 0;
}

.dark dl.colosmall dd span {
    color: #e4c5af;
}

.profile-gallery-form p,
label {
    color: #077187;
}

input,
button {
    line-height: 1;
}

input[type="text"], 
input[type="email"],
textarea {
    background: #fff !important;
    border: 0;
    color: #077187 !important;
}

input {
    height: 40px;
}

strong, b {
    font-weight: 700;
}

input[type="checkbox"] {
    height: inherit;
}

a {
    color: #abd1c6;
    border-bottom: 1px solid #077187;
    text-decoration: none;
}

p,
ul li,
ol li {
    font-size: 18px;
    line-height: 1.4;
    color: #077187;
}

.dark p {
    text-box: trim-both ex alphabetic;
}

p.description {
    text-box: trim-both cap text;
}

.filtering p {
    padding: 20px 0;
}

h1 {
    font: 32px bricolage-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    margin: 0 0 30px 0;
}

h2, h3, h4 {
    font-family: "highest-praise", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h3,
h3 a {
    font-size: 36px;
    color: #074f57;
    line-height: 1.4;
    border: 0;
    text-transform: lowercase;
}

h5 {
    font-family: "bricolage-grotesque", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h6,
h6 a {
    font-size: 22px;
    color: #074f57;
    line-height: 1.4;
    border: 0;
}

u {
    font-family: "bricolage-grotesque", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #e16162;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    border: 0;
    text-decoration: none;
}

.dark h5 {
    color: #e4c5af;
}

.dark h5 span { 
    background: rgba(244, 244, 244, 0.9);
    border-radius: 3px;
    transform: rotate(-2deg);
    display: inline-block;
    text-box: trim-both cap alphabetic;
    padding: 10px;
}

.fep_total_message_count,
h1 span,
h2 span,
h4 span,
h5 span {
    color: #077187;
}

h1 {
    font-size: 38px;
    line-height: 1.2;
}

h2 {
 
}

.fep-header-welcome strong,
h2,
h4,
.fep-announcement-title,
.fep-message-title-heading {
    font-size: 58px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #abd1c6;
}

h2,
h4 {
    text-shadow: 2px 2px 1px #077187;
}

h4 span,
h4 a {
    text-shadow: 2px 2px 1px #333;
}

h4 span {
    text-decoration: underline;
    color: #fff;
    text-shadow: none;
}

h2 a,
h4 a {
    color: #abd1c6;
    border-bottom: 2px solid #abd1c6;
}

h4 a {
    color: #e16162;
}

a:hover,
a:hover img {
opacity: 0.8;
transition: all 0.3s ease-in;
}

.fep-message-title-heading.participants,
.fep-header-welcome strong,
h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 0 0;
}

.bio h5 {
    font-size: 32px;
    line-height: 1.4;
    color: #fff;
}

.dark strong {
    color: #fff;
}

section {
    margin: 0px auto 60px auto;
    max-width: 1200px;
    width: 96%;
    padding: 0 0 0 0;
}

section aside {
    margin: 0 0 20px 0;
    overflow: hidden;
}

section article {

}

aside ul {
    transform: rotate(-1deg);
    padding: 0;
    margin: -15px 0 10px 3px;
    display: flex;
    width: 100%;
}

aside ul li {
    list-style: none;
    margin: 0;
    flex: 1; /* makes each li take equal width */
}

aside ul li a {
    display: block;
    width: 100%;
    padding: 30px 20px 10px;
    background: #077187;
    box-sizing: border-box;
    text-align: center;
}

aside ul {
    gap: 0px;
}

img.logo {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 0 40px 0;
}


aside ul li:hover a {
    background: #077187;
    color: #fff !important;
    transition: all 0.3s ease-in;
}

aside ul li.menu-item-object-logout a {
    background: #077187;
    opacity: 0.8;
}

body#page-search aside ul li.menu-item-home a,
body.post-type-archive-log aside ul li.menu-item-1230 a,
body.single-log aside ul li.menu-item-1230 a,
body.search-results aside ul li.menu-item-344 a,
body.page-template-add-store aside ul li.menu-item-1079 a,
body.page-template-add-directory aside ul li.menu-item-1339 a,
body.tax-venue aside ul li.menu-item-1339 a,
body.page-template-add-session aside ul li.menu-item-904 a,
body.single-post aside ul li.menu-item-546 a, 
body.page-id-75 ul li.menu-item-52 a,
body.page-id-481 ul li.menu-item-52 a,
body.home aside ul li a.navhome,
body.page-id-116 aside ul li a.navcontact,
body#page-register aside ul li a.navregister,
body#page-login aside ul li a.navlogin,
body.single-attachment ul li.menu-players a,
body.page-id-19 aside ul li.navprofile a,
body.page-id-21 aside ul li.navprofile a,
body.page-id-83 aside ul li.menu-players a,
body.tax-games aside ul li.menu-players a,
body.bbpress aside ul li.menu-item-object-forum a,
body.page-id-568 aside ul li.menu-item-24358 a,
aside ul li.current-page-ancestor a,
body.single-gatherings aside ul li.menu-item-object-gatherings a,
body.parent-pageid-1369 aside ul li.navprofile a,
aside ul li.current-menu-item a,
body.author aside ul li.navprofile a,
aside ul li.current_page_item a,
body.page-id-519 aside ul li.menu-item-object-gatherings a,
body.tax-interests aside ul li.menu-item-24448 a,
body.single-colophon aside ul li.menu-item-object-colophon a,
body.page-id-593 aside ul li.menu-item-52 a, 
body.page-id-595 aside ul li.menu-item-52 a,
body.page-id-595 aside ul li.menu-item-48 a,
body.single-directory aside ul li.menu-item-1339 a,
body.single-attachment aside ul li.menu-item-657 a,
body.single-review aside ul li.menu-item-657 a,
body.single-session aside ul li.menu-item-904 a,
aside ul li.current-menu-ancestor a,
body.tax-games ul li.menu-item-546 a,
body.single-store ul li.menu-item-1079 a,
body.post-type-archive-store ul li.menu-item-1079 a,
body.single-lobby aside ul li.menu-item-1586 a,
body#page-lobby aside ul li.menu-item-1586 a,
body.home aside ul li a.navhome {
   background: #abd1c6;
    color: #fff;
    padding: 30px 15px 15px;
    font-weight: 700;
    transition: all 0.3s ease-in;
    border: 2px solid #fff;
    border-top: 0;
    transform: rotate(2deg);
    position: relative;
    z-index: 9999;
}

aside ul.mainmenu li {
    font-size: 16px;
}

aside ul.mainmenu {
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

aside ul.mainmenu.showing {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: 0.3s ease-in;
}

aside ul ul {
    display: none !important;
}

aside ul li.current-menu-item a:hover {
    background: #abd1c6;
    color: #e4c5af;
   // transition: all 0.3s ease-in;
   // border: 2px solid #fff !important;
}

aside ul li a:hover {
    position: relative;
    z-index: 9999;
}

aside ul li.navprofile {
    margin: 0 0 0 2px;
}

section.main article {
    flex-grow: 1;
    order: 2;
}

/* GENERIC */

.fep-bulk-action select {
    width: 186px;
    background: #fff !important;
    color: #077187 !important;
    line-height: 1;
    border-radius: 0;
}

form#fep-messagebox-search-form input[type="submit"], 
input[type="submit"]#sul-searchsubmit, 
.fep-table.fep-action-table div div button[type="submit"],
input[type="submit"]#bbp_search_submit,
a.fep-button-active,
button[type="submit"],
input[type="submit"],
a.button,
a.fep-button {
    color: #fff;
    border: 1px solid #077187;
    background: #077187;
    padding: 9px 20px 11px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0 0px;
    font-weight: 700;
    text-align: center;
}

a.fep_block_unblock_user {
    text-transform: lowercase;
}

a.fep_block_unblock_user.fep_user_blocked {
    color: #D06862;
}

button[type="submit"],
button[type="submit"].fep-button {
    margin: 0;
}

button[type="submit"].button:hover,
.acf-form-submit input[type="submit"],
.acf-image-uploader a.acf-button.button:hover,
#fep-menu .fep-button:hover,
#fep-menu .fep-button-active,
.buttons a.button:hover {
    border: 1px solid #077187;
}

form[role="search"],
form#bbp-search-form {
    overflow: hidden;
}

input[type="submit"].acf-button,
a.fep-button {
    margin: 0;
}

a.fep-button-active,
button[type="submit"]:hover,
input[type="submit"]:hover,
a.button:hover,
a.fep-button:hover {
    background: #077187;
    color: #e4c5af;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.tags {
    line-height: 1.8;
    padding: 10px 0 0 0;
}

.tags a {
    color: #077187;
    border-bottom: 1px solid #077187;
    text-transform: lowercase;
}

dl.users {
    padding: 20px 0px;
    display: flex;
    min-width: 100%;
    border-bottom: 1px solid #eee;
}

dl.users dt {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    flex-grow: 1;
    order: 1;
    margin: 0 30px 0 0;
}

dl.users dt img {
    width: 100%;
    height: auto;
    display: block;
}

dl.users dd {
    flex-grow: 1;
    order: 2;
}

/* COLOPHON */

fieldset {
    border: 0;
    display: contents;
}

form#pippin_create_post input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 0;
    margin: 0 0 10px 0;
    border: 1px solid #077187;
}

.avatars {
    float: left;
    margin: 0 10px 0 0;
}

.avatars img {
    width: 64px;
    height: auto;
    display: block;
}

.pad {
    padding: 34px 40px 40px;
    background: #eee;
    border-radius: 3px;
    border: 1px solid #077187;
    margin: 0 0 20px 0;
}

dl.colo {
    margin: 0 0 30px 0;
}

dl.colo dt img {
    width: 64px;
    height: 64px;
    display: block;
}

dl.colo input#comment {
    padding: 10px;
    width: 100%;
    background: #e4c5af;
    margin: 0 0 10px 0;
}

dl.colosmall  {
    display: flex;
    align-items: center;
    align-items: normal;
}

dl.colosmall dt {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    flex-grow: 1;
    order: 1;
    margin: 0 20px 0 0;
}

dl.colosmall dt img {
    width: 100%;
    height: auto;
    display: block;
}

dl.colosmall dt .thumb-placeholder {
    text-align: center;
    line-height: 1.2;
}

dl.colosmall dd {
    flex-grow: 1;
    order: 2;
}

dl.colosmall dd small a {
    color: #999;
    font-size: 13px;
    border: 0;
    line-height: 1;
    display: block;
    margin: 0 0 5px 0;
}

dl.colosmall dd cite a {
    font-size: 14px;
    color: #077187;
    border: 0;
    font-style: normal;
}

dl.colosmall dd p {
    margin: 4px 0 4px 0;
}

dl.colosmall dd img {
    width: 100%;
    height: auto;
}

cite {
    line-height: 1;
    display: block;
}

/* filter */

.filtering {
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

.dls {
    flex-grow: 1;
    order: 1;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.dls.dlsgap {
    margin: 0;
}

.dls dl {
    margin: 0 10px 0 0;
    display: inline-block;
    overflow: hidden;
}

.dls a {
    background: transparent;
    text-transform: lowercase;
    letter-spacing: 0px;
    background-color: #fff;
    color: #077187;
    font-size: 14px;
    float: left;
    cursor: pointer;
    transition: all .3s;
    padding: 10px 20px 10px;
    border: 1px solid #eee;
    display: inline-block;
    margin: 5px 5px 0 0;
    border-radius: 10px;
    position: relative;
}

.dls a:before {
    content: '';
    position: absolute;
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    background: #fff url('svg/remove.svg') no-repeat;
    background-size: cover;
    opacity: 1;
    transition: opacity 0.3s ease-in;
    border-radius: 20px;
}

.dls a:before:hover {
    border: 1px solid #e16162;
}

.dls a:hover {
    border: 1px solid #e16162;
    transition: all 0.3s ease-in;
}

.dls dl dd {
    font-weight: 700;
    margin: 3px 0 0 0;
}

select {
    background: #fff url('svg/arrow-down.svg') right 10px center no-repeat;
    background-size: 30px;
    color: #077187 !important;
    font-family: "bricolage-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 300px;
    border: 1px solid #077187;
    border-radius: 0px;
    text-indent: 0;
    line-height: inherit;
    padding: 0px 0 0px 10px;
    height: 40px;
    line-height: 1.1;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.dark select {
    background: #074f57 url(svg/arrow-right-light.svg) right 3px center no-repeat;
    background-size: 30px;
    border: 1px solid #abd1c6;
    color: #abd1c6 !important;
}

.dark .searching {
    margin: 30px 0 0 0;
}

.filter-small {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-small select {
    width: 170px;
}

.filter-small .filter-select form {
    margin: 0;
}

/* INBOX */

.fep-loading-gif-div {
    display: none !important;
}

.fep-headers {
    display: flex;
}

.fep-headers div {
    flex-basis: 50%;
    align-content: center;
}

.fep_total_message_count {
    font-size: 18px;
    font-weight: 700;
    background: #077187;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    line-height: 1.2;
}

.fep_total_message_count.count-light {
    border: 1px solid #077187;
    color: #077187;
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 20px;
}

.fep-headers .fep-header-unread-text {
    order: 1;
    text-align: right;
}

.fep-table-row.fep-table-row-message.fep-table-row-unread {
    margin: 0 0 60px 0;
}

.fep-header-unread-text span {
    display: contents;
}

a#fep-menu-directory {
    display: none !important;
}

#fep-header,
#fep-menu,
.fep-messagebox-search-form-div,
.fep-table.fep-action-table,
.fep-announcementbox-search-form-div {
    margin: 0 0 30px 0;
    overflow: hidden;
}

#fep-menu.fep-menu-toggle {
    margin: 0 0 20px 0;
}

.fep-header-avatar img {
    width: 64px;
    height: 64px;
    display: block;
}

.fep-table.fep-action-table div div {
    float: left;
}

.fep-table.fep-action-table div .fep-filter {
    float: right;
}

#fep-menu-toggle-button {
    display: none !important;
}

#fep-menu a.fep-button {
    display: block;
}

#fep-menu a span.fep_unread_message_count_hide_if_zero:first-of-type,
#fep-menu a span.fep_unread_announcement_count_hide_if_zero:first-of-type {
    margin: 0 0 0 5px;
}

#fep-content input,
#fep-content textarea {
    width: 100%;
    padding: 9px 10px;
    background: #fff;
    border: 1px solid #077187;
}

#fep-content input[type="file"] {
    background: transparent;
}

#fep-content .front-end-pm-form input[type="text"] {
    width: 100% !important;
}

#fep-content .front-end-pm-form select {
    width: 100%;
}

.front-end-pm-form label {
    margin: 0 0 10px 0;
    display: block;
}

.fep-attachment img {
    width: 100%;
    height: auto;
    display: block;
}

a.fep-attachment-field-add {
    display: none;
}

.fep-wp-error {
    margin: 0 0 30px 0;
}

textarea {
    max-width: 100%;
    line-height: 1.2;
}

.tml input[type="checkbox"],
#fep-content input[type="checkbox"] {
    width: 20px;
    float: left;
    padding: 0;
}

.tml input[type="checkbox"] {
    margin: 8px 5px 0 0;
}

#fep-content textarea {
    height: 200px;
}

#fep-table {
    overflow: hidden;
}

.fep-table-row.fep-table-row-message {
    padding: 20px 0px 20px 0px;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.fep-table-row.fep-table-row-message.fep-table-row-unread {
    background: #f2fefe;
    background: #fff;
}

.fep-avatar-p {
    width: 100%;
    margin: 0 0 1px 0;
    cursor: pointer;
}

.fep-avatar-p a {
    border: 0;
}

.fep-avatar-1 {
   // display: none;
}

.fep-avatar-1,
.fep-avatar-1 img,
.fep-avatar-2,
.fep-avatar-2 img,
.fep-avatar-3,
.fep-avatar-3 img,
.fep-avatar-4,
.fep-avatar-4 img,
.fep-avatar-5,
.fep-avatar-5 img,
.fep-avatar-6,
.fep-avatar-6 img {
    width: 60px;
    height: 60px;
    display: block;
}

.fep-avatar-1 img:hover,
.fep-avatar-2 img:hover,
.fep-avatar-3 img:hover,
.fep-avatar-4 img:hover,
.fep-avatar-5 img:hover,
.fep-avatar-6 img:hover{
    cursor: pointer;
}

.fep-table-row-announcement {
    position: relative;
    margin: 30px 0;
}

.fep-table-row-announcement.fep-table-row-unread {
    background: #f2fefe;
    padding: 20px 0;
    margin: 0 0 60px 0;
}

.fep-table-row-announcement.fep-table-row-unread

.fep-table-row-announcement.fep-table-row {
    padding: 20px 0;
}

.fep-table-row-announcement .fep-column-date {
    position: absolute;
    right: 20px;
    top: 0;
}

.fep-column.fep-column-fep-cb {
}

.fep-message-date {
    font-size: 11px;
    color: #999;
}

.fep-column.fep-column-avatar {
    width: 140px;
    float: left;
    margin: 0
}

.fep-column-author {
    position: absolute;
    color: #999;
    right: 20px;
}

.fep-message-author {
    display: block;
    color: #077187;
    text-align: right;
}


.fep-table-row {
  display: flex;
}

.fep-column-fep-cb {
  width: 30px;
  flex-shrink: 0; 
  align-content: center;
  margin: 0 0 0 10px;
}

.fep-column-avatar {
  width: 150px;
  flex-shrink: 0; 
}

.fep-column-title {
    flex-grow: 1; 
    display: flex; 
    flex-direction: column;
    justify-content: start;
    max-width: 50%;
}


.fep-column.fep-column-avatar .fep-avatar-1,
.fep-column.fep-column-avatar .fep-avatar-2,
.fep-column.fep-column-avatar .fep-avatar-3,
.fep-column.fep-column-avatar .fep-avatar-4,
.fep-column.fep-column-avatar .fep-avatar-5,
.fep-column.fep-column-avatar .fep-avatar-6 {
    width: 60px;
    display: inline-block;
}

.fep-column-title a {
    font-size: 26px;
    color: #abd1c6;
    border-bottom: 1px solid #abd1c6;
    margin: 0;
    display: inline-block;
}

.fep-message-excerpt {
    margin: 5px 0 0 0;
}

.bbpresss_unread_posts_icon.bbnew, .fep-unread-class {
    background: #077187;
    color: #fff;
    border-radius: 0;
    padding: 9px 20px;
    position: absolute;
    bottom: -33px;
    right: 0;
    font-size: 12px;
}

.bbpresss_unread_posts_icon.bbnew a,
.fep-unread-class a {
    color: #fff;
    border: 0;
}

.fep-message-title-heading {
    font-weight: 700;
    color: #077187;
    font-size: 36px;
}

.fep-loader {
    height: 0px !important;
}

.fep-message-title-heading.participants {
    font-weight: 400;
    color: #074f57;
}

.fep-cb-check-uncheck-all-div {
    margin: 10px 0;
}

.fep-cb-check-uncheck-all-div input[type="checkbox"] {
    margin: 5px 0 0 0;
}

.fep-form-field-announcement_roles {
    margin: 30px 0;
}

.fep-form-field-announcement_roles label {
    width: 100%;
    display: block;
}

.fep-form-field-announcement_roles label input[type="checkbox"] {
    margin: 3px 0 0 0;
}

.fep-form-field {
    margin: 0 0 20px 0;
}

.fep-form-field:last-of-type {
    margin: 0;
}

.fep-field input[type="checkbox"] {
    margin: 3px 5px 0 0;
}

form.fep-form .fep-field input[type="checkbox"] {
    margin: 5px 5px 0 0;
}

input#token-input-blocked_users {
    width: 90% !important;
}

#fep-result,
body.page div.token-input-dropdown-facebook {
    padding: 0px !important;
    font-family: "basic-sans", sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

div.token-input-dropdown-facebook {
    margin: -5px 0 0 0 !important;
    border: 1px solid #077187 !important;
}

body.page div.token-input-dropdown-facebook p {
    padding: 10px !important;
    font-family: "bricolage-grotesque", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

ul li.token-input-dropdown-item2-facebook b {
    display: inline !important;
    color: #999 !important;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    font-family: "bricolage-grotesque", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    background-color: #eee !important;
    color: #e4c5af;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook:hover {
    cursor: pointer;
    color: #333 !important;
}

#fep-result ul {
    background: #e4c5af;
}

#fep-result ul li,
.token-input-dropdown-facebook ul li {
    padding: 10px !important;
    font-family: "bricolage-grotesque", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 18px !important;
    font-weight: normal !important;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    color: #077187 !important;
}

.token-input-dropdown-facebook ul li b {
   font-family: "bricolage-grotesque", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-weight: normal !important;
}

.fep-announcement .date {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
}

.fep-announcement .fep-per-message {
    padding: 20px 0;
    position: relative;
}

.fep-field ul.token-input-list-facebook {
    background: transparent;
    border: 0;
}

ul.token-input-list-facebook {
    font-family: "basic-sans", sans-serif !important;
    font-weight: 400 !important;    
    font-style: normal !important; 
}

.fep-field ul.token-input-list-facebook li.token-input-input-token-facebook {
    float: none;
    padding: 0px;
}

.fep-field ul.token-input-list-facebook li.token-input-token-facebook {
    background-color: #abd1c6;
    border: 0;
    display: inline-block;
    padding: 9px 33px 11px 0px;
    color: #e4c5af;
    vertical-align: middle;
    border-radius: 60px;
    max-width: 100%;
    line-height: 1;
    cursor: text;
    font-size: 18px;
    font-weight: 400;
    text-indent: 20px;
    margin: 5px 5px 5px 0;
    text-transform: lowercase;
    position: relative;
}

.fep-field ul.token-input-list-facebook li.token-input-token-facebook p {
    line-height: 1;
    font-family: "bricolage-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.fep-field ul.token-input-list-facebook li.token-input-token-facebook span {
    background: url('svg/close.svg') 0 0 no-repeat;
    background-size: 10px 10px;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    margin: 6px 0 0 10px;
    cursor: pointer;
    position: absolute;
}

.fep-attachment-field-div {
    margin: 30px 0;
}

.fep-msg-read.fep-msg-read-pad {
    color: #999;
    font-size: 14px;
    margin: 5px 0 0 0;
}

.fep-per-message {
    position: relative;
}

.fep-per-message .date {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999;
    font-size: 14px;
}

.fep-field label {
    width: 100%;
    display: block;
    margin: 0 0 5px 0;
}

.fep-avatar-group-60 {
    background: #000;
    width: 50px;
    height: 50px;
    display: block;
}

.fep-avatar-group-60[title="Group: Netflix"] {
    background: #077187 url('svg/icon-netflix.svg') center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    background-size: 40px 40px;
}

.fep-avatar-group-60[title="Group: Dublin"] {
    background: #077187 url('svg/icon-dublin.svg') center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    background-size: 40px 40px;
}

.fep-avatar-group-60[title="Group: Sport"] {
    background: #077187 url('svg/icon-sport.svg') center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    background-size: 40px 40px;
}

.fep-avatar-group-60[title="Group: General"] {
    background: #077187 url('svg/icon-group.svg') center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    background-size: 40px 40px;
}

.fep-progress-bar {
    margin: 0 0 20px 0;
}

#fep-content input[type="file"] {
    border: 0;
    padding: 0;
}

.fep_pagination_prev_next {

}

.fep-pagination {
  display: flex; 
  list-style: none;
  padding: 0;
  margin: 0; 
  gap: 10px;
}

.fep-pagination li {
  padding: 0px 5px;
}

.fep_pagination_prev_next ul.fep-pagination li.active {
    
}

.fep_pagination_prev_next ul.fep-pagination li.disabled {
    opacity: 0.3;
}

.fep_pagination_prev_next ul.fep-pagination li a.fep-pagination-a {
    border: 0;
}

.fep-attachments {
    margin: 20px 0 0 0;
}

.fep-attachments .fep-attachments-heading {
    font-weight: 700;
    margin: 0 0 20px 0;
}

.wp-caption-text > a,
.fep-attachments .fep-attachment a {
     display: inline-block;
    margin: 0 10px 10px 0;
    padding: 9px 20px 11px;
    font-size: 18px !important;
    background: #077187;
    color: #fff !important;
    font-weight: normal;
}

.fep-per-message {

}

.fep-per-message.fep-per-message-admin {

}

.fep-per-message.fep-per-message-own {

}

/* DIRECTORY */

.fep-directory-search-form-div {
    display: none;
}

form.fep-directory-table #fep-table {
    display: flex;
}

form.fep-directory-table #fep-table > div {
    flex-basis: 25%;
}

/* WELCOME */

dl.feature dt.right {
    order: 2;
}

.feature img {
    border: 5px solid #077187;
}

.mid h3 {
    color: #abd1c6;
    font-size: 16px;
}
.no a {
    pointer-events: none;
}

a.wpfbac-button {
    display: block;
    margin: 0 0 30px 0;
    border: 0;
}

a.wpfbac-button img {
    display: block;
    width: 320px;
}

/* INTERESTS */

.az-nav {
    margin-bottom: 30px;
    line-height: 2;
}

.az-nav a,
.az-nav span {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    text-decoration: none;
    font-weight: 700;
}

.az-nav .disabled {
    margin-right: 10px;
}

/* Terms list as grid */
.terms-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}
.terms-list li a {
    display: block;
    text-align: left;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #077187;
    transition: background 0.2s;
    border: 1px solid #eee;
    background: #fff;
    color: #077187;
    text-transform: lowercase;
    line-height: 1;
}

.terms-list li a:hover {
    background: #077187;
	transition: all 0.3s ease-in;
    color: #fff;
}

span.disabled {
    opacity: 0.2;
}

/* PROFILE */

.gallery {
    margin: 30px 0 0 0;
    overflow: hidden;
}

ul.two ul.author-custom-fields {
    margin: 20px 0 20px 0;
}

.dark p,
ul.two ul.author-custom-fields li {
    color: #e4c5af;
}

ul.two ul.author-custom-fields li {
    display: block;
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0;
}

.bio {
    overflow: hidden;
    margin: 0 0 30px 0;
}

.forum_posting {
    margin: 0 0 30px 0;
}

.square {
    width: 100%;
    height: auto;
    background: #fefefe;
}

body.author img.attachment-medium,
body.author img.avatar {
    border: 3px solid #fff;
}

body.author #bbpress-forums ul li .bbp-forum-content {
    display: none;
}

.userforum {
    overflow: hidden;
    margin: 30px 0 0 0;
}

.userforum a {
    display: inline-block;
}

/* COUNTY */

section.none {
    margin: 0px auto;
}

.filter-select {
    margin: 0;
}

/* EDIT PROFILE */

label {
    font-weight: 700;
}

.bbp-form label,
.fep-field label {
    font-weight: 400;
}

.profile-gallery-form #acf-form .acf-field {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
}

.profile-gallery-form .acf-fields {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.profile-gallery-form .acf-fields .acf-field {
    flex: 1;
    text-align: center;
    max-width: 300px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profile-gallery-form #acf-form .acf-field input {
    border: 0;
    padding: 0;
}

.profile-gallery-form #acf-form label {
    margin: 0 0 20px 0;
}

#acf-form .acf-field input[type="file"] {
    border: 1px solid transparent;
    padding: 0;
}

.acf-form-submit input[type="submit"] {
    background: #077187;
    color: #fff;
    margin: 0 0 0 1%;
    display: block;
}

.dark .buttons {
    overflow: hidden;
    margin: 30px 0;
}

.dark .buttons {
    margin: 30px 0 0 0;
}

body.page-id-21 .dark .buttons,
body.page-id-19 .dark .buttons {
    margin: 30px 0 30px 0;
}

.buttons a {
    display: inline-block;
    margin: 0 10px 0 0;
}

.acf-label .acf-required {
    color: #D06862;
}

.acf-field.acf-field-image label,
#acf-form label {
    margin: 0 0 14px 0;
    display: block;
    text-align: left;
}

.profile-edit-form.profileform #acf-form .acf-field,
#acf-form .acf-field {
    width: 47%;
    margin: 0 1% 30px;
    display: inline-block;
    vertical-align: top;
}

#acf-form .acf-field select {
    width: 100%;
}

#acf-form .acf-field.acf-field-image {
    clear: both;
}

#acf-form .acf-field select, 
#acf-form .acf-field input, 
#acf-form .acf-field textarea {
    width: 100%;
    border: 1px solid #077187;
    padding: 0 5px 0 10px;
    height: 40px;
}

#acf-form .acf-field input[type="checkbox"] {
    height: inherit;
    width: inherit;
}

#acf-form ul.acf-checkbox-list li label {
    margin: 0;
}

#acf-form .acf-field textarea {
    padding: 10px;
}

.hide-if-value p {
    color: #074f57;
    font-size: 15px;
    padding: 0 0 10px 0;
}

.acf-image-uploader p a.acf-button.button {
    margin: 10px 0 0 0;
    text-align: center;
}

textarea#bbp_reply_content {
    border: 1px solid #077187;
}

#acf-form .acf-field textarea {
    height: 120px;
}

.acf-form-submit {
    overflow: hidden;
    width: 100%;
}

.delete {
    margin: 30px 0 0 0;
    overflow: hidden;
}

/* FORUMS */

.bbp-forum-content {
    margin: 30px 0;
    color: #077187;
}

body.bbp-search .bbp-forum-content h3 {
  //  margin: 20px 0 0 0;
  margin: 0;
}

body.bbp-search .bbp-author-role {
    display: none;
}

body.bbp-search .bbp-topic-author .bbp-author-avatar {
    display: inline-block;
}

body.bbp-search .bbp-forum-content {
    //margin: 0;
}

body.single-topic .topic.type-topic {
}

.bbp-lead-topic {
    margin: 0 0 30px 0;
    background: #fff !important;
}

.bbp-lead-topic .bbp-meta {
    padding: 0;
}

.bbp-lead-topic h1 {
    margin: 20px 0 0 0;
}

body.bbp-search .bbp-topic-author span.bbp-author-name {
    text-align: center;
    display: block;
    margin: 8px 0 0;
}

body.single-forum .bbp-forum-content {
    margin: 0 0 30px 0;
}

label.screen-reader-text.hidden {
    display: none;
}

span.sticky {
    background: url('svg/sticky.svg');
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 15px;
    float: left;
    margin-right: 0px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.bbpress-wrapper h2 {
   // color: #077187;
}

#bbpress-forums li.bbp-topic-title .bbp-attachments-count {
    background: url('svg/attachment.svg');
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    float: left;
    margin-right: 0px;
    position: absolute;
    top: 9px;
    left: inherit;
    right: 5px;
}

/*
ul.type-topic li.bbp-topic-title a.subscription-toggle,
ul.type-forum li.bbp-forum-info a.subscription-toggle,
ul.type-topic li.bbp-topic-title a.favorite-toggle {    
    background: url('svg/delete.svg') no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    float: left;
    margin-right: 0px;
    position: absolute;
    top: 9px;
    left: 0px;
    text-indent: -9999px;
    border: 0;
}
*/

body.single-forum .type-topic,
body.post-type-archive-forum .type-forum,
body.post-type-archive-topic .type-topic {
    padding: 20px;
}

body.bbpress.single-forum .bbp-header,
body.bbpress.post-type-archive-forum .bbp-header,
body.post-type-archive-topic .bbp-header {
    display: block;
}

body.bbpress.single-forum .bbp-header ul,
body.bbpress.post-type-archive-forum .bbp-header ul {
    padding: 20px;
    background: #f8f9fa;
}

body.bbpress.post-type-archive-forum .bbp-breadcrumb {
    margin: 0 0 30px 0;
}

#qt_bbp_topic_content_toolbar input[type="button"] {

}

#qt_bbp_topic_content_toolbar .quicktags-toolbar {
    background: transparent;
    border: 0;
}

.quicktags-toolbar {
    width: fit-content;
    display: inline-flex;
    width: 100%;
}

#qt_bbp_topic_content_toolbar input[type="button"] {
    background: #077187;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 20px;
}

.quicktags-toolbar input[value="i"],
.quicktags-toolbar input[value="b"] {
    font-weight: normal;
    font-style: normal;
}

/* BBPRESS */

.smaller a {
    border: 0;
    display: block;
}

#bbp-single-user-details {
    display: flex;
    margin: 0 0 30px 0;
}

#bbp-single-user-details #bbp-user-avatar {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    flex-grow: 1;
    order: 1;
    margin: 0 30px 0 0;
}

#bbp-single-user-details #bbp-user-navigation {
    flex-grow: 1;
    order: 2;
}

#bbp-user-avatar img {
    width: 64px;
    height: auto;
    display: block;
}

.bbp-the-content-wrapper textarea {
    padding: 10px;
    width: 100%;
}


.bbp-search-form,
form#bbp-reply-search-form,
form#membersearch {
    overflow: hidden;
}

form#fep-messagebox-search-form input[type="text"],
form#membersearch input[type="text"],
.filter-select form input[type="search"],
.div input[type="text"],
form#bbp-reply-search-form input[type="text"],
input[type="text"]#bbp_search,
form#bbp-topic-search-form input[type="text"],
form#membersearch input[type="text"],
form.search-form input[type="search"] {
     border: 1px solid #fff;
    width: 207px;
    line-height: 1;
    padding: 0px 5px 0px 10px;
    height: 40px;
    float: left;
}

input[type="text"] {
    padding: 10px 10px 10px 20px;
}

input[type="text"]#bbp_search {
    border: 1px solid #fff;
}

form.bbp-search-form {
    width: 320px;
}

/* TOPICS */

fieldset.bbp-form input,
fieldset.bbp-form textarea {
    border: 1px solid #077187;
}
.bbp-admin-links,
.bbp-admin-links a {
    font-size: 14px;
    border: 0;
}

fieldset.bbp-form input[type="text"],
fieldset.bbp-form input[type="password"] {
    padding: 0 10px;
    max-width: 320px;
    width: 100%;
}

fieldset.bbp-form input[type="file"] {
    border: 0 !important;
    padding: 0;
    max-width: 100%;
}

.bbp-header {  
    display: flex;
}

body.bbpress.post-type-archive-topic .bbp-header {
    display: block;
}

body.bbpress.post-type-archive-topic .bbp-header ul.forum-titles {
    padding: 20px;
}

body.bbpress.topic-tag ul.bbp-topics li.bbp-header ul,
body.bbpress ul.bbp-forums li.bbp-header ul,
body.bbpress ul.bbp-replies li.bbp-header,
body.bbp-search li.bbp-header,
body.single-topic li.bbp-header,
body.bbpress ul.bbp-topics li.bbp-header ul.forum-titles {  
    display: flex;
    padding: 20px;
    color: #f8f9fa;
    background: #077187;
    font-weight: 700;
}

body.bbpress ul.bbp-forums li.bbp-header ul.forum-titles li,
body.bbpress ul.bbp-topics li.bbp-header ul.forum-titles li {
    color: #f8f9fa;
}

body.bbp-user-page .bbp-user-section .bbp-body .type-reply,
body.bbp-search ul.forums li.bbp-body .type-reply {
    display: flex;
}

body.bbp-user-page .bbp-user-section .bbp-body .bbp-reply-author,
body.bbp-search li.bbp-header .bbp-search-author,
body.bbp-user-page .bbp-header .bbp-reply-author,
body.bbpress .bbp-header .bbp-reply-author,
body.bbp-search li.bbp-body .bbp-reply-author,
body.bbpress .bbp-header .bbp-topic-author {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    flex-grow: 1;
    order: 1;
    margin: 0 30px 0 0;
    text-align: center;
}

body.bbp-user-page .bbp-user-section .bbp-body .bbp-reply-content,
body.bbp-search li.bbp-header .bbp-search-content,
body.bbp-user-page .bbp-header .bbp-reply-content,
body.bbpress .bbp-header .bbp-reply-content,
body.bbpress .bbp-header .bbp-topic-content,
body.bbp-search li.bbp-body .bbp-reply-content {
    flex-grow: 1;
    order: 2;
}

li.bbp-forum-info .bbp-forum-content {
   // display: none !important;
   margin: 5px 0 0 0;
}


#subscription-toggle {
    visibility: hidden;
}

#subscription-toggle span {
    visibility: visible;
}

body.single-forum #subscription-toggle {
    margin: 30px 0 0 0;
}

.bbp-topic-tags p,
.bbp-topic-tags a,
#favorite-toggle a,
#subscription-toggle a {
    font-size: 16px;
    display: inline-block;
}

.nf-response-msg,
.acf-notice,
ul.tml-errors,
li.tml-message,
.fep-success,
#message.updated,
div.success,
.fep-header-unread-text,
.bbp-form .bbp-template-notice,
.bbp-template-notice,
.fep-wp-error {
    background: #fff;
    color: #077187;
    border: 0;
    height: inherit;
    padding: 6px 10px 7px 10px;
    border: 1px solid #077187;
}

.fep-ajax-response .fep-success {
    padding: 8px 10px 9px 10px;
}

.nf-response-msg *,
.acf-notice *,
ul.tml-errors *,
li.tml-message *,
.fep-success *,
#message.updated *,
div.success *,
.fep-header-unread-text *,
.bbp-template-notice * {
    font-size: 18px;
}

.tml-message::marker {
    display: none;
}

.acf-notice {
    margin: 0 0 20px 0;
}

.fep-header-unread-text {
    background: transparent;
}

#message.updated {
    padding: 0;
}

.fep-header-unread-text {
    border: 0;
}

.fep-header-unread-text span {
    font-weight: 700;
}

.fep-header-unread-text {
    padding: 10px 10px;
}

#message.updated,
.fep-success {
    margin: 0 0 20px 0;
}

.bbp-form .bbp-template-notice ul li {
    padding: 0;
    display: inherit;
    border: 0;
}

.fep-header-unread-text {
    margin: 0;
}

.bbp-template-notice {
    margin: 30px 0 30px 0;
}

.bbp-reply-form,
.bbp-topic-form {
    background: rgba(255, 255, 255, 0.5);
    padding: 40px;
}

p.form-allowed-tags {
    display: none;
}

.bbp-topic-description .bbp-author-avatar,
.bbp-template-notice li.bbp-forum-description .bbp-author-avatar {
    display: inline-flex;
    vertical-align: bottom;
}

.bbp-topic-description .bbp-author-name,
.bbp-template-notice li.bbp-forum-description .bbp-author-name {
    margin: 0 0 0 5px;
    display: inline-block;
    text-align: left;
}

.bbp-topic-description .bbp-author-avatar img {
    margin: 0;
}

.bbp-template-notice p,
.bbp-template-notice ul li {
    color: #077187;
    position: relative;
}

.bbp-template-notice a {
    color: #abd1c6;
    border-bottom: 0;
}

.bbp-template-notice p {
    margin: 0;
}

.bbp-template-notice ul li {
    padding: 0;
}

.bbp-pagination-count {
    margin: 30px 0;
}

.bbp-pagination-links {
    margin: 0 0 30px 0;
    text-align: left;
}

.bbp-pagination-links a,
.bbp-pagination-links span {
    margin: 0 5px;
}

.bbp-header {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bbp-header > ul {
    // background: #f8f9fa; 
}

.bbp-breadcrumb {
    margin: 0 0 0px 0;
}

/*
.type-forum,
.forum-titles,
.type-topic {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 0px;
  list-style: none;
  gap: 20px;
  background: #e4c5af;
}
*/

#bbpress-forums ul.forums li.bbp-body .type-topic,
#bbpress-forums ul.forums li.bbp-body .type-reply {
    position: relative;
}

#bbpress-forums ul.forums li.bbp-body .type-reply {
    border-bottom: 1px solid #eee;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

ul.type-forum ,
ul.forum-titles,
#bbpress-forums .type-topic  {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eee;
}

ul.forum-titles,
#bbpress-forums .type-topic {
    border: 0;
}

body.single-topic #bbpress-forums .type-topic {
    margin: 0;
    display: flex;
    padding: 20px;
}

#bbpress-forums .type-topic {
    border-bottom: 1px solid #eee;
}

body.single-forum #bbpress-forums .type-topic {
    border: 0;
}

.forum-titles {
    font-weight: 700;
}

.type-topic {
    position: relative;
}

.bbp-topic-meta {
    margin: 0;
    padding: 15px 0 0 0;
}

.type-topic p.bbp-topic-meta span.bbp-topic-started-by span.bbp-author-avatar {
    display: inline-flex;
    vertical-align: middle;
}

.bbp-topic-started-by .bbp-author-avatar img {
    margin: -1px 5px 0 0;
}

p.bbp-topic-meta .bbp-topic-started-by .bbp-author-name {
    display: inline-block;
    text-align: left;
}

.bbp-forum-info,
.bbp-topic-title {
  flex: 1;
  text-align: left;
  align-content: center;
}

p.bbp-topic-meta {
    font-size: 14px;
}

.bbp-topic-voice-count,
.bbp-topic-reply-count,
.bbp-forum-reply-count,
.bbp-forum-topic-count,
.bbp-forum-voices-count {
    flex: 0 0 100px;
    text-align: center;
    align-content: center;
}

.bbp-header .bbp-forum-info,
.bbp-header .bbp-topic-title,
.bbp-header .bbp-topic-voice-count,
.bbp-header .bbp-topic-reply-count,
.bbp-header .bbp-forum-reply-count,
.bbp-header .bbp-forum-topic-count {
    color: #077187;
}

.bbp-forum-freshness,
.bbp-topic-freshness {
    display: none;
}

.bbp-body {
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

a.bbp-forum-title,
a.bbp-topic-permalink {
    text-transform: inherit;
    color: #333;
    border-bottom: 1px solid #abd1c6;
    letter-spacing: 0;
    font-size: 26px;
}

h5 a.bbp-topic-permalink {
    font-size: 20px;
}

ul.two li a.bbp-forum-title {
    font-size: 20px;
}

.bbp-author-avatar img {
    margin: 0 0px 0 0;
    width: 25px;
    height: auto;
    border: 1px solid #fff;
}

.bbp-reply-author .bbp-author-avatar img {
    width: 100%;
}

.bbp-reply-author .bbp-reply-post-date {
    display: none !important;
}

.bbp-attachments img {
    max-width: 100%;
    height: auto;
    display: block;
}

a.fep-attachment-field-a {
    color: #abd1c6;
    border-bottom: 1px solid #abd1c6;
}

ul.bbp-replies-list li ul.bbp-topic-revision-log {
    margin: 20px 0 20px 40px;
}

ul.bbp-replies-list li ul.bbp-topic-revision-log li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    overflow: hidden;
}

.bbp-topic-form input,
.bbp-topic-form textarea {
    padding: 10px;
    width: 100%;
}

.bbp-topic-form input#bbp_topic_tags {
    border: 1px solid #077187;
}

.bbp-topic-form input[type="checkbox"] {
    float: left;
    width: 20px;
    margin: 7px 0 0 0;
}

fieldset p {
    margin: 20px 0;
}

.bbp-attachments-errors {
    
}

.bbp-attachments-errors h6 {
    font-weight: inherit;
}

.bbp-attachments-errors ol.with-icons li {

}

p.note {
font-size: 14px;
    color: #999;
    display: block;
    margin: 10px 0 5px;
}

/* TAG EDIT */

.bbp-topic-tag-form {
    margin: 30px 0 0 0;
}

body.topic-tag-edit fieldset {
    margin: 0 0 30px 0;
}

body.topic-tag-edit .bbp-topic-tag-form label {
    width: 100%;
    display: block;
}

form#merge_tag div,
form#rename_tag div {
    margin: 0 0 20px 0;
}

body.topic-tag-edit .bbp-topic-tag-form input {
    padding: 10px;
}

/* FORUM USER */

body.bbp-user-page ul.bbp-forums .bbp-header ul {
    padding: 20px;
    background: #f8f9fa;
    display: flex;
    width: 100%;
}

.bbpm-user {
    margin: 0px;
}

body.bbp-user-page .bbpress-single {
    padding: 20px;
   // background: #e4c5af;
    //margin: 0 0 30px 0;
}

body.bbp-user-page .type-reply,
body.bbp-user-page #bbp-user-replies-created .bbpress-single {
    padding: 0;
    position: relative;
}

body.bbp-user-page #bbp-user-replies-created .bbpress-single .bbp-reply-author {
    padding: 20px;
}

body.bbp-user-page #bbp-user-replies-created .bbp-reply-header,
body.bbp-user-page .type-reply .bbp-reply-header {
    width: inherit;
    max-width: inherit;
    min-width: inherit;
}

body.bbp-user-page #bbpress-forums ul.forums li.bbp-body .type-reply {
    margin: 0;
    padding: 0;
}

.bbp-reply-author a.bbp-author-link {
    border: 0 !important;
}

body.topic-tag .type-topic,
body.bbp-user-page .type-topic,
body.bbp-user-page ul.type-forum {
    padding: 20px;
  //  background: #e4c5af;
    margin: 0 0 30px 0;
    position: relative;
}

body.bbp-user-page #bbp-user-subscriptions ul.type-forum {
    margin: 0;
}

body.bbp-user-page #bbp-user-subscriptions ul.type-forum:last-of-type {
    margin: 0 0 30px 0;
}

body.bbp-user-page .type-topic {
    margin: 0;
}

body.bbp-user-page #bbp-user-topics-started li.bbp-body ul.type-topic {
    margin: 0;
}

body.bbp-user-page h4.currentlynote {
    display: none;
}

.bbp-reply-content img {
    width: 100%;
    height: auto;
    display: block;
}

#bbpress-forums .bbp-attachments ol li a img {
    display: block;
    margin: 0 0 30px 0;
}

.d4p-bba-actions {
    visibility: hidden;
}

.d4p-bba-actions a {
    visibility: visible;
    background: #e0e0e0;
    border: 0;
    box-shadow: none;
    display: inline-block;
    padding: 8px 15px 11px 15px;
    color: #999;
    vertical-align: middle;
    border-radius: 60px;
    max-width: 100%;
    line-height: 11px;
    font-size: 14px;
    font-weight: 400;
    text-indent: 0;
    margin: 0 0 10px 0;
    text-transform: lowercase;
}

.d4p-bba-actions a.d4p-bba-action-delete {
    background: #e16162;
    color: #fff;
}

ul.bbp-replies-list .bbp-reply-content ul {
    margin: 20px 0 20px 40px;
}

ul.bbp-replies-list .bbp-reply-content ul li {
    padding: 0;
    margin: 0;
    list-style: decimal-leading-zero;
}

ul.bbp-replies-list .bbp-reply-content ul.bbp-reply-revision-log {
    margin: 20px 0 0;
}

ul.bbp-replies-list .bbp-reply-content ul.bbp-reply-revision-log li {
    border: 0;
    margin: 0 0 5px 0;
}

ul.bbp-replies-list .bbp-reply-content ul.bbp-reply-revision-log li:last-of-type {
    margin: 0;
}

ul.bbp-replies-list .bbp-reply-content ul.bbp-reply-revision-log li span.bbp-author-name {
    display: inline-block;
    font-size: 14px;
}

.bbp-revision-reason {
    display: block;
    margin: 0 0 0 0px;
}

.bbp-reply-author ul.bbp-reply-revision-log li span.bbp-author-avatar img {
    width: 20px;
    height: 20px;
    display: inline-flex;
    vertical-align: text-bottom;
    border: 1px solid #fff;
    margin: 0 4px 0 0;
}

.bbp-reply-author ul.bbp-reply-revision-log li span.bbp-author-name {
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
}

.bbp-meta span.bbp-header {
    display: block;
}

.bbp-meta span.bbp-header a.bbp-topic-permalink {
    font-size: inherit;
    letter-spacing: 0;
}

.bbp-meta span {
    display: inline-block !important;
}

.type-reply .bbp-reply-header .bbp-reply-author a span.bbp-author-name {
    display: block !important;
}

.bbp-meta a.bbp-reply-permalink {
    font-size: 14px;
}

.bbp-replies-list .bbp-attachments {
    margin: 20px 0 0;
    padding: 20px 0 0;
}

.bbp-attachments h6 {
    font-size: 14px;
    margin: 0 0 20px 0;
}

.bbp-attachments img {
    width: 100%;
    height: auto;
    display: block;
}

.bbp-attachments p.wp-caption-text {
    margin: 20px 0 0 0;
}

.bbp-attachments p.wp-caption-text,
.bbp-attachments p.wp-caption-text a {

}

.topic-contributors-list {
    display: flex;
    gap: 10px; 
}

.topic-contributors-list li {
    display: inline-flex;
}

.topic-contributors-list li a {
    border: 0;
}

.topic-contributors-list li {
    height: 40px;;
}

/* MEMBERS */

.gap {
    margin: 0 0 30px 0;
}

.gap p span {
    font-weight: 700;
    margin: 0 5px;
}

ul.paged {
    display: flex;
    gap: 20px; 
}

ul.paged li {
    flex-grow: 1; 
    text-align: left;
}

.paged li a {

}

/* ALL MESSAGE */

#fep-menu a.fep-button-active,
#fep-menu a.fep-button {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 9px 20px 11px;
    font-size: 18px;
    background: #fff;
    color: #077187;
    font-weight: normal;
}

#fep-menu a.fep-button-active {
    color: #abd1c6;
}

#fep-content-single-heads {
    overflow: hidden;
    margin: 20px 0;
}

#fep-content-single-heads .fep-message-head {
    float: left;
    margin: 5px;
    border: 2px solid #e4c5af;
    height: 64px;
}

#fep-content-single-heads .fep-message-head img {
    opacity: 0.2;
}

.fep-message-head .fep-avatar-1,
.fep-message-head .fep-avatar-2,
.fep-message-head .fep-avatar-3,
.fep-message-head .fep-avatar-4,
.fep-message-head .fep-avatar-5,
.fep-message-head .fep-avatar-6 {
    float: left;
}

.fep-message-head .fep-avatar-1 img,
.fep-message-head .fep-avatar-2 img,
.fep-message-head .fep-avatar-3 img,
.fep-message-head .fep-avatar-4 img,
.fep-message-head .fep-avatar-5 img,
.fep-message-head .fep-avatar-6 img {
    width: 60px;
    height: auto;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 4;
}

#fep-content-single-heads .fep-message-head-active {
    border: 2px solid #000;
}

#fep-content-single-heads .fep-message-head-active img {
    opacity: 1;
}

.fep-message-title {
    pointer-events: none !important;
}

button.fep-button.fep-message-toggle-all {
    display: none !important;
}

.fep-hide-if-js {
    display: block !important;
}

.fep-per-message {
    padding: 16px 0px 24px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}

.fep-per-message:last-of-type {
    border-bottom: 1px solid transparent;
}

.fep-per-message .author a {
    position: relative;
    z-index: 9;
    pointer-events: all !important;
}

.fep-message .date {
    font-size: 14px;
    color: #999;
}

.fep-message .author {
    font-size: 20px;
    color: #abd1c6;
}

.fep-message-content {
    margin: 20px 0 0 0;
}

.fep-message-content p {
    margin: 0 0 20px 0;
}

.fep-message-content p:last-of-type {
    margin: 0;
}

/* AUTHOR */

.tags a {
    line-height: 24px;
}

body.author .bootstrap-tagsinput .tag [data-role="remove"] {
    color: #fff;
    font-size: 14px;
    margin: 0 0px 0 7px;
    position: relative;
    top: -1px;
}

a.usertags {
    background-color: #077187;
    border: 0;
    box-shadow: none;
    display: inline-block;
    padding: 13px 15px 16px 15px;
    color: #fff;
    vertical-align: middle;
    border-radius: 60px;
    max-width: 100%;
    line-height: 11px;
    cursor: text;
    font-size: 18px;
    font-weight: 400;
    text-indent: 0;
    margin: 0 0 10px 0;;
    text-transform: lowercase;
}

a.usertags:hover {
    cursor: pointer;
    transition: all 0.3s ease-in;
    opacity: 0.8;
}

ul.tml-links li a,
a.bubble {
    background-color: #e0e0e0;
    border: 0;
    box-shadow: none;
    display: inline-block;
    padding: 8px 15px 11px 15px;
    color: #999;
    vertical-align: middle;
    border-radius: 60px;
    max-width: 100%;
    line-height: 11px;
    font-size: 14px;
    font-weight: 400;
    text-indent: 0;
    margin: 0 0 10px 0;
    text-transform: lowercase;
}

ul.tml-links {
    margin: 30px auto 0;
}

.tml-login ul.tml-links li.tml-register-link a,
ul.tml-links li.tml-login-link a,
a.bubble.light {
    background: #fff;
    border: 1px solid #999;
    color: #999;
}

.tml-field-wrap.tml-first_name-wrap {
    display: none;
}

a.bubble:hover {
    transition: all 0.3s ease-in;
    opacity: 0.8;
}

.largetag {
    margin: 34px 0 0 0;
}

.largetag a.bubble {
    font-size: 16px;
    padding: 13px 30px 14px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 10px 0 0;
}

.largetag a.bubble.light {
    background: #fff;
    color: #077187;
}

body.author .bootstrap-tagsinput {
    display: block;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    cursor: text;
    box-sizing: border-box;
}

body.author .bootstrap-tagsinput .tag {
    background-color: #077187;
    padding: 8px 15px 10px 10px;
    color: #fff;
    vertical-align: middle;
    border-radius: 60px;
    max-width: 100%;
    line-height: 1;
    cursor: text;
    font-size: 18px;
    text-indent: 5px;
    margin: 0 0 5px 0;
    text-transform: lowercase;
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
}

body.author .bootstrap-tagsinput .tag [data-role="remove"] {
    background: url(svg/close.svg) 0 0 no-repeat;
    background-size: 10px 10px;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    margin: 5px 0 0 11px;
    cursor: pointer;
}

body.author .bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "" !important;
    color: #abd1c6 !important;
}

body.author .bootstrap-tagsinput input[type="text"] {
    margin: 10px 0 0 0;
    width: 100%;
    display: block;
    background: #e4c5af;
    padding: 9px 10px;
    border: 1px solid #077187;
}

small {
    color: #abd1c6;
}

small.darker {
    color: #074f57;
}

span.faded {
    color: #999
}

.author-profile {
    margin: 0 0 30px 0;
}

.author-grid {
    display: flex;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: balance;
    list-style: none; /* Remove bullet points */
    margin: 30px 0 0 0;
    padding: 0px;
}

.author-grid li {
    flex: 1;
    min-width: 250px;
    text-align: center; 
}

.author-grid li img {
    max-width: 100%;
    height: auto;
    flex: 1; 
    min-width: inherit;
    object-fit: cover; 
    aspect-ratio: 4/4;
}

.author-grid li a {
    border: 0;
}

/* FORUM SEARCH */

body.forum-search .bbp-reply-title a.bbp-topic-permalink,
body.forum-search .bbp-meta a.bbp-topic-permalink {
    font-size: inherit;
    letter-spacing: 0;
    text-transform: inherit;
}

.bbp-topic-header .bbp-topic-title {
    margin: 0 0 20px 0;
}

body.forum-search .bbp-body .type-topic {
    flex-direction: inherit;
}

body.forum-search .bbp-body .type-reply .bbp-voting {
    display: none;
}

body.forum-search ul#bbp-search-results li.bbp-body .type-reply,
body.forum-search .type-topic {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
}

body.bbp-search.forum-search .type-topic {
    flex-wrap: inherit;
}

body.forum-search .type-topic {
    border-bottom: 1px solid #eee;
}

body.forum-search .type-topic .bbp-topic-content {
    flex-grow: 1;
    order: 2;
}

.bbp-forum-content {
    flex-basis: 100%;
    order: 3;
}

body.bbp-search .type-reply .bbpm-user {
    display: flex;
    padding: 20px;
}

body.bbp-search .type-reply .bbpm-user .bbp-reply-header {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

body.bbp-search .type-reply .bbpm-user .bbp-reply-header .bbp-reply-title {
    margin: 0 0 13px 0;
}

/* TEAM */

.bio p {
    margin: 0 0 20px 0;
}

.bio p:last-of-type {
    margin: 0;
}

/* GALLERY */

.acf-field.acf-field-image {
    margin: 0 0 30px 0;
}

.acf-image-uploader img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px 0;
}

.acf-image-uploader a.acf-button.button {
    padding: 10px;
    line-height: 1;
    display: block;
    font-size: 18px;
}

ul.wpuf-form {

}

ul.wpuf-form label {
    display: block;
    margin: 0 0 10px 0;
}

ul.wpuf-form li {
    margin: 0 0 30px 0;
}

.gallerycomments {
    display: flex;  
    flex-wrap: wrap;
    gap: 20px; 
}

.gallerycomments ul {
    width: 100%;
}

.gallerycomments .comment {
    flex: 0 0 calc(50% - 10px);
    position: relative;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.4);
}

/* RECENTLY */

body.bbpress #bbpress-forums .bbp-topics li.bbp-body ul.type-topic {
    padding: 20px;
}


/* TOPIC */

body.single-topic .bbp-lead-topic li.bbp-body .type-topic .bbpm-icon img {
    width: 100%;
    height: auto;
    display: block;
}

body.single-topic #bbpress-forums ul.two {
     margin: 30px 0;
}

.bbp-meta .bbp-author-name,
.bbp-author-name {
    font-size: 18px;
    text-align: center;
    display: block;
}

ul.bbp-threaded-replies .bbp-meta .bbp-author-name {
    font-size: 16px;
}

.bbp-topic-started-by .bbp-author-name {
    font-size: 14px;
}

ul.bbp-replies-list {

}

ul.bbp-replies-list li {
}

ul.bbp-replies-list li > div {
    position: relative;
    border-bottom: 0;
}

ul.bbp-replies-list > li {
    padding: 20px;
    display: flex;
    margin: 0;
}

.bbp-private-reply .bbp-reply-content strong {
    font-size: 22px;
    display: block;
    margin: 20px 0 0 0;
}

ul.bbp-replies-list li:nth-child(even) {
   // background: #f2f2f2;
}

ul.bbp-replies-list li:nth-child(odd) > div.status-trash,
ul.bbp-replies-list li:nth-child(even) > div.status-trash {
    background: #fff;
    opacity: 0.5;
}

.wp-caption {
    max-width: 100%;
    width: 100% !important;
}

.bbp-threaded-replies {
    margin: 30px 0 0 50px;
    border-left: 3px solid #077187;
}

ul.bbp-threaded-replies li {
   // border-bottom: 1px solid #eee;
}

ul.bbp-threaded-replies li:last-of-type {
    border: 0;
    padding: 0px 20px 10px 20px;
}

ul.bbp-threaded-replies li:first-of-type,
ul.bbp-threaded-replies li {
    padding: 20px 20px 15px 20px;
}

.bbp-threaded-replies .bbp-reply-header {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
}

.bbp-threaded-replies .bbp-reply-author .bbp-author-avatar img {
    border: 3px solid #077187;
}

.signature {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.bbp-reply-author {
    overflow: hidden;
}

.bbpm-user {
    display: flex;
}

.bbp-reply-header,
li.bbp-body .bbpm-icon,
.bbp-topic-author,
.bbpm-user .bbpm-icon {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    flex-grow: 1;
    order: 1;
    margin: 0 30px 0 0;
}

.bbpm-user .bbpm-icon img {
    width: 100%;
    height: auto;
    border: 3px solid #077187;
}

.bbp-reply-author .bbp-author-avatar img {
    width: 100px;
    max-width: 100%;
    height: auto;
    border: 3px solid #077187
}

.bbp-reply-content,
.bbpm-user .bbp-topic-content,
.bbpm-user .bbpm-details {
    flex-grow: 1;
    order: 2;
}

.bbp-topic-content p {
    font-size: 30px;
    font-family: "bricolage-grotesque", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 13px 0 0 0;
}

.bbp-replies-list .bbpm-user {
    display: flex;
}

.bbpm-user .bbpm-details a.bbp-author-link {
    font-size: 30px;
    color: #abd1c6;
    border-bottom: 1px solid #abd1c6;
    font-family: "bricolage-grotesque", sans-serif;
    font-weight: 700;
    font-style: normal;
}

ul.bbp-reply-revision-log,
ul.bbp-topic-revision-log {
    margin: 20px 0 0 0;
    overflow: hidden;
}

ul.bbp-reply-revision-log li,
ul.bbp-topic-revision-log li {
    font-size: 14px;
    margin: 0 0 5px 0;
    overflow: hidden;
}

ul.bbp-reply-revision-log li .bbp-author-avatar,
ul.bbp-topic-revision-log li .bbp-author-avatar {

}

ul.bbp-reply-revision-log li img,
ul.bbp-topic-revision-log li img {  
    width: 20px;
    height: 20px;
    display: inline-flex;
    vertical-align: text-bottom;
    border: 1px solid #fff;
    margin: 0 4px 0 0;
}

.bbpm-user .bbpm-details li a.bbp-author-link {
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    border: 0;
}

.bbp-author-ip {
    display: none;
}

.bbp-reply-content p {
    margin: 0 0 10px 0;
}

.bbp-reply-content p:last-of-type {
    margin: 0;
}

.bbp-reply-content .bbp-attachments p {
    margin: 20px 0 0 0;
}

.bbp-reply-post-date,
.bbp-meta {
    font-size: 14px;
    color: #999;
}

.bbp-reply-author .bbp-meta {
    font-size: 20px;
    color: #abd1c6;
}

body.bbp-user-page .bbp-meta,
body.bbp-user-page .bbp-meta span,
body.bbp-user-page .bbp-meta a {
    font-size: 14px;
    color: #999;
}

body.bbp-user-page .bbp-meta a {
    color: #077187;
}

.bbp-reply-post-date a {
    margin: 0 0 0 5px;
    display: inline-block;
}

.bbp-meta a.bbp-topic-permalink {
    font-size: 14px;
    color: #abd1c6;
    border-bottom: 1px solid #077187;
}

.bbp-author-role {
    display: none;
}

a.bbp-author-link {
    border: 0;
}

span.wp-ulike-liker img {
    width: 40px;
    height: 40px;
}

.bbp-footer {
    display: none !important;
}

.bbp-voting {
    overflow: hidden;
    width: 86px;
    margin: 0px auto;
}

.bbp-voting a.vote {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    float: left;
    border: 0;
}

.bbp-voting a.vote:hover {
    cursor: pointer;
    opacity: 0.9;
}

.bbp-voting a.vote.up {
    background: url('svg/good.svg') center;
    background-size: 30px 30px;
}

.bbp-voting a.vote.down {
    background: url('svg/bad.svg') center;
    background-size: 30px 30px;
}

.bbp-voting a.vote.num-always-show:after {
    display: none !important;
}

.bbp-voting .score {
    float: left;
    line-height: 30px;
    margin: 0 6px;
    color: #077187;
    text-align: center;
}

li.type-reply {
    display: flex;
    flex-wrap: wrap;
    list-style: none; 
    margin-bottom: 10px; 
    border: 0;
    padding: 10px;
}

.bbp-reply-header {
    flex-basis: 80px;
    flex-shrink: 0; 
    flex-grow: 0; 
    order: 1;
    padding: 0px;
}

.bbp-reply-content {
    flex-grow: 1; 
    flex-basis: 0; 
    order: 2;
    padding: 0px;
}

.bbp-threaded-replies {
    margin: 30px 0 0 50px;
}

.bbp-threaded-replies {
	flex-basis: 100%;
	order: 3;
}
	
.bbp-threaded-replies li {
	display: flex; 
	flex-wrap: nowrap; 
	list-style: none;
	margin: 0px;
	border: 0;
    padding: 20px 20px 15px 20px;
	width: 100%; 
}

.bbp-replies-list li.status-pending,
.bbp-threaded-replies li.status-pending {
    background: #fff;
}

.bbp-threaded-replies li ul.bbp-reply-revision-log li {
    display: block;
}

li.type-reply li {
    border: 0;
}
	
.bbp-threaded-replies li .bbp-reply-header {
    flex-basis: 80px; 
    flex-shrink: 0;  
    flex-grow: 0;
}

.bbp-threaded-replies li .bbp-reply-content {
    flex-grow: 1;    
    flex-basis: auto;
    flex-shrink: 1; 
    min-width: 0;   
    overflow-wrap: break-word; 
    word-wrap: break-word;
}

.bbp-reply-post-date {
    word-break: break-word; 
    overflow-wrap: break-word;
}

/* TEAM */

ul.two {
    display: flex;
    gap: 40px; 
}

.acf-form-fields .acf-form-fields {
    flex-basis: calc(50% - 20px); 
}

.acf-form-fields,
ul.two ul.two,
ul.two.inline {
    flex-wrap: wrap;
}

ul.two.inline {
    margin: 20px 0;
}

ul.two.inline li select {
    width: 100%;
}

ul.two li {
    flex-basis: calc(50% - 20px); 
    overflow: visible;
}

.dark ul.two li {
    flex-basis: 40%;
}

.dark ul.two li:last-of-type {
    flex-basis: 60%;
}

ul.two li img {
    width: 100%;
    display: block;
    height: auto;
    margin: 0px auto;
}

ul.two.rows li li {
    flex-basis: calc(33% - 10px);
    padding: 5px 10px 10px;
}

.bbp-submit-wrapper #bbp-cancel-reply-to-link {
    text-align: right;
}

/* HOME */

h1.warning,
h4.warning,
p.warning,
.acf-error-message {
    color: #abd1c6;
}

div.warning {
    background: #e16162;
    padding: 10px 20px;
    color: #e4c5af;
    margin: 20px 0;
}

.warning p {
    font-size: 14px;
    color: #fff;
}

.three li{
    flex: 0 0 calc(33% - 30px);
    position: relative;
}

.three li {
    margin: 0 0 30px 0;
}

.three,
.four {
    display: flex;  
    flex-wrap: wrap;
    gap: 30px;
}

.four li {
    flex: 0 0 calc(25% - 23px);
    position: relative;
}

.four li a {
    text-transform: lowercase;
}

.two li {
    position: relative;
}

.two li span.commentcount,
.four li span.commentcount {
    background: #f9bc60;
    padding: 0;
    border: 2px solid #f9bc60;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    font-size: 15px;
    transform: rotate(8deg);
}

.four li img {
    width: 100%;
    flex: 1;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 4;
    border: 3px solid #fff;
}

.four li a {
    border: 0;
}

.four li h4 {
    margin: 0;
}

dl.feature {
    display: flex;
    gap: 5%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 0px;
    margin: 0 auto 68px auto;
}

dl.feature dt {
    flex-shrink: 0;
    width: 50%;
    box-sizing: border-box;
}

dl.feature dt img {
    width: 100%;
    height: auto;
    display: block;
}

dl.feature dd {
    flex-grow: 1;
    flex-basis: min-content;
    min-width: inherit;
    box-sizing: border-box;
    align-content: center;
}

.calltoaction {
    overflow: hidden;
    margin: 30px 0;
}

.calltoaction .fbLoginButton {
    height: inherit;
}

ul.two li ul.row li,
ul.row li {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #eee;
}

span.right {
    float: right;
}

ul.two li ul.user-attending-list li {
    margin: 0;
}

details {
    border-bottom: 1px solid #077187;
    padding: 10px 10px 20px 10px;
}

details summary {
    padding: 10px 0px;
    font-size: 24px;
    font-weight: 700;
}

details summary:hover {
    cursor: pointer;
}

details p {
    margin: 0px 0 20px 0px;
    line-height: 1.2;
}

details p:last-of-type {
    margin: 0;
}

summary {
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary::marker {
    content: "";
}

/* LOGIN */

ul.tml-links li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.tml label {
    display: block;
}

.tml textarea,
.tml input {
    width: 100%;
    max-width: 320px;
    padding: 9px 10px;
    border: 1px solid #077187;
}

.description.indicator-hint {
    font-size: 12px;
}

/* REGISTER */

.tml-errors {
    margin: 30px 0;
}

.tml-errors li {
    color: #077187;
}

.tml-register .acf-field-email {
    display: none;
}

#acf-form-data {

}

#pass-strength-result {
    font-size: 13px;
}

.tml-field-wrap {
    margin: 0 0 20px 0;
}

.acf-fields select {
    width: 320px;
}

.acf-user-register-fields .acf-field {
    margin: 0 0 20px 0;
}

.tml .acf-user-register-fields .acf-field input[type="file"] {
    border: 0;
    padding: 0;
}

.acf-icon.dark::after {
    background: none !important;
}

.acf-input .acf-file-uploader .file-icon img {
    display: none !important;
}

.acf-input .acf-file-uploader .file-icon {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    border-right: #d5d9dd solid 1px;
    background: #eee url('svg/file.svg') no-repeat center;
    background-size: 50px 50px;
    width: 70px;
}

.acf-file-uploader {}

.acf-input .select2-container.-acf .select2-selection--multiple .select2-selection__choice {
    background: #077187;
    border: 0;
    margin: 5px 5px 0 5px;
}

.acf-input .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.acf-fields .select2-container--default .select2-selection--single {
    border: 1px solid #077187;
}

ul.select2-results__options li.select2-results__option {
    font-size: 18px;
}

.acf-taxonomy-field span.select2-selection ul {
    position: relative;
}

ul.select2-results__options {
    background: #fff;
    width: 100%;
}

ul.select2-results__options li {
    border-bottom: 1px solid #eee;
}

ul.select2-results__options li:last-of-type {
    border: 0;
}

.acf-taxonomy-field .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border: 1px solid #077187
}

.acf-taxonomy-field .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 5px 10px;
}

.acf-taxonomy-field .select2-container .select2-selection--multiple {
    min-height: 40px;
   // height: 40px;
}

input.select2-search__field {
    height: 38px;
}

.acf-taxonomy-field .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}

.acf-taxonomy-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #077187;
    padding: 5px 20px 7px 20px;
    color: #fff;
    vertical-align: middle;
    max-width: 100%;
    line-height: 1;
    cursor: text;
    font-size: 18px;
    margin: 3px 0 0 0;
    border-radius: 60px;
    text-transform: lowercase;
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
}

.acf-taxonomy-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-right: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #077187 !important;
}

.acf-taxonomy-field .select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-weight: 700;
    margin-top: 0px;
    margin-right: 10px;
    padding: 0;
    font-size: 30px;
    position: relative;
    top: 2px;
}

span.select2-selection__arrow {
    display: none !important;
}

.acf-user-register-fields {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    margin: 0 0 20px 0;
}

body#page-register .acf-user-register-fields {
    padding: 20px 0;
}

.acf-label p.description,
.acf-input p.description {
    font-size: 14px;
}

    table {
        width: 100%;
        text-align: left;
    }
    
    table th,
    table td {
        padding: 10px 20px;
    }

/* SELECTED */

.categorychecklist-holder ul li label {
    font-weight: normal;
}

/* STANDARD */

article.page h2 {
    margin: 0 0 30px 0;
}

article.page h3 {
    margin: 20px 0 20px 0;
}

article.page p {
    margin: 0 0 20px 0;
}

article.page ul,
article.page ol {
    margin: 0 0 20px 20px;
}

article.page ul li {
    list-style: disc;
    font-size: 20px;
    margin: 0 0 10px 0;
}

article.page ul li:last-of-type {
    margin: 0;
}

/* ATTACHMENT */

ul.two li ol.commentlist img {
    width: 80px;
    height: 80px;
    display: block;
}

ul.two li .wp-ulike-liker img {
    width: 40px;
    height: 40px;
    display: block;
}

.block1 {
    margin: 0px 0;
    padding: 20px 0;
}

.block1 strong {
    display: block;
}

.block1:last-of-type {
    margin: 0;
}

/* GATHERINGS */

#respond {
    margin: 30px 0 0 0;
    width: 100%;
}

#respond label {
    display: block;
}

#respond input#comment {
    width: 100%;
    padding: 10px;
    margin: 0 0 20px 0;
    border: 1px solid #077187
}

.meta img {
    width: 64px;
    height: auto;
    display: block;
}

/* ULIKE */

.wpulike.wpulike-robeen {
    display: flex;
    margin: 20px 0;
} 

.wpulike.wpulike-robeen .wp_ulike_general_class {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    flex-grow: 1;
    order: 1;
    margin: 0 30px 0 0;
}

.wpulike.wpulike-robeen .wp_ulike_likers_wrapper {
    flex-grow: 1;
    order: 2;
}

.wpulike .wp_ulike_likers_wrapper {
    margin: 0;
    flex: inherit;
}

/* ACTIVITY */

ul.timeline li {
    margin: 0 0 20px 0;
}

ul.timeline li dl {
    padding: 0px 0 30px;
    display: flex;
    min-width: 100%;
    border-bottom: 1px solid #eee;
}

ul.timeline li dl dt {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    flex-grow: 1;
    order: 1;
    margin: 0 30px 0 0;
}

dl.users dt img,
ul.timeline li dl dt img {
    width: 100%;
    height: auto;
    display: block;
    border: 3px solid #074f57;
    aspect-ratio: 4 / 4;
    object-fit: cover;
}

ul.timeline li dl dd {
    flex-grow: 1;
    order: 2;
}

ul.timeline li dl dd img {
    max-height: 220px;
    width: auto;
    display: block;
    margin: 20px 0 0 0;
}

ul.timeline small {
    font-size: 12px;
    color: #666;
    display: block;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

ul.timeline li dl dd ul {
    border-left: 3px solid #074f57;
        padding: 10px 0 10px 15px;
        margin: 10px 10px 20px 10px;
}

ul.timeline li dl dd ul li {
    padding: 3px;
}

ul.timeline li li {
    margin: 0;
    padding: 5px;
}

ul.timeline li .gap:last-of-type {
    margin: 0;
}

.pagination {
    margin: 50px 0;
}

.az-nav a,
.az-nav span,
.bbp-pagination-links a,
.bbp-pagination-links span,
.pagination a,
.pagination span {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 15px;
    padding: 12px 0;
    font-weight: 700;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 10px 0 0;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
}

.bbp-pagination-links a:hover,
.pagination a:hover {
    color: #077187;
}

.bbp-pagination-links a.prev,
.bbp-pagination-links a.next,
.pagination a.next,
.pagination a.prev {
    width: 40px;
    padding: 12px 0px;
    background: #fff url('svg/arrow-right-light.svg') center no-repeat;
    background-size: 30px;
    text-indent: -9999px;
}

.bbp-pagination-links a.prev,
.pagination a.prev {
    background: #fff url('svg/arrow-right-light.svg') center no-repeat;
    background-size: 30px;
    transform: rotate(180deg);
}

.bbp-pagination-links span.page,
.pagination span {
    padding: 11px 0px 12px 0px;
    width: 40px;
    text-align: center;
}

ul.timeline li dl dd ul.highlight li {
    margin: 3px 0;
    padding: 0;
    display: inline-block;
}

ul.timeline li dl dd ul.highlight {
    padding: 10px 0 10px;
    margin: 10px 10px 0 10px;
}

ul.highlight li a {
    background: #074f57;
    padding: 6px 20px 7px;
    display: inline-block;
    color: #fff;
    border: 0;
    line-height: 1.2;
    font-size: 16px;
}

/* EDIT TAG */

form#merge_tag input[type="text"],
form#rename_tag input[type="text"] {
    border: 1px solid #eee;
}

/* PAGE */

.content p {
    margin: 0 0 20px 0;
}

.content h3 {
    color: #074f57;
    margin: 0 0 20px 0;
}

.content ul,
.content ol {
    margin: 0 0 20px 30px;
}

.content .tml-alerts,
.content ul.tml-errors,
.content ul.tml-messages {
    margin: 0 0 20px 0;
    list-style: none;
}

.tml-alerts {
    margin: 0 0 20px 0;
}

.content ul.tml-errors li::marker {
    content: none;
}

.content ul li,
.content ol li {
    margin: 0 0 10px 0;
    list-style: disc;
}

.content ol li {
    list-style: decimal-leading-zero;
}

.content ul li:last-of-type,
.content ol li:last-of-type {
    margin: 0;
}

.mobile {
    display: none;
}

/* FORUM LOGIN */

form.bbp-login-form legend {
    font-family: "bricolage-grotesque", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    margin: 0 0 10px 0;
}

form.bbp-login-form label {
    width: 120px;
    display: block;
}

form.bbp-login-form .bbp-remember-me label {
    width: 90%;
    margin: 0 0 0 -1px;
    display: inline-block;
}

fieldset.bbp-form > div {
    margin: 0 0 10px 0;
}

.bbp-form legend {
    margin: 0 0 20px 0;
    font-weight: 700;
}

/* CONTACT */

.nf-field-element input, 
.nf-field-element textarea {
    border: 1px solid #077187;
    padding: 6px 10px;
}

.nf-field-element textarea {
    padding: 10px;
}

.nf-field-element input[type="submit"] {
    padding: 10px 30px;
}

.nf-error-msg.nf-error-field-errors,
.nf-form-content .nf-error-msg.nf-error-field-errors,
.nf-form-content .nf-error-msg,
.nf-form-content span.ninja-forms-req-symbol {
    color: #e16162;
}

.nf-form-content .nf-error .ninja-forms-field {
    border: 1px solid #e16162;
}

/* SUBSCRIPTIONS */

#bbp-user-subscriptions ul.bbp-topics li.bbp-body ul.type-topic {
    margin: 0;
}

/* CONTACT */

.nf-before-form-content {
    display: none;
}

/* FORUM USER SEARCH */

ul#bbp-search-results .bbp-reply-content .bbp-reply-header,
body.bbp-user-page li .bbp-reply-header {
    width: inherit !important;
    max-width: inherit !important;
    min-width: inherit !important;
    margin: 0 0 20px 0;
}

/* BREADCRUMB */

.bbp-breadcrumb {
    margin: 0 0 30px 0;
}

.bbp-breadcrumb,
.bbp-breadcrumb span,
.bbp-breadcrumb a {
    font-size: 16px;
}

.bbp-breadcrumb span.bbp-breadcrumb-current {
    color: #999;
}

.bbp-breadcrumb span.bbp-breadcrumb-sep {
    color: #eee;
}

/* USER FORUM STATS */

#bbpress-forums ul.forums.bbp-replies li.bbp-body .type-reply {
   // margin: 0;
}

/* MOVE TOPIC */

.bbp-reply-move legend {
    margin: 0;
}

.bbp-reply-move fieldset.bbp-form input[type="radio"],
.bbp-reply-move fieldset.bbp-form input[type="checkbox"] {
    padding: 0 10px;
    float: left;
    margin: 0 10px 0 0;
}

.bbp-reply-move fieldset.bbp-form input[type="checkbox"] {
    margin: 5px 10px 0 0;
}

/* SPLIT TOPIC */

.bbp-topic-split fieldset.bbp-form input[type="radio"],
.bbp-topic-split fieldset.bbp-form input[type="checkbox"] {
    padding: 0 10px;
    float: left;
    margin: 0 10px 0 0;
}

.bbp-topic-split fieldset.bbp-form input[type="checkbox"] {
    margin: 5px 10px 0 0;
}

.bbp-topic-split legend {
    margin: 0;
}

/* FOOTER */

footer {
    background: #074f57;
    padding: 100px 0;
}

footer article {
    width: 1200px;
    max-width: 95%;
    margin: 0px auto;
}

footer article h3 {
    color: #fff;
}

footer article ul li p {
    color: #e4c5af;
}

footer article ul li p {
    margin: 0 0 20px 0;
}

footer article ul li p:last-of-type {
    margin: 0;
}


footer a,
footer span {
    margin: 5px 0;
    display: inline-block;
}

section#search {
    background: #abd1c6;
    padding: 40px;
    width: 100%;
    max-width: 100%;
    margin: 60px 0 0 0;
    border-bottom: 3px solid #fff;
}

section#search article {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    max-width: 96%;
    margin: 0px auto;
}

section#search .text {
    width: 380px;
    min-width: 380px;
    max-width: 380px;
    flex-grow: 1;
    order: 1;
    margin: 0 30px 0 0;
}

section#search .text h3 {
    color: #fff;
    font-size: 64px;
    line-height: 1.2;
}

section#search .form {
    flex-grow: 1;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

section#search .form input[type="search"] {
    padding: 0 10px 0 10px;
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
}

section#search .form input[type="submit"] {
    width: 100%;
} 

/* BLANK THUMBNAILS */

.thumb-link img,
.thumb-placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 4; 
    object-fit: cover;
}

.thumb-placeholder {
    background: #e0e0e0;
}

.thumb-placeholder {
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}

.thumb-placeholder::after {
    content: "No Image";
}

.dark dl.colosmall .thumb-placeholder {
    font-size: 10px;
    line-height: 1;
}

/* AFC FIELD TAXONOMY ADD */

form#acf-form .acf-label p.description {
    max-width: 80%;
}

form#acf-form .acf-taxonomy-field[data-ftype=select] .acf-actions {
    padding: 0;
    margin: 0;
    display: block;
    right: 0;
    top: -29px;
}

#acf-popup h3 {
    font-family: "bricolage-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#acf-popup .acf-input input {
    border: 1px solid #077187;
}

#acf-popup .acf-field.acf-field-select {
    display: none !important;
}

.select2-selection.select2-selection--single {
    height: 40px !important;
    border-radius: 0 !important;
    font-size: 18px;
    color: #077187;
}

.acf-input textarea,
.acf-field input {
    font-size: 18px !important;
}

.select2-selection.select2-selection--single .acf-selection {
    line-height: 38px;
    display: block;
    color: #077187;
    background: url('svg/arrow-down.svg') right 0px center no-repeat;
    background-size: 30px;
}

.acf-taxonomy-field .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 10px;
}

span.acf-spinner {
    display: none !important;
}

#acf-form .acf-field.acf-field-group {
    width: 96%;
    margin: 0px 1% 30px;
}

#acf-form .acf-field.acf-field-group .acf-fields .acf-field {
    margin-bottom: 0;
    border: 0;
}

#acf-form .acf-field.acf-field-group p.description {
    max-width: 100%;
    margin: 0 0 10px 0;
}

.acf-field-group {
    margin: 0 0 30px 0;
}

.acf-field-group .acf-fields {
    background: #fff;
    padding: 20px;
}

.acf-input .acf-url input[type="url"] {
    padding-left: 10px !important;
}

.acf-input .acf-url .acf-icon {
    display: none !important;
}

.ui-timepicker-div {

}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before,
dd.ui_tpicker_second,
dt.ui_tpicker_time_label {
   display: none !important;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd, .ui-timepicker-div.ui-timepicker-oneLine dl dd>div {
    display: inline-block;
    margin: 0;
    width: 96% !important;
    margin: 0 2% !important;
    text-align: left;
}

.ui-timepicker-div.ui-timepicker-oneLine dl {
    display: flex;
}

.ui-timepicker-div dl dt {
    float: none;
    clear: left;
    padding: 0;
    text-align: left;
}

.acf-ui-datepicker .ui-state-default, .acf-ui-datepicker .ui-widget-content .ui-state-default, .acf-ui-datepicker .ui-widget-header .ui-state-default {
    text-align: center;
}

.acf-ui-datepicker select {
    padding: 0 !important;
}

.acf-ui-datepicker .ui-state-default, .acf-ui-datepicker .ui-widget-content .ui-state-default, .acf-ui-datepicker .ui-widget-header .ui-state-default {
    width: 100%;
}

.ui-corner-all {
    border: 0 !important;
}

/* COMMENTS */

.comment-input-wrapper {
  position: relative;
}

.comment-display {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  cursor: text;
  margin: 0 0 20px 0;
}

.comment-display:focus {
  border-color: #077187;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
}

.mention-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #077187;
    color: #fff;
    border-radius: 3px;
    padding: 3px 0 5px 10px;
    font-weight: normal;
    font-size: 16px;
    user-select: none;
    white-space: nowrap;
    margin: 0 5px 0 0;
}

.mention-remove {
line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0px 11px 0 4px;
    border-radius: 0;
    opacity: 0.8;
    transition: opacity 0.15s, background 0.15s;
}

.mention-remove:hover {
  opacity: 1;
  background: rgba(26, 86, 204, 0.15);
}

/* SIDE */

ul.side {
    display: flex;
    width: 100%;
}

ul.side li {
    width: 180px;
    flex: 0 0 180px;
    margin-right: 30px;
}

ul.side li h4 {
    margin: 0;
}

ul.side li:last-of-type {
    flex: 1;
    order: 2;
    align-self: center;
}

/* ALL SEARCH RESULTS */

.search-result {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.search-result-type {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    flex-grow: 1;
    order: 1;
    margin: 0 30px 0 0;
}

.search-result:nth-child(even) {
    background: #fff;
}

.search-result-text {
    flex-grow: 1;
    order: 2;
}

.search-result-text .excerpt,
.search-result-text a.button {
    margin: 20px 0 0 0;
}

.search-result-text img {
    width: 100%;
    display: block;
}

/* SOLO REPLY */

body.reply .bbp-reply-header {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    margin: 0 0 20px 0;
}

body.reply .type-reply  {
    display: flex;
}

body.reply .type-reply .bbp-reply-author {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    flex-grow: 1;
    order: 1;
    margin: 0 30px 0 0;
}

body.reply .type-reply .bbp-reply-content {
    flex-grow: 1;
    order: 2;
}

/* REGISTER */

body#page-register .tml p.description {
    margin: 10px 0 0 0;
}

body#page-register .tml-register form,
body#page-register .acf-user-register-fields {
    display: flex;
    flex-wrap: wrap;
}

body#page-register .acf-user-register-fields {
    flex-basis: 100%;
    width: 100%;
}

body#page-register .tml-field-wrap,
body#page-register .acf-user-register-fields .acf-field {
    flex: 0 0 calc(48% - 20px);
    margin: 0 20px 20px;
}

body#page-register .tml-field-wrap.tml-indicator-wrap {
    margin: 0 19px 19px;
}

.tml-field-wrap.tml-indicator-wrap {
   // align-content: end;
    display: none;
}

body#page-register .tml input,
body#page-register .tml select,
body#page-register .tml textarea {
    width: 100%;
    max-width: 100%;
}

body#page-register .acf-taxonomy-field .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 0 0 10px;
}

body#page-register .select2-container--open .select2-dropdown {
    top: 0px;
}

body#page-register .tml-field-wrap.tml-indicator_hint-wrap {
    display: none;
}

/* SINGLE SESSIONS */

.dark .cancel p,
.cancel p,
h3.sorry {
    color: #e16162;
    margin: 10px 0 0 0;
}

.cancel p {
    margin: 0 0 10px 0;
}

span.cancel {
    color: #e16162;
}

#ui-datepicker-div,
.ui-datepicker-header {
    display: none !important;
}

li.card {
    background: rgba(255, 255, 255, 0.5);
    padding: 40px;
    transform: rotate(-1deg);
    border: 1px solid #eee;
    border-radius: 20px;
}

.attending {
    margin: 0 0 10px 0;
}

.attending input[type="radio"] {
    position: relative;
    top: 0px;
    margin: 0 4px 0 0;
    height: inherit;
}

.attending label {
    font-weight: inherit;
}

.attending dl {
    margin: 0 0 10px 0;
}

.attending dl:last-of-type {
    margin: 0;
}

/* PAGE INTRO */

.intro {
    border: 3px solid #fff;
    max-width: 760px;
    background: #FAEBD7;
    padding: 30px;
    margin: 0;
}

.intro h3, .intro h3 a {
    font-size: 33px;
    color: #074f57;
    line-height: 1.4;
    border: 0;
    font-family: "bricolage-grotesque", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.intro h3 {
    margin: 0 0 20px 0;
}

.intro p {
    margin: 0 0 20px 0;
}

.intro p:last-of-type {
    margin: 0;
}

.intro a.button:hover {
    color: #fff;
}

/* SCROLLER */

.item {
  flex: 0 0 auto; 
  width: 200px !important;
  align-content: left;
  padding: 0 10px 0 0;
  flex-direction: column;
}

.item img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 4;
}

.up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 5px;
    border-radius: 0px;
    z-index: 9999;
    text-indent: -9999px;
    background: url('svg/up.svg') no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 999999
}

.scroller.larger {
    gap: 40px;
}

.itemlarge {
    margin: 0 10px 0 0;
}

.itemlarge dl {
    width: 300px !important;
    background: rgba(244,244,240,0.4);
    border-radius: 30px;
    padding: 30px 30px;
    border: 1px solid #fff;
}

.item.largest {
    width: 260px !important;
    border-radius: 30px;
    border: 1px solid transparent;
    padding: 0px;
    align-content: normal;
}

.item.large h3 a,
.item.largest h3 a, {
    margin: 0 0 10px 0;
    line-height: 1.2;
    display: block;
}

/* HOME */

main {
    margin: 0 0 30px 0;
    overflow: hidden;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
}

main.light {
    background: #f4f4f0;
}

main h3 {
    margin: 0 0 20px 0;
}

/* SUBSCRIBE */

.subscribe form {
    margin: 10px 0 0 0;
}
.subscribe label input[type="radio"] {
    float: left;
    margin: 6px 10px 0 0;
    height: inherit;
}

.subscribe button[type="submit"] {
    margin: 10px 0 0 0;
}

/* ADD POSTS */

.delete a,
a.delete {
    color: #e16162;
    border-bottom: 1px solid #e16162;
}

/* TABLE */

table.stats {
    width: 100%; 
    border-collapse: collapse;
}

table.stats thead tr th {
    padding: 8px;
}

table.stats thead th,
table.stats tfoot td {
    font-weight: 700;
}

table.stats td {
    text-align: left; 
    border-bottom: 1px solid #ccc; 
    padding: 8px;
}

table.stats tfoot tr td {
    border: 0;
}

table.stats tfoot td {
    padding: 8px; 
    border-top: 2px solid #074f57;
}

table.stats tr:hover td {
    background: #fff;
    transition: all 0.3s ease-in;
}

/* ARCHIVE LOG */

.log-list ul li {
    margin: 0 0 60px 0;
}

.log-list ul li:last-of-type {
    margin: 0;
}

/* SINGLE LOG */

ul.two.sides {
    display: flex;
}

ul.two.sides li {
    padding: 10px 30px;
}

.log-pagination h2 {
    display: none;
}

/* BREADCRUMBS */

p#breadcrumbs {
    padding: 11px 0 20px 0;
    overflow: hidden;
}

p#breadcrumbs span {
    font-size: 12px;
    text-transform: uppercase;
}

p#breadcrumbs span span {
    border: 1px solid transparent;
    padding: 5px 5px;
}

p#breadcrumbs span span a {
    border: 1px solid #fff;
    padding: 5px 10px 6px;
}

/* GENERAL LOG LAYOUT */

#page-logs li a.thumb-link img,
#page-logs .thumb-placeholder,
.tablephoto img,
section.post-type-log li img,
section.post-type-log .thumb-placeholder {
    height: 90px;
}

/* LOBBY */

.lobby-excerpt {
    margin: 10px 0;
}

.lobbycomments .gallerycomments {
    margin: 20px 0;
}

.lobby-list #respond {
    margin: 0;
}

.lobby-list #respond input#comment[type="text"] {
    width: 320px;
    float: left;
}

.lobby-list ul:first-of-type {
    padding: 0 30px 30px;
}

.lobby-list ul {
    margin: 0 0 0px 0;
    padding: 30px;
}

.lobby-list ul:nth-child(even) {
    background: #fff;
}

.lobby-excerpt p {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.lobbycomments.colocomment {
    margin: 0px 0 0 0;
}

.lobbycomments.colocomment h3 {
    margin: 0 0 30px 0;
}

.lobbycomments.colocomment dl.colosmall dt {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    flex-grow: 0;
    order: 1;
    margin: 0 10px 0 0;
}

.lobbycomments.colocomment dl.colosmall dd p {
    margin: 5px 0 5px 0;
    text-box: trim-both cap alphabetic;
    line-height: 1.2;
}

.lobbycomments.colocomment dl.colosmall dd small {
    display: block;
    margin: 2px 0 0 0;
}

.lobbycomments.colocomment dl.colosmall dd small a {
    display: inline-block;
}

.lobbycomments.colocomment dl.colosmall dd small a.url {
    color: #077187;
}

.lobbycomments.colocomment .gallerycomments .comment {
    padding: 10px;
}

/* COMPARE */

.game-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.cards {
    background: rgba(255, 255, 255, 0.5);
    padding: 40px;
    transform: rotate(-1deg);
    border: 1px solid #eee;
    border-radius: 20px;
}

.cards.light {
    background: #f4f4f0;
}

.cards h5 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.cards h5 a {
    text-decoration: none;
    color: #222;
}

.cards dl {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
}

.cards dl:first-of-type {
    border-top: none;
}

.cards dl dt {
    font-weight: 700;
    color: #333;
    min-width: 100px;
}

.cards dl dd {
    text-align: right;
    flex: 1;
    color: #222;
}

.diff {
    font-weight: 700;
}

.diff.pos { 
    color: #61B86A; 
}

.diff.neg { 
    color: #e16162; 
}

.diff.zero { 
    color: #999; 
} 

/* HOME */

dl.features {
    display: flex;
    gap: 5%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 0px;
    margin: 0 auto 68px auto;
}

dl.features.right dt {
    order: 1;
}

dl.features.right dd {
    order: 2;
}

dl.features dt {
    flex-shrink: 0;
    width: 50%;
    box-sizing: border-box;
    align-content: center;
}

dl.features dd {
    flex-grow: 1;
    flex-basis: min-content;
    min-width: inherit;
    box-sizing: border-box;
    align-content: center;
}

dl.features dd .text {
    margin: 20px 0;
}

dl.features dt {

}

dl.features dt img {
    width: 100%;
    height: auto;
    display: block;
    background: #f4f4f0;
}

.soft dl.features dt img {
    background: #ffffff;
}

dl.features .text p:last-of-type {
    margin: 0;;
}

dl.features .text p,
dl.features .text p:first-of-type {
    margin: 0 0 20px 0;
}

/* USER REPLIES */

body.bbp-user-page .bbp-reply-author .bbpm-details .bbp-reply-post-date {
    display: inline-block !important;
}

body.bbp-user-page .bbpm-user .bbp-reply-content {
    margin: 20px 0 0 0;
}

/* EXTRAS */

#qt_bbp_topic_content_toolbar {
    display: none;
}

@media (max-width: 1070px) {

aside ul li a {
    font-size: 16px;
    padding: 30px 10px 10px; 
}

}

@media (max-width: 860px) {
 
body, input, button, code, select, textarea, ul.token-input-list-facebook {
    font-size: 18px;
}

p, ul li, ol li {
    font-size: 18px;
}

h1 {
    font-size: 28px;
    line-height: 1.2;
}

h2, h4 {
    font-size: 32px;
    line-height: 1.2;
}

.fep-header-welcome strong, h2, h4, .fep-announcement-title, .fep-message-title-heading {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #abd1c6;
}

.fep-message-title-heading.participants, .fep-header-welcome strong, h5 {
    font-size: 18px;
}

.dark p {
    text-box: inherit;
}

section {
    margin: 0px auto 40px auto;
    padding: 0;
    display: block;
    padding: 0 0 0px 0;
    max-width: 94%;
    width: 1200px;
}

section aside {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
}

.dark section aside {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
    position: fixed;
    z-index: 9999;
    background: #fff;
    left: 0;
    height: 60px;
    top: 0;
    overflow: visible;
    border-bottom: 2px solid #abd1c6;
}

.dark section article {
    padding-top: 85px;
}

section aside ul {
    overflow: hidden;
}

section article {
    flex-grow: 1;
    order: 2;
}

.small_logo {
    text-align: center;
    display: block;
    width: 50%;
    margin: 21px auto 0;
}

.small_logo p {
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.small_logo p a {
    color: #074f57;
}

dl.feature {
    margin: 0px auto 40px;
    display: block;
}

dl.feature dt {
    width: 100%;
}

a.wpfbac-button img {
    width: 100%;
    height: auto;
    display: block;
}

ul.two.inline {
    gap: 0;
}

ul.two li {
    width: 100%;
    margin: 0px 2% 40px; 
    float: none;
}

.tml {
    max-width: 100%;
    margin: 0px auto;
}

#acf-form .acf-field {
    width: 96%;
    margin: 0px auto;
    float: none;
}

li.hide {
    display: none !important;
}

aside ul { 
    width: 96%;
    margin: 20px 2% 30px;
}

.three li,
.four li {
    flex: 0 0 calc(50% - 20px);
}

.profile-edit-form.profileform #acf-form .acf-field,
#acf-form .acf-field {
    width: 96%;
    margin: 0 2% 30px;
    display: inline-block;
}

.buttons a {
    display: inline-block;
    margin: 0 5px;
    width: inherit;
    padding: 10px 20px;
}

.author-grid {
    display: block;
}

.terms-list {
    grid-template-columns: repeat(2, 1fr);
}

dl.feature dd {
    margin: 30px 0;
}

.dark {
    margin: 0px auto 60px auto;
}

.dark ul.two li {
    flex-basis: 100%;
}

.dark ul.two li:last-of-type {
    flex-basis: 100%;
    margin: 20px auto 0;
}

.dark ul.two ul.author-custom-fields li:last-of-type {
    margin: 0;
}

footer article ul.two {
    flex-direction: column;
}

footer article ul.two ul.two {
    flex-direction: row;
}

.gallerycomments {
    flex-direction: column;
}

/* MOBILE AUTHOR */

.bio h5 {
    font-size: 24px;
    line-height: 1.4;
}

/* MOBILE INBOX */

#fep-header {
    overflow: visible;
}

.fep-table-row.fep-table-row-message {
    padding: 20px 0;
}

.fep-column-title a {
    font-size: 20px;
}

/* MOBILE HOME */

body#page-home ul.two li ul.four li {
    flex-basis: calc(100% - 20px);
    overflow: visible;
}

/* MOBILE REGISTER */

body#page-register .tml-register form, body#page-register .acf-user-register-fields {
    display: block;
    flex-wrap: wrap;
}

body#page-register .acf-user-register-fields {
    padding: 20px;
}

ul.acf-checkbox-list li {
    overflow: hidden;
}

/* MOBILE SESSION */

ul.three.attending li:first-of-type {
    flex: 0 0 calc(100% - 0px);
}

ul.three.attending {
    margin: 0;
}

/* MOBILE REPLIES */

body.bbp-user-page .bbp-user-section .bbp-body .bbp-reply-author, body.bbp-search li.bbp-header .bbp-search-author, body.bbp-user-page .bbp-header .bbp-reply-author, body.bbpress .bbp-header .bbp-reply-author, body.bbp-search li.bbp-body .bbp-reply-author, body.bbpress .bbp-header .bbp-topic-author {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}

/* MOBILE TOPICS */

.bbp-reply-header, li.bbp-body .bbpm-icon, .bbp-topic-author, .bbpm-user .bbpm-icon, .bbpm-user .bbpm-icon {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    margin: 0 20px 0 0;
    flex-grow: 1;
    order: 1;
}

.bbp-reply-content {
    flex-grow: 1;
    order: 2;
}

.bbp-threaded-replies {
    margin: 30px 0 0 30px;
}

.bbp-threaded-replies .bbp-reply-header {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

ul.bbp-threaded-replies .bbp-meta .bbp-author-name {
    font-size: 14px;
}

.bbp-voting {
    width: 100%;
}

.bbp-voting a.vote.up {
    background: url('svg/good.svg') center;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.bbp-voting a.vote.down {
    background: url('svg/bad.svg') center;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.bbp-voting .score { 
    font-size: 14px;
    line-height: 1.5;
    margin: 0 5px;
}

.signature {
    position: relative;
    bottom: inherit;
    right: inherit;
}

ul.mainmenu {
    display: none;
}

.mobile {
    display: block;
}

ul.mainmenu.showing {

}

ul.mainmenu.showing {
        transform: none;
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 20px 1%;
        top: 60px;
        position: fixed;
        background: #fff;
        border-bottom: 2px solid #abd1c6;
        display: inline-block;
}

ul.mainmenu.showing li {
    float: left;
    margin: 0 !important;
    width: 50%;
    text-align: left;
}

aside ul.mainmenu.showing li a {
    padding: 10px !important;
    transform: none !important;
    border: 0 !important;
    background: #ffffff !important;
    color: #074f57 !important;
}

body.single-topic #bbpress-forums ul.two.options {
    margin: 30px 0;
}

body.single-topic #bbpress-forums ul.two.options li {
    margin: 0;
}

/* MOBILE DISCUSSIONS */

a.bbp-forum-title, a.bbp-topic-permalink {
    font-size: 16px;
}

.bbp-topic-voice-count, .bbp-topic-reply-count, .bbp-forum-reply-count, .bbp-forum-topic-count, .bbp-forum-voices-count {
    flex: 0 0 60px;
}

/* MOBILE INBOX */

.fep-headers {
    display: flex;
    flex-direction: column;
}

.fep-headers .fep-header-unread-text {
    order: 1;
    text-align: center;
    margin: 20px 0 0;
}

.fep-table.fep-action-table div .fep-filter {
    float: right;
    margin: 0 0 10px 0;
}

.fep-messagebox-search-form-div,
.fep-table.fep-action-table {
    margin: 0;
}

/* MOBILE PLAYER */

.two.block2 .block1 {
    width: 50%;
    float: left;
    padding: 2%;
}

.two.block2 a.button {
    margin: 20px 0 0 0;
}

body.author ul.two li {
    margin: 0px auto;
}

/* MOBILE FILTER */

.post-type-group .four {
    display: block;
}

/* MOBILE FOOTER */

section#search article {
    flex-direction: column;
}

section#search .text {
    text-align: center;
    width: inherit;
    min-width: inherit;
    max-width: inherit;
    flex-grow: 1;
    order: 1;
    margin: 0;
}

section#search .text h3 {
    font-size: 48px;
}

section#search .form {
    justify-content: center;
    margin: 30px 0 0 0;
}

footer {
    padding: 50px 0;
}

footer article ul.two ul.two {
    flex-wrap: inherit;
}

footer article ul.two li {
    order: 1;
}

footer article ul.two li:first-of-type {
    order: 2;
    margin: 0 2%;
}

footer ul.two li {
    width: 96%;
    margin: 0 2%;
    float: none;
}

}

nav#mob {
    //display: flex;
    padding: 20px 0 0 0;
}

nav#mob ul {
  display: flex;
  justify-content: initial; 
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0; 
  width: 100%;
  transform: inherit;
}

nav#mob ul li.menu {
  margin-right: auto; 
}

nav#mob ul li {
  padding: 0px;
}

nav#mob ul li a {
    border: 0;
}

nav#mob ul li.small {
    text-align: center;
    width: 100%;
}

nav#mob ul li.small:first-of-type {
    text-align: right;
}

nav#mob ul li.small:last-of-type {
    text-align: left;
}

nav#mob ul li.small a {
    padding: 0;
    background: transparent;
    font-size: 15px;
}

nav#mob ul li.home a {
    background: url('svg/home.svg') no-repeat;
    background-size: 40px 40px;
    width: 40px; 
    height: 40px;
    display: block;
}

nav#mob {
    padding: 0 0 0 0;
    overflow: hidden;
    height: 50px;
}

nav#mob ul li.home {
    position: absolute;
    right: 10px;
    top: 10px;
}

nav#mob ul li.menus {
    position: absolute;
    left: 10px;
    top: 10px;
}

nav#mob ul li.menus a {
    background: url('svg/menu.svg') no-repeat;
    background-size: 40px 40px;
    width: 40px; 
    height: 40px;
    display: block;
}

nav#mob ul li.menus-players {
    position: absolute;
    right: 60px;
    top: 10px;
}

nav#mob ul li.menus-players a {
    background: url('svg/player.svg') no-repeat;
    background-size: 40px 40px;
    width: 40px; 
    height: 40px;
    display: block;
}

/*
nav#mob ul li.user a {
    background: url('svg/user.svg') no-repeat;
    background-size: 40px 40px;
    width: 40px; 
    height: 40px;
    display: block;
}

nav#mob ul li.logout a {
    background: url('svg/logout.svg') no-repeat;
    background-size: 40px 40px;
    width: 40px; 
    height: 40px;
    display: block;
}
*/

@media (max-width: 660px) {

.fep-table.fep-action-table div div:nth-child(3) {
    display: none;
}

.fep-table.fep-action-table div div.fep-filter {
    padding: 30px 0 0;
    width: 100%;
    float: none;
    overflow: hidden;
}

.fep-table.fep-action-table div div.fep-filter .fep-filter {
    float: none;
    width: 100%;
}

}

@media (max-width: 600px) {

.filter-small select {
    padding: 10px 25px 10px 10px;
    text-align: left;
    background-size: 20px;
}

body, input, button, code, select, textarea, ul.token-input-list-facebook {
    font-size: 16px;
}

h1 {
    font-size: 22px;
    line-height: 1.2;
}


h3, h3 a {
    font-size: 30px;
    line-height: 1.4;
}

p, ul li, ol li {
    font-size: 16px;
}

.dark section {
    padding: 0 0 30px 0;
    margin: 0px auto 30px;
}

/* SMALL LAYOUT */

ul.two {
    display: block;
    overflow: hidden;
}

ul.two.overflow,
ul.two.overflow ul.two {
    overflow: visible;
}

/* SMALL DISCUSSIONS */

form#fep-messagebox-search-form input[type="text"],
form#fep-messagebox-search-form input[type="submit"],
form#bbp-search-form input[type="text"],
input[type="submit"]#bbp_search_submit {
   // width: 100%;
   // float: none;
}

.searching form {
    display: flex;
}

.searching form input[type="text"] {
    width: 60% !important;
    min-width: 60% !important;
    max-width: 60% !important;
}

.searching form input[type="submit"] {
    flex-grow: 1;
    order: 2;
    padding: 9px 0px 11px;
}

li.bbp-forum-info .bbp-forum-content {
    font-size: 14px;
}

/* SMALL INBOX */

#fep-box-content-content .fep-error {
    margin: 30px 0 0 0;
}

.fep-column-title a {
    font-size: 20px;
}

.fep-table-row {
    display: block;
}

.fep-column-fep-cb {
    width: 30px;
    flex-shrink: 0;
    float: left;
    margin: 0 0 0 10px;
}

.fep-column-title {
    display: block;
    width: 90%;
    overflow: hidden;
    margin: 0;
    padding: 1px 0 0 40px;
    max-width: inherit;
}

.fep-column-fep-cb {
    width: 30px;
    flex-shrink: 0;
    align-content: center;
    float: left;
    margin: 0 0 0 10px;
}

.fep-table.fep-action-table div div {
    float: none
}

.fep-table.fep-action-table div div button[type="submit"],
.fep-table.fep-action-table div .fep-filter,
.fep-bulk-action select {
    width: 100%;
}

.fep-table.fep-action-table div .fep-filter {

}

.fep-column.fep-column-fep-cb {
    top: inherit;
}

.fep-column.fep-column-avatar {
    width: 120px;
    align-content: center;
}

.fep-headers .fep-header-unread-text {
    text-align: left;
}

ul.token-input-list-facebook {
    width: 100% !important;
}

fep-column.fep-column-avatar {
    width: 80px;
}

form.fep-form .fep-field input[type="checkbox"] {
    margin: 3px 5px 0 0;
}

/* SMALL GAMES */

.terms-list {
    grid-template-columns: repeat(1, 1fr);
}

.terms-list li a {
    padding: 12px 20px;
}

/* SMALL PLAYERS */

/* SMALL FILTER */

.filter-small {
    margin: 23px 0 0 0;
    display: block;
    overflow: hidden;
}

.filter-select {
    margin: 0px 10px 10px 0;
    float: left;
}

/* SMALL DIRECTORY */

ul.side {
    display: block;
}

ul.side li {
    width: 100%;
    margin-right: 0;
}

ul.side li:first-of-type {
    margin: 0 0 16px 0;
}

/* SMALL TOPIC */

body.single-topic #bbpress-forums ul.two.options li:last-of-type {
    margin: 30px 0 0;
}

body.single-topic #bbpress-forums ul.two.options li:first-of-type,
body.single-topic #bbpress-forums ul.two.options li {
    margin: 0;
}

.bbp-meta .bbp-author-name,
.bbp-author-name {
    font-size: 14px;
}

.bbp-topic-tags {
    margin: 30px 0 0 0;
}

fieldset.bbp-form input[type="text"], fieldset.bbp-form input[type="password"] {
    max-width: 100%
}

ul.two li {
    width: 100%;
    margin: 0px 0 30px;
    float: none;
}

/* SMALL FORUM */

.bbp-template-notice ul li {
    line-height: 1.2;
}

.bbp-template-notice li.bbp-forum-description .bbp-author-avatar {
    display: inline-flex;
    vertical-align: middle;
}

.bbp-reply-form, .bbp-topic-form {
    padding: 20px;
}

fieldset {
    border: 0;
    display: contents;
}

select {
    width: 100%;
    max-width: 100%;
}

fieldset.bbp-form .bbp-form .bbp-template-notice {
    padding: 8px 0 8px 10px;
    line-height: 1;
}

/* SMALL HOME */

aside ul {
    width: 100%;
    margin: 30px 0% 30px;
}

/* SMALL AUTHOR */

ul.two li a.bbp-forum-title {
    font-size: 16px;
}

section.main article ul.two li:first-of-type {
    display: block;
    overflow: hidden;
    /* maybe custom body */
}

body.author section.main article ul.two li:first-of-type {
    overflow: hidden;
    display: block;
}

section.main article ul.two li img,
body.author .thumb-placeholder {
    flex-basis: 50%;
    margin: 0 5% 0 0;
}

section.main article ul.two li img {
    margin: 0px auto;
}

section.main article ul.two li .buttons {
        align-content: center;
        display: block;
        margin: 20px auto 0;
        text-align: center;
}

section.main article ul.two li .buttons a {   
    padding: 9px 0px 11px; 
}

body.author .bootstrap-tagsinput .tag {
    font-size: 16px;
    padding: 9px 15px 11px 10px;
}

section.main article ul.two li img, 
body.author .thumb-placeholder,
body.author ul.two li img {
    width: 260px;
    margin: 0px auto;
}

body.author ul.two li {
    overflow: visible;
}

ul.two ul.two {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 30px auto;
    gap: 20px;
}

ul.two ul.two li {
    width: 50%;
}

ul.two ul.two li {
    flex-basis: calc(50% - 20px);
    overflow: visible;
}

body.author ul.two li ul.two li img {
    width: 100%;
    margin: 0px;
}

ul.two.rows li li {
    flex-basis: calc(33% - 10px);
    padding: 0px 0px 10px;
}

body.author ul.two li ul.author-recent-comments img {
    width: 100%;
}

.dark ul.two ul.author-custom-fields li:last-of-type {
    margin: 0;
}

#add {
    margin: 30px 0 0 0;
}

/* SMALL ACTIVITY */

ul.timeline li dl dt {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    margin: 0 20px 0 0;
}

ul.timeline .thumb-placeholder {
    border-radius: 0;
}

/* SMALL REGISTER */

body#page-register .tml-register form,
body#page-register .acf-user-register-fields {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.acf-taxonomy-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 16px;
}

body#page-register .tml-field-wrap, body#page-register .acf-user-register-fields .acf-field {
    width: 100%;
    margin: 0 0 20px 0;
}

.acf-taxonomy-field {
    min-height: 40px;
}

/* SMALL LOGIN */

.tml {
    max-width: 320px;
    margin: 0px auto;
}

/* SMALL MESSAGE */

#fep-content-single-heads {
    display: flex;
    flex-wrap: wrap;
}

.fep-avatar-1, .fep-avatar-1 img, .fep-avatar-2, .fep-avatar-2 img, .fep-avatar-3, .fep-avatar-3 img, .fep-avatar-4, .fep-avatar-4 img, .fep-avatar-5, .fep-avatar-5 img, .fep-avatar-6, .fep-avatar-6 img {
    width: 60px;
    height: 60px;
}

/* SMALL SEARCH */

.search-result {
    display: block;
}

.search-result-type {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
}

/* SMALL NOTICES */

.nf-response-msg *,
.acf-notice *,
ul.tml-errors *,
li.tml-message *,
.fep-success *,
#message.updated *,
div.success *,
.fep-header-unread-text *,
.bbp-template-notice * {
    font-size: 16px;
}

/* SMALL REPLIES */

.fep-message-title-heading.participants, 
.fep-header-welcome strong, 
h5, 
h5 a.bbp-topic-permalink,
.signature strong {
    font-size: 14px;
}

/* SMALL FOOTER */

section#search .text h3 {
    font-size: 36px;
}

.form form {
    display: flex;
    width: 100%;
}

section#search .form input[type="search"] {
    width: 60% !important;
    min-width: 60% !important;
    max-width: 60% !important;
}

section#search .form input[type="submit"] {
    flex-grow: 1;
    order: 2;
}

footer ul.two {
    display: flex;
}

footer article ul.two li:first-of-type {
    order: 2;
}

/* SMALL BUTTONS */

section.main article ul.two li .buttons a {
    padding: 7px 20px 7px;
    font-size: 16px;
}

/* SMALL STORE */

table {
    table-layout: initial;
    font-size: 14px;
}

table a.button {
    font-size: 14px;
    padding: 5px 10px;
}

table td {
    padding: 0px 5px;
}

body.single-store .two.block2 .block1:last-of-type {
    width: 100%;
    float: none;
    overflow: hidden;
}

body.single-store .two.block2 .block1:last-of-type p:first-of-type {
    display: none;
}

body.single-store .two.block2 .block1:last-of-type p a.button {
    margin: 0;
    width: 100%;
}

/* SMALL STATS */

li.card {
    padding: 20px 20px 30px 20px;
}

/* SMALL LOG */

.log-list ul li {
    margin: 0 0 30px 0;
}

/* SMALL COMPARE */

.game-cards {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

/* SMALL HOME */

dl.features {
    display: flex;
    flex-direction: column;
}

dl.features dt {
    order: 1;
    margin: 0 0 30px 0;
    width: 100%;
}

dl.features dd {
    order: 1;
}

dl.features dt {
    order: 2;
    margin: 30px 0 0 0;
}

/* SMALL SESSION */

body.single-session ul li.card ul.two li {
    width: 50%;
    float: left;
}

}
