/*
Theme Name: Ceonogy CTY 1
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.responsive-text h4 {
		font-size: 1.1rem;
	}
	.responsive-text h3 {
		font-size: 1.15rem;
	}
	.responsive-text h2 {
		font-size: 1.2rem;
	}
	.responsive-text p {
		font-size: 1rem;
	}
	.responsive-form label {
		font-size: 0.95rem;
	}
	.responsive-form .wpcf7-spinner {
		position: absolute;
	}
	.responsive-form .col {
		padding-bottom: 5px;
		padding-top: 10px;
	}
	.responsive-form input[type="submit"] {
		font-size: 1rem;
	}
}

@media only screen and (min-width: 48em) {
	.responsive-form input[type="submit"] {
		margin-top: 30px;
	}
}

.linear-button .section-title-main,
.button.primary.linear-button{
	background: linear-gradient(203deg, #0691ca, #004883);
}

.linear-button .section-title-main i {
	opacity: 1;
}

.linear-button .section-title-main i {
	color: #8cd4f1;
}

.proposal span{
	background: linear-gradient(203deg, #0691ca, #004883);
	color: #fff;
	padding: 8px;
}