/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

.iloMember .et_pb_column {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.iloMember .et_pb_row {
    height: 100%;
}
.iloMember .iloBtnExists {
    margin-top: auto;
}
.iloMember .et_pb_button,
.iloMember .et_pb_button:hover {
	font-size: 17px!important;
	color: #FFFFFF !important;
    border-radius: 5px;
    font-size: 17px;
    text-transform: uppercase !important;
    background-color: #000000 !important;
	border: none;
	margin-top: 0.5rem;
}
.iloMember .et_pb_button:after {
	content: '';
}
.iloBtnExists .fullwidth-btn {
	width: 100%;
}
.iloBtnExists p.dmach-acf-value {
	display: none;
}
