#author_pic {
float: right;
margin-right: 50px;
}

.x-icon-pencil{
	display: none;
}

.x-icon-bookmark {
	display: none;
}

.blog .entry-thumb img{
	display: none;
}

.mec-event-meta{
	display: none;
}

.mec-events-meta-group{
	display: none;
}

.mec-skin-list-events-container{
    margin: 10px 0px 50px 0px;
}

/* Hide location and day text on event listing*/
.mec-event-detail{
	display: none;
}

/* Hide color on event listing*/
.event-color{
	display: none;
}

/* Draw box around 'Client Portal' in navbar */
#menu-item-12965 {
	background-color: #008800;
  border: none;
  color: white;
  padding: 2px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

/* Create space beneath 'Client Portal' in navbar when viewing on mobile*/
@media only screen and (max-width: 600px) {
  #menu-item-12965 {
    margin: 2px 2px 20px 2px;
  }
}

/* Draw box around 'Become a Client' in navbar */
#menu-item-14792 {
	background-color: #008800;
  border: none;
  color: white;
  padding: 2px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

/* Create space beneath 'Client Portal' in navbar when viewing on mobile*/
@media only screen and (max-width: 600px) {
  #menu-item-14792 {
    margin: 2px 2px 20px 2px;
  }
}

/* Disable hover effect in client portal*/
.x-acc-header-text {
	color: black;
	cursor: default;
}

/* Hide header indicator*/
.x-acc-header-indicator {
  display: none;
}

/* Add space between button when viewing on mobile*/
@media screen and (max-width: 767px) {
.mobile-space {margin-bottom:20px;}
}

/* Hide search bar in navbar on mobile*/
@media screen and (max-width: 767px) {
.mobile-search {display: none;}
}

.mobile-search{
	height:24px;
}

/* Add space between add to cart button and text*/
.woocommerce a.button {
    margin-left: 10px;
}

/* Remove border around add to cart button*/
p.product.woocommerce.add_to_cart_inline {
    border: none !important;
}

/* Make text into all CAPS*/
.uppercase {
	text-transform: uppercase;
}

/* Make text small*/
.textsmall {
	font-size: small;
}

.logged-in .fas { display: none !important; }

/* Make tag on blog posts invisible*/
.x-icon-tags {
	display: none;
}