/*
Theme Name: IMD Child Theme
Description: IMD-US Wordpress Theme
Version: 1.0
Author: PremierePC
Author URI: https://premierepc.net
Template: enfold
*/

/*
 *  HEADER
 */


/* Top Bar */
#header_meta .phone-info {
    font-size: 16px;
}

#header_meta a, #header_meta span {
  font-size:16px;
}

#top #header_meta a:hover {
color: #3c84b4;
text-decoration: none;
}

/*Add space around the logo*/

#header_main {
  /* Increase the top and bottom space */
    padding: 10px 0;
}

/* Mega menu title */
#top #header #avia-menu li .mega_menu_title {
	color: #3c85b4;
}

/* Mega menu sub links */
#top #header #avia-menu .avia_mega_div ul.sub-menu > li a {
	font-size: 16px;
	text-transform: uppercase;
}

/* Mega menu sub link text */
#top #header #avia-menu .avia_mega_div ul.sub-menu > li a .avia-menu-text {

} 

#top #header .avia_mega_div > .sub-menu > li {
	border-right: 1px solid #e1e1e1;
}

#top #header .avia_mega_div > .sub-menu > li:last-of-type {
	border-right:  none;
}

/*
 *  Home Page
 */

/* Icons on Home */
.iconbox a.iconbox_icon {
text-decoration: none;
}

/*
 *  Shop Page
 */

/* Hide Sort Options */ 
.product-sorting { display: none !important; }
/* Category Title */
#top .products .product-category {
border: none;
}
h2.woocommerce-loop-category__title {
text-align: center;
padding-top: 8px!important;
}
/* Category Count */
.woocommerce-loop-category__title mark.count {
    display: none;
}

/* Shop Sidebar */
.widget_product_categories li a{
	font-size: 16px;
	text-decoration: none;
}


/*
 *  Category Page
 */

/* Hide Category Image */
.page-thumb img{
	display: none !important;
}
/* Display H1 on Category Pages - TODO: Hide on shop page */
.template-shop .page-title {
display: block;
padding-top: 24px;
margin: 0 auto;
}
/* Product Titles on Category Page */
#top .av-product-class-minimal .inner_product_header {
padding-top: 0px;
}
#top .av-product-class-minimal .inner_product_header {
padding-top: 8px;
}

/*
 *  Product Page
 */

/* Space around category */
.product_meta  {
	margin: 8px 0;
}

/* Related Products */
.related.products h2.woocommerce-loop-product__title {
	color: #f4f1f1;
}

 /* Breadcrumbs - Remove you are here */ 
span.trail-before {
display: none!important;
}

button.wpb-get-a-quote-button-form-fire.wpb-get-a-quote-button-btn-large.wpb-get-a-quote-button-btn.wpb-get-a-quote-button-btn-default {
    margin-top: 16px;
}