/*
Theme Name: Agraria
Theme URI: https://agraria.qodeinteractive.com
Description: Agriculture and Organic Farm Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Text Domain: agraria
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.qodef-h4, h4 {
	font-size: 30px;
	line-height: 1.2;
}

.newsletter__wrap .qodef-newsletter-form {
	display: flex;
	align-items: start !important;
}

.newsletter__wrap .wpcf7-response-output {
	color: white !important;
}

.newsletter__wrap .qodef-newsletter-form .wpcf7-submit {
	flex-shrink: 0;
    background-color: #d4a65e;
    height: 55px;
    padding-top: 16px;
    border: 1px solid white;
    border-left: unset;
}

.newsletter__wrap .qodef-newsletter-form .wpcf7-submit:hover {
    background-color: #d4a65e !important;
}

.newsletter__wrap .qodef-section-title .qodef-m-title {
	    text-align: end;
}

.about-us__wrap .qodef-m-title {
	text-align: center;
}

@media only screen and (max-width: 600px) {
  .newsletter__wrap .qodef-section-title .qodef-m-title {
    text-align: start;
  }
}