/*
Theme Name: Festiwal NNW
Theme URI: http://festiwalnnw.pl
Description: Festiwal Niepokorni Niezłomni Wyklęci
Author: Daniel Kwiatkowski
Author URI: http://winyle.com
Template: visual-composer-starter
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: nnw
Text Domain: visual-composer-starter-child
*/

/* Newsletter footer styling */
footer .footer-widget-area .tnp-subscription .newsletter-head-title{
	color: #f7f7f7;
	text-align: center;
	margin-bottom: 1rem;
}
footer .footer-widget-area .tnp-subscription .newsletter-description{
	color: #eeeeee;
	font-size: 1rem;
	text-align: center;
}

footer .footer-widget-area .tnp-subscription .tnp-email{
	color: #111;
	border: 1px solid #ffffff;
	width: 100%;
	padding: 0.7rem 0.9rem;
	font-size: 1.1rem;
}

footer .footer-widget-area .tnp-subscription .tnp-submit{
	color: #eeeeee;
	background-color: #111111;
	border: 1px solid #ffffff;
	width: 100%;
	padding: 0.7rem 0.9rem;
	font-size: 1.1rem;
}
footer .footer-widget-area .tnp-subscription .tnp-submit:hover{
	background-color: #d71920;
}

footer .footer-widget-area .tnp-subscription .newsletter-input-fields{
	margin-top: 2rem;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
}
footer .footer-widget-area .tnp-subscription .tnp-field-email{
	width: 100%;
	margin-bottom: 0;
}
footer .footer-widget-area .tnp-subscription .tnp-field-button{
	width: 100%;
}


@media (min-width: 40rem){
	footer .footer-widget-area .tnp-subscription .newsletter-input-fields{
		flex-direction: row;
	}
	footer .footer-widget-area .tnp-subscription .tnp-field-email{
		width: 75%;
		margin-bottom: 0.7em;
	}
	footer .footer-widget-area .tnp-subscription .tnp-field-button{
		width: 25%;
	}
}

.nnw-red-button a.vc_btn3.vc_btn3-color-black,
.nnw-red-button a.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat{
	background-color: #D71920;
	font-size: 1.1rem;
}