/*
Theme Name: Kenela Child Theme
Theme URI: https://kenela.peerduck.com
Author: Duck-Themes
Author URI: https://peerduck.com
Description: Blank Child Theme for Kenela
Template: kenela
Version: 1.00
Requires at least: 5.0
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: kenela
*/

.bottom-cta .wpcf7-form {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}
.bottom-cta .wpcf7-form .wpcf7-form-control-wrap {
   margin: 0 10px;
}
.bottom-cta .wpcf7-form .wpcf7-submit {
   margin-top: 15px;
}

#main-header, #site-footer {
	background-image: none !important;
	background-color: #00A1AE36 !important;
}


@media (min-width: 1200px) {
   .primary-menu-inner {
      padding: 10px 0;
   }
}
@media (max-width: 767px) {
   .bottom-cta .wpcf7-form .wpcf7-form-control-wrap {
      margin-top: 20px;
   }
	.paw-subscription-form .full-container {
		flex-wrap: wrap;
	}
}

