/*---------------------------------------------------------------------------------

 Theme Name:   Divi Child theme
 Theme URI:    http://justimaging.co.ke
 Description:  Chi9ld theme for the site
 Author:       Just Imaging
 Author URI:   http://justimaging.co.ke
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*this sets the height of the image module*/
.pa-full-height-image-column {
	height: 100%;
}

/*this sets the height of the image container*/

.pa-full-height-image-column .et_pb_image_wrap {
	height: 100%;
}

/*this sets the height and fit of the actual image*/
.pa-full-height-image-column img {
	object-fit: fill;
	height: 100%;
}

.big-bullet ul li {
  list-style: none;
  background-image: url('https://curiousandcreative.co.za/taste/wp-content/uploads/2025/09/smaller-bullet.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px;
  padding-left: 20PX;
}

.product_menu .mobile_menu_bar:after {
    content: "Ina Paarman's Product Menu";
  position: relative;
  color: #61122a;
  font-size: 15px;
  cursor: pointer;
  vertical-align: text-top;
  font-weight: 600;
  text-transform: uppercase;
}


.product_menu .mobile_menu_bar:before {
    display: none;
}