/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

.entry-thumb-col {
    width: 20%;
    float: left;
    height: 100%;
    text-align: center;
}

.entry-content-col {
    width: 80%;
    float: left;
    /*padding: 10px;*/
}

.entry-wrap:after {
  content: "";
  display: table;
  clear: both;
  background-color: #fff;
}

.entry-wrap {
  margin: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px;
	padding-left: 0;
  border-radius: 5px;
}

.entry-thumb-col img {
    border-radius: 100px;
}

.entry-title a{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #000;
}
.entry-summary a {
    color: #000;
}

.entry-header {
    margin-bottom: 1rem;
}

.entry-summary p:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 600px) {
.entry-wrap {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 10px;
    padding-left: 0px;
    vertical-align: middle;
    }
.entry-content-col {
  width: 65%;
  padding-left: 10px;
  }      
.entry-thumb-col {
  width: 25%;
  padding: 10px;
  }
.entry-summary {
  display:none;
}

.entry-title a {
    font-size: 18px;
    }
}

.entry-badge-icon svg{
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    fill: var( --e-global-color-primary );
    color: var( --e-global-color-primary );
}
.entry-badge-icon icon{
    fill: var( --e-global-color-primary );
    color: var( --e-global-color-primary );
}
.entry-badge-content-title {
    color: var( --e-global-color-primary );
}

.entry-badge-icon {
    width: fit-content;
    float: right;
    margin-top: 5px;
}
.entry-badge-content {
    width: fit-content;
    float: right;
    margin-right: 10px;
    text-transform: uppercase;
}

.buddypanel-menu>li>.bb-menu-item>img {
    width: 24px;
    margin: 0 14px;
}

.bb-template-v2 ul.buddypanel-menu>li>a>img:first-child {
    margin: 0 9px 0 12px;
}

.bb-template-v2.buddypanel-open ul.buddypanel-menu.has-section-menu:not(.mobile-menu)>li:not(.bb-menu-section) {
    margin-left: 0;
}

.field_full-name {
    display: none !important;
}