/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/
@import url("../Divi/style.css");

#footer-bottom{
	display:none;
}
.modal-backdrop{
    z-index: 999999;
}
.image_modal{
    z-index: 99999991;
}
.image_modal img{
    width:100%;
}
.image_modal .modal-dialog{
    width:100%;
    max-width:1200px;
}
.image_modal .modal-content{
    display:block !important;
}
.image_modal button.close{
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 45px;
    right: 30px;
    font-size: 70px;
    color:#000;
    margin: 0;
    padding: 0;
    line-height: 0;
    z-index:99999999999;
}
.hidden_button{
    display:none !important;
    visibility: hidden;
}
.open_modal_1,
.open_modal_2,
.open_modal_3{
    cursor:pointer;
}

@media(max-width:768px){

	.center_on_mobile{
		text-align:center;
	}

}
.et_pb_contact_field_radio i {
    border: 2px solid #999;
}
.et_pb_contact_field_radio{
	display: unset;
}