/*
Theme Name: wp_fop
Theme URI: https://www.lukaszwalaszczyk.pl
Author: Łukasz Walaszczyk
Author URI: https://www.lukaszwalaszczyk.pl
Description: Wordpress Template made by Łukasz Walaszczyk
Version: 1.12
Tags: fop
Text Domain: fop
*/

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.paglink {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  display: block;
  margin: 3px;
}

.paglink.currentpage {
  color: #009345;
  font-weight: 700;
}

.paglink:hover {
  color: #009345;
}

.buttons-flex {
  align-items: center;
}

html .wpcf7-form-control-wrap {
  margin-top: 20px;
}

html textarea.w-input, textarea.w-select {
  height: 100px;
}

html .wpcf7-form p {
  margin-bottom: 0px;
}

html .nf-field-element .ninja-forms-field {
	height: 40px;
	border: 0px solid #000;
	border-radius: 4px;
	background-color: #f2f3f7;
	-webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
	transition: background-color 200ms ease, box-shadow 200ms ease;
	display: block;
	width: 100%;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	vertical-align: middle;
}

html .nf-field-element .ninja-forms-field:hover {
  background-color: #dfe1e7;
}

html .nf-field-element .ninja-forms-field:focus {
  background-color: #fff;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .2);
  color: #000;
}

html .nf-field-element textarea.ninja-forms-field {
  height: 100px;
}

html .nf-form-content #ninja_forms_required_items, html .nf-field-container {
	margin-bottom: 10px;
	margin-top: 10px;
}

html .nf-field-element .ninja-forms-field[type="button"] {
	margin-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 3px;
    background-color: #009345;
    -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
    transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 15px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

html .nf-field-element .ninja-forms-field[type="button"]:hover {
	background-color: #009345;
    box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
    color: #fff;
}	

html .field-wrap.nf-error .nf-field-element .ninja-forms-field {
  border: 1px solid red;
}

html .nf-field-label label {
	display: block;
    color: #989ba2;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

html .nf-after-field {
	display: none !important;
}