/*   
Theme Name: your-clean-template
Theme URI: https://github.com/saxap/clean-wp-template
Version: 1.0
Tags: clean, development, html5
Description: Clean wp template for fast development starting. Buy beer author via PayPal: saxap@bk.ru
Author: saxa:p
Author URI: http://dontforget.pro
*/

.footer__value
{
	max-width: 300px;
}

.single h1, .paged h1
{
	font-size: 5rem;
	line-height: 5rem;
}

.wpcf7 form.invalid .wpcf7-response-output
{
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output
{
	border: unset !important;
	color: var(--green)!important;
	text-align: center;
	padding: 0 !important;
	font-size: 18px;
}

.contacts .contacts__form textarea
{
	height: 150px;
}

.hiddentext
{
	visibility: hidden;
	opacity: 0;
	height: 0;
}

[data-name="text-178"] {
    display: none !important;
}

@media (max-width: 768px)
{
	.single h1, .paged h1 {
	    font-size: 3rem;
	    line-height: 3rem;
	}
}