/*
Theme Name: AmericanClassicPainters
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: americanclassicpainterstheme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

 .wpcf-sidebar form textarea,
 .wpcf-sidebar form input{
	 margin-bottom: 8px;
	 margin-top:8px;
 }
 .wpcf-sidebar form p{
	 width:100%;
 }
 .wpcf-sidebar form .checkbox__wrapper .wpcf7-list-item label{
	 position: relative;
 }
 .wpcf-sidebar form .checkbox__wrapper .wpcf7-list-item{
	 margin: 0;
	 margin-bottom: calc(var(--spacing)*4)
 }
 .wpcf-sidebar form .checkbox__wrapper .wpcf7-list-item label input{
	 width: 20px;
	 -webkit-transform: scale(1.5);
		 -ms-transform: scale(1.5);
			 transform: scale(1.5);
	 position: absolute;
	 top: 0;
	 left: 15px;
 }
 .wpcf-sidebar .wpcf7-list-item-label{
	 display: block;
	 margin-left: 50px;
 }
 .wpcf-sidebar .wpcf7-response-output{
	 background: white;
 }
 
 
 
 .wpcf-contact form textarea,
 .wpcf-contact form input{
	 margin-bottom: 8px;
	 margin-top:8px;
 }
 .wpcf-contact form .checkbox__wrapper .wpcf7-list-item label{
	 position: relative;
 }
 .wpcf-contact form .checkbox__wrapper .wpcf7-list-item{
	 margin: 0;
	 margin-bottom: calc(var(--spacing)*4)
 }
 .wpcf-contact form .checkbox__wrapper .wpcf7-list-item label input{
	 width: 20px;
	 -webkit-transform: scale(1.5);
		 -ms-transform: scale(1.5);
			 transform: scale(1.5);
	 position: absolute;
	 top: 0;
	 left: 15px;
 }
 .wpcf-contact .wpcf7-list-item-label{
	 display: block;
	 margin-left: 50px;
 }
 .wpcf-contact .wpcf7-list-item-label a{
	 text-decoration: underline;
	 color: var(--color-blue);
 }
 .wpcf-contact .wpcf7-response-output{
	 background: white;
 }

 @media only screen and (max-width: 600px) {
	.wpcf-sidebar form .checkbox__wrapper .wpcf7-list-item label input,
	.wpcf-contact form .checkbox__wrapper .wpcf7-list-item label input{
				width: 20px;
				transform: scale(1);
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-ms-transform: scale(1);
				-o-transform: scale(1);
	}
}