/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

.col2-cf, .col3-cf{
	display: flex;
}
.col2-cf > p, .col2-cf > label{
	flex-basis: 50%;
}
.col3-cf > p{
	flex-basis: 33.33%;
}
.col1-cf label, .col2-cf label, .col3-cf label{
	display: block;
	padding: 20px; 
}
.col1-cf input[type='text'],
.col2-cf input[type='text'], .col2-cf input[type='email'], .col2-cf input[type='date'], .col2-cf select, 
.col3-cf input[type='text'], .col3-cf input[type='email'], .col3-cf input[type='date'], .col3-cf select{
	width: 100%;
	height: 3rem;
}
.submit-cf{
	padding: 15px;
}

.promo .col1-cf > p, .promo .col2-cf > p, .promo .col3-cf > p,
#demo3 .col1-cf > p, #demo3 .col2-cf > p, #demo3 .col3-cf > p{
	margin-bottom: 5px;
}
.promo .col1-cf label, .promo .col2-cf label, .promo .col3-cf label,
#demo3 .col1-cf label, #demo3 .col2-cf label, #demo3 .col3-cf label{
	padding: 0px 5px;
}
.promo label,
#demo3 label{
	font-size: 0.8em;
}
.promo .col1-cf input[type='text'],
.promo .col2-cf input[type='text'], .promo .col2-cf input[type='email'], .promo .col2-cf input[type='date'], .promo .col2-cf select,
.promo .col3-cf input[type='text'], .promo .col3-cf input[type='email'], .promo .col3-cf input[type='date'], .promo .col3-cf select{
	height: 2.5rem;
}
#demo3 .col1-cf input[type='text'],
#demo3 .col2-cf input[type='text'], #demo3 .col2-cf input[type='email'], #demo3 .col2-cf input[type='date'], #demo3 .col2-cf select,
#demo3 .col3-cf input[type='text'], #demo3 .col3-cf input[type='date'], #demo3 .col3-cf select{
	height: 2.5rem;
	background-color: #eee
}
#demo3{
	color: #fff;
}
#demo3 h2{
	text-transform: uppercase;
}
#rodape-demo{
	text-align: center;
	color: #ccc
}
#rodape-demo ul#menu-rodape li{
	display: inline;
}
#rodape-demo ul#menu-rodape li a{
	color: #fff;
	padding: 10px 14px 0px 10px;
}
#rodape-demo ul#menu-rodape li a:hover{
	text-decoration: underline;
}
#rodape-demo ul#menu-rodape li:first-child::after{
	content: '|';
}


@media only screen and (max-width: 600px) {
	.col2-cf, .col3-cf{
		display: block;
	}
	.col1-cf label, .col2-cf label, .col3-cf label{
		padding: 5px; 
	}
	#demo3 .col1-cf label, #demo3 .col2-cf label, #demo3 .col3-cf label{
		padding: 0px 1px;
		margin-bottom: 1px;
	}
	#demo3 .col1-cf > p, #demo3 .col2-cf > p, #demo3 .col3-cf > p{
		margin-bottom: 1px;
	}
	#demo3 .col1-cf input[type='text'],
	#demo3 .col2-cf input[type='text'], #demo3 .col2-cf input[type='email'], #demo3 .col2-cf input[type='date'], #demo3 .col2-cf select,
	#demo3 .col3-cf input[type='text'], #demo3 .col3-cf input[type='date'], #demo3 .col3-cf select{
		height: 1.5rem;
	}
}