/*Author/model pages social icons*/
.ax-author-page-icons .ax-socials-item-icon-text{
    color: #fff;
    font-size: 1.6em;
    width: 1.8em;
    padding-top: 10px;
}

/*AX-Socials Icons*/
.ax-socials-item-icon-text:hover {
  transform: scale(103%);
}

/*Microshares Reddit*/
.axtheme-microshare-item-share-content .axtheme-microshare-reddit {
  border-color: #3e3e3e;
  background-color:#3e3e3e
}

.axtheme-microshare-item-share-content .axtheme-microshare-reddit:before {
  font-family:'FontAwesome';
  content:"\f281"
}


/*UM Message button max width*/
.um-messaging-btn {
    float: none !important;
}


/*Remove Collection buttons from Summary - Needed when using Woo Memberships*/
.entry-summary .axplus-actions {
   display: none;
}


/*Avatar border radius*/
.avatar {
   border-radius: 1%;
}

#buddypress .avatar {
   border-radius: 50%;
}


/*Search field*/
.search-form .search-field {
    color: #000000 !important;
    background-color: #fff !important;
    font-weight: 300;
}


/*Cart Page bottom padding for WooCommerce Subscriptions*/
.cart-collaterals {
    padding-bottom: 30px;
}



/*Widget Styling Author Avatars Widget*/
.widget_author_avatars .widgettitle {
    text-align: center;
}


/*Widget Styling Meks Smart Author Widget*/
div.mks-co-authors-wrapper {
  text-align: center;
}

.mks_author_widget img {
    float:none !important;
    margin: 0 0 0 0 !important;
    padding-bottom: 4px !important;
}

.mks_author_widget {
  text-align: center;
}



/*Socials on single post under author info*/
.author-extras {
    color: #2e2e2e;
}




/*Zig Zag under video margin*/
.entry-featured-media div.wp-video {
  margin-bottom: 0px !important;
}

/*Zig Zag padding put video to the right*/
@media only screen and (min-width: 767px) {
.ax-collection-item-entry-even .entry-tpl-zigzag > .entry-featured-media {
    padding-left: 25px !important;
  }
}

/*Zigzag Stretched template - video full width*/
.ax-layout-stretched .entry-tpl-zigzag div.wp-video {
    width: 800px !important;
}

/*Classic with Sidebar Stretched template & Vote Stretched template- video full width*/
.ax-layout-stretched .entry-tpl-index div.wp-video {
    width: 1088px !important;
}




/*Remove axplus author label from axplus collections page*/
span.axplus-collection-author-label {
  display:none !important
}
span.axplus-entry-author-label {
  display:none !important
}



/*Remove 'No featured entries match the criteria' error for header featured entries, when using Scenes/Members category*/
.ax-featured-no-results {
    display: none !important;
}




/*Remove READ MORE button from excerpt*/
.ax-link-more {
    display: none !important;
}

/*Remove READ MORE button from excerpt 2  (needed if using ESSB plugin 'Clean network text' hides -more)*/
a.ax-link.ax-link- {
    display: none !important;
}


/*Remove order again from UM/woocommerce pop order table*/
.um-popup section.woocommerce-order-details p.order-again a.button {
    display: none !important;
}


/*Fix Quality Switch button allignment in post content - Overrides theme css*/
div.mejs-sourcechooser-selector ul {
  word-break: normal !important;
}


/*Cart header subtotal remove*/
p.ax-delta.ax-delta-1st.woocommerce-mini-cart__total.total {
	display:none !important;
}





/**
 * Author Avatars model page shortcode plugin styling edit
 */

div.shortcode-author-avatars div.author-list {
  display: inline-block;
  float: none;
  text-align: center;
}

/*Author avatars model page grid styling*/
div.shortcode-author-avatars div.author-list div.user {
    display: inline-block;
    float:none;
    margin-bottom: 35px;
    padding: 0em;

    text-align: center;
    font-size:1.3em;
    font-weight: 600;
    letter-spacing: 0.016em;
    line-height: 1.5;

    transition: 300ms ease-in-out;
}

/*Author avatars model page grid img hover*/
div.shortcode-author-avatars div.author-list div.user span.avatar img {
    filter: brightness(98%);
}

div.shortcode-author-avatars div.author-list div.user span.avatar img:hover {
    filter: brightness(104%);
}

/*Author avatars models page avatars img width*/
div.shortcode-author-avatars div.author-list div.user span.avatar img {
    max-width: 82%;
}

/*Author avatars widget img hover*/
.widget_author_avatars .author-list .avatar img {
    filter: brightness(98%);
}

.widget_author_avatars .author-list .avatar img:hover {
    filter: brightness(104%);
}





/*color css Ultimate Member error screen*/
p.um-notice {
 background: #595959!important;
}
.um-field-error {
 background: #595959!important;
}



/*Text(excerpt)*/
.entry-body {
	color:#2e2e2e !important
}

/*Text(content)*/
.entry-content {
	color:#2e2e2e !important
}




/*Temporary margin bottom fix for Collection(favorites) page - for space under Collection Image*/
div.axplus-collection-essentials div.entry-featured-media {
  	margin-bottom: 20px;
  }

/*Hide WooCommerce 'Browse Products' shop link on the UM Account page under the 'download' tab*/
.um-woo-form.um-woo-downloads .woocommerce-Button.button {
    display:none !important;
  }



/*UM Account WooCommerce Subscription - Buttons fix to overwrite UM styling*/
.um-account div.um-woo-form.woocommerce a.button {
    background-color: white !important;
    color: #1e1e1e !important;
    padding: 5px 10px !important;
  }
.um-account div.um-woo-form.woocommerce a.button:hover {
    background-color: white !important;
    color: #1e1e1e !important;
    padding: 5px 10px !important;
}



/*Margin left on ax-ads product widget*/
ul.product_list_widget {
	margin-left: 50px;
}

/*Padding top product page*/
.woocommerce .product {
	padding-top: 30px;
}

/*Shop grid padding bottom*/
.woocommerce li.product-category.product {
	padding-bottom: 30px !important;
}
