/*!
Theme Name: Framey Child
Theme URI: https://uicore.co
Description: Startup & SaaS WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: framey
Version: 1.0.0
Text Domain: framey
*/

 /* Add your custom style here */
.single-profile .e-flex {
    display: flex;
}
.post-thumb img {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.single-profile .row {
    display: flex;
	padding:50px 0px 20px 0px;
    gap: 20px;
}
.single-profile h4 {
    margin: 0;
    font-family: 'Proxima nova New';
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
}
.single-profile h6 {
    margin-top: 10px;
    font-family: 'Proxima nova New';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
}


@media (max-width:767px){
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
		border-color: #ffb900;
		width: 100%;
	}
	.get-started-form input[type='email'] {
		height: 56px;
		text-align: center;
	}
	.single-profile .row {
		flex-direction: column;
		padding: 20px 0px 0px 0px;
	}
	.get-started-form {
		flex-direction: column;
		align-items: center;
	}
}