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

 Theme Name:   Seniors Fitness
 Theme URI:    https://www.seniorsfitness.net.au/
 Description:  
 Author:       
 Author URI:   
 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 ------------------------------*/

.et_pb_text p {
	padding-bottom: 10px;
}
.benefit-content-col ul li {
	padding-left: 5px;
	margin-bottom: 6px;
}
.benefit-content-col ul li::marker {
	content: "\f058"; 
    font-family: FontAwesome;
    color: #00b9f8; 
}
.news-covered-row {
	align-items: center;
}

/* about page */
.ndis-row {
	align-items: center;
}
.join-team-row {
	display: flex;
	align-items: center;
}

/* contact page */
/* Style the form rows */
.wpcf7-form .form-row {
	margin-bottom: 7px;
}
.wpcf7-form .form-row p {
    display: flex;
    gap: 7px;
}

.wpcf7-form .form-row .wpcf7-form-control-wrap {
    width: 50%;
}

/* Style the textarea */
textarea {
    width: 100%;
    height: 150px;
}

/* Style the submit button */
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background-color: #00b9f8; /* Change to your preferred color */
    color: #fff;
	border-radius: 5px;
    padding: 11px 30px;
    border: 2px solid #00b9f8;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
	font-weight: 600;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit::after {
	all: unset;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #fff;
	color: #00b9f8;
}

/* Services page */
.services-row-align {
	align-items: center;
}

.service-box-align {
  align-items: center;
}
.service-box-align.et_pb_gutters4.et_pb_row .et_pb_column_1_2.service-box-col {
  width: 39%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
		.join-team-row {
		flex-direction: column;
	}
}

@media screen and (max-width: 576px) {
	.dtq-cf7-styler .wpcf7 form>div.form-row {
		margin-bottom: 0;
	}
	.wpcf7-form .form-row p {
		flex-wrap: wrap;
		gap: 0;
	}
	.wpcf7-form .form-row .wpcf7-form-control-wrap {
		width: 100%;
		margin-bottom: 7px;
	}
}

