/*
 Theme Name:   My Food Safety
 Theme URI:    http://myfoodsafety.com.au
 Description:  This is the Child Theme for Divi developed by Number 11 for MyFoodSafety.com.au
 Author:       Rob Stinson
 Author URI:   http://number11.co
 Template:     Divi
 Version:      1.1.1
 License:      Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
 License URI:  https://creativecommons.org/licenses/by-nc-nd/4.0/
 Text Domain:  number11-divi-child
*/

a.et_pb_button.et_pb_promo_button {
    background-color: #ea9a10;
    border-radius: 22px;
    font-size: 14px;
}



.et_pb_bg_layout_light.et_pb_button:hover, .et_pb_bg_layout_light .et_pb_button:hover, .et_pb_contact_reset:hover, .et_pb_contact_submit:hover, .et_pb_pricing_table_button:hover {
    background-color: #ea9a10;
}

.et_pb_bg_layout_light.et_pb_button:hover, .et_pb_bg_layout_light .et_pb_button:hover, .et_pb_contact_reset:hover, .et_pb_contact_submit:hover, .et_pb_pricing_table_button:hover {
    background-color: #ea9a10;
}
.oz-left-right{
	text-align: right !important;
}
.oz-left-right img{
	position: absolute;
    top: -100px;
    right: 10px;
}
@media only screen and (max-width:768px) {
	.oz-left-right img {
		position: absolute;
		top: -40px;
		right: 60px;
	}
}
@media only screen and (max-width:767px) {
	body.home a.et_pb_button{
	background-color: #2ea3f2;
    color: #fff;
	border-color: #2ea3f2;
		
	}
	.oz-left-right{
		text-align: left !important;
	}
	.oz-left-right img {
		position: absolute;
		top: -40px;
		right: 50px;
		width: 80%;
	}
}
