@charset 'utf-8';
/*
 Theme Name:   Sweet Dessert Child
 Theme URI:    http://sweet-dessert.axiomthemes.com/
 Description:  Sweet Dessert - Fully Responsive and Mobile Friendly theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     sweet-dessert
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  sweet-dessert
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.wide-form-section {
	padding:30px 0;
}
.wide-form .form-title {
	font-size:40px;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
}
.wide-form p {
	text-align:center;
	font-size:20px;
	color:#fff;
	margin-bottom:15px;
}
.wide-form .form-fields {
	display:flex;
}
.scheme_original .wide-form-section form.wpcf7-form input[type="submit"] {
	background:#000;
	color:#fff;
	padding:0 10px;
	width:20%;
}
.scheme_original .wide-form-section input {
	height:50px;
	line-height:50px;
	padding:0 20px;
}
.scheme_original .wide-form-section .wpcf7-form-control-wrap {
	width:25%;
	margin-left:2%;
}

@media (max-width:767px) {
.wide-form .form-fields {
	flex-wrap:wrap;
}
.scheme_original .wide-form-section form.wpcf7-form input[type="submit"] {
	width:100%;
}
.scheme_original .wide-form-section .wpcf7-form-control-wrap {
	width:100%;
	margin-left:0%;
	margin-bottom:10px;
}
body .sc_testimonial_item {
	padding:0;
}
.sc_testimonial_item p {
	font-size:16px;
}
}