/*
Theme Name:   Sasico Child
Theme URI:    https://sasico.pikathemes.site/
Description:  Make your modifications to [Parent Theme] in this Sasico child theme.
Author:       PikaThemes
Author URI:   http://pikathemes.site/
Template:     sasico
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  sasico-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
@media (max-width: 1024px) {
.sasi-pricing-table__prices{
	font-size: 32px !important;
}}

.submit .wpcf7-submit{
	color: #fff !important;
    background-color: var(--sasi-btn-bg-color) !important;
}
.submit .wpcf7-submit:hover {
	background: var(--sasi-btn-bg-color-hover) !important;
	    color: var(--sasi-btn-color-hover) !important;
}
@media (min-width: 1024px) {
.wpcf7-form .wrap{
	display: flex;
	gap: 10px;
}
	.wrap .field{
		flex-shrink: 1;
		flex-grow: 1;
		width: 100%;
	}
	.wrap .submit{
		align-self: flex-end;
		height: 60px;
	}
	.field input{
		width: 100%;
		display: block;
	}
	.wpcf7-form p {
		margin: 0 !important;
	}
}