/* 
 Theme Name:     Custom Child Theme
 Author:         Larry James / Durham Web Designer
 Author URI:     https://durhamwebdesigner.com
 Template:       Divi
 Version:        2
 Description:   A custom Child Theme built to use with the Divi Theme
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/**
 * Transparent Header on Homepage
 */
.home #main-header {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*---------------Added for margin above navigation menu and shopping cart icon ---------------*/
#top-menu, .et-menu, nav#top-menu-nav, nav.et-menu-nav {
    margin-top: 10px;
}   

@media only screen and (min-width: 1080px) {
	#et-top-navigation .et-cart-info {
    margin: 28px 0 0 22px;
    font-size: 26px;
}
}

 
/*---------------Remove Link From Woocommerce Product Images---------------*/
.woocommerce-product-gallery__image {
    pointer-events: none;
}

/*---------------Add PDF Icon ---------------*/
ul.pdf-download-icon {
  list-style: none;
  padding: 0;
}
ul.pdf-download-icon li:before {
  content: "\f1c1"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: .3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
color: #c41242;
list-style: none;
}

/*** Take out the divider line between content and sidebar ***/
.et_pb_widget_area_left {
    border-right: none;
    padding-right: 0px;
}

/*** Customize Mobile Hamburger Menu ***/
span.mobile_menu_bar:before{
  color:#ffffff;
}

.mobile_menu_bar:before {
    font-size: 40px!important;
}

.et-cart-info span {
    font-size: 25px!important;
}

nav li.wc-menu-item {
    line-height: 90px;
}

nav li.wc-menu-item a {
    font-size: 25px;
}

/* Allow iubenda popups in front of fixed header */
#page-container #main-header.et-fixed-header {
    z-index: 9 !important;
}
