/*
Theme Name: CROWD 2
Theme URI: https://flothemes.com/themes/crowd2/
Author: Flothemes
Author URI: https://flothemes.com
Description: Crowd 2 is an Uber theme, focused on presenting your work clearly and creating evident call to actions to guide your visitors.
Version: 9.0.1
License: GNU General Public License and Flothemes general license
License URI: Licensing/README_License.txt
Text Domain: flotheme
Tags: Modern, creative, blog, photography, portfolio, e-commerce.
*/
.flo-subscribe,
.flo-subscribe-4,
.flo-video-block__bottom-button{
	display: none;/* Jason uncommented this to switch the Subscribe forms on to test Mailchimp connection */
}
.flo-video-block__bottom-desc,
.flo-subscribe-3 {
	
}
.form-about{
	/*display: none; /* Jason uncommented this to switch the Subscribe forms on to test Mailchimp connection */
}
.flo-video-block__left-side{
	/*display: none; /* Jason uncommented this to switch the Subscribe forms on to test Mailchimp connection */
}
.flo-video-block__right-side{
	margin-left: auto;
	margin-right: auto;
}
.flo-video-block__right-side p, .flo-video-block__right-side h2, .flo-video-block__right-side h3, flo-title-description__descriprion-block .mailerlite-form .mailerlite-form-title h3 {
	text-align: center;
}
.flo-video-block__right-side h3 {
	/*font-family: 'DomaineDisp_Regular';*/
}


.mailerlite-form-inputs {
	display: flex;
    flex-direction: column;
}
.mailerlite-form-inputs .mailerlite-form-field:nth-of-type(1), .mailerlite-form-inputs .mailerlite-form-field {
	flex: inherit;   
}
.mailerlite-form-inputs .mailerlite-form-field:nth-child(1) {
	order: 1;
}
.mailerlite-form-inputs .mailerlite-form-field:nth-child(2) {
	order: 2
}
.mailerlite-form-inputs .mailerlite-form-loader {
	order: 3;
}
.mailerlite-form-inputs .mailerlite-subscribe-button-container {
	order: 4;
}
