/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: PDS Xerox
Template: Avada
*/

.related.products {
display: none !important;
}

/* tightens the space around the logo image */
.fusion-header-v4 .fusion-header {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* hides admin update notice */
.widget_wysija_cont .allmsgs, .updated {
display: none !important;
}

.product .product-border {
    display: none !important;
}

.shop_table {
    width: 100% !important;
}

/* makes videos mobile responsive */
.pdsblog-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.pdsblog-video-container iframe,
.pdsblog-video-container object,
.pdsblog-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#slidingbar-area .widget-title, #slidingbar-area h3 {
    font-size: 16px !important;
    line-height: 0px !important;
    font-weight: bolder !important;
}

/* kills the huge space around the single post social share box */
.single .fusion-sharing-box {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

/* expands the page title area */
.fusion-page-title-captions {
    width: 80% !important;
}

/* Woocommerce Titles to Normal font - not Italic */
.fusion-woo-product-design-clean .products .product-title, .fusion-woo-product-design-clean .slides .product-title {
    font-style: normal !important;
}

/* Woocommerce Categories Centered in Shop */
body #wrapper h2.woocommerce-loop-category__title {
   text-align:center !important;
}