/*
Theme Name: Divi Child Theme
Theme URI: http:1.0.0
Description: Child Theme for Divi
Author URI: http://greybeard.com.au/
Template:Divi
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*FIX FOR DISPLAY OF PRODUCT ON MOBILES*/
div.product div.woocommerce-product-gallery.images {
opacity:100!important;
}
.woocommerce div.product div.woocommerce-product-gallery.images .flex-viewport {
	height: 100%!important;
	width: 100%!important;
}

.woocommerce-product-gallery__image {
	width: 100%;
}
/*END FIX*/

.et-pb-controllers {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0%;
    width: 100%;
    text-align: center;
}

@media screen and (min-width:768px) {
	.et_pb_testimonial:before {
	    left: 58%;
	}
	.et-pb-controllers {
	    left: 6.75%;
	 }
}

@media screen and (min-width:1024px) {
	.et_pb_testimonial:before {
	    left: 57%;
	}
	.et-pb-controllers {
	    left: 5.75%;
	 }
}

@media screen and (min-width:1366px) {
	.et_pb_testimonial:before {
	    left: 56%;
	}
	.et-pb-controllers {
	    left: 4.75%;
	 }
}

